On Mon, Jun 11, 2007 at 07:15:07PM -0000, Jérôme Guelfucci wrote:
> And this still happens with LTS ?

Yes, from time to time. Even though we've moved portmap up we still see
problems where its interaction with inetd causes RPC services not be
started, like rstatd. I've written a tiny script to address this when it
happens:

    #!/bin/sh
    /etc/init.d/openbsd-inetd stop
    /etc/init.d/portmap restart
    /etc/init.d/openbsd-inetd start

After this 'rpcinfo -p' will show all RPC services properly and the
machine's presence is almost immediately detected by rstat clients.

Ryan

-- 
Portmap starts too late
https://bugs.launchpad.net/bugs/53179
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to