Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Sharing /usr/portage with nfs - connection refused [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
TimSSC
Apprentice
Apprentice


Joined: 20 Apr 2006
Posts: 170
Location: Cambridge, MA

PostPosted: Sun May 07, 2006 6:34 pm    Post subject: Sharing /usr/portage with nfs - connection refused [solved] Reply with quote

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
View user's profile Send private message
TimSSC
Apprentice
Apprentice


Joined: 20 Apr 2006
Posts: 170
Location: Cambridge, MA

PostPosted: Sun May 07, 2006 8:31 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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