[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-11 Thread Wouter Stomp
** Tags added: regression-release

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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


[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-11 Thread C. Cooke
Okay, changing package to udev and setting confirmed - I've verified the
mismatch exists here.

** Changed in: udev (Ubuntu)
Sourcepackagename: sysvinit = udev
   Status: Incomplete = Confirmed

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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


[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-11 Thread Scott James Remnant
allow-hotplug has never worked or been valid in Ubuntu, it's a Debianism
they introduced later and that we have chosen not to adopt

** Changed in: udev (Ubuntu)
   Status: Confirmed = Invalid

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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


[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-10 Thread C. Cooke
** Changed in: sysvinit (Ubuntu)
   Status: New = Incomplete

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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


[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-10 Thread Phil Ashby
Ah-ha - thanks for the pointer :) The problem has probably shifted to
udev rules..

I tried booting without 'auto usb0' and without altering
/etc/default/rcS: the NFS mount now works. Unfortunately this prevents
the usb0 network interface being configured when I plug my USB network
device in, due to the following in /etc/udev/rules.d/85-ifupdown.rules:

# Bring devices up and down only if they're marked auto.
# Use start-stop-daemon so we don't wait on dhcp
ACTION==add,  RUN+=/sbin/start-stop-daemon --start --background 
--pidfile /var/run/network/bogus --startas /sbin/ifup -- --allow auto 
$env{INTERFACE}
ACTION==remove,   RUN+=/sbin/start-stop-daemon --start --background 
--pidfile /var/run/network/bogus --startas /sbin/ifdown -- --allow auto 
$env{INTERFACE}

Perhaps this should also bring interfaces up/down if they are marked as
allow-hotplug?

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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


[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-09 Thread Phil Ashby
I've found an upstream bug reported with a similar issue:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496007

sadly no responses there...

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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


[Bug 327458] Re: [regression][intrepid] NFS mounts not attempted with idle network interface

2009-02-09 Thread C. Cooke
I think I see what's up:

From the interfaces(5) manual page:

Lines beginning with the word auto are used to identify the physical
interfaces to be brought up when ifup is run with the -a option.  (This
option is used  by  the  system  boot  scripts.)

And

Lines beginning with allow- are used  to  identify  interfaces  that
should  be  brought  up automatically  by  various  subsytems.

According to that, you actually have conflicting options: You're saying
that usb0 should be brought up automatically at boottime (regardless of
its existence) *and* that it should be brought up automatically by
hotplug.

Would you mind trying without 'auto usb0'? If it works, good. If not,
the documentation for interfaces(5) is incorrect and we might have more
traction to fix the bug!

-- 
[regression][intrepid] NFS mounts not attempted with idle network interface
https://bugs.launchpad.net/bugs/327458
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