You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A node that's provisioned with an image built using EIB 1.1 RC2 and SL Micro 6.0 fails to reboot randomly when the reboot is initiated in an automated manner using Ansible.
The lines from journalctl below contains error messages regarding the call syslogin_perform_logout and this may be the thing causing system to inhibit the reboot.
Sep 06 08:49:40 node1.suse.com sshd[1636]: syslogin_perform_logout: logout() returned an error
Sep 06 08:49:40 node1.suse.com sshd[1636]: syslogin_perform_logout: logout() returned an error
Please note that the issue with not being able to disable rebootmgr described in the issue #555 is probably the source of this random behaviour since explicitly disabling rebootmgr in a separate Ansible task once the system completes the initial boot and rebooting the node works as expected.
The text was updated successfully, but these errors were encountered:
@fdegir We discussed this in our triage. From the sound of it, it doesn't seem like an EIB issue, but rather the interaction between ansible and the started node. I'm going to close this out, but if that's not the case please let me know and we'll revisit.
A node that's provisioned with an image built using
EIB 1.1 RC2
andSL Micro 6.0
fails to reboot randomly when the reboot is initiated in an automated manner using Ansible.The lines from
journalctl
below contains error messages regarding the callsyslogin_perform_logout
and this may be the thing causing system to inhibit the reboot.Please note that the issue with not being able to disable
rebootmgr
described in the issue #555 is probably the source of this random behaviour since explicitly disablingrebootmgr
in a separate Ansible task once the system completes the initial boot and rebooting the node works as expected.The text was updated successfully, but these errors were encountered: