[Bug 603363] Re: sshd never stops, prevents umount of /usr partition

2010-10-20 Thread Daniel Néri
Why is this bug still not fixed in Lucid? -- sshd never stops, prevents umount of /usr partition https://bugs.launchpad.net/bugs/603363 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu

[Bug 245728] Re: runit doesn't stop and /var isn't umounted on shutdown

2010-08-11 Thread Daniel Néri
Hello, It's been a while, but the extra step was probably inspired by the sample Debian "runit-as-init" stage 3 script: http://smarden.org/runit/debian/3. -- runit doesn't stop and /var isn't umounted on shutdown https://bugs.launchpad.net/bugs/245728 You received this bug notification because y

[Bug 245728] Re: runit doesn't stop and /var isn't umounted on shutdown

2008-11-01 Thread Daniel Néri
Pre-stop and post-stop scripts can be added to /etc/event.d/runsvdir to fix this problem: pre-stop script sv -w15 force-stop /etc/service/* end script post-stop script sv exit /etc/service/* end script [tested with runit 2.0.0 on Intrepid] Regards, Daniel -- runit doesn't stop