Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: touch/utimes problem



On Aug 18, 2011, at 5:12 PM, Andreas Wrede wrote:

> After updating a amd64 system to -current last night, I noticed all files 
> un-tar'd from the install sets had wrong date/time stamps.  Checking further, 
> it seems to be some problem with utimes(2):
> 
> $ rm t1; date;touch t1;stat  t1;touch t1; stat  t1; date    
> Thu Aug 18 11:11:41 EDT 2011
> 5 47198667 -rw-r--r-- 1 andreas staff 0 0 "Aug 18 11:11:41 2011" "Aug 18 
> 11:11:41 2011" "Aug 18 11:11:41 2011" "Dec 31 19:00:00 1969" 16384 0 0 t1
> 5 47198667 -rw-r--r-- 1 andreas staff 0 0 "Feb 17 01:38:40 2009" "Feb 17 
> 01:41:36 2009" "Aug 18 11:11:41 2011" "Dec 31 19:00:00 1969" 16384 0 0 t1
> Thu Aug 18 11:11:41 EDT 2011
> 
> 
> Is anyone else seeing this?

Yes, these automated tests fail:

        fs/tmpfs/t_setattr
        fs/vfs/t_vnops
        util/t_cp

manu?

--
Juergen Hannken-Illjes - hannken%eis.cs.tu-bs.de@localhost - TU Braunschweig 
(Germany)


Home | Main Index | Thread Index | Old Index