David Busby <mailto:[EMAIL PROTECTED]> wrote on Thursday, 20 March 2003 05:11:

> chown me:me *
> rm -f

It's probably too late now, but if the inode contents are screwed
and you can't get to fsck the disk,
then I'd have thought, as a general principal, the last thing you want
to do is delete them. If the kernel obeyed you on a
corrupted inode on a normal file then
it would presumably add a whole pile of randomly numbered
disk blocks to the free-list, further corrupting the contents.
In this case, since they are perceived as character
special files the kernel might assume there are
no allocated blocks. Has anyone checked the kernel source
to confirm that it would be OK?

I would rather rename them. Do you NEED them?
Are you going to reinstall without a fsck?

ls -li ezml*
will tell you the inode numbers
df -i .
will tell you how many inodes total allowed
on your fs.
if the inode number is outside the range then
who knows what will happen.
If the inode numbers are in range then
presumably your inode tables are stuffed.
How many other files are gone?

good luck,..
Cameron.

> 
> ----- Original Message -----
> From: "Anth Courtney" <>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, March 18, 2003 21:38
> Subject: files that are foobar'd
> 
> 
>> Hey guys,
>> 
>> A directory listing on /usr/bin/ezmlm-* shows the following
>> 
>> -rwxr-xr-x    1 root     root         3570 May  4  1999 ezmlm-glmake
>> c-wxrwxrwT  29487 512179779 1045704238   0,   0 Jan  1 1970 ezmlmglrc
>> -rwxr-xr-x    1 root     root         1285 May  4  1999 ezmlm-grant
>> -rwxr-xr-x    1 root     root        20620 May  4  1999 ezmlm-idx
>> -rwxr-xr-x    1 root     root        13492 May  4  1999 ezmlm-issubn
>> -rwxr-xr-x    1 root     root        12748 May  4  1999 ezmlm-list
>> -rwxr-xr-x    1 root     root        18172 May  4  1999 ezmlm-make
>> -rwxr-xr-x    1 root     root        48020 May  4  1999 ezmlm-manage
>> -rwxr-xr-x    1 root     root         6513 May  4  1999 ezmlm-mktab
>> c-wxrwxrwT    1 587087427 1044587626  36, 229 Jan  1  1970
>> ezmlm-moderate c-wxrwxrwT    1 587087427 1044587626  36, 229 Jan  1 
>> 1970 ezmlm-old c-wxrwxrwT    1 587087427 1044587771  37,   4 Jan  1 
>> 1970 ezmlmrc c-wxrwxrwT    1 2554412611 1046291679  36, 237 Jan  1 
>> 1970 ezmlm-receipt 
>> -rwxr-xr-x    1 root     root        17172 May  4  1999 ezmlm-reject
>> c-wxrwxrwT    1 587087427 1044587745  36, 242 Jan  1  1970
>> ezmlm-request 
>> -rwxr-xr-x    1 root     root        25684 May  4  1999 ezmlm-return
>> -rwxr-xr-x    1 root     root        36332 May  4  1999 ezmlm-send
>> c-wxrwxrwT    1 15939    74987     36, 250 Jan  1  1970 ezmlm-split
>> -rwxr-xr-x    1 root     root        30844 May  4  1999 ezmlm-store
>> -rwxr-xr-x    1 root     root        16292 May  4  1999 ezmlm-sub
>> c-wxrwxrwT    1 587087427 1044587775   0,   0 Jan  1  1970 ezmlmsubrc
>> c-wxrwxrwT    1 954351171 1045113791   0,   0 Jan  1  1970
>> ezmlm-tstdig 
>> -rwxr-xr-x    1 root     root        16148 May  4  1999 ezmlm-unsub
>> 
>> As you can see, some of these binaries seem to be absolutely
>> foobar'd, displaying what looks like inode information rather than
>> attributes. 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to