Package: jfsutils
Version: 1.1.7-1
Severity: important

jfs_fsck seems completely unable to deal with volumes >2GB:

  altersex:~/jfsutils-1.1.7> /sbin/jfs_fsck /export/sesse/baby.img       
  /sbin/jfs_fsck version 1.1.7, 22-Jul-2004
  processing started: 3/16/2005 14.25.41

  Error: Cannot open device /export/sesse/baby.img
  
  [usage etc.]

strace gives:

  altersex:~/jfsutils-1.1.7> strace -vff /sbin/jfs_fsck
  /export/sesse/baby.img 2>&1 | grep open
  open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or 
directory)
  open("/etc/ld.so.cache", O_RDONLY)      = 3
  open("/lib/libuuid.so.1", O_RDONLY)     = 3
  open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
  open("/usr/share/zoneinfo/Europe/Oslo", O_RDONLY) = 3
  open("/export/sesse/baby.img", O_RDONLY) = -1 EFBIG (File too large)
  Error: Cannot open device /export/sesse/baby.img

Given that it only seems to affect loopback volumes, it's not RC (at
least according vorlon, which I guess has the final say in this :-) ),
but it would still be useful getting this to work (ie. compile with
64-bit support).

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc3
Locale: LANG=C, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages jfsutils depends on:
ii  libc6                      2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libuuid1                   1.36release-1 universally unique id library

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to