[Pkg-sysvinit-devel] Bug#699523: sysvinit: postinst fails if several 'init' process are running (LXC)

Cyril Bouthors cyb at debian.org
Tue Feb 5 14:31:28 UTC 2013


Roger,

After some research, the best way I've found to send a signal to the correct
'init' is:

pkill --signal USR1 -P 0 -x init

You can check the PID with :

pgrep -P 0 -x init

It always return the correct process under the main machine and the LXC
containers.

HIH
-- 
 ,''`.
: :' :      Cyril Bouthors
`. `'         Debian.org
  `-



More information about the Pkg-sysvinit-devel mailing list