Christian Marillat wrote:
> Bob Proulx writes:
> > Thank you for the report.  However more information will be needed to
> > know if this is a bug in rm or a different problem.  Please provide
> > the following information.
> ...
> $ lsattr -a transcode-1.1.5

I was really expecting to see that some files were set immutable.
It is the usual cause of "Operation not permitted". :-/

The next bit of information would be to strace the command to see what
the system returns.  Could you try this and report back on what you
find?  The -e trace=file restricts the run to file related system
calls.  If that doesn't happen to show anything interesting please run
it without that restriction.  It just keeps the noise down.

  $ strace -v -e trace=file -o /tmp/rm-strace.out rm -rf transcode-1.1.5

I am expecting to see something like this:

  unlinkat(3, "somefile", 0)                    = 0

But obviously it will be something different in your case.

> FYI downgrading to 7.4-2 solve this bug.

Hmm...

Thanks,
Bob



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to