Networking shutdown is currently not handled by upstart in all cases, so there's no way to stop portmap after the remote filesystems are unmounted but before the network is stopped. As a result, we need to leave portmap running until the end because there's no other way to make sure it stays running as long as it needs to be.
r...@ax2-5200p:/etc/init# grep "stop.*portmap" * gssd.conf:stop on (stopping portmap or runlevel [06]) statd.conf:stop on stopping portmap This indicates that the two services should be stopped whenever portmap is stopped. portmap can be stopped manually. -- portmap misses a stop stanza https://bugs.launchpad.net/bugs/483768 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
