OpenSuse 12.3 does not mount nfs export from fstab at boot

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

In the Yast’s Networksettings, edit the networkdevice properties, and set in to be activated “at boottime” instead of “on cableconnection”.
And please, post output between CODE tags, the # in the editor.

nvliet wrote:
> I tried severall variations to the switches in the fstab line (like
> defaults) but witout success.

You need the option _netdev

> 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

Thank you both,

Sorry for not using the code tags. I loked for them, but was in a bit of a hurry.

I opened yast -> networksetting (had to switch back from networkmanager to ifup)
There are 2 interfaces here em1 and eth0. em1 is the first in the list and was unconfigured, so I configured it.
And now it works (setting is to start at boot). But it is still strange. AFAIK the system only has one interface.
There is only one socket at the back too.

It is a Dell optiplex 9010 (here at my work).
Anyway, I have to continue. Thanks again.

Nico