> Again, sorry for the noise, OTOH hopefully it might help somebody. > > GParted > View > File System Support gives the answer, e2fsprogs v1.41+ > is needed, but 1.40.8 is installed. I didn't remove the package, because > checkinstall failed, but AFAICT nothing is broken after I did the following. > > # cd /usr/src > # wget http://prdownloads.sourceforge.net/e2fsprogs/e2fsprogs-1.41.11.tar.gz > # tar xzf e2fsprogs-1.41.11.tar.gz > # rm e2fsprogs-1.41.11.tar.gz > # cd e2fsprogs-1.41.11 > # ./configure > # make > # make install > # ldconfig > # make clean > r...@64studio:/usr/src/e2fsprogs-1.41.11# ls /sbin/fsck.ext4 -al > -rwxr-xr-x 5 root root 1519550 2010-04-27 20:37 /sbin/fsck.ext4 > # gparted > > It's ok now :). > > # lsmod | grep ext4 > ext4 310192 0 > jbd2 80592 1 ext4 > crc16 2272 1 ext4 > mbcache 8944 2 ext4,ext3 > # modprobe -r ext4 > # lsmod | grep ext4 > # gparted > > It's still ok without the module. > > Best, > > Ralf >
It's better to install a dummy-package than to lock or not to lock the old version, that is overwritten by make install, thus a package version > 1.41.11 can be automatically upgrade the currently installed version. # equivs-control e2fsprogs # gedit e2fsprogs # cat e2fsprogs ### Commented entries have reasonable defaults. ### Uncomment to edit them. Section: misc Priority: optional Standards-Version: 3.6.2 Package: e2fsprogs Version: 1.41.11-1 # Maintainer: Your Name <[email protected]> # Pre-Depends: <comma-separated list of packages> # Depends: <comma-separated list of packages> # Recommends: <comma-separated list of packages> # Suggests: <comma-separated list of packages> # Provides: <comma-separated list of packages> # Replaces: <comma-separated list of packages> Architecture: all # Copyright: <copyright file; defaults to GPL2> # Changelog: <changelog file; defaults to a generic changelog> # Readme: <README.Debian file; defaults to a generic one> # Extra-Files: <comma-separated list of additional files for the doc directory> Description: e2fsprogs dummy-package Checkinstall did build a package, but I fear that it's broken, that's why I run ... # rm e2fsprogs_1.41.11-1_amd64.deb backup-042720102031-pre-e2fsprogs.tgz ... before I go on with building the dummy-package. # equivs-build e2fsprogs # dpkg -i e2fsprogs_1.41.11-1_all.deb # rm e2fsprogs e2fsprogs~ The package e2fslibs is a dependency of e2fsprogs, but e2fsprogs isn't a dependency of e2fslibs and e2fslibs-dev. _______________________________________________ 64studio-users mailing list [email protected] http://lists.64studio.com/mailman/listinfo/64studio-users
