Bug#674039: mount -a still required

2012-10-19 Thread Chr.v.Stuckrad
Hi! We use a current 'wheezy' with sysvinit Version: 2.88dsf-32 We run into the 'same situation' by having two or more network cards active in cluster machines (one to the world, one inside the cluster for speed). First 'inet' network comes up and eth0 goes through mountnfs but does not mount b

Bug#674039: [Pkg-sysvinit-devel] Bug#674039: mount -a still required

2012-09-25 Thread Ben Van Mechelen
Hi, Apparently this has now entered testing. I can confirm too that nfs isn't mounted when the interface is brought up by networkmanager and that changing [ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || exit 0 to [ "$ADDRFAM" = "inet" ] || [ "$ADDRFAM" = "inet6" ] || [ "$ADDRFAM" = "Network

Bug#674039: [Pkg-sysvinit-devel] Bug#674039: mount -a still required

2012-08-24 Thread Andrei POPESCU
On Sb, 18 aug 12, 10:45:54, Stephan Lohse wrote: > Hi, > > I have the same problem as Matthijs. > I believe the problem is caused by the NetworkManager setting ADDRFAM > to "NetworkManager" in /etc/NetworkManager/dispatcher.d/01ifupdown. > That script calls the scripts in /etc/network/if-*.d > Whe

Bug#674039: [Pkg-sysvinit-devel] Bug#674039: mount -a still required

2012-08-18 Thread Stephan Lohse
Hi, I have the same problem as Matthijs. I believe the problem is caused by the NetworkManager setting ADDRFAM to "NetworkManager" in /etc/NetworkManager/dispatcher.d/01ifupdown. That script calls the scripts in /etc/network/if-*.d When I change the previously mentioned line in /etc/network/if-up.

Bug#674039: [Pkg-sysvinit-devel] Bug#674039: mount -a still required

2012-08-07 Thread Henrique de Moraes Holschuh
On Wed, 08 Aug 2012, Aljaž Prusnik wrote: > Isn't that what the network manager does so it can operate - comments > out those lines? Don't let anything mess with the loopback. Your system will go bonkers if it is down because network-manager screwed up or took its sweet time to bring it up. --

Bug#674039: mount -a still required

2012-08-07 Thread Aljaž Prusnik
Isn't that what the network manager does so it can operate - comments out those lines? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#674039: mount -a still required

2012-08-07 Thread Andrew Shadura
Hello, On Tue, 07 Aug 2012 23:51:36 +0200 Aljaž Prusnik wrote: > This is the guest machine: > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > # The loopback network interface > auto lo > #iface lo in

Bug#674039: mount -a still required

2012-08-07 Thread Aljaž Prusnik
Sorry - that was from the host machine. Host's machine ifquery -l returns "lo" only. This is the guest machine: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo #

Bug#674039: mount -a still required

2012-08-07 Thread Aljaž Prusnik
Of course. Here it is: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 #allow-hotplug eth0 #Network

Bug#674039: mount -a still required

2012-08-07 Thread Andrew Shadura
Hello, On Tue, 24 Jul 2012 11:20:23 +0200 Aljaž Prusnik wrote: > "ifquery --list" returns no interfaces when I'm already logged in as > root and connected via eth0. Couldn't you please post your /etc/network/interfaces? -- WBR, Andrew signature.asc Description: PGP signature

Bug#674039: mount -a still required

2012-07-24 Thread Aljaž Prusnik
Sorry, I have to be more specific: "ifquery --list" returns no interfaces when I'm already logged in as root and connected via eth0. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#674039: mount -a still required

2012-07-23 Thread Aljaž Prusnik
I tried the latest from unstable (sysvinit2.88dsf-29 and ifupdown 7.1). Still the same. But I went through the scripts and it seems that in mountnfs script there is a loop that should go through all available interfaces: exit_unless_last_interface() { ifaces="$(ifquery --list)" ... I tr

Bug#674039: mount -a still required

2012-06-09 Thread Aljaž Prusnik
Hi, I have the same situation as Bruce. I've just installed sysvinit (sysvinit amd64 2.88dsf-27) from unstable and nfs shares aren't mounted at boot. I have to manually mount them each time after boot. Debian Wheezy Kernel: 3.4.1 libc6: 2.13-33 ifupdown: 0.7 sysvinit: 2.88dsf-27 Regards Aljaž