Mailinglist Archive: opensuse (1461 mails)
| < Previous | Next > |
Re: [opensuse] Mounting NFS Shares During Boot
- From: Anders Johansson <ajohansson@xxxxxxx>
- Date: Sat, 16 May 2009 16:45:57 +0200
- Message-id: <200905161645.57412.ajohansson@xxxxxxx>
On Saturday 16 May 2009 16:29:42 Randall R Schulz wrote:
The portmapper (or in 11.1 rpcbind) listens to "all available interfaces".
This means it can start even if only localhost is up.
Unless you added your network interface to MANDATORY_DEVICES in
/etc/sysconfig/network/config, either by editing the config file directly or
by setting the interface as mandatory in YaST, the startup script is not going
to wait for it, it will allow it to initialize in the background.
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
From the header of /etc/init.d/nfs:
### BEGIN INIT INFO
# Provides: nfs
# Required-Start: $network $portmap
# Required-Stop: $network $portmap
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: NFS client services
# Description: All necessary services for NFS clients
### END INIT INFO
I believe that's meant to keep nfs from running until the network and
the port mapper are initialized.
The portmapper (or in 11.1 rpcbind) listens to "all available interfaces".
This means it can start even if only localhost is up.
Unless you added your network interface to MANDATORY_DEVICES in
/etc/sysconfig/network/config, either by editing the config file directly or
by setting the interface as mandatory in YaST, the startup script is not going
to wait for it, it will allow it to initialize in the background.
Anders
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |