[Libguestfs] Broken libguestfs package in Ubuntu 13.10

Nikos Skalkotos skalkoto at grnet.gr
Tue Oct 22 13:29:01 UTC 2013


Hello all,

In ubuntu 13.10 libguestfs version 1:1.22.4-1 seems broken.
I don't seem to be able to create a working appliance.

After installing libguestfs-tools and executing "sudo
libguestfs-test-tool" I get:

Failed to connect to virtio-serial channel.

This is a fatal error and the appliance will now exit.

Usually this error is caused by either QEMU or the appliance
kernel not supporting the vmchannel method that the
libguestfs library chose to use. Please run
'libguestfs-test-tool' and provide the complete, unedited
output to the libguestfs developers, either in a bug report
or on the libguestfs redhat com mailing list.

The complete output of the command can be found in the attached file. I
did report this to Ubuntu
(https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1243190) but
I thought you might
want to take a look at this too.

Kind regards,
Nikos Skalkotos


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20131022/c7a2a2f9/attachment.htm>
-------------- next part --------------
     ************************************************************
     *                    IMPORTANT NOTICE
     *
     * When reporting bugs, include the COMPLETE, UNEDITED
     * output below in your bug report.
     *
     ************************************************************
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SELinux: sh: 1: getenforce: not found
library version: 1.22.4
guestfs_get_append: (null)
guestfs_get_backend: direct
guestfs_get_autosync: 1
guestfs_get_cachedir: /var/tmp
guestfs_get_direct: 0
guestfs_get_memsize: 500
guestfs_get_network: 0
guestfs_get_path: /usr/lib/guestfs
guestfs_get_pgroup: 0
guestfs_get_program: libguestfs-test-tool
guestfs_get_qemu: /usr/bin/qemu-system-x86_64
guestfs_get_recovery_proc: 1
guestfs_get_selinux: 0
guestfs_get_smp: 1
guestfs_get_tmpdir: /tmp
guestfs_get_trace: 0
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfsaAqpnv
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: command: run: supermin-helper
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ -f checksum
libguestfs: command: run: \ /usr/lib/guestfs/supermin.d
libguestfs: command: run: \ x86_64
supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null)
supermin helper [00000ms] inputs[0] = /usr/lib/guestfs/supermin.d
checking modpath /lib/modules/3.11.0-12-generic is a directory
picked vmlinuz-3.11.0-12-generic because modpath /lib/modules/3.11.0-12-generic exists
supermin helper [00000ms] finished creating kernel
supermin helper [00001ms] visiting /usr/lib/guestfs/supermin.d
supermin helper [00001ms] visiting /usr/lib/guestfs/supermin.d/base.img
supermin helper [00001ms] visiting /usr/lib/guestfs/supermin.d/daemon.img
supermin helper [00001ms] visiting /usr/lib/guestfs/supermin.d/hostfiles
supermin helper [00057ms] visiting /usr/lib/guestfs/supermin.d/init.img
supermin helper [00057ms] visiting /usr/lib/guestfs/supermin.d/udev-rules.img
supermin helper [00057ms] adding kernel modules
supermin helper [00166ms] finished creating appliance
libguestfs: checksum of existing appliance: 37e92b0d535d5695dc464c94639b2a6c88ac236918b626de69c391d3189dc381
libguestfs: [00172ms] begin testing qemu features
libguestfs: command: run: /usr/bin/qemu-system-x86_64
libguestfs: command: run: \ -nographic
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/bin/qemu-system-x86_64
libguestfs: command: run: \ -nographic
libguestfs: command: run: \ -version
libguestfs: qemu version 1.5
libguestfs: command: run: /usr/bin/qemu-system-x86_64
libguestfs: command: run: \ -nographic
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: [00447ms] finished testing qemu features
[00448ms] /usr/bin/qemu-system-x86_64 \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -nodefaults \
    -nographic \
    -device virtio-scsi-pci,id=scsi \
    -drive file=/tmp/libguestfs-test-tool-sda-kui5CC,cache=none,format=raw,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=/var/tmp/.guestfs-0/root.21951,snapshot=on,id=appliance,if=none,cache=unsafe \
    -device scsi-hd,drive=appliance \
    -machine accel=kvm:tcg \
    -m 500 \
    -no-reboot \
    -no-hpet \
    -device virtio-serial \
    -serial stdio \
    -device sga \
    -chardev socket,path=/tmp/libguestfsaAqpnv/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -kernel /var/tmp/.guestfs-0/kernel.21951 \
    -initrd /var/tmp/.guestfs-0/initrd.21951 \
    -append 'panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm'Could not open option rom 'sgabios.bin': No such file or directory
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0-12-generic (buildd at allspice) (gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu7) ) #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 (Ubuntu 3.11.0-12.19-generic 3.11.3)
[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3fdfff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f3fe000-0x000000001f3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] Hypervisor detected: KVM
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x1f3fe max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f17f0-0x000f17ff] mapped at [ffff8800000f17f0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f1fffff]
[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1effffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
[    0.000000] init_memory_mapping: [mem 0x1f200000-0x1f3fdfff]
[    0.000000] RAMDISK: [mem 0x1f2b5000-0x1f3eefff]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fdfff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3fdfff]
[    0.000000]   NODE_DATA [mem 0x1f3f9000-0x1f3fdfff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1f3f5001, boot clock
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1f3fdfff]
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID: BOCHSCPU
[    0.000000] MPTABLE: Product ID: 0.1         
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] Processors: 1
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001f000000 s86720 r8192 d23872 u2097152
[    0.000000] kvm-clock: cpu 0, msr 0:1f3f5001, primary cpu clock
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1f00df80
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125879
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 485468K/511600K available (7141K kernel code, 1082K rwdata, 3260K rodata, 1364K init, 1420K bss, 26132K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
[    0.000000] \tOffload RCU callbacks from all CPUs
[    0.000000] \tOffload RCU callbacks from CPUs: 0-255.
[    0.000000] NR_IRQS:16640 nr_irqs:256 16
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 2099.970 MHz processor
[    0.012000] Calibrating delay loop (skipped) preset value.. 4199.94 BogoMIPS (lpj=8399880)
[    0.016029] pid_max: default: 32768 minimum: 301
[    0.020242] Security Framework initialized
[    0.024074] AppArmor: AppArmor initialized
[    0.028028] Yama: becoming mindful.
[    0.032318] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.040975] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.048556] Mount-cache hash table entries: 256
[    0.053341] Initializing cgroup subsys memory
[    0.056072] Initializing cgroup subsys devices
[    0.064029] Initializing cgroup subsys freezer
[    0.068029] Initializing cgroup subsys blkio
[    0.072029] Initializing cgroup subsys perf_event
[    0.076031] Initializing cgroup subsys hugetlb
[    0.081122] mce: CPU supports 10 MCE banks
[    0.088469] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.088469] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.088469] tlb_flushall_shift: -1
[    1.346223] Freeing SMP alternatives memory: 28K (ffffffff81e65000 - ffffffff81e6c000)
[    1.495526] ftrace: allocating 27796 entries in 109 pages
[    1.537695] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    1.540005] smpboot: CPU0: AMD QEMU Virtual CPU version 1.5.0 (fam: 06, model: 02, stepping: 03)
[    1.660725] Performance Events: Broken PMU hardware detected, using software events only.
[    1.664006] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff)
[    1.674927] Brought up 1 CPUs
[    1.676007] smpboot: Total of 1 processors activated (4199.94 BogoMIPS)
[    1.682207] NMI watchdog: disabled (cpu0): hardware events not enabled
[    1.685884] devtmpfs: initialized
[    1.692722] EVM: security.selinux
[    1.696004] EVM: security.SMACK64
[    1.699260] EVM: security.capability
[    1.705688] regulator-dummy: no parameters
[    1.708582] RTC time: 12:49:10, date: 10/22/13
[    1.712127] NET: Registered protocol family 16
[    1.720857] PCI: Using configuration type 1 for base access
[    1.725491] bio: create slab <bio-0> at 0
[    1.732112] ACPI: Interpreter disabled.
[    1.736014] vgaarb: loaded
[    1.739178] SCSI subsystem initialized
[    1.740209] usbcore: registered new interface driver usbfs
[    1.744026] usbcore: registered new interface driver hub
[    1.748040] usbcore: registered new device driver usb
[    1.752140] PCI: Probing PCI hardware
[    1.756049] PCI host bridge to bus 0000:00
[    1.760008] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    1.764007] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    1.768006] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    1.794941] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    1.796079] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    1.834959] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    1.837023] NetLabel: Initializing
[    1.840005] NetLabel:  domain hash size = 128
[    1.844003] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.848018] NetLabel:  unlabeled traffic allowed by default
[    1.852118] Switched to clocksource kvm-clock
[    1.863287] AppArmor: AppArmor Filesystem Enabled
[    1.868562] pnp: PnP ACPI: disabled
[    1.873530] NET: Registered protocol family 2
[    1.878137] TCP established hash table entries: 4096 (order: 4, 65536 bytes)
[    1.885347] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    1.891875] TCP: Hash tables configured (established 4096 bind 4096)
[    1.898157] TCP: reno registered
[    1.901535] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    1.907280] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    1.913524] NET: Registered protocol family 1
[    1.917872] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.923671] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.929354] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.935873] Trying to unpack rootfs image as initramfs...
[    1.944933] Freeing initrd memory: 1256K (ffff88001f2b5000 - ffff88001f3ef000)
[    1.952358] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    1.959892] Scanning for low memory corruption every 60 seconds
[    1.965919] Initialise module verification
[    1.970109] audit: initializing netlink socket (disabled)
[    1.975417] type=2000 audit(1382446149.622:1): initialized
[    2.014995] bounce pool size: 64 pages
[    2.018825] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.026168] zbud: loaded
[    2.028983] VFS: Disk quotas dquot_6.5.2
[    2.032939] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.039830] fuse init (API version 7.22)
[    2.043925] msgmni has been set to 950
[    2.048393] Key type asymmetric registered
[    2.052568] Asymmetric key parser 'x509' registered
[    2.057517] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.065288] io scheduler noop registered
[    2.069215] io scheduler deadline registered (default)
[    2.074356] io scheduler cfq registered
[    2.078316] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.083792] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.091353] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[    2.102098] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    2.110351] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.152736] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.160498] Linux agpgart interface v0.103
[    2.166895] brd: module loaded
[    2.170857] loop: module loaded
[    2.177035] scsi0 : ata_piix
[    2.180118] scsi1 : ata_piix
[    2.183038] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc060 irq 14
[    2.189603] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc068 irq 15
[    2.199599] libphy: Fixed MDIO Bus: probed
[    2.203804] tun: Universal TUN/TAP device driver, 1.6
[    2.208758] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    2.215002] PPP generic driver version 2.4.2
[    2.219260] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.225593] ehci-pci: EHCI PCI platform driver
[    2.230030] ehci-platform: EHCI generic platform driver
[    2.235177] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.241128] ohci-platform: OHCI generic platform driver
[    2.246314] uhci_hcd: USB Universal Host Controller Interface driver
[    2.252577] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.263729] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.269068] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.274277] mousedev: PS/2 mouse device common for all mice
[    2.281714] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.291995] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    2.299768] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    2.306052] device-mapper: uevent: version 1.0.3
[    2.310812] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel at redhat.com
[    2.318966] cpuidle: using governor ladder
[    2.323024] cpuidle: using governor menu
[    2.326901] ledtrig-cpu: registered to indicate activity on CPUs
[    2.332809] TCP: cubic registered
[    2.336231] NET: Registered protocol family 10
[    2.340822] NET: Registered protocol family 17
[    2.345356] Key type dns_resolver registered
[    2.349844] Loading module verification certificates
[    2.358303] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: fddf6943d8ac4f5b6eb0919a7a3ee3d9088b1bfa'
[    2.367716] registered taskstats version 1
[    2.372285] Key type trusted registered
[    2.376416] Key type encrypted registered
[    2.380732] AppArmor: AppArmor sha1 policy hashing enabled
[    2.387249]   Magic number: 1:737:835
[    2.391656] rtc_cmos rtc_cmos: setting system clock to 2013-10-22 12:49:11 UTC (1382446151)
[    2.400061] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.405953] EDD information not available.
[    2.415348] Freeing unused kernel memory: 1364K (ffffffff81d10000 - ffffffff81e65000)
[    2.423094] Write protecting the kernel read-only data: 12288k
[    2.434472] Freeing unused kernel memory: 1040K (ffff8800016fc000 - ffff880001800000)
[    2.445727] Freeing unused kernel memory: 836K (ffff880001b2f000 - ffff880001c00000)
supermin: mounting /proc
supermin: uptime: 2.46 1.49
supermin: ext2 mini initrd starting up: 4.1.1
supermin: cmdline: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm
supermin: mounting /sys
supermin: internal insmod libcrc32c.ko
[    2.483109] libcrc32c: module verification failed: signature and/or required key missing - tainting kernel
supermin: internal insmod crc32-pclmul.ko
[    2.498653] PCLMULQDQ-NI instructions are not detected.
insmod: init_module: crc32-pclmul.ko: No such device
supermin: internal insmod crct10dif-pclmul.ko
insmod: init_module: crct10dif-pclmul.ko: No such device
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc32.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.ko
supermin: internal insmod sym53c8xx.ko
supermin: internal insmod sparse-keymap.ko
supermin: internal insmod ideapad-laptop.ko
insmod: init_module: ideapad-laptop.ko: No such device
supermin: internal insmod virtio_mmio.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod virtio_scsi.ko
[    2.682882] scsi2 : Virtio SCSI HBA
[    2.689949] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    1.5. PQ: 0 ANSI: 5
[    2.698277] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    1.5. PQ: 0 ANSI: 5
[    2.746667] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (104 MB/100 MiB)
[    2.754080] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    2.760189] sd 2:0:0:0: [sda] Write Protect is off
[    2.765560] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    2.773050] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    2.778610] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.788347] sd 2:0:1:0: [sdb] Write Protect is off
[    2.793412] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.804814]  sda: unknown partition table
[    2.811023]  sdb: unknown partition table
[    2.816797] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.822910] sd 2:0:1:0: [sdb] Attached SCSI disk
supermin: internal insmod ext2.ko
supermin: picked /sys/block/sdb/dev as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
supermin: chroot
Starting /init script ...
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
/etc/init.d/udev: 290: /etc/init.d/udev: /lib/udev/create_static_nodes: not found
 * Starting the hotplug events dispatcher udevd
   ...done.
[    3.573318] systemd-udevd[100]: starting version 204
/etc/init.d/udev: 301: /etc/init.d/udev: /lib/udev/write_dev_root_rule: not found
Cannot find device "eth0"
Cannot find device "eth0"
RTNETLINK answers: Network is unreachable
/init: 105: /init: mdadm: not found
/init: 109: /init: lvmetad: not found
  Reading all physical volumes.  This may take a while...
  No volume groups found
  No volume groups found
/init: 115: /init: ldmtool: not found
/dev:
total 0
crw------- 1 0 0  10, 235 Oct 22 12:49 autofs
drwxr-xr-x 2 0 0       80 Oct 22 12:49 bsg
crw------- 1 0 0  10, 234 Oct 22 12:49 btrfs-control
crw------- 1 0 0   5,   1 Oct 22 12:49 console
lrwxrwxrwx 1 0 0       11 Oct 22 12:49 core -> /proc/kcore
drwxr-xr-x 2 0 0       60 Oct 22 12:49 cpu
crw------- 1 0 0  10,  60 Oct 22 12:49 cpu_dma_latency
crw------- 1 0 0  10,  61 Oct 22 12:49 ecryptfs
lrwxrwxrwx 1 0 0       13 Oct 22 12:49 fd -> /proc/self/fd
crw-rw-rw- 1 0 0   1,   7 Oct 22 12:49 full
crw-rw-rw- 1 0 0  10, 229 Oct 22 12:49 fuse
drwxr-xr-x 2 0 0       80 Oct 22 12:49 input
crw-r--r-- 1 0 0   1,  11 Oct 22 12:49 kmsg
crw------- 1 0 0  10, 237 Oct 22 12:49 loop-control
brw------- 1 0 0   7,   0 Oct 22 12:49 loop0
brw------- 1 0 0   7,   1 Oct 22 12:49 loop1
brw------- 1 0 0   7,   2 Oct 22 12:49 loop2
brw------- 1 0 0   7,   3 Oct 22 12:49 loop3
brw------- 1 0 0   7,   4 Oct 22 12:49 loop4
brw------- 1 0 0   7,   5 Oct 22 12:49 loop5
brw------- 1 0 0   7,   6 Oct 22 12:49 loop6
brw------- 1 0 0   7,   7 Oct 22 12:49 loop7
drwxr-xr-x 2 0 0       60 Oct 22 12:49 mapper
crw------- 1 0 0  10, 227 Oct 22 12:49 mcelog
crw------- 1 0 0   1,   1 Oct 22 12:49 mem
drwxr-xr-x 2 0 0       60 Oct 22 12:49 net
crw------- 1 0 0  10,  59 Oct 22 12:49 network_latency
crw------- 1 0 0  10,  58 Oct 22 12:49 network_throughput
crw-rw-rw- 1 0 0   1,   3 Oct 22 12:49 null
crw------- 1 0 0   1,   4 Oct 22 12:49 port
crw------- 1 0 0 108,   0 Oct 22 12:49 ppp
crw------- 1 0 0  10,   1 Oct 22 12:49 psaux
crw-rw-rw- 1 0 0   5,   2 Oct 22 12:49 ptmx
brw------- 1 0 0   1,   0 Oct 22 12:49 ram0
brw------- 1 0 0   1,   1 Oct 22 12:49 ram1
brw------- 1 0 0   1,  10 Oct 22 12:49 ram10
brw------- 1 0 0   1,  11 Oct 22 12:49 ram11
brw------- 1 0 0   1,  12 Oct 22 12:49 ram12
brw------- 1 0 0   1,  13 Oct 22 12:49 ram13
brw------- 1 0 0   1,  14 Oct 22 12:49 ram14
brw------- 1 0 0   1,  15 Oct 22 12:49 ram15
brw------- 1 0 0   1,   2 Oct 22 12:49 ram2
brw------- 1 0 0   1,   3 Oct 22 12:49 ram3
brw------- 1 0 0   1,   4 Oct 22 12:49 ram4
brw------- 1 0 0   1,   5 Oct 22 12:49 ram5
brw------- 1 0 0   1,   6 Oct 22 12:49 ram6
brw------- 1 0 0   1,   7 Oct 22 12:49 ram7
brw------- 1 0 0   1,   8 Oct 22 12:49 ram8
brw------- 1 0 0   1,   9 Oct 22 12:49 ram9
crw-rw-rw- 1 0 0   1,   8 Oct 22 12:49 random
crw------- 1 0 0  10,  62 Oct 22 12:49 rfkill
crw------- 1 0 0 254,   0 Oct 22 12:49 rtc0
brw------- 1 0 0   8,   0 Oct 22 12:49 sda
brw------- 1 0 0   8,  16 Oct 22 12:49 sdb
crw------- 1 0 0  21,   0 Oct 22 12:49 sg0
crw------- 1 0 0  21,   1 Oct 22 12:49 sg1
crw------- 1 0 0  10, 231 Oct 22 12:49 snapshot
drwxr-xr-x 2 0 0       80 Oct 22 12:49 snd
lrwxrwxrwx 1 0 0       15 Oct 22 12:49 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 0 0       15 Oct 22 12:49 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 0 0       15 Oct 22 12:49 stdout -> /proc/self/fd/1
crw-rw-rw- 1 0 0   5,   0 Oct 22 12:49 tty
crw------- 1 0 0   4,   0 Oct 22 12:49 tty0
crw------- 1 0 0   4,   1 Oct 22 12:49 tty1
crw------- 1 0 0   4,  10 Oct 22 12:49 tty10
crw------- 1 0 0   4,  11 Oct 22 12:49 tty11
crw------- 1 0 0   4,  12 Oct 22 12:49 tty12
crw------- 1 0 0   4,  13 Oct 22 12:49 tty13
crw------- 1 0 0   4,  14 Oct 22 12:49 tty14
crw------- 1 0 0   4,  15 Oct 22 12:49 tty15
crw------- 1 0 0   4,  16 Oct 22 12:49 tty16
crw------- 1 0 0   4,  17 Oct 22 12:49 tty17
crw------- 1 0 0   4,  18 Oct 22 12:49 tty18
crw------- 1 0 0   4,  19 Oct 22 12:49 tty19
crw------- 1 0 0   4,   2 Oct 22 12:49 tty2
crw------- 1 0 0   4,  20 Oct 22 12:49 tty20
crw------- 1 0 0   4,  21 Oct 22 12:49 tty21
crw------- 1 0 0   4,  22 Oct 22 12:49 tty22
crw------- 1 0 0   4,  23 Oct 22 12:49 tty23
crw------- 1 0 0   4,  24 Oct 22 12:49 tty24
crw------- 1 0 0   4,  25 Oct 22 12:49 tty25
crw------- 1 0 0   4,  26 Oct 22 12:49 tty26
crw------- 1 0 0   4,  27 Oct 22 12:49 tty27
crw------- 1 0 0   4,  28 Oct 22 12:49 tty28
crw------- 1 0 0   4,  29 Oct 22 12:49 tty29
crw------- 1 0 0   4,   3 Oct 22 12:49 tty3
crw------- 1 0 0   4,  30 Oct 22 12:49 tty30
crw------- 1 0 0   4,  31 Oct 22 12:49 tty31
crw------- 1 0 0   4,  32 Oct 22 12:49 tty32
crw------- 1 0 0   4,  33 Oct 22 12:49 tty33
crw------- 1 0 0   4,  34 Oct 22 12:49 tty34
crw------- 1 0 0   4,  35 Oct 22 12:49 tty35
crw------- 1 0 0   4,  36 Oct 22 12:49 tty36
crw------- 1 0 0   4,  37 Oct 22 12:49 tty37
crw------- 1 0 0   4,  38 Oct 22 12:49 tty38
crw------- 1 0 0   4,  39 Oct 22 12:49 tty39
crw------- 1 0 0   4,   4 Oct 22 12:49 tty4
crw------- 1 0 0   4,  40 Oct 22 12:49 tty40
crw------- 1 0 0   4,  41 Oct 22 12:49 tty41
crw------- 1 0 0   4,  42 Oct 22 12:49 tty42
crw------- 1 0 0   4,  43 Oct 22 12:49 tty43
crw------- 1 0 0   4,  44 Oct 22 12:49 tty44
crw------- 1 0 0   4,  45 Oct 22 12:49 tty45
crw------- 1 0 0   4,  46 Oct 22 12:49 tty46
crw------- 1 0 0   4,  47 Oct 22 12:49 tty47
crw------- 1 0 0   4,  48 Oct 22 12:49 tty48
crw------- 1 0 0   4,  49 Oct 22 12:49 tty49
crw------- 1 0 0   4,   5 Oct 22 12:49 tty5
crw------- 1 0 0   4,  50 Oct 22 12:49 tty50
crw------- 1 0 0   4,  51 Oct 22 12:49 tty51
crw------- 1 0 0   4,  52 Oct 22 12:49 tty52
crw------- 1 0 0   4,  53 Oct 22 12:49 tty53
crw------- 1 0 0   4,  54 Oct 22 12:49 tty54
crw------- 1 0 0   4,  55 Oct 22 12:49 tty55
crw------- 1 0 0   4,  56 Oct 22 12:49 tty56
crw------- 1 0 0   4,  57 Oct 22 12:49 tty57
crw------- 1 0 0   4,  58 Oct 22 12:49 tty58
crw------- 1 0 0   4,  59 Oct 22 12:49 tty59
crw------- 1 0 0   4,   6 Oct 22 12:49 tty6
crw------- 1 0 0   4,  60 Oct 22 12:49 tty60
crw------- 1 0 0   4,  61 Oct 22 12:49 tty61
crw------- 1 0 0   4,  62 Oct 22 12:49 tty62
crw------- 1 0 0   4,  63 Oct 22 12:49 tty63
crw------- 1 0 0   4,   7 Oct 22 12:49 tty7
crw------- 1 0 0   4,   8 Oct 22 12:49 tty8
crw------- 1 0 0   4,   9 Oct 22 12:49 tty9
crw------- 1 0 0   4,  64 Oct 22 12:49 ttyS0
crw------- 1 0 0   4,  65 Oct 22 12:49 ttyS1
crw------- 1 0 0   4,  74 Oct 22 12:49 ttyS10
crw------- 1 0 0   4,  75 Oct 22 12:49 ttyS11
crw------- 1 0 0   4,  76 Oct 22 12:49 ttyS12
crw------- 1 0 0   4,  77 Oct 22 12:49 ttyS13
crw------- 1 0 0   4,  78 Oct 22 12:49 ttyS14
crw------- 1 0 0   4,  79 Oct 22 12:49 ttyS15
crw------- 1 0 0   4,  80 Oct 22 12:49 ttyS16
crw------- 1 0 0   4,  81 Oct 22 12:49 ttyS17
crw------- 1 0 0   4,  82 Oct 22 12:49 ttyS18
crw------- 1 0 0   4,  83 Oct 22 12:49 ttyS19
crw------- 1 0 0   4,  66 Oct 22 12:49 ttyS2
crw------- 1 0 0   4,  84 Oct 22 12:49 ttyS20
crw------- 1 0 0   4,  85 Oct 22 12:49 ttyS21
crw------- 1 0 0   4,  86 Oct 22 12:49 ttyS22
crw------- 1 0 0   4,  87 Oct 22 12:49 ttyS23
crw------- 1 0 0   4,  88 Oct 22 12:49 ttyS24
crw------- 1 0 0   4,  89 Oct 22 12:49 ttyS25
crw------- 1 0 0   4,  90 Oct 22 12:49 ttyS26
crw------- 1 0 0   4,  91 Oct 22 12:49 ttyS27
crw------- 1 0 0   4,  92 Oct 22 12:49 ttyS28
crw------- 1 0 0   4,  93 Oct 22 12:49 ttyS29
crw------- 1 0 0   4,  67 Oct 22 12:49 ttyS3
crw------- 1 0 0   4,  94 Oct 22 12:49 ttyS30
crw------- 1 0 0   4,  95 Oct 22 12:49 ttyS31
crw------- 1 0 0   4,  68 Oct 22 12:49 ttyS4
crw------- 1 0 0   4,  69 Oct 22 12:49 ttyS5
crw------- 1 0 0   4,  70 Oct 22 12:49 ttyS6
crw------- 1 0 0   4,  71 Oct 22 12:49 ttyS7
crw------- 1 0 0   4,  72 Oct 22 12:49 ttyS8
crw------- 1 0 0   4,  73 Oct 22 12:49 ttyS9
crw------- 1 0 0   5,   3 Oct 22 12:49 ttyprintk
crw------- 1 0 0  10, 223 Oct 22 12:49 uinput
crw-rw-rw- 1 0 0   1,   9 Oct 22 12:49 urandom
crw------- 1 0 0   7,   0 Oct 22 12:49 vcs
crw------- 1 0 0   7,   1 Oct 22 12:49 vcs1
crw------- 1 0 0   7, 128 Oct 22 12:49 vcsa
crw------- 1 0 0   7, 129 Oct 22 12:49 vcsa1
crw------- 1 0 0  10,  63 Oct 22 12:49 vga_arbiter
crw------- 1 0 0  10, 238 Oct 22 12:49 vhost-net
crw------- 1 0 0 251,   1 Oct 22 12:49 vport1p1
crw-rw-rw- 1 0 0   1,   5 Oct 22 12:49 zero

/dev/bsg:
total 0
crw------- 1 0 0 252, 0 Oct 22 12:49 2:0:0:0
crw------- 1 0 0 252, 1 Oct 22 12:49 2:0:1:0

/dev/cpu:
total 0
crw------- 1 0 0 10, 184 Oct 22 12:49 microcode

/dev/input:
total 0
crw------- 1 0 0 13, 64 Oct 22 12:49 event0
crw------- 1 0 0 13, 63 Oct 22 12:49 mice

/dev/mapper:
total 0
crw------- 1 0 0 10, 236 Oct 22 12:49 control

/dev/net:
total 0
crw-rw-rw- 1 0 0 10, 200 Oct 22 12:49 tun

/dev/snd:
total 0
crw------- 1 0 0 116,  1 Oct 22 12:49 seq
crw------- 1 0 0 116, 33 Oct 22 12:49 timer
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime,errors=continue,user_xattr,acl 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=98000k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=242748k,nr_inodes=60687,mode=755 0 0
  No volume groups found
  No volume groups found
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
Module                  Size  Used by
ext2                   72832  1 
virtio_scsi            18222  1 
virtio_console         27776  0 
virtio_rng             13106  0 
virtio_balloon         13422  0 
virtio_mmio            13635  0 
sparse_keymap          13948  0 
sym53c8xx              76652  0 
crc8                   12893  0 
crc7                   12703  0 
crc_ccitt              12707  0 
crc32                  12714  0 
crc_itu_t              12707  0 
libcrc32c              12615  0 
Tue Oct 22 12:49:14 UTC 2013
uptime: 5.93 2.07
verbose daemon enabled
linux commmand line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm


Failed to connect to virtio-serial channel.

This is a fatal error and the appliance will now exit.

Usually this error is caused by either QEMU or the appliance
kernel not supporting the vmchannel method that the
libguestfs library chose to use.  Please run
'libguestfs-test-tool' and provide the complete, unedited
output to the libguestfs developers, either in a bug report
or on the libguestfs redhat com mailing list.

/dev/virtio-ports/org.libguestfs.channel.0: No such file or directory
[    6.179622] Unregister pv shared memory for cpu 0
[    6.184581] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[    6.190254] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[    6.247893] reboot: Restarting system
[    6.251616] reboot: machine restart
libguestfs: error: appliance closed the connection unexpectedly, see earlier error messages
libguestfs: child_cleanup: 0x18be580: child process died
libguestfs: sending SIGTERM to process 21961
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs-test-tool: failed to launch appliance
libguestfs: closing guestfs handle 0x18be580 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsaAqpnv


More information about the Libguestfs mailing list