Am 21.02.2014 23:40, schrieb John Paul Adrian Glaubitz: > On Fri, Feb 21, 2014 at 11:30:24PM +0100, Michael Biebl wrote: >>> # The loop back interface >>> auto lo >>> iface lo inet loopback >>> >>> auto eth0 >> >> Does changing to "allow-hotplug eth0" make a difference? > > Unfortunately, no. The behavior is still the same. > >>> iface eth0 inet static >>> address 160.xx.xx.xx >>> netmask 255.255.255.0 >>> gateway 160.xx.xx.xx >>> >>> where I have replaced some of the numbers with "x" in this mail. The >>> DNS servers are manually configured, too. >>> >>> Is there anything else you were thinking of? >> >> Due to various reasons, remote mounts are currently handled differently >> on Debian then on Fedora, so you can't compare those two. > > Yes, that's what I was thinking as well. However, I could actually > reproduce the problem with Fedora 20 and Rawhide as well before I was > reporting the bug here, so I assumed the issue on Fedora was the same. > > I also talked with Lennart on this regard and he said it's an issue > with nfs-utils which wasn't ordering the dependencies correctly, but I > wasn't able to track down the origin up the bug yet. All I know is > that it happened on Fedora as well and I need to perform a fresh > installation of Fedora and test without updates. > >> As said, NFS shares are mounted via the ifupdown hook, so you might >> check /etc/network/if-up.d/mountnfs and add some debug statements in >> there to see what'sing wrong. > > That's a good starter, thanks a lot for the heads-up! I'll see if I > can find more.
Just tried again (with two VMs): The NFS server being a wheezy system, the client system is an up-to-date SID system. Worked like a charm. The client has /etc/network/interfaces: allow-hotplug eth0 iface eth0 inet dhcp /etc/fstab 192.168.178.86:/srv/nfs /nfs nfs auto 0 0 → systemctl status nfs.mount nfs-common.service rpcbind.service ifup@eth0.service nfs.mount - /nfs Loaded: loaded (/etc/fstab) Active: active (mounted) since Sa 2014-02-22 00:03:46 CET; 4min 43s ago Where: /nfs What: 192.168.178.86:/srv/nfs nfs-common.service - LSB: NFS support files common to client and server Loaded: loaded (/etc/init.d/nfs-common) Active: active (running) since Sa 2014-02-22 00:03:28 CET; 5min ago Process: 345 ExecStart=/etc/init.d/nfs-common start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/nfs-common.service ├─394 /sbin/rpc.statd └─496 /usr/sbin/rpc.idmapd Feb 22 00:03:27 debian systemd[1]: Starting LSB: NFS support files common to client and server... Feb 22 00:03:27 debian rpc.statd[394]: Version 1.2.8 starting Feb 22 00:03:27 debian sm-notify[398]: Version 1.2.8 starting Feb 22 00:03:28 debian systemd[1]: Started LSB: NFS support files common to client and server. Feb 22 00:03:30 debian systemd[1]: Started LSB: NFS support files common to client and server. rpcbind.service - LSB: RPC portmapper replacement Loaded: loaded (/etc/init.d/rpcbind) Active: active (running) since Sa 2014-02-22 00:03:27 CET; 5min ago Process: 253 ExecStart=/etc/init.d/rpcbind start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/rpcbind.service └─337 /sbin/rpcbind -w Feb 22 00:03:27 debian systemd[1]: Starting LSB: RPC portmapper replacement... Feb 22 00:03:27 debian systemd[1]: Started LSB: RPC portmapper replacement. Feb 22 00:03:30 debian systemd[1]: Started LSB: RPC portmapper replacement. ifup@eth0.service - ifup for eth0 Loaded: loaded (/lib/systemd/system/ifup@.service; static) Active: active (exited) since Sa 2014-02-22 00:03:28 CET; 5min ago Process: 535 ExecStart=/sbin/ifup --allow=hotplug %I (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/ifup@.service/ifup@eth0.service └─1022 dhclient -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 Feb 22 00:03:29 debian ifup[535]: DHCPOFFER from 192.168.178.1 Feb 22 00:03:30 debian dhclient[578]: DHCPACK from 192.168.178.1 Feb 22 00:03:30 debian ifup[535]: DHCPACK from 192.168.178.1 Feb 22 00:03:30 debian dhclient[578]: bound to 192.168.178.100 -- renewal in 357099 seconds. Feb 22 00:03:30 debian ifup[535]: bound to 192.168.178.100 -- renewal in 357099 seconds. Feb 22 00:03:30 debian ifup[535]: Starting rpcbind (via systemctl): rpcbind.service. Feb 22 00:03:30 debian ifup[535]: Starting nfs-common (via systemctl): nfs-common.service. Feb 22 00:03:46 debian ifup[535]: Filesystem mounted on /dev/shm; setting up compatibility bind mount. ... (warning). Feb 22 00:03:46 debian ifup[535]: Please remove this mount from /etc/fstab; it is no longer needed, and it is preventing completion of the transition to /run/shm. ... (warning). Feb 22 00:03:46 debian ifup[535]: mount: special device /run/shm does not exist -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature