On Thu, 11 Jul 2002, hans schneidhofer wrote:

> Hi Arend,
> 
> have done now a grep -i nfs /var/log*
> and that are the results of interestings :
> 1.
> /var/log/syslog:Jul 11 11:20:55 jojobaer kernel: nfs: server mozart not 
> responding, timed out
> 2.
> /var/log/syslog:Jul 11 18:19:40 jojobaer kernel: nfs: RPC call returned error 
> 101
> 3.
> /var/log/messages:Jul 11 11:20:55 jojobaer kernel: nfs: server mozart not 
> responding, timed out
> 4.
> /var/log/messages:Jul 11 18:19:40 jojobaer kernel: nfs: RPC call returned 
> error 101
> 5.
> /var/log/messages:Jul 11 19:06:44 jojobaer kernel: nfs: server hanna not 
> responding, timed out

Hans,

Do these times correspond to the times you tried to transfer the file 
and got input-output errors?  Do you administer the servers 'mozart' and 
'hanna'?  What is in their logs?

It looks like nfs is reporting to /var/log/messages. So what you can try 
to do is this:

Open an xterm on your local machine, and another one on your remote 
machine, Look at the log files on each machine, using 'tail -f':

# tail -f /var/log/messages

The -f makes tail follow the file, and update your screen as the log 
file changes. 

Now in a different xterm, try to copy the file through nfs from one 
machine to the other. Watch for your error, and watch the log files at 
the same time.

Does anything interesting show up at the same time as the input-output 
error?

Arend
 



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to