lkml.org 
[lkml]   [1999]   [Jan]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Wierd NFS problem
On Fri, 8 Jan 1999, Greg Whalin wrote:
> I have noticed a slight bug/problem with NFS. Here is my setup and how
> to reproduce it.
[snip]
> > ls -l
> -rw-r--r-- 1 gwhalin users 512 Jan 08 12:34 sample.txt
>
> I then edit the file with vi ... make some changes and save. Then, I
> check ls ..
>
> > ls -l
> -rw-r--r-- 1 gwhalin users 545 Jan 08 1999 sample.txt

I'll bet you have clock skew. This is a classic example of what happens
when the clock on the server is ahead of the clock on the client. You
modify the file on the client, but it gets it's timestamp from server. So
now you do an ls, but the file's timestamp is in the future, which causes
the 'ls' on most Unices to drop the time oart of the time stamp.

Russ Steffen
rsteffen@ia.net


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.181 / U:0.592 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site