Mailinglist Archive: opensuse (1461 mails)
| < Previous | Next > |
Re: [opensuse] Mounting NFS Shares During Boot
- From: Randall R Schulz <rschulz@xxxxxxxxx>
- Date: Sat, 16 May 2009 07:29:42 -0700
- Message-id: <200905160729.42835.rschulz@xxxxxxxxx>
On Saturday May 16 2009, Ken Schneider - openSUSE wrote:
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.
Randall Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Randall R Schulz pecked at the keyboard and wrote:
...
An update:
1) Adding the "bg" option to the fstab entry did not fix the
problem. 2) Running /etc/init.d/nfs start manually after boot was
complete resulted in the export being mounted.
I'm still booting with RUN_PARALLEL set to "yes".
What does that imply? What's the solution?
...
My best guess would be that /etc/init.d/nfs is running _before_
networking has completely started. If you look at /var/log/boot.msg
it will show the order and status of the run scripts at boot time.
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.
Ken Schneider
Randall Schulz
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |