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
{{ message }}
This repository was archived by the owner on Jan 16, 2024. It is now read-only.
When one-context reconfigure is started (e.g. after attaching new NIC to the VM) then udevadm settle is triggered and it will deadlock with the udevadm service until it is killed off by timeout:
sr0: Spawned process '/usr/sbin/service one-context-reconfigure start' [1466] timed out after 2min 59s, killing
sr0: Worker [1436] processing SEQNUM=2590 killed
Worker [1436] terminated by signal 9 (KILL)
sr0: Worker [1436] failed
This is the udevadm service which triggered one-context upon emerging of the new NIC:
When
one-context
reconfigure is started (e.g. after attaching new NIC to the VM) thenudevadm settle
is triggered and it will deadlock with the udevadm service until it is killed off by timeout:This is the udevadm service which triggered one-context upon emerging of the new NIC:
And here we are waiting for over two minutes (
udevadm settle
):The text was updated successfully, but these errors were encountered: