Package: fatsort Version: 0.9.8.2-1 Where filesystems exist in /etc/mtab and do not have an absolute path as the first field - for example,
proc /proc proc rw,noexec,nosuid,nodev 0 0 or aurora: /mnt/aurora fuse.sshfs rw,nosuid,nodev,max_read=65536,user=roger 0 0 fatsort aborts with check_mounted: Unable to get realpath! presumably because its call to realpath(3) has failed (since the mnt_fsname does not exist relative to the CWD), even though these putative fsnames have no relevance to the one that was being modified. This was fine under etch. Suggested fix for upstream: add a check in sort.c to ignore mtab entries which do not have an initial '/'. Linux radiant 2.6.26-2-686 #1 SMP Wed Nov 4 20:45:37 UTC 2009 i686 GNU/Linux lrwxrwxrwx 1 root root 11 Nov 23 11:18 /lib/libc.so.6 -> libc-2.7.so -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

