Your message dated Sun, 22 Nov 2009 16:52:12 +0000
with message-id <[email protected]>
and subject line Bug#557151: fixed in xen-common 3.4.2-2
has caused the Debian Bug report #557151,
regarding /etc/init.d/xend: xend does not start with non pvops kernel
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.)
--
557151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557151
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xen-utils-common
Version: 3.4.2-1
Severity: important
File: /etc/init.d/xend
Tags: patch
Hello,
/etc/init.d/xend assume xenfs is present and doesn't start xend if not.
This dirty patch makes xend start and XEN being operationnal with old
flavour xen kernels. I use 2.6.31.5 with forwarded ported Xen 2.6.18 dom0
kernel patch but it should work with debian's 2.6.26
--- /etc/init.d/xend.orig 2009-11-19 23:03:44.000000000 +0100
+++ /etc/init.d/xend 2009-11-19 23:03:38.000000000 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh
### BEGIN INIT INFO
# Provides: xend
# Required-Start: $remote_fs
@@ -41,7 +41,7 @@
[ "$(awk '($2 == "/proc/xen") { print $2 }' /proc/mounts)" ] && return 0
log_progress_msg "xenfs"
[ -d "/proc/xen" ] || return 1
- mount -t xenfs xenfs /proc/xen || return 1
+ mount -t xenfs xenfs /proc/xen 2>/dev/null
return 0
}
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.31.5-xen-jcd (SMP w/2 CPU cores)
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash
Versions of packages xen-utils-common depends on:
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
ii udev 147-4 /dev/ and hotplug management daemo
ii xenstore-utils 3.4.2-1 Xenstore utilities for Xen
xen-utils-common recommends no packages.
xen-utils-common suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: xen-common
Source-Version: 3.4.2-2
We believe that the bug you reported is fixed in the latest version of
xen-common, which is due to be installed in the Debian FTP archive:
xen-common_3.4.2-2.diff.gz
to main/x/xen-common/xen-common_3.4.2-2.diff.gz
xen-common_3.4.2-2.dsc
to main/x/xen-common/xen-common_3.4.2-2.dsc
xen-utils-common_3.4.2-2_all.deb
to main/x/xen-common/xen-utils-common_3.4.2-2_all.deb
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.
Bastian Blank <[email protected]> (supplier of updated xen-common 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.8
Date: Sun, 22 Nov 2009 16:51:53 +0100
Source: xen-common
Binary: xen-utils-common
Architecture: source all
Version: 3.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xen Team <[email protected]>
Changed-By: Bastian Blank <[email protected]>
Description:
xen-utils-common - XEN administrative tools - common files
Closes: 556859 557151
Changes:
xen-common (3.4.2-2) unstable; urgency=low
.
* Redefine Xen version tests to allow detection of bare metal.
(closes: #556859)
* Support oldstyle Xen kernel without xenfs. (closes: #557151)
* Use debhelper compat level 7.
* Remove oldstable-only conflicts.
* Add wrapper for xenpm.
Checksums-Sha1:
6cbbf31ea154f005a7663a7cfee070330d1e69d7 1120 xen-common_3.4.2-2.dsc
eb1967a263cf639b967417c5140916924e84e40d 15687 xen-common_3.4.2-2.diff.gz
2a524d0eb11d0b4d588ec5a23ae810522733551a 144046
xen-utils-common_3.4.2-2_all.deb
Checksums-Sha256:
004c670f15acb417b79e0d89dfdc3103638d4a036dbbfa820e3a595b0fbe42d5 1120
xen-common_3.4.2-2.dsc
0a9e01776807eeea852d6f9dba95bf1f89ec73beaefb325934d86555d97fc1b1 15687
xen-common_3.4.2-2.diff.gz
c8b7a76ba71e24f0f0b0c9131b4d8c4f791d46b3109a53c97796e74861e682bd 144046
xen-utils-common_3.4.2-2_all.deb
Files:
3290284baf2aabaf72bcc6d340dd1183 1120 admin optional xen-common_3.4.2-2.dsc
95908e68ceae2674f6dc62fb24ffdea9 15687 admin optional
xen-common_3.4.2-2.diff.gz
d51200cc92bcf927030ed4645c645493 144046 admin optional
xen-utils-common_3.4.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAksJXnoACgkQLkAIIn9ODhFFvQCg/shqCoqhKTgXDjHkQv+5BAWI
nBAAnj1lbvVpKTm3TyGGadvjc0L3dYId
=752Z
-----END PGP SIGNATURE-----
--- End Message ---