bug#14951: Cannot rm file

2013-07-25 Thread ryan....@bell.ca
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?


bug#14951: Cannot rm file

2013-07-25 Thread Andreas Schwab
Pádraig Brady p...@draigbrady.com writes:

 On 07/25/2013 04:03 PM, ryan@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, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
And now for something completely different.





bug#14951: Cannot rm file

2013-07-25 Thread Pádraig Brady
On 07/25/2013 07:18 PM, Andreas Schwab wrote:
 Pádraig Brady p...@draigbrady.com writes:
 
 On 07/25/2013 04:03 PM, ryan@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.






bug#14951: Cannot rm file

2013-07-25 Thread ryan....@bell.ca
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...@draigbrady.com] 
Sent: Thursday, July 25, 2013 2:32 PM
To: Andreas Schwab
Cc: Fox, Ryan (0803406); 14...@debbugs.gnu.org
Subject: Re: bug#14951: Cannot rm file

On 07/25/2013 07:18 PM, Andreas Schwab wrote:
 Pádraig Brady p...@draigbrady.com writes:
 
 On 07/25/2013 04:03 PM, ryan@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.