Quote:
Originally posted by trickykid
What do your logs tell you on both the client and NFS server your mounting from? That's always usually the first step in finding out what exactly is wrong. And don't always trust the mount command in such situations, it can be deceiving.
|
Ah ....

the LOGS, who would have thought of that?
/var/log/messages shows this
( I have not shown all the entries, there are more of them, the ***s are edited in )
Jan 23 12:08:48 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:09:11 *** kernel: eth0: link down
Jan 23 12:09:13 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:09:14 *** kernel: eth0: link down
Jan 23 12:09:16 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:09:33 *** kernel: eth0: link down
Jan 23 12:09:34 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:09:37 *** kernel: eth0: link down
Jan 23 12:09:38 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:09:39 *** kernel: eth0: link down
Jan 23 12:09:40 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:10:05 *** kernel: eth0: link down
Jan 23 12:10:07 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jan 23 12:10:11 *** kernel: eth0: link down
Jan 23 12:10:13 *** kernel: eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
dmesg, of course, shows the same.
So this means that I have an unhappy network card, right?
Strange thing is, my internet connection is working just fine, but I guess I do not need a "persistent" connection for the "stateless" internet, right?
/var/log/daemon.log
/var/log/user.log
/var/log/news/news.crit
/var/log/news/news.err
/var/log/news/news.notice
/var/log/debug
did not show much that seemed helpful.
So, I suppose the next step would be to swap out the network card, right? Do you know of any software that could help diagnose the NIC? The rest of the network seems to be doing OK, so I would think that any hardware issue would be on this machine and not on the router / switch.
Quote:
Also, have you tried not using autofs to mount these shares and manually mounted the shares?
|
Yes, I forgot to mention that. Manual mounting simply freezes the console.
Thanks for the help, trickykid
Steve