Package: xen-utils-common Version: 4.1.2-1 Severity: important Dear Maintainer, *** Please consider answering these questions, where appropriate ***
* What led up to the situation? * What exactly did you do (or not do) that was effective (or ineffective)? * What was the outcome of this action? * What outcome did you expect instead? *** End of the template - remove these lines *** Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Roland Lammel <lammelr@pc09.NeoTel.local> To: Debian Bug Tracking System <sub...@bugs.debian.org> Subject: xen-utils-common: Xen console for guest not working, hangs Bcc: Roland Lammel <lammelr@pc09.NeoTel.local> Package: xen-utils-common Version: 4.1.2-1 Severity: important Dear Maintainer, * What led up to the situation? Upgrade of Linux kernel to 3.2 (testing) and Xen to 4.1 (testing) from Debian Stable (Squeeze) * What exactly did you do (or not do) that was effective (or ineffective)? Upgrading Xen to 4.1 (from 4.0.1) and Linux kernel to 3.2 (from stable 2.6.32) by using apt-pinning to select the packages for linux-image and xen. * What was the outcome of this action? Xen guests did not boot correctly (CentOS 4.9 hang on hardware initialization) and xm console is not working (hangs without any output) * What outcome did you expect instead? Xen guests boot and xm console works It appears the cause of this issue is a missing loaded module named xen-gntdev. Patching /etc/init.d/xend to modprobe for xen-gntdev fixes this issue. (Sorry, patch inline) diff --git a/init.d/xend b/init.d/xend index 2b55623..852cfe4 100755 --- a/init.d/xend +++ b/init.d/xend @@ -34,6 +34,7 @@ modules_setup() { modprobe xenfs 2>/dev/null modprobe xen-evtchn 2>/dev/null + modprobe xen-gntdev 2>/dev/null } xenfs_setup() -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (400, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xen-utils-common depends on: ii gawk 1:3.1.8+dfsg-0.1 ii lsb-base 3.2+Debian31 ii udev 175-3.1 ii xenstore-utils 4.1.2-2 xen-utils-common recommends no packages. xen-utils-common suggests no packages. -- no debconf information -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (500, 'testing'), (400, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xen-utils-common depends on: ii gawk 1:3.1.8+dfsg-0.1 ii lsb-base 3.2+Debian31 ii udev 175-3.1 ii xenstore-utils 4.1.2-2 xen-utils-common recommends no packages. xen-utils-common suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org