Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

An error of "unexpected keyword argument 'logged_out'" can occur post-upgrade. This article helps correct this behavior.

LAST TESTED ON CHECKMK 2.1.0P33


Related to https://jira.lan.tribe29.com/browse/SUP-15898 <<< DELETE BEFORE PUBLISHING

Problem

User is unable to activate changes on a Checkmk site due to an error of " “init() got an unexpected keyword argument 'logged_out'.“

Solution

This error is caused by a "logged_out": False," flag enabled within the session_info.mk file. That file will need to be deleted.


  1. Delete the session_info.mk file located in ~/var/check_mk/web/automation/ directory

    OMD[mysite]:~$ cd ~/var/check_mk/web/automation/
    
    OMD[mysite]:~/var/check_mk/web/automation$ ls -l
    
    -rw-rw---- 1 mysite mysite  21 Jun 27 15:17 automation.secret
    -rw-rw---- 1 mysite mysite 573 Jun 27 15:17 cached_profile.mk
    -rw-rw---- 1 mysite mysite   2 Jun 27 15:17 enforce_pw_change.mk
    -rw-rw---- 1 mysite mysite  11 Jun 27 15:17 last_pw_change.mk
    -rw-rw---- 1 mysite mysite   2 Jun 27 15:17 num_failed_logins.mk
    -rw-rw---- 1 mysite mysite   2 Jun 27 15:17 serial.mk
    -rw-rw---- 1 mysite mysite   2 Jun 27 15:17 session_info.mk
    
    OMD[mysite]:~/var/check_mk/web/automation$ rm session_info.mk

    .

  2. Restart the Checkmk site

    OMD[mysite]:~$ restart omd mysite

    .

  3. Login and activate changes

  • No labels