You are not logged in.

#26 2012-02-09 02:13:51

duberg
Member
Registered: 2012-01-30
Posts: 6

Re: NFS module won't be loaded through rc.conf

I am still having the exact problem that unull described in the first post of this thread. Same thing on four different boxes.

I've tried every workaround mentioned in this thread and also a bunch mentioned in the udev 30 second delay thread.

Anybody solve this yet? I am surprised that more people aren't talking about it. Makes me think I am missing an easy solution.

Thanks in advance.

Offline

#27 2012-02-09 02:20:11

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: NFS module won't be loaded through rc.conf

There's very little magic to this. /etc/rc.d/nfs-common manually calls modprobe. modify the script so it gives more output (remove the -q, add -v)

Offline

#28 2012-02-09 02:58:29

bjschuma
Member
From: Ann Arbor
Registered: 2009-03-10
Posts: 15

Re: NFS module won't be loaded through rc.conf

I poked around a bit on my own this morning.  I found that if I started rpcbind and nfs-common by hand (not through /etc/rc.conf) then the NFS module would work without a problem.  I added a bunch of printk()s to the nfs module init function to see if it was failing, but none of them were triggered (meaning that the module was never loaded, which makes sense if it's trying to load some directory).

Maybe there is some kind of timing issue during boot that doesn't exist once userland starts?

Offline

#29 2012-02-09 05:23:25

duberg
Member
Registered: 2012-01-30
Posts: 6

Re: NFS module won't be loaded through rc.conf

FalconIndy, thank you for your reply!

I did what you suggested and saw no change. I looked at a number of logs including "everything.log" and saw nothing pertaining to nfs changed.

The problem described by unull still exists.

Offline

#30 2012-02-09 07:26:07

unull
Member
From: ::1
Registered: 2010-01-18
Posts: 18

Re: NFS module won't be loaded through rc.conf

After yesterdays udev and kmod updates in testing it seems to work now for me. I removed the module from the init ramdisk and it get's autoloaded again.

Offline

#31 2012-02-10 01:43:58

duberg
Member
Registered: 2012-01-30
Posts: 6

Re: NFS module won't be loaded through rc.conf

unull,

Did you pull just udev and kmod from testing or is your whole system updated out of testing?

Did the udev and kmod updates cause any problems that you have detected?

Thanks in advance.

Offline

#32 2012-02-10 04:35:03

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: NFS module won't be loaded through rc.conf

Pulling kmod from testing necessitates pulling udev, mkinitcpio, and initscripts as well. I do not recommend doing this unless you understand the consequences.

Offline

#33 2012-02-10 04:56:57

duberg
Member
Registered: 2012-01-30
Posts: 6

Re: NFS module won't be loaded through rc.conf

Thanks, FalconIndy.

I think I'll just wait.

Offline

#34 2012-02-14 05:04:42

duberg
Member
Registered: 2012-01-30
Posts: 6

Re: NFS module won't be loaded through rc.conf

Just so you know, all problems are solved on all four boxes after today's update.

Thank you all for your help!

Offline

Board footer

Powered by FluxBB