[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: mtime permission
Ethan Benson wrote:
>On Fri, Apr 19, 2002 at 03:34:51AM -0500, Stephen Lord wrote:
>
>>I tried this without hitting the problem here:
>>
>>burst{lord}: ls -l /tmp/xxx /xfs/xxx
>>-rw-rw-rw- 1 root root 0 Apr 19 02:59 /tmp/xxx (ext3)
>>-rw-rw-rw- 1 root root 0 Apr 19 02:57 /xfs/xxx (xfs)
>>
>>burst{lord}: touch -r /etc/passwd /tmp/xxx
>>touch: setting times of `/tmp/xxx': Operation not permitted
>>burst{lord}: touch -r /etc/passwd /xfs/xxx
>>touch: setting times of `/xfs/xxx': Operation not permitted
>>
>>Which kernel version were you using?
>>
>
>2.4.18 with the split patches.
>
Hmm, can you try current cvs, it appears to be working there. Unfortunately
the split patches are getting a little long in the tooth.
Steve