Your message dated Mon, 11 Feb 2008 02:15:37 +0000 (GMT)
with message-id <[EMAIL PROTECTED]>
and subject line Fixed
has caused the Debian Bug report #455712,
regarding file: does not show big numbers (64 bit) correctly
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
455712: http://bugs.debian.org/cgi-bin//455712
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: file
Version: 4.21-3
Severity: normal
File: /usr/bin/file
The "file" program shows the size of a qemu image as a negative number:
$ qemu-img create -b base/wxp-sp2.qcow -f qcow2 wxp.qcow 2000
Formatting 'wxp.qcow', fmt=qcow2, backing_file=base/wxp-sp2.qcow, size=10485760
kB
$ file wxp.qcow
wxp.qcow: QEMU Copy-On-Write disk image version 2, size 2 + -2147483648
$ qemu-img info wxp.qcow
image: wxp.qcow
file format: qcow2
virtual size: 10G (10737418240 bytes)
disk size: 56K
cluster_size: 4096
backing file: base/wxp-sp2.qcow (actual path: base/wxp-sp2.qcow)
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set
to C)
Shell: /bin/sh linked to /bin/bash
Versions of packages file depends on:
ii libc6 2.7-3 GNU C Library: Shared libraries
ii libmagic1 4.21-3 File type determination library us
file recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Package: file
Version: 4.23-1
The magic was never debugged for QEMU COW files; file no longer tries to
print the size.
--- End Message ---