On Thu, Jul 30, 2009 at 02:43:39AM +0200, Michael Biebl wrote: > could this be, because you still have the old libuuid1 package from e2fsprogs? > > Might be related to http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539100 > > What happens if you upgrade libuuid1?
j...@feather:~$ sudo aptitude Reading changelogs... Done (Reading database ... 181779 files and directories currently installed.) Preparing to replace libuuid1 1.41.8-2 (using .../libuuid1_2.16-2_amd64.deb) ... Unpacking replacement libuuid1 ... Setting up libuuid1 (2.16-2) ... Press return to continue. j...@feather:~$ fsck fsck: /lib/libblkid.so.1: no version information available (required by fsck) fsck: /lib/libblkid.so.1: no version information available (required by fsck) fsck from util-linux-ng 2.16 e2fsck 1.41.8 (20-Jul-2009) [...] On the other hand, upgrading libblkid1 does seem to fix the problem: j...@feather:~$ sudo aptitude Reading changelogs... Done (Reading database ... 181780 files and directories currently installed.) Preparing to replace libblkid1 1.41.8-2 (using .../libblkid1_2.16-2_amd64.deb) ... Unpacking replacement libblkid1 ... Setting up libblkid1 (2.16-2) ... Press return to continue. j...@feather:~$ fsck fsck from util-linux-ng 2.16 e2fsck 1.41.8 (20-Jul-2009) [...] - Josh Triplett -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

