Discussion:
Nfs
(too old to reply)
Edgar Pettijohn
2016-07-31 06:17:19 UTC
Permalink
I'm trying to set up an nfs share. The server (5.9 stable) is set up as
described in the FAQ. rpcinfo shows what it should. When I try to connect from
my laptop (current) the mount command just hangs indefinitely. However, on the
server showmount -a show my laptop is mounted. When I try to reboot the system
hangs at syncing disks. Is anyone else experiencing this? Any ideas on how to
fix this?

Thanks,

Edgar

Sent from my iPhone
Håkon Heggernes Lerring
2016-07-31 07:22:45 UTC
Permalink
Sendt fra min iPhone
Den 31. jul. 2016 kl. 08.17 skrev Edgar Pettijohn
I'm trying to set up an nfs share. The server (5.9 stable) is set up as
described in the FAQ. rpcinfo shows what it should. When I try to connect
from
my laptop (current) the mount command just hangs indefinitely. However, on
the
server showmount -a show my laptop is mounted. When I try to reboot the
system
hangs at syncing disks. Is anyone else experiencing this? Any ideas on how
to
fix this?
Thanks,
Edgar
Sent from my iPhone
This sounds like some kind of network connectivity issue to me. My favorite
first debug tool when working with a problem like that is tcpdump or
wireshark.

Verifying that the two machines properly talk to each other is a first step,
you should see some request/response pattern of traffic.

Often times you can see the server sending errors back with some info. You
might have to activate verbose logging ("-vvv" on tcpdump) to see this.

If this does not help you might try to supply some more info to your request
like the output of rpcinfo or any relevant log messages.

Best regards,
Håkon H. Lerring
Edgar Pettijohn
2016-08-01 05:14:49 UTC
Permalink
Post by HÃ¥kon Heggernes Lerring
Sendt fra min iPhone
Den 31. jul. 2016 kl. 08.17 skrev Edgar Pettijohn
I'm trying to set up an nfs share. The server (5.9 stable) is set up as
described in the FAQ. rpcinfo shows what it should. When I try to connect
from
my laptop (current) the mount command just hangs indefinitely. However, on
the
server showmount -a show my laptop is mounted. When I try to reboot the
system
hangs at syncing disks. Is anyone else experiencing this? Any ideas on how
to
fix this?
Thanks,
Edgar
Sent from my iPhone
This sounds like some kind of network connectivity issue to me. My favorite
first debug tool when working with a problem like that is tcpdump or
wireshark.
Verifying that the two machines properly talk to each other is a first step,
you should see some request/response pattern of traffic.
Often times you can see the server sending errors back with some info. You
might have to activate verbose logging ("-vvv" on tcpdump) to see this.
If this does not help you might try to supply some more info to your request
like the output of rpcinfo or any relevant log messages.
Best regards,
H??kon H. Lerring
Didn't find the problem. However, set up nfs server on another 5.9 stable machine
and connected to it from my laptop with no problems. So I'm guessing there is a
problem with the original machine I was trying to use.

Thanks,

Loading...