Sander et al.,

I found a problem in the upstart config file from your resolvconf
patch:

> start on ( virtual-filesystems and starting udev )

This makes a "restart udev" hang, because upstart waits for resolvconf
to finish, which will never happen, as it waits for the signal "virtual-
filesystems", which will never come. As udev itself depends on virtual-
filesystems, this dependency is superfluous.

Changing the 'start on' line to:

> start on starting udev

fixes this problem.

-- 
resolvconf starts after ifupdown, does not pick the dns-nameserver and 
dns-search lines up from /etc/network/interfaces
https://bugs.launchpad.net/bugs/448095
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.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to