Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 446690

Summary: >=sys-apps/openrc-0.11 fails to mount my nfs shares
Product: Gentoo Linux Reporter: Tomáš Chvátal (RETIRED) <scarabeus>
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomáš Chvátal (RETIRED) gentoo-dev 2012-12-10 08:15:28 UTC
After update to the new openrc my mounts from nfs are no longer automounted.
This is kinda important because without my mounts done I can't login to the machine.
The box is fully stable system with expection of the libreoffice packages I am developing.

Also even when all the initscripts are finished it is still not mounted and I have to do everything by hand.

scarabeus@arcarius: ~ $ s rc-status
Runlevel: default
 dbus                                                   [  started  ]
 rsyslog                                                [  started  ]
 consolekit                                             [  started  ]
 iptables                                               [  started  ]
 net.eth0                                               [  started  ]
 net.wlan0                                              [  started  ]
 netmount                                               [  started  ]
 xdm                                                    [  started  ]
 alsasound                                              [  started  ]
 cupsd                                                  [  started  ]
 distccd                                                [  started  ]
 ntp-client                                             [  started  ]
 fcron                                                  [  started  ]
 g15daemon                                              [  started  ]
 mysql                                                  [  started  ]
 rpc.idmapd                                             [  started  ]
 smartd                                                 [  started  ]
 sshd                                                   [  started  ]
 udev-postmount                                         [  started  ]
 local                                                  [  started  ]
Dynamic Runlevel: hotplugged                                         
Dynamic Runlevel: needed                                             
 rpcbind                                                [  started  ]
 rpc.pipefs                                             [  started  ]
Dynamic Runlevel: manual

/etc/fstab:
192.168.137.10:/data/ /home/data/ nfs4 intr,async,bg,exec,nosuid,user 0 0
192.168.137.10:/scarabeus/ /home/scarabeus/ nfs4 intr,async,bg,exec,nosuid,user 0 0

Any ideas what is wrong?
Comment 1 Graham Murray 2012-12-10 09:35:08 UTC
As the elog states, openrc no longer auto-mounts nfs so you need to add 'nfsmount' to the appropriate runlevel.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-12-10 11:40:28 UTC
rc-update add nfsmount default

*** This bug has been marked as a duplicate of bug 427996 ***