Sorry for posting this here, but I'm at my wit's end. I have a MythTV installation on a Gentoo box, a frontend box running gentoo, and a file server running gentoo. I've had NFSv3 installed for quite some time and it worked beautifully to serve video files from my server to my frontend box.
<br clear="all"><br><span class="postbody">After doing an emerge -e system, my NFS doesn't
seem to work. Every time I try to mount a file system on my frontend machine, this is what I get:
<br><br></span>tiax ~ # mount /mnt/pictures
<br>
mount: <b style="color: rgb(255, 163, 79);">RPC</b>: <b style="color: rgb(255, 163, 79);">Timed</b> out
<br>
mount: backgrounding "192.168.1.102:/mnt/backup/pictures"<br><span class="postbody"><br></span><span class="postbody">
The output of /var/log/messages on my server machine is this:
<br><br></span>Mar 3 09:50:01 janjansen cron[13102]: (root) CMD (test -x /usr/sbin/run-crons && /usr/sbin/run-crons )
<br>
Mar 3 09:50:05 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.169:615">192.168.1.169:615</a> for /mnt/archive/video (/mnt/archive/video)
<br>
Mar 3 09:50:10 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.103:986">192.168.1.103:986</a> for /usr/portage (/usr/portage)
<br>
Mar 3 09:50:15 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.169:612">192.168.1.169:612</a> for /mnt/archive/video (/mnt/archive/video)
<br>
Mar 3 09:50:20 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.103:745">192.168.1.103:745</a> for /mnt/backup/pictures (/mnt/backup/pictures)
<br>
Mar 3 09:50:25 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.169:797">192.168.1.169:797</a> for /mnt/backup/pictures (/mnt/backup/pictures)
<br>
Mar 3 09:50:30 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.169:616">192.168.1.169:616</a> for /mnt/archive/video (/mnt/archive/video)
<br>
Mar 3 09:50:35 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.103:745">192.168.1.103:745</a> for /mnt/backup/pictures (/mnt/backup/pictures)
<br>
Mar 3 09:50:40 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.169:919">192.168.1.169:919</a> for /mnt/backup/pictures (/mnt/backup/pictures)
<br>
Mar 3 09:50:45 janjansen <b style="color: rgb(255, 163, 79);">rpc</b>.mountd: authenticated mount request from <a href="http://192.168.1.169:618">192.168.1.169:618</a> for /mnt/archive/video (/mnt/archive/video)<br><br>
<span class="postbody">
I have NFS version 3 server and client built into the kernel on the
server machine. I have NFS version 3 client built into the frontend machine. All the machines have nfs-utils version 1.0.6-r6 installed from gentoo portage. I've also tried upgrading to the "unstable" version of nfs-utils which is version
1.0.12, on both the server and the backend.<br><br></span><span class="postbody">
my /etc/exports on the server:
</span><br><br># /etc/exports: NFS file systems being exported. See exports(5).
<br>
<br>
#Shared Portage
<br>
/usr/portage <a href="http://192.168.1.0/255.255.255.0(async,subtree_check,no_root_squash,rw)">192.168.1.0/255.255.255.0(async,subtree_check,no_root_squash,rw)</a>
<br>
<br>
#file server stuff
<br>
/mnt/backup/music <a href="http://192.168.1.0/255.255.255.0(async,no_subtree_check,rw)">192.168.1.0/255.255.255.0(async,no_subtree_check,rw)</a>
<br>
/mnt/archive/video <a href="http://192.168.1.0/255.255.255.0(async,no_subtree_check,rw)">192.168.1.0/255.255.255.0(async,no_subtree_check,rw)</a>
<br>
/mnt/backup/games <a href="http://192.168.1.0/255.255.255.0(async,no_subtree_check,rw)">192.168.1.0/255.255.255.0(async,no_subtree_check,rw)</a>
<br>
/mnt/backup/pictures <a href="http://192.168.1.0/255.255.255.0(async,no_subtree_check,rw)">192.168.1.0/255.255.255.0(async,no_subtree_check,rw)</a>
<br>
/mnt/archive/DVD <a href="http://192.168.1.0/255.255.255.0(async,no_subtree_check,rw)">192.168.1.0/255.255.255.0(async,no_subtree_check,rw)</a>
<br>
/mnt/archive/GAME_ISOs <a href="http://192.168.1.0/255.255.255.0(async,no_subtree_check,rw)">192.168.1.0/255.255.255.0(async,no_subtree_check,rw)</a><br><br><span class="postbody">
I don't have IP Tables installed on any of these machines. They're all
behind my router's firewall. Any suggestions? Any other information
that I could post that would be helpful?
<br>
<br>
Thanks for taking the time to look at this for me!<br><br></span>-------------------------------------------<br>Visit My Website at <a href="http://www.brodine.com/">http://www.brodine.com/</a><br>Blog: <a href="http://rabbitinhiding.blogspot.com/">
http://rabbitinhiding.blogspot.com/</a><br>ICQ: 5857320<br>Skype: cbrodine<br>yahoo: brodinec<br>MSN: <a href="mailto:brodinec@yahoo.com">brodinec@yahoo.com</a><br>-------------------------------------------