Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

lenny: undefined symbol ext2fs_dblist_get_last

0 views
Skip to first unread message

Kai-Martin Knaak

unread,
Apr 8, 2008, 9:07:05 PM4/8/08
to

Since yesterday I get a fsck errors on reboot. When run as root in
maintainer mode, fsck returns an error stating that it choked on an
undefined symbol ext2fs_dblist_get_last

With this search term google digs a release note for the current
e2fsprogs:
http://e2fsprogs.sourceforge.net/e2fsprogs-release.html

Looks like the executable was linked against something not quite up to
date. However, e2fslibs is at the same version like e2fsprogs on my
system.

Am I missing something obvious?
Any hints?

---<(kaimartin)>---
--
Kai-Martin Knaak tel: +49-511-762-2895
Universität Hannover, Inst. für Quantenoptik fax: +49-511-762-2211
Welfengarten 1, 30167 Hannover http://www.iqo.uni-hannover.de
GPG key: http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get

Kai-Martin Knaak

unread,
Apr 15, 2008, 1:37:27 PM4/15/08
to
On Wed, 09 Apr 2008 01:07:05 +0000, Kai-Martin Knaak wrote:

> Since yesterday I get a fsck errors on reboot. When run as root in
> maintainer mode, fsck returns an error stating that it choked on an
> undefined symbol ext2fs_dblist_get_last

The problem tracked down to the unfortunate decision to mount /lib as a
separate partition due to space problems on /. For some reason I copied
rather than moved the contents of /lib to the new partition. This was
several months ago. Recently, the packages that provide fsck were
updated. Of course, this only affected the copy on the mounted partition.
On boot, when the file system is not fully mounted yet, the updated
binary in /sbin loaded the not updated shared lib...

Lesson: Never move /lib to a partition of its own.

0 new messages