Info |
---|
An error of may occur after upgrading, stating "unexpected keyword argument 'logged_out'" can occur post-upgrade. This article helps correct provides a solution for correcting this behavior. |
Status |
---|
colour | Green |
---|
title | LAST TESTED ON CHECKMK 2.1.0p33 |
---|
|
...
black | bgColor | #f8f8f8 |
---|
title | Table of Contents |
---|
|
|
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.
...
Delete the session_info.mk file located in ~/var/check_mk/web/automation/ directory
Code Block |
---|
|
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 |
.
Restart the Checkmk site
Code Block |
---|
|
OMD[mysite]:~$ restart omd mysite |
.
- Login and activate changes
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "kb-troubleshooting-article" , "activate_changes" ) and type = "page" and space in ( "CON" , "KB" ) |
---|
labels | kb-how-to-article |
---|
|
...