NFS errors - where are they logged
suse 10.0, fully updated. When I try to add another NFS mount thru yast, at the very end, where it stops then starts the client, it hangs. I've tried /var/log/messages with no luck. I've had to fix this once before, but I can't recall what I did LOL TIA Steve
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The Saturday 2006-10-07 at 08:08 -0500, Steve Jeppesen wrote:
When I try to add another NFS mount thru yast, at the very end, where it stops then starts the client, it hangs.
I've tried /var/log/messages with no luck.
Try yast logs. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Made with pgp4pine 1.76 iD8DBQFFJ6sLtTMYHG2NR9URAgBeAKCWAWXREI6tNf2/6wXDGEyNER7BQgCePTWE A6lhcjbZIlV7QRw/YHPQyRk= =Aa/o -----END PGP SIGNATURE-----
This is rather basic, but does the NFS server have the mount point exported? What does the entry in the clients /etc/fstab look like for the point being mounted? To have a client mount an NFS mount, only requires the the entry in /etc/fstab and then to actually issue the mount command for the FS to be mounted, or issue the command: mount -a which will mount any mount point that is not already mounted. Mike Steve Jeppesen wrote:
suse 10.0, fully updated.
When I try to add another NFS mount thru yast, at the very end, where it stops then starts the client, it hangs.
I've tried /var/log/messages with no luck.
I've had to fix this once before, but I can't recall what I did LOL
TIA Steve
On Sat, 07 Oct 2006 18:52:12 -0700 Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported?
yes, it appears in yast on the client
What does the entry in the clients /etc/fstab look like for the point being mounted?
192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0
To have a client mount an NFS mount, only requires the the entry in /etc/fstab and then to actually issue the mount command for the FS to be mounted, or issue the command: mount -a which will mount any mount point that is not already mounted.
running mount /mnt/multimedia as root causes it to hang. ctrl c to kill it. Still searching...thanks.
On Sat, 2006-10-07 at 22:01 -0500, Steve Jeppesen wrote:
On Sat, 07 Oct 2006 18:52:12 -0700 Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported?
yes, it appears in yast on the client
What does the entry in the clients /etc/fstab look like for the point being mounted?
192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0
To have a client mount an NFS mount, only requires the the entry in /etc/fstab and then to actually issue the mount command for the FS to be mounted, or issue the command: mount -a which will mount any mount point that is not already mounted.
running mount /mnt/multimedia as root causes it to hang. ctrl c to kill it.
Make sure you have portmapper running, and that port 111 is open in the firewall. This must be true both on the client and on the server
On Saturday 07 October 2006 22:05, Anders Johansson wrote:
On Sat, 2006-10-07 at 22:01 -0500, Steve Jeppesen wrote:
On Sat, 07 Oct 2006 18:52:12 -0700
Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported?
yes, it appears in yast on the client
What does the entry in the clients /etc/fstab look like for the point being mounted?
192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0
To have a client mount an NFS mount, only requires the the entry in /etc/fstab and then to actually issue the mount command for the FS to be mounted, or issue the command: mount -a which will mount any mount point that is not already mounted.
running mount /mnt/multimedia as root causes it to hang. ctrl c to kill it.
Make sure you have portmapper running, and that port 111 is open in the firewall. This must be true both on the client and on the server
Here /media/disk/public/Multimedia seems to be mounted directory, and that looks like problem that I stumbled over some time ago. Exported FS was on SUSE 9.3, machine. NFS export configuration was plain from man page, to allow everybody on local network to mount exported file system read write. It worked fine for normal file system operations. I wanted to export iso images mounted via loopback device. The files were visible on local system, but there was nothing on remote computer. So far I can recall there was no errors reported by mount on remote machine, just nothing to see in a directory. It was during installation when I tried to skip unpacking iso images to directories on hard disk, so I just copied files to HD and continued installation. -- Regards, Rajko M.
On Sat, 2006-10-07 at 22:59 -0500, Rajko M wrote:
Here /media/disk/public/Multimedia seems to be mounted directory, and that
No, that was just an fstab entry. Steve clearly said the mount command hung, so I don't think it's the same problem you saw.
On Sun, 08 Oct 2006 05:05:07 +0200 Anders Johansson wrote:
Make sure you have portmapper running, and that port 111 is open in the firewall. This must be true both on the client and on the server
yast services shows portmapper running. security, firewall shows "port for NFS client open" - but not a port number.
Steve Jeppesen wrote:
On Sat, 07 Oct 2006 18:52:12 -0700 Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported?
yes, it appears in yast on the client
On the NFS server: What is shown in the file /etc/exports, it would also be good to see what the following command gives: exportfs , this will show all the FS that are being exported.
What does the entry in the clients /etc/fstab look like for the point being mounted?
192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0
I assume /mnt/multimedia exits on the client.
To have a client mount an NFS mount, only requires the the entry in /etc/fstab and then to actually issue the mount command for the FS to be mounted, or issue the command: mount -a which will mount any mount point that is not already mounted.
running mount /mnt/multimedia as root causes it to hang. ctrl c to kill it.
This could be a problem on the client or the server. Mike
Still searching...thanks.
On Sat, 07 Oct 2006 22:11:03 -0700 Mike Noble wrote:
Steve Jeppesen wrote:
On Sat, 07 Oct 2006 18:52:12 -0700 Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported?
yes, it appears in yast on the client
On the NFS server: What is shown in the file /etc/exports, it would also be good to see what the following command gives: exportfs , this will show all the FS that are being exported.
/media/disk/public/Multimedia/ 192.168.1.0/255.255.255.0(rw,root_squash,sync) thor:/home/steve # exportfs /media/disk/private 192.168.1.103 /media/disk/public/Photo-Album 192.168.1.0/255.255.255.0 /media/disk/public/Multimedia 192.168.1.0/255.255.255.0 /media/disk/public/Southpark 192.168.1.0/255.255.255.0 /media/disk/public/Shared 192.168.1.0/255.255.255.0 /media/disk/public/Music 192.168.1.0/255.255.255.0
What does the entry in the clients /etc/fstab look like for the point being mounted?
192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0
I assume /mnt/multimedia exits on the client.
steve@steve:~> ls /mnt/ multimedia music Photo-Album shared southpark storage third-drive win-c win-d
This could be a problem on the client or the server.
starting to suspect the server somehow lol
I have seen a problem like this before (RedHat), don't remember what exactly I did to fix it. If you have the ability, you might try to reboot the NFS server. Mike Steve Jeppesen wrote:
On Sat, 07 Oct 2006 22:11:03 -0700 Mike Noble wrote:
Steve Jeppesen wrote:
On Sat, 07 Oct 2006 18:52:12 -0700 Mike Noble wrote:
This is rather basic, but does the NFS server have the mount point exported? yes, it appears in yast on the client On the NFS server: What is shown in the file /etc/exports, it would also be good to see what the following command gives: exportfs , this will show all the FS that are being exported.
/media/disk/public/Multimedia/ 192.168.1.0/255.255.255.0(rw,root_squash,sync)
thor:/home/steve # exportfs /media/disk/private 192.168.1.103 /media/disk/public/Photo-Album 192.168.1.0/255.255.255.0 /media/disk/public/Multimedia 192.168.1.0/255.255.255.0 /media/disk/public/Southpark 192.168.1.0/255.255.255.0 /media/disk/public/Shared 192.168.1.0/255.255.255.0 /media/disk/public/Music 192.168.1.0/255.255.255.0
What does the entry in the clients /etc/fstab look like for the point being mounted? 192.168.1.107:/media/disk/public/Multimedia /mnt/multimedia nfs defaults 0 0 I assume /mnt/multimedia exits on the client.
steve@steve:~> ls /mnt/ multimedia music Photo-Album shared southpark storage third-drive win-c win-d
This could be a problem on the client or the server.
starting to suspect the server somehow lol
On Sat, 07 Oct 2006 22:43:55 -0700 Mike Noble wrote:
I have seen a problem like this before (RedHat), don't remember what exactly I did to fix it. If you have the ability, you might try to reboot the NFS server.
rebooting the server, then having to run /etc/init.d/nfsserver start did the trick. Not sure what went wrong, but it's working again. Thanks all to help
participants (5)
-
Anders Johansson
-
Carlos E. R.
-
Mike Noble
-
Rajko M
-
Steve Jeppesen