Checking setuid files and devices:
find: /var/db/portsnap/files/2dc95ddff37a8091239e83bf7e3ce5a2c285b027891ced1919d76c9947c5b7db.gz:
Bad file descriptor
find:
/var/db/portsnap/files/52abe8c91385b12272f13f4d20896067d9ba70bdec1fa2575025858bd3e93718.gz:
Bad file descriptor
find: /var/lost+found/#238237: Bad file descriptor
I verified that these files return the same result when trying to do any
operation on them (including ls in the directory).
I've managed to ignore the problem for a while now, and even upgraded to
7.2, but I'm not sure if it will cause problems later on. So the question
is, without access to the console, how would I fix this?
- Pat
_______________________________________________
freebsd...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stabl...@freebsd.org"
I think tere is a need for fsck on this partition.
/var is used by many daemons for logging, mailqueue etc., so maybe the first
thing to do would be to stop as many daemons as possible and leaving only ssh
to get to this system remotely?
I really don't know how much dangerous could be unmounting /var on a live
system in such case.
--
Pozdrawiam,
Maciej Milewski
2009/5/13 Maciej Milewski <mi...@dat.pl>
This would make fsck -y run on all filesystems (clean, just checked, always ro,
etc) iff fsck -p fails. This can be dangerous too if filesystem state is such that
fsck gets confused.
--
Andriy Gapon