Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 446690 - >=sys-apps/openrc-0.11 fails to mount my nfs shares
Summary: >=sys-apps/openrc-0.11 fails to mount my nfs shares
Status: RESOLVED DUPLICATE of bug 427996
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-10 08:15 UTC by Tomáš Chvátal (RETIRED)
Modified: 2012-12-10 11:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***