Package: kvm Version: 72+dfsg-1 Severity: normal When option -usb is active, there are scaring kernel messages after migrate: uhci_hcd 0000:00:01.2: host system error, PCI problems? uhci_hcd 0000:00:01.2: host controller process error, something bad happened!
This might be fixed in kvm 74 ("improved usb support", "usb auto connect/disconnect"): http://kvm.qumranet.com/kvmwiki/ChangeLog We do not need -usb, but, unfortunately, libvirt 0.4.4 passes this parameter to kvm. This wrapper for /usr/bin/kvm helps (use with: dpkg-divert --rename --add /usr/bin/kvm): #!/bin/sh HACKPARMS=$(echo $@ | sed -e 's/ -usb//g') exec /usr/bin/kvm.distrib $HACKPARMS (BTW, when using scsi instead if ide, migration is even worse, there are scsi ABORT and timeouts, but this is easy to workaround using ide.) -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-1-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/bash Versions of packages kvm depends on: ii adduser 3.110 add and remove users and groups ii bridge-utils 1.4-5 Utilities for configuring the L ii iproute 20080725-2 networking and traffic control ii libasound2 1.0.16-2 ALSA library ii libc6 2.7-13 GNU C Library: Shared libraries ii libgnutls26 2.4.1-1 the GNU TLS library - runtime l ii libncurses5 5.6+20080830-1 shared libraries for terminal h ii libsdl1.2debian 1.2.13-2 Simple DirectMedia Layer ii python 2.5.2-2 An interactive high-level ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages kvm recommends: ii linux-image-2.6.26-1-amd64 [l 2.6.26-4 Linux 2.6.26 image on AMD64 Versions of packages kvm suggests: ii debootstrap 1.0.10 Bootstrap a basic Debian system -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]