Your message dated Mon, 28 Jan 2008 20:47:57 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#322325: fixed in qemu 0.9.1-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: qemu
Version: 0.7.0.cvs20050706-0.1
Severity: normal

qemu-make-debian-root tool should create sparse file as qemu-img do.

Just now qemu-make-debian-root creates i.e. one large block filled with zeros.
It should create sparse file which saves the disk space because i.e. 2G empty
file in fact writes just 10M on the disk!

This should be correct call of `dd' utility:

dd bs=$(($SECTORS * 512)) if=/dev/zero of=$IMAGE.ext2 count=1 
seek=$(($CYLINDERS * $HEADS - 2))

Try to generate the big image and check the disk space with `du' file. It shows
the difference!


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'oldstable'), (500, 'testing'), (500, 
'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages qemu depends on:
ii  bochsbios     2.2.1-1                    BIOS for the Bochs emulator
ii  libc6         2.3.5-3                    GNU C Library: Shared libraries an
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  openhackware  0.4.1-1                    OpenFirmware emulator for PowerPC
ii  proll         18-1                       JavaStation PROM 2.x compatible re
ii  vgabios       0.5c-1                     VGA BIOS software for the Bochs an
ii  zlib1g        1:1.2.3-3                  compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap                   0.3.1.4    Bootstrap a basic Debian system
ii  sharutils                     1:4.2.1-15 shar, unshar, uuencode, uudecode

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: qemu
Source-Version: 0.9.1-1

We believe that the bug you reported is fixed in the latest version of
qemu, which is due to be installed in the Debian FTP archive:

qemu_0.9.1-1.diff.gz
  to pool/main/q/qemu/qemu_0.9.1-1.diff.gz
qemu_0.9.1-1.dsc
  to pool/main/q/qemu/qemu_0.9.1-1.dsc
qemu_0.9.1-1_amd64.deb
  to pool/main/q/qemu/qemu_0.9.1-1_amd64.deb
qemu_0.9.1.orig.tar.gz
  to pool/main/q/qemu/qemu_0.9.1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aurelien Jarno <[EMAIL PROTECTED]> (supplier of updated qemu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 28 Jan 2008 21:24:14 +0100
Source: qemu
Binary: qemu
Architecture: source amd64
Version: 0.9.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno <[EMAIL PROTECTED]>
Changed-By: Aurelien Jarno <[EMAIL PROTECTED]>
Description: 
 qemu       - fast processor emulator
Closes: 322325 402289 413315 425634 426181 437866 441119 442822 443801 446868 
459801
Changes: 
 qemu (0.9.1-1) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * New upstream version. (Closes: #459801)
     - Supports s390 host. (Closes: #441119)
     - Fix PCI bar allocation. (Closes: #413315)
     - Fix typo in keys name. (Closes: #426181)
     - Fix segfault of qemu-i386 (Closes: #446868).
     - debian/control: bump depends on openbios-sparc to
       >= 1.0~alpha2+20080106.
     - debian/patches/02_snapshot_use_tmpdir.patch: Refreshed.
     - debian/patches/04_do_not_print_rtc_freq_if_ok.patch: Likewise.
     - debian/patches/05_non-fatal_if_linux_hd_missing.patch: Likewise.
     - debian/patches/06_exit_segfault.patch: Likewise.
     - debian/patches/10_signal_jobs.patch: Likewise.
     - debian/patches/11_signal_sigaction.patch: Likewise.
     - debian/patches/12_signal_powerpc_support.patch: Likewise.
     - debian/patches/21_net_soopts.patch: Likewise.
     - debian/patches/30_syscall_ipc.patch: Likewise.
     - debian/patches/31_syscalls.patch: Likewise.
     - debian/patches/32_syscall_sysctl.patch: Likewise.
     - debian/patches/33_syscall_ppc_clone.patch: Likewise.
     - debian/patches/35_syscall_sockaddr.patch: Likewise.
     - debian/patches/41_arm_fpa_sigfpe.patch: Likewise.
     - debian/patches/42_arm_tls.patch: Likewise.
     - debian/patches/50_linuxbios_isa_bios_ram.patch: Likewise
     - debian/patches/51_linuxbios_piix_ram_size.patch: Likewise
     - debian/patches/61_safe_64bit_int.patch: Removed, merged upstream.
     - debian/patches/63_sparc_build.patch: Refreshed.
     - debian/patches/80_ui_curses.patch: Likewise.
   * debian/patches/90_security.patch: fix 64-bit overflow. (Closes:
     #425634)
   * debian/qemu-make-debian-root: add a -s option to create sparse
     image. (Closes: #322325)
   * debian/control: bump depends on bochsbios to >= 2.3.5-1. Use
     BIOS-qemu-latest instead of BIOS-bochs-latest. (Closes: #402289,
     #442822)
   * debian/rules: build the non-dyngen part with default gcc.
   * debian/rules: support DEB_BUILD_OPTIONS="parallel=n".
   * debian/patches/70_manpage.patch: describe the arguments of the
     -usbdevice option in the manpage. (Closes: #443801)
   * debian/control: now using Standards-Version 3.7.3 (no changes needed).
   * debian/control: build-depends on libgnutls-dev to enable TLS support
     in VNC.
   * debian/patches/01_nostrip.patch: don't strip binaries during make
     install. (Closes: #437866)
   * debian/patches/53_openbios_size.patch: increase maximum prom size to
     support latest openbios.
Files: 
 bc4d10de36f58fd3a20b5df3f383e7e0 1130 misc optional qemu_0.9.1-1.dsc
 937c34632a59e12ba7b55054419bbe7d 2392515 misc optional qemu_0.9.1.orig.tar.gz
 b4a6cdec6630ad0db22e7265a22d36ae 56901 misc optional qemu_0.9.1-1.diff.gz
 d43e324d9ac6133d444e717d3de0e9f6 10946622 misc optional qemu_0.9.1-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHnjt0w3ao2vG823MRAgP8AJwKCRagHKIYwla88BhOqNRpxfD0RQCaA5iG
OYu/lKhhFW1kQ8+iNCKTjx0=
=tlc9
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to