Re: fs corruption problem

2003-06-30 Thread Johan Scheepers
Try also rmdir xx xx x see man rmdir for options - Original Message - From: "Zoki" <[EMAIL PROTECTED]> To: "rhlist" <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 8:56 AM Subject: Re: fs corruption problem > Le 29/06/2003 16:28, « Julian Opif

Re: fs corruption problem

2003-06-30 Thread Julian Opificius
Alastair, Thanks for your input. The problem was that the entries had forward slashes in them, telling the system they were directories, yet rmdir didn't see them as valid, so nobody wanted to take responsibility for them. Several runs through fsck (yeah, go figure) converted the "/" characters

Re: fs corruption problem

2003-06-30 Thread Alistair Y. Lewars
Julian wrote: Michael, Yes, naturally I've tried all options of rm as documented in rm --help and man rm. Also true of rmdir. Yes I want to remove it because during the boot process I'm told there are bad characters in the file name. The two rogue files was originally here: /var/log/seti//dev

Re: fs corruption problem

2003-06-29 Thread Zoki
Le 29/06/2003 16:28, « Julian Opificius » <[EMAIL PROTECTED]> a écrit : > Thanks Fred, but as I said, rm doesn't work - even with the -f switch and > escaping the forward slash(es). > I don't think the C code will work - isn't that just what rm tries to do? > > If I do a rm -f "/dev/log" it just

Re: fs corruption problem

2003-06-29 Thread Julian Opificius
Cheers, Leonard, Yeah, I was looking at that too. Turns out the kill-file didn't have any more executive privilege than rm ! And frustratingly, the rmdir is not implemented yet! Anyhow, I ran fsck again from insidethe debug shell, and this time it fixed things. Running fsck changed /setiold//v

Re: fs corruption problem

2003-06-29 Thread Leonard den Ottolander
Hi Julian, > As a result of an unclean shutdown, I have some rogue files on my 7.2 > installation, which are preventing a complete boot up. Have a look at debugfs (in e2fsprogs). I have no experience using it but the kill_file command sounds promising. Bye, Leonard. -- How clean is a war whe

Re: fs corruption problem

2003-06-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 29 June 2003 12:14 pm, Julian Opificius wrote: > Michael, > Yes, naturally I've tried all options of rm as documented in rm --help > and man rm. > Also true of rmdir. Ahh, it was worth a shot... > Yes I want to remove it because during the

Re: fs corruption problem

2003-06-29 Thread Julian Opificius
Michael, Yes, naturally I've tried all options of rm as documented in rm --help and man rm. Also true of rmdir. Yes I want to remove it because during the boot process I'm told there are bad characters in the file name. The two rogue files was originally here: /var/log/seti//dev/log /var/log/set

Re: fs corruption problem

2003-06-29 Thread Michael Fratoni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 29 June 2003 10:28 am, Julian Opificius wrote: > Thanks Fred, but as I said, rm doesn't work - even with the -f switch > and escaping the forward slash(es). > I don't think the C code will work - isn't that just what rm tries to > do? > > If

Re: fs corruption problem

2003-06-29 Thread Julian Opificius
tools from your HD vendor? Leo - Original Message - From: "Julian Opificius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 12:28 AM Subject: Re: fs corruption problem > Thanks Fred, but as I said, rm doesn't work - even with the -f swit

Re: fs corruption problem

2003-06-29 Thread Julian Opificius
tried some diag tools from your HD vendor? Leo - Original Message - From: "Julian Opificius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 12:28 AM Subject: Re: fs corruption problem > Thanks Fred, but as I said, rm doesn't work - even wi

Re: fs corruption problem

2003-06-29 Thread Leo Huang
Have you tried some diag tools from your HD vendor? Leo - Original Message - From: "Julian Opificius" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 30, 2003 12:28 AM Subject: Re: fs corruption problem > Thanks Fred, but as I said, rm doesn&

Re: fs corruption problem

2003-06-29 Thread Julian Opificius
Thanks Fred, but as I said, rm doesn't work - even with the -f switch and escaping the forward slash(es). I don't think the C code will work - isn't that just what rm tries to do? If I do a rm -f "/dev/log" it just ignores me. If I do a rm -f -d "/dev/log" it ignores me. If I go one level higher

Re: fs corruption problem

2003-06-29 Thread fred smith
On Sun, Jun 29, 2003 at 01:55:37AM -0500, Julian Opificius wrote: > Help, please, > > As a result of an unclean shutdown, I have some rogue files on my 7.2 > installation, which are preventing a complete boot up. > > Somehow I have files called "/dev/log" and "/var/loc" in a director in > /var/

fs corruption problem

2003-06-28 Thread Julian Opificius
Help, please, As a result of an unclean shutdown, I have some rogue files on my 7.2 installation, which are preventing a complete boot up. Somehow I have files called "/dev/log" and "/var/loc" in a director in /var/log. Yes, the files have the forward slashes in them, and the OS is all confuse