Hi,
The last lin in my /etc/fstab file is:
nnn.nnn.67.101:/home/t4 /home/t4 nfs nfsvers=3,bg 0 0
(Replacede real IP with nnn)
When I boot the PC it does not mount the export from the server and in the messages file i find:
**2013-10-15T11:07:34.561173+02:00 linux-qhkh rpc.statd[656]: Version 1.2.7 starting
2013-10-15T11:07:34.561579+02:00 linux-qhkh rpc.statd[656]: Flags: TI-RPC
2013-10-15T11:07:34.568461+02:00 linux-qhkh nfs[619]: Mounting network file systems …Starting rpc.statd …done
2013-10-15T11:07:34.569095+02:00 linux-qhkh nfs[619]: mount.nfs: Network is unreachable
2013-10-15T11:07:34.569670+02:00 linux-qhkh nfs[619]: …done
2013-10-15T11:07:34.570240+02:00 linux-qhkh systemd[1]: Started LSB: NFS client services.
2013-10-15T11:07:34.570813+02:00 linux-qhkh systemd[1]: Starting Remote File Systems (Pre).
2013-10-15T11:07:34.571090+02:00 linux-qhkh systemd[1]: Reached target Remote File Systems (Pre).
2013-10-15T11:07:34.571392+02:00 linux-qhkh systemd[1]: Mounting /home/t4…
2013-10-15T11:07:34.598724+02:00 linux-qhkh systemd[1]: Starting SuSEfirewall2 phase 2…
2013-10-15T11:07:34.608786+02:00 linux-qhkh systemd[1]: Started SuSEfirewall2 phase 2.
2013-10-15T11:07:34.609011+02:00 linux-qhkh systemd[1]: home-t4.mount mount process exited, code=exited status=32
2013-10-15T11:07:34.609174+02:00 linux-qhkh mount[657]: mount.nfs: Network is unreachable
2013-10-15T11:07:34.612627+02:00 linux-qhkh systemd[1]: Failed to mount /home/t4.
2013-10-15T11:07:34.612825+02:00 linux-qhkh systemd[1]: Dependency failed for Remote File Systems.
2013-10-15T11:07:34.622849+02:00 linux-qhkh systemd[1]: Dependency failed for Postfix Mail Transport Agent.
2013-10-15T11:07:34.626639+02:00 linux-qhkh systemd[1]: Job postfix.service/start failed with result ‘dependency’.
2013-10-15T11:07:34.626652+02:00 linux-qhkh systemd[1]: Job remote-fs.target/start failed with result ‘dependency’.
2013-10-15T11:07:34.626655+02:00 linux-qhkh systemd[1]: Unit home-t4.mount entered failed state
**
After boot the ‘mount -a’ command does mount /home/t4 without any error.
I tried severall variations to the switches in the fstab line (like defaults) but witout success.
I had problems like this in previous versions of opensuse, but in this case I can not find a workaround.
Unless made an error here I think this is a serious bug.
Mounting exported nfs filesystems at boot is one of the basics of UNIX/Linux after all…
Any ideas?
Regards,
Nico