[Libguestfs] Issue with virt-builder on Ubuntu 14.04

Shawn Greig shawn at greigs.ca
Tue Jun 30 02:49:26 UTC 2015


Hello,

I am running into problems with virt-builder on my Ubuntu-14.04 install.
Please find the checklist below:

1. What are you trying to achieve?

    I'm trying to build a standard Ubuntu 14.04 disk image.

2. What exact commands did you run?

    I ran "virt-builder ubuntu-14.04"

3. What was the precise error/output of these commands?

   The process gets stuck indefinitely at "Opening the new disk." I even
left it over night and it did not get any farther.

4. Enable debugging, run the commands again, and capture the complete
output.

    The file attached contains the output from the command with debugging
enabled.

5. Versions of installed software:

libguestfs: 1.28.10 compiled from source tarball but not installed
supermin: 5.1.13 compiled from source tarball but not installed, used
instructions from
https://rwmj.wordpress.com/2014/03/08/tip-old-supermin-new-libguestfs-and-v-v/
to compile libguestfs with supermin5
operating system: Ubuntu 14.04.2 x64
kernel: 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux

Additional information:

This is a new issue, I used to use libguestfs 1.28.6 (compiled from source)
and had no issues in the past until this weekend. So I compiled the newest
version (1.28.10) and still have this issue.

Additionally, I tried compiling and running it on a virtual machine (Ubuntu
14.04 image created months ago with virt-builder when it was working) and
that works as expected. Therefore I believe that it is an issue with
something on my host, but I can't seem to narrow it down.

I can still use other libguestfs tools such as virt-df, and virt-inspector
(those are the only two that I've tried)

Any help is appreciated.

Thanks,

Shawn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20150629/142cfff6/attachment.htm>
-------------- next part --------------
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_tmpdir "/home/shawn/software/libguestfs-1.28.10/tmp"
libguestfs: trace: set_tmpdir = 0
libguestfs: trace: set_cachedir "/home/shawn/software/libguestfs-1.28.10/tmp"
libguestfs: trace: set_cachedir = 0
libguestfs: trace: set_path "/home/shawn/software/libguestfs-1.28.10/appliance"
libguestfs: trace: set_path = 0
libguestfs: create: flags = 0, handle = 0x2143ac0, program = virt-builder
libguestfs: trace: set_network true
libguestfs: trace: set_network = 0
libguestfs: trace: set_selinux false
libguestfs: trace: set_selinux = 0
libguestfs: trace: add_drive "ubuntu-14.04.img" "format:raw" "cachemode:unsafe"
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/home/shawn/software/libguestfs-1.28.10/tmp"
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version *>
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=virt-builder
libguestfs: launch: version=1.28.10
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/home/shawn/software/libguestfs-1.28.10/tmp/libguestfsUHJ2Xq
libguestfs: launch: umask=0002
libguestfs: launch: euid=1000
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/home/shawn/software/libguestfs-1.28.10/tmp"
libguestfs: [00000ms] begin building supermin appliance
libguestfs: [00000ms] run supermin
libguestfs: command: run: /home/shawn/software/supermin-5.1.13/src/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /home/shawn/software/libguestfs-1.28.10/tmp/.guestfs-1000/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /home/shawn/software/libguestfs-1.28.10/appliance/supermin.d
libguestfs: command: run: \ -o /home/shawn/software/libguestfs-1.28.10/tmp/.guestfs-1000/appliance.d
supermin: version: 5.1.13
supermin: package handler: debian/dpkg
supermin: acquiring lock on /home/shawn/software/libguestfs-1.28.10/tmp/.guestfs-1000/lock
supermin: if-newer: output does not need rebuilding
libguestfs: [00005ms] finished building supermin appliance
libguestfs: [00005ms] begin testing qemu features
libguestfs: command: run: /usr/bin/kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/bin/kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -version
libguestfs: qemu version 2.0
libguestfs: command: run: /usr/bin/kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: [00040ms] finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
[00040ms] /usr/bin/kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -enable-fips \
    -nodefaults \
    -display none \
    -cpu host \
    -machine accel=kvm:tcg \
    -m 500 \
    -no-reboot \
    -rtc driftfix=slew \
    -no-hpet \
    -global kvm-pit.lost_tick_policy=discard \
    -kernel /home/shawn/software/libguestfs-1.28.10/tmp/.guestfs-1000/appliance.d/kernel \
    -initrd /home/shawn/software/libguestfs-1.28.10/tmp/.guestfs-1000/appliance.d/initrd \
    -device virtio-scsi-pci,id=scsi \
    -drive file=/home/shawn/software/libguestfs-1.28.10/ubuntu-14.04.img,cache=unsafe,format=raw,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=/home/shawn/software/libguestfs-1.28.10/tmp/.guestfs-1000/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \
    -device scsi-hd,drive=appliance \
    -device virtio-serial-pci \
    -serial stdio \
    -device sga \
    -chardev socket,path=/home/shawn/software/libguestfs-1.28.10/tmp/libguestfsUHJ2Xq/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -netdev user,id=usernet,net=169.254.0.0/16 \
    -device virtio-net-pci,netdev=usernet \
    -append 'panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen'
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.13.0-55-generic (buildd at brownie) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 (Ubuntu 3.13.0-55.94-generic 3.13.11-ckt20)
[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
[    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 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f0b60-0x000f0b6f] mapped at [ffff8800000f0b60]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Using GB pages for direct mapping
[    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 0x1f27c000-0x1f3effff]
[    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 27 pages/cpu @ffff88001f000000 s81536 r8192 d20864 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 1f00d000
[    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=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 485172K/511600K available (7392K kernel code, 1146K rwdata, 3408K rodata, 1336K init, 1448K bss, 26428K 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.
[    0.000000] NR_IRQS:16640 nr_irqs:256 16
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 3399.996 MHz processor
[    0.004000] Calibrating delay loop (skipped) preset value.. 6799.99 BogoMIPS (lpj=13599984)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] Security Framework initialized
[    0.004000] AppArmor: AppArmor initialized
[    0.004000] Yama: becoming mindful.
[    0.004000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.004000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.004000] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.004000] Initializing cgroup subsys memory
[    0.004000] Initializing cgroup subsys devices
[    0.004000] Initializing cgroup subsys freezer
[    0.004000] Initializing cgroup subsys blkio
[    0.004005] Initializing cgroup subsys perf_event
[    0.004241] Initializing cgroup subsys hugetlb
[    0.005369] mce: CPU supports 10 MCE banks
[    0.005605] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.005605] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    0.005605] tlb_flushall_shift: 6
[    0.019322] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000)
[    0.021942] ftrace: allocating 28579 entries in 112 pages
[    0.028192] Enabling x2apic
[    0.028366] Enabled x2apic
[    0.028650] Switched APIC routing to physical x2apic.
[    0.029591] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.029885] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1231 v3 @ 3.40GHz (fam: 06, model: 3c, stepping: 03)
[    0.032190] Performance Events: 16-deep LBR, Haswell events, Intel PMU driver.
[    0.032727] ... version:                2
[    0.032931] ... bit width:              48
[    0.033138] ... generic registers:      4
[    0.033344] ... value mask:             0000ffffffffffff
[    0.033599] ... max period:             000000007fffffff
[    0.033892] ... fixed-purpose events:   3
[    0.034087] ... event mask:             000000070000000f
[    0.040128] KVM setup paravirtual spinlock
[    0.041175] x86: Booted up 1 node, 1 CPUs
[    0.041415] smpboot: Total of 1 processors activated (6799.99 BogoMIPS)
[    0.041893] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.042422] devtmpfs: initialized
[    0.043838] EVM: security.selinux
[    0.044004] EVM: security.SMACK64
[    0.044169] EVM: security.ima
[    0.044316] EVM: security.capability
[    0.044953] pinctrl core: initialized pinctrl subsystem
[    0.045319] regulator-dummy: no parameters
[    0.045565] RTC time:  2:37:33, date: 06/30/15
[    0.045811] NET: Registered protocol family 16
[    0.046152] cpuidle: using governor ladder
[    0.046362] cpuidle: using governor menu
[    0.046645] PCI: Using configuration type 1 for base access
[    0.047353] bio: create slab <bio-0> at 0
[    0.047617] ACPI: Interpreter disabled.
[    0.047848] vgaarb: loaded
[    0.048064] SCSI subsystem initialized
[    0.048285] usbcore: registered new interface driver usbfs
[    0.048609] usbcore: registered new interface driver hub
[    0.048880] usbcore: registered new device driver usb
[    0.049167] PCI: Probing PCI hardware
[    0.049363] PCI host bridge to bus 0000:00
[    0.049580] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.049957] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    0.050298] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.053431] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.053799] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.065806] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.066189] NetLabel: Initializing
[    0.066361] NetLabel:  domain hash size = 128
[    0.066574] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.066824] NetLabel:  unlabeled traffic allowed by default
[    0.067202] Switched to clocksource kvm-clock
[    0.068097] AppArmor: AppArmor Filesystem Enabled
[    0.068356] pnp: PnP ACPI: disabled
[    0.069030] NET: Registered protocol family 2
[    0.069389] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.069763] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.070092] TCP: Hash tables configured (established 4096 bind 4096)
[    0.070464] TCP: reno registered
[    0.070625] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.070909] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.071234] NET: Registered protocol family 1
[    0.071485] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.071801] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.072095] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.072462] Trying to unpack rootfs image as initramfs...
[    0.073957] Freeing initrd memory: 1488K (ffff88001f27c000 - ffff88001f3f0000)
[    0.074367] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.074790] microcode: CPU0 sig=0x306c3, pf=0x1, revision=0x1
[    0.075115] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.075559] Scanning for low memory corruption every 60 seconds
[    0.075970] Initialise system trusted keyring
[    0.076293] audit: initializing netlink socket (disabled)
[    0.076565] type=2000 audit(1435631854.575:1): initialized
[    0.093286] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.094609] zbud: loaded
[    0.094970] VFS: Disk quotas dquot_6.5.2
[    0.095328] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.096264] fuse init (API version 7.22)
[    0.096590] msgmni has been set to 950
[    0.097015] Key type big_key registered
[    0.097585] Key type asymmetric registered
[    0.097873] Asymmetric key parser 'x509' registered
[    0.098374] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.098914] io scheduler noop registered
[    0.099252] io scheduler deadline registered (default)
[    0.099646] io scheduler cfq registered
[    0.099951] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.100458] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.101031] ipmi message handler version 39.2
[    0.101363] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[    0.102761] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.103485] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.104421] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.129709] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.153464] Linux agpgart interface v0.103
[    0.154278] brd: module loaded
[    0.154759] loop: module loaded
[    0.155626] scsi0 : ata_piix
[    0.155814] scsi1 : ata_piix
[    0.156026] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14
[    0.156371] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15
[    0.156849] libphy: Fixed MDIO Bus: probed
[    0.157139] tun: Universal TUN/TAP device driver, 1.6
[    0.157389] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    0.158175] PPP generic driver version 2.4.2
[    0.158506] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.158832] ehci-pci: EHCI PCI platform driver
[    0.159057] ehci-platform: EHCI generic platform driver
[    0.159318] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.159660] ohci-pci: OHCI PCI platform driver
[    0.159881] ohci-platform: OHCI generic platform driver
[    0.160285] uhci_hcd: USB Universal Host Controller Interface driver
[    0.160664] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.161385] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.161663] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.161949] mousedev: PS/2 mouse device common for all mice
[    0.162379] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.162765] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.163144] device-mapper: uevent: version 1.0.3
[    0.163418] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel at redhat.com
[    0.163856] ledtrig-cpu: registered to indicate activity on CPUs
[    0.164245] TCP: cubic registered
[    0.164463] NET: Registered protocol family 10
[    0.164808] NET: Registered protocol family 17
[    0.165078] Key type dns_resolver registered
[    0.165388] Loading compiled-in X.509 certificates
[    0.166151] Loaded X.509 cert 'Magrathea: Glacier signing key: 13dfa511f14d8706c6ace27e0c6a7d1469b9ea7f'
[    0.166649] registered taskstats version 1
[    0.167389] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.168137] Key type trusted registered
[    0.168504] Key type encrypted registered
[    0.168749] AppArmor: AppArmor sha1 policy hashing enabled
[    0.169020] IMA: No TPM chip found, activating TPM-bypass!
[    0.169381] regulator-dummy: incomplete constraints, leaving on
[    0.169748]   Magic number: 3:46:613
[    0.169979] rtc_cmos rtc_cmos: setting system clock to 2015-06-30 02:37:33 UTC (1435631853)
[    0.170409] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.170708] EDD information not available.
[    0.318086] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000)
[    0.319429] Write protecting the kernel read-only data: 12288k
[    0.324126] Freeing unused kernel memory: 788K (ffff88000173b000 - ffff880001800000)
[    0.326480] Freeing unused kernel memory: 688K (ffff880001b54000 - ffff880001c00000)
supermin: mounting /proc
supermin: uptime: 0.32 0.17
supermin: ext2 mini initrd starting up: 5.1.13 zlib xz
supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod ideapad_slidebar.ko
[    0.335341] ideapad_slidebar: DMI does not match
insmod: init_module: ideapad_slidebar.ko: No such device
supermin: internal insmod sparse-keymap.ko
supermin: internal insmod ideapad-laptop.ko
supermin: internal insmod megaraid.ko
supermin: internal insmod megaraid_mm.ko
[    0.340155] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
supermin: internal insmod megaraid_mbox.ko
[    0.341794] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
supermin: internal insmod megaraid_sas.ko
[    0.343791] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013
supermin: internal insmod sym53c8xx.ko
supermin: internal insmod virtio_scsi.ko
[    0.347152] scsi2 : Virtio SCSI HBA
[    0.349077] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.0. PQ: 0 ANSI: 5
[    0.349620] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.0. PQ: 0 ANSI: 5
[    0.358570] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    0.358905] sd 2:0:0:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.359433] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.359867] sd 2:0:0:0: [sda] Write Protect is off
[    0.360252] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.360908] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    0.361446] sd 2:0:1:0: [sdb] Write Protect is off
[    0.361867] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.363611]  sda: sda1 sda2 < sda5 >
[    0.364156]  sdb: unknown partition table
[    0.364702] sd 2:0:0:0: [sda] Attached SCSI disk
[    0.365174] sd 2:0:1:0: [sdb] Attached SCSI disk
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.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
[    0.371018] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    0.393840] EXT4-fs (sdb): mounted filesystem without journal. Opts:
supermin: chroot
Starting /init script ...
ln: failed to create symbolic link '/etc/mtab': File exists
/init: 55: /init: systemd-tmpfiles: not found
[    1.687079] systemd-udevd[91]: starting version 204
[    1.808148] random: nonblocking pool is initialized
[    1.886029] ACPI Exception: AE_BAD_PARAMETER, Thread 487102464 could not acquire Mutex [0x1] (20131115/utmutex-285)
[    1.886591] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
/init: 79: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent
/sbin/dhclient-script: line 31: /etc/fstab: No such file or directory
[    2.935872] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3


More information about the Libguestfs mailing list