Package: util-vserver
Version: 0.30.216~r2772-1
Severity: grave
Tags: patch
Justification: causes non-serious data loss


I'm afraid that "/etc/init.d/util-vserver stop" hangs if there is at least
one guest running; it's usually called on host shutdown when it will block
the whole system from rebooting/etc until human intervention, and even
worse, it's called after ssh and local logins are already disabled,
leaving only Ctrl-Alt-SysRQ or reset+hope for no fs damage.


Fix:
        vserver $vserver stop 2>&1 /dev/null
should be:
        vserver $vserver stop 2>&1 >/dev/null



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to