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
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
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