Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-12-15 Thread Mikhail V. Zhukov
This bug was closed in portmap_6.0-9 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-11-29 Thread Mikhail V. Zhukov
I have this bug too on lenny. I think that this is because then script /etc/network/if-up.d/mountnfs start portmap by command: /etc/init.d/portmap start it doesn't start (i found on my console: Starting portmap daemon... Already running..) This is because then /etc/init.d/portmap check it

Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-10-26 Thread gaetano . guerriero
I would like to re-open this bug. Here's my interfaces file: auto lo iface lo inet loopback allow-hotplug eth0 iface eth0 inet static address 192.168.40.5 netmask 255.255.255.0 network 192.168.40.0 broadcast 192.168.40.255 gateway 192.168.40.254

Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Manuel Bilderbeek
Package: sysvinit Version: 2.86.ds1-53 Severity: normal Since a while now, the nfs entries in my /etc/fstab are not mounted (they have an auto line). Also /proc/mounts doesn't say they're mounted. After starting up, I have to manually do a 'sudo mount -a' to get my NFS shares mounted. I found

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Petter Reinholdtsen
[Manuel Bilderbeek] Since a while now, the nfs entries in my /etc/fstab are not mounted (they have an auto line). Also /proc/mounts doesn't say they're mounted. After starting up, I have to manually do a 'sudo mount -a' to get my NFS shares mounted. What is the content of your /etc/fstab and

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Bilderbeek, Manuel
Hi, What is the content of your /etc/fstab and /etc/network/interfaces? The current system try to mount the NFS mounts after all the 'auto' interfaces are up during boot. Due to security reasons, I'll have to scratch out some names, but the structure will be the same as the original file: #

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Petter Reinholdtsen
[Manuel Bilderbeek] Due to security reasons, I'll have to scratch out some names, but the structure will be the same as the original file: Thanks. No / on NFS, so that is not the problem here. Here is /etc/network/interfaces: auto lo iface lo inet loopback # This entry was created

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Bilderbeek, Manuel
Hi, auto usb0 iface usb0 inet static address 10.0.0.1 netmask 255.255.255.0 This is the first time I see an usb0 interface. Could it be that ifupdown do not call the scripts in /etc/network/if-up.d/ when this static interface is brought up? Is it brought up during boot?

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Bilderbeek, Manuel
Hi, [Manuel Bilderbeek] It isn't brought up most of the time (not for the last few months), because there's nothing connected to it. Also, I don't see anything about it in dmesg or /var/log/messages or /var/log/syslog. OK. Then this is your problem, because NFS mounting is done after

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Petter Reinholdtsen
[Manuel Bilderbeek] It isn't brought up most of the time (not for the last few months), because there's nothing connected to it. Also, I don't see anything about it in dmesg or /var/log/messages or /var/log/syslog. OK. Then this is your problem, because NFS mounting is done after the last of

Bug#469117: [Pkg-sysvinit-devel] Bug#469117: Bug#469117: sysvinit: Doesn't mount NFS shares at startup

2008-03-03 Thread Michael Biebl
Hi Petter 2008/3/3, Petter Reinholdtsen [EMAIL PROTECTED]: [Manuel Bilderbeek] It isn't brought up most of the time (not for the last few months), because there's nothing connected to it. Also, I don't see anything about it in dmesg or /var/log/messages or /var/log/syslog. OK.