View previous topic :: View next topic |
Author |
Message |
TimSSC Apprentice


Joined: 20 Apr 2006 Posts: 170 Location: Cambridge, MA
|
Posted: Sun May 07, 2006 6:34 pm Post subject: Sharing /usr/portage with nfs - connection refused [solved] |
|
|
I'm trying to set up portage to be shared on my network with nfs, using this tutorial: http://gentoo-wiki.com/HOWTO_Using_a_shared_portage_via_NFS. everything went well until I went to mount the directory on the client system, and got this error message:
Code: | tim# mount -t nfs 192.168.2.80:/usr/portage /mnt/nfs_portage/
mount: RPC: Remote system error - Connection refused |
I'm thinking I may have set up /etc/exports wrong. here's what I have:
Code: | /usr/portage *(sync,no_root_squash,rw) |
any help would be very much appreciated. |
|
Back to top |
|
 |
TimSSC Apprentice


Joined: 20 Apr 2006 Posts: 170 Location: Cambridge, MA
|
Posted: Sun May 07, 2006 8:31 pm Post subject: |
|
|
i found out that the problem was that nfs wasn't started propelry. I updated the tutorial with this command:
Code: | /etc/init.d/nfs start |
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|