[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2010-10-16 Thread KBios
Adding random sleeps is usually not the best possible solution, as the
required delay varies between systems (for example, when using a network
bridge). Maybe depending on net-device-up would be better.

-- 
sshd will not start at boot if ListenAddress is set, because network interface 
is not yet up
https://bugs.launchpad.net/bugs/216847
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 580319] Re: dhcp3-server launches before upstart brings all interface, thus failing to start

2010-10-16 Thread KBios
Please note that simply making an upstart config file starting on
"started networking" will NOT work, as that signal is emitted before
bridges are brought up. The problem may be solved by integrating upstart
conversion with Ian McMichael solution, and making dhcp3 start when net-
device-up has been emitted for the interfaces specified in
/etc/default/dhcp3-server.

-- 
dhcp3-server launches before upstart brings all interface, thus failing to start
https://bugs.launchpad.net/bugs/580319
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs