Mailinglist Archive: opensuse-bugs (9716 mails)
| < Previous | Next > |
[Bug 304318] "user" and "users" options in fstab do not work for nfs mounts
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 31 Oct 2007 22:54:19 -0600 (MDT)
- Message-id: <20071101045419.D0143CC7B0@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=304318#c24
--- Comment #24 from Paul Abrahams <abrahams@xxxxxxx> 2007-10-31 22:54:19 MST
---
This is almost certainly a sequencing problem in the bootup procedures. I
placed the following in /etc/init.d/after.local (the existence of which doesn't
seem to be documented anywhere except in the code for /etc/init.d/rc):
# This may get the nsf mounts that were missed earlier!
rpc.statd
mount -a
logger Doing the remaining mounts
And it really does get them, although with a delay of a couple of minutes.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #24 from Paul Abrahams <abrahams@xxxxxxx> 2007-10-31 22:54:19 MST
---
This is almost certainly a sequencing problem in the bootup procedures. I
placed the following in /etc/init.d/after.local (the existence of which doesn't
seem to be documented anywhere except in the code for /etc/init.d/rc):
# This may get the nsf mounts that were missed earlier!
rpc.statd
mount -a
logger Doing the remaining mounts
And it really does get them, although with a delay of a couple of minutes.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |