GNU bug report logs - #14951
Cannot rm file

Previous Next

Package: coreutils;

Reported by: "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>

Date: Thu, 25 Jul 2013 15:41:02 UTC

Severity: normal

Tags: notabug

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14951 in the body.
You can then email your comments to 14951 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#14951; Package coreutils. (Thu, 25 Jul 2013 15:41:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Thu, 25 Jul 2013 15:41:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>
To: "bug-coreutils <at> gnu.org" <bug-coreutils <at> gnu.org>
Subject: Cannot rm file
Date: Thu, 25 Jul 2013 11:03:10 -0400
[Message part 1 (text/plain, inline)]
Cannot delete file:

# rm web.process.heartbeat
rm: cannot remove `web.process.heartbeat': No such file or directory
# rm -f web.process.heartbeat
# ll
ls: cannot access web.process.heartbeat: No such file or directory
total 0
?????????? ? ? ? ?            ? web.process.heartbeat

Any idea?
[Message part 2 (text/html, inline)]

Information forwarded to bug-coreutils <at> gnu.org:
bug#14951; Package coreutils. (Thu, 25 Jul 2013 16:22:02 GMT) Full text and rfc822 format available.

Message #8 received at 14951 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>
Cc: 14951 <at> debbugs.gnu.org
Subject: Re: bug#14951: Cannot rm file
Date: Thu, 25 Jul 2013 17:20:52 +0100
tag 14951 notabug
close 14951
stop

On 07/25/2013 04:03 PM, ryan.fox <at> bell.ca wrote:
> Cannot delete file:
> 
> # rm web.process.heartbeat
> rm: cannot remove `web.process.heartbeat': No such file or directory
> # rm -f web.process.heartbeat
> # ll
> ls: cannot access web.process.heartbeat: No such file or directory
> total 0
> ?????????? ? ? ? ?            ? web.process.heartbeat

Notice the "? " at the start of the file name.
Seems like you have a file with non standard characters in the name.
`ls -lb` might indicate better what the chars are,
and you could use ctrl-v to input literal controls chars
as arguments to rm. Alternatively you may prefer
to graphically select the file for deletion with xdg-open .

thanks,
Pádraig.





Information forwarded to bug-coreutils <at> gnu.org:
bug#14951; Package coreutils. (Thu, 25 Jul 2013 18:19:01 GMT) Full text and rfc822 format available.

Message #11 received at 14951 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Pádraig Brady <P <at> draigBrady.com>
Cc: "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>, 14951 <at> debbugs.gnu.org
Subject: Re: bug#14951: Cannot rm file
Date: Thu, 25 Jul 2013 20:18:46 +0200
Pádraig Brady <P <at> draigBrady.com> writes:

> On 07/25/2013 04:03 PM, ryan.fox <at> bell.ca wrote:
>> Cannot delete file:
>> 
>> # rm web.process.heartbeat
>> rm: cannot remove `web.process.heartbeat': No such file or directory
>> # rm -f web.process.heartbeat
>> # ll
>> ls: cannot access web.process.heartbeat: No such file or directory
>> total 0
>> ?????????? ? ? ? ?            ? web.process.heartbeat
>
> Notice the "? " at the start of the file name.
> Seems like you have a file with non standard characters in the name.

I don't think so, it's rather the unknown date.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to bug-coreutils <at> gnu.org:
bug#14951; Package coreutils. (Thu, 25 Jul 2013 18:32:02 GMT) Full text and rfc822 format available.

Message #14 received at 14951 <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>, 14951 <at> debbugs.gnu.org
Subject: Re: bug#14951: Cannot rm file
Date: Thu, 25 Jul 2013 19:31:33 +0100
On 07/25/2013 07:18 PM, Andreas Schwab wrote:
> Pádraig Brady <P <at> draigBrady.com> writes:
> 
>> On 07/25/2013 04:03 PM, ryan.fox <at> bell.ca wrote:
>>> Cannot delete file:
>>>
>>> # rm web.process.heartbeat
>>> rm: cannot remove `web.process.heartbeat': No such file or directory
>>> # rm -f web.process.heartbeat
>>> # ll
>>> ls: cannot access web.process.heartbeat: No such file or directory
>>> total 0
>>> ?????????? ? ? ? ?            ? web.process.heartbeat
>>
>> Notice the "? " at the start of the file name.
>> Seems like you have a file with non standard characters in the name.
> 
> I don't think so, it's rather the unknown date.

Yes probably. Not sure how I missed the other ? :)
Still seems like an issue outside of rm.
I'd suggest running a check on your file system.

thanks,
Pádraig.





Information forwarded to bug-coreutils <at> gnu.org:
bug#14951; Package coreutils. (Thu, 25 Jul 2013 20:37:02 GMT) Full text and rfc822 format available.

Message #17 received at 14951 <at> debbugs.gnu.org (full text, mbox):

From: "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca>
To: Pádraig Brady <P <at> draigBrady.com>, Andreas Schwab
 <schwab <at> linux-m68k.org>
Cc: "14951 <at> debbugs.gnu.org" <14951 <at> debbugs.gnu.org>
Subject: RE: bug#14951: Cannot rm file
Date: Thu, 25 Jul 2013 14:56:02 -0400
Thanks Guys,
Yes it seems like a rogue process that I can't track down.  The PID is changing every second.  I ran: find / -nouser -print , it will shows the following:

find / -nouser -print
find: `/opt/arcsight/logger/data/pgsql/global/pgstat.stat': No such file or directory
find: `/opt/arcsight/web/tmp/default/web.process.heartbeat': No such file or directory
find: `/proc/6044/task/6044/fd/5': No such file or directory
find: `/proc/6044/task/6044/fdinfo/5': No such file or directory
find: `/proc/6044/fd/5': No such file or directory
find: `/proc/6044/fdinfo/5': No such file or directory

Likely not an rm issue...

-----Original Message-----
From: Pádraig Brady [mailto:P <at> draigBrady.com] 
Sent: Thursday, July 25, 2013 2:32 PM
To: Andreas Schwab
Cc: Fox, Ryan (0803406); 14951 <at> debbugs.gnu.org
Subject: Re: bug#14951: Cannot rm file

On 07/25/2013 07:18 PM, Andreas Schwab wrote:
> Pádraig Brady <P <at> draigBrady.com> writes:
> 
>> On 07/25/2013 04:03 PM, ryan.fox <at> bell.ca wrote:
>>> Cannot delete file:
>>>
>>> # rm web.process.heartbeat
>>> rm: cannot remove `web.process.heartbeat': No such file or directory
>>> # rm -f web.process.heartbeat
>>> # ll
>>> ls: cannot access web.process.heartbeat: No such file or directory
>>> total 0
>>> ?????????? ? ? ? ?            ? web.process.heartbeat
>>
>> Notice the "? " at the start of the file name.
>> Seems like you have a file with non standard characters in the name.
> 
> I don't think so, it's rather the unknown date.

Yes probably. Not sure how I missed the other ? :)
Still seems like an issue outside of rm.
I'd suggest running a check on your file system.

thanks,
Pádraig.


Added tag(s) notabug. Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 11 Oct 2018 21:35:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 14951 <at> debbugs.gnu.org and "ryan.fox <at> bell.ca" <ryan.fox <at> bell.ca> Request was from Assaf Gordon <assafgordon <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 11 Oct 2018 21:35:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Nov 2018 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 224 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.