Filessytem Check
Cord Beermann
cord at lug-owl.de
Mo Mai 30 22:22:03 CEST 2005
Hallo! Du (Strewe) hast geschrieben:
>Problem 1:
>
>Beim Bootvorgang erscheint folgende Fehlermeldung:
>
>
>
>…….
>
>Checking root file system …..
>
>fsck 1.37
>
>fsck.ext3: error while loading shared libraries: /lib/libcom_err.so.2:
>invalid ELF header
>
>fsck failed. Please repair manually and reboot
hu. kaputte Library?
Bei mir sieht da so aus:
$ ls -la /lib/libcom_err.so.2
lrwxrwxrwx 1 root root 17 May 12 14:32 /lib/libcom_err.so.2 -> libcom_err.so.2.1
$ ls -la /lib/libcom_err.so.2.1
-rw-r--r-- 1 root root 6152 Apr 10 03:49 /lib/libcom_err.so.2.1
$ md5sum /lib/libcom_err.so.2.1
79b9a1894e88fa1c2ad54beffc72d563 /lib/libcom_err.so.2.1
$ file /lib/libcom_err.so.2.1
/lib/libcom_err.so.2.1: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), stripped
(Debian testing)
ich würde vorschlagen einmal:
apt-get --reinstall install libcomerr2
>Problem 2:
>
>Zu diesem Zeitpunkt steht mir nur ein read-only – Filesystem zur Verfügung.
>
>Der Befehl: mount –n –o remount, rw wird vom System nicht akzeptiert.
>Mit dem Befehl: shutdown –f now (beim nächsten Booten ohne fsck-Funktion)
>arbeitet das System einwandfrei.
Problem2 dürfte einfach sein, das das System eine 'unsaubere'
Partition vermutet und erst auf den fsck besteht. Ein klassisches
Folgeproblem also.
Cord
--
BOFH excuse #223:
The lines are all busy (busied out, that is -- why let them in to begin with?).