Package: file
Version: 4.21-3
Severity: minor

Disk image files are very likely to be bigger than 2^31-2; in this case,
their size is shown incorrectly:

durthang:[~/farm]$ qemu-img create -f qcow2 sid 4G
Formatting 'sid', fmt=qcow2, size=4194304 kB
durthang:[~/farm]$ file sid
sid: QEMU Copy-On-Write disk image version 2, size 1 + 0
durthang:[~/farm]$ qemu-img create -f qcow2 sid 5G
Formatting 'sid', fmt=qcow2, size=5242880 kB
durthang:[~/farm]$ file sid
sid: QEMU Copy-On-Write disk image version 2, size 1 + 1073741824
durthang:[~/farm]$ qemu-img create -f qcow2 sid 3G
Formatting 'sid', fmt=qcow2, size=3145728 kB
durthang:[~/farm]$ file sid
sid: QEMU Copy-On-Write disk image version 2, size 0 + -1073741824
durthang:[~/farm]$ qemu-img create -f qcow2 sid 2G
Formatting 'sid', fmt=qcow2, size=2097152 kB
durthang:[~/farm]$ file sid
sid: QEMU Copy-On-Write disk image version 2, size 0 + -2147483648



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-5-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages file depends on:
ii  libc6                         2.7-0exp8  GNU C Library: Shared libraries
ii  libmagic1                     4.21-3     File type determination library us

file recommends no packages.

-- no debconf information



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

Reply via email to