Your message dated Mon, 20 Feb 2006 17:02:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#352942: fixed in xen-tools 1.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: xen-tools
Version: 0.9-1-bpo1
Severity: minor
When booting a sarge system created with xen-tools (and changed to use
hda rather than sda, because of what I said in #352937) I noticed that the
swap didn't get activated. Upon investigation I noticed I could solve
the problem by just making the devices, calling the makedev script!
I fixed this in xen-tools by creating the
/etc/xen-tools/hook.d/65-make-devs attached.
It would be nice if this could be added to xen-tools either as-is or
with modification. Right now I'm creating both hda and sda, but it could
be adjusted to create just sda or hda depending of which one is used
(that is: supposing 352937 gets fixed too, otherwise just creating sda
would be sufficient).
Thanks,
Guido
#!/bin/sh
#
# This script creates devices in the new system
# They are useful if the image doesn't use dynamic device creation (eg. udev)
#
# Guido
prefix=$1
chroot ${prefix} /dev/MAKEDEV hda
chroot ${prefix} /dev/MAKEDEV sda
--- End Message ---
--- Begin Message ---
Source: xen-tools
Source-Version: 1.1-1
We believe that the bug you reported is fixed in the latest version of
xen-tools, which is due to be installed in the Debian FTP archive:
xen-tools_1.1-1.diff.gz
to pool/main/x/xen-tools/xen-tools_1.1-1.diff.gz
xen-tools_1.1-1.dsc
to pool/main/x/xen-tools/xen-tools_1.1-1.dsc
xen-tools_1.1-1_all.deb
to pool/main/x/xen-tools/xen-tools_1.1-1_all.deb
xen-tools_1.1.orig.tar.gz
to pool/main/x/xen-tools/xen-tools_1.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.
Radu Spineanu <[EMAIL PROTECTED]> (supplier of updated xen-tools 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: Tue, 21 Feb 2006 01:28:28 +0200
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Radu Spineanu <[EMAIL PROTECTED]>
Changed-By: Radu Spineanu <[EMAIL PROTECTED]>
Description:
xen-tools - Tools to manage debian XEN virtual servers
Closes: 352937 352942 353155
Changes:
xen-tools (1.1-1) unstable; urgency=low
.
* New upstream release
+ Disk devices are no longer created one unit bigger than asked
(closes: #353155)
+ Populate /dev on the virtual server (closes: #352942)
+ Added --use-ide flag in case people want ide style device names
(closes: #352937)
+ xen.cfg is no longer broken when using LVM
Files:
8ae3d8a4fdd6b766518191c6c88d9c01 599 utils extra xen-tools_1.1-1.dsc
35fbabe82c6acac0940086991b526898 44546 utils extra xen-tools_1.1.orig.tar.gz
d0f76ea0178593623d780d6305a375c7 1988 utils extra xen-tools_1.1-1.diff.gz
2d09238e82f4734b2f06812c1f972ecf 55324 utils extra xen-tools_1.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFD+l5nJkMZOMmr+9MRAnY6AJ419RMppMa9mWMuWcHSl0pXeVTHzwCgwgea
SDX7QuWilZu57lsBmfgOp4o=
=uUXT
-----END PGP SIGNATURE-----
--- End Message ---