Jean Charles Del?ne
2009-Nov-19 22:24 UTC
[Pkg-xen-devel] Bug#557151: /etc/init.d/xend: xend does not start with non pvops kernel
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
Debian Bug Tracking System
2009-Nov-22 16:57 UTC
[Pkg-xen-devel] Bug#557151: marked as done (/etc/init.d/xend: xend does not start with non pvops kernel)
Your message dated Sun, 22 Nov 2009 16:52:12 +0000 with message-id <E1NCFfY-0003MG-Nt at ries.debian.org> 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 owner at bugs.debian.org immediately.) -- 557151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557151 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Jean Charles Del?ne <jean.charles at delepine.info> Subject: /etc/init.d/xend: xend does not start with non pvops kernel Date: Thu, 19 Nov 2009 23:24:38 +0100 Size: 3774 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20091122/c289a8e5/attachment.eml> -------------- next part -------------- An embedded message was scrubbed... From: Bastian Blank <waldi at debian.org> Subject: Bug#557151: fixed in xen-common 3.4.2-2 Date: Sun, 22 Nov 2009 16:52:12 +0000 Size: 4341 URL: <http://lists.alioth.debian.org/pipermail/pkg-xen-devel/attachments/20091122/c289a8e5/attachment-0001.eml>
Apparently Analagous Threads
- Bug#556859: Should not start xend on non xen systems
- Bug#597403: xen-utils-common: need to run restorecon in /etc/init.d/xend on SE Linux systems
- [PATCH] xen: xenfs: privcmd: check put_user() return code
- [PATCH] xen: xenfs: privcmd: check put_user() return code
- [PATCH] tools/hotplug: remove 4 from default runlevel in xen-watchdog, xend and xendomains