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

Re: [MiNT] Re-naming accs



On Sat, 2010-05-15 at 08:44 +0200, Helmut Karlowski wrote:
> Am 15.05.2010, 08:19 Uhr, schrieb Helmut Karlowski  
> <helmut.karlowski@ish.de>:
> 
> > Am 14.05.2010, 23:28 Uhr, schrieb Alan Hourihane <alanh@fairlite.co.uk>:
> >
> >>> On FAT I have this too. So maybe it's a bug. Remove works.
> >>>
> >>> Ext2 works.
> >>
> >> It's a kernel bug that's already been fixed on the trunk.
> >
> > I can't find it in the diffs. Which particular patch is it?
> 
> trunk-kernel has the bug too.
> 
> #cat t
> set -x
> ./sleep.ttp 333&
> mv sleep.ttp xy
> 
> t.out:
> 
> + set -x
> + ./sleep.ttp 333
> [1] 32
> + /bin/mv -iv sleep.ttp xy
> `sleep.ttp' -> `xy'
> /bin/mv: cannot move `sleep.ttp' to `xy': Permission denied

That's not the bug that was fixed. This has to do with moving a file
that's in execution - a different problem.

Alan.