> On Mon, May 31, 1999 at 15:39:37 +0800, Paul Harris wrote: >> I found that a file from libc6-dev has been hosed with the system, its >> permissions are now: >> >> c---r----- 1 12320 8224 32, 48 Jan 30 1987 /usr/lib/crt1.o >> >> but I can't do anything with it... > > Most likely, it's ext2fs attributes are also messed up. Try > chattr -ASacdisu /usr/lib/crt1.o > > HTH, > Ray
Ok, i tried it, it says: chattr 1.12, 9-Jul-98 for EXT2 FS 0.5b, 95/08/09 chattr: Operation not supported by device while reading flags on /usr/lib/crt1.o can I run it while mounted as usual? do i need to move single run level and remount as read/write? do i need to reboot with a rescue disk? hmmm...