Comment 11 for bug 213444

Revision history for this message
phelan (christian-hesch) wrote : Re: Hardy Heron nfs (client) reports internal error when I attempt to mount with NFS

I'm receiving the same error: Using ssh-tunneling and

 localhost:/mnt/raid/servermarktplatz /marktplatz nfs noauto,rw,hard,intr,proto=tcp,port=8888,mountport=7777,nolock 0 0

in the fstab work without any problems on Ubuntu 7.10 and on Fedora 6 and 7. I've tried also on the command line:

 mount.nfs localhost:/mnt/raid/servermarktplatz /marktplatz -v -o proto=tcp,port=8888,mountport=7777 -v

which works fine on the mentioned distributions. Unfortunately I received on 8.04:

 mount.nfs: timeout set for Tue May 20 15:51:30 2008
 mount.nfs: text-based options: 'proto=tcp,port=8888,mountport=7777,addr=127.0.0.1'
 mount.nfs: internal error

and without the optional arguments yields:

 mount.nfs localhost:/mnt/raid/servermarktplatz /marktplatz -v
 mount.nfs: timeout set for Tue May 20 15:41:22 2008
 mount.nfs: text-based options: 'addr=127.0.0.1'
 mount.nfs: mount to NFS server 'rpcbind' failed: RPC Error: Program not registered
 mount.nfs: internal error

which is OK since I've received: 'mount request from unknown host xxx.xxx.xxx.xxx for /mnt/raid (/mnt/raid)' in the log-file on the file
server. I get no log on the file server for a mount request for the first attempt.