[Libguestfs] Issue with virt-builder on Ubuntu 14.04

Shawn Greig shawn at greigs.ca
Tue Jun 30 15:07:25 UTC 2015


- I tried forcing TCG and it gets to the same spot and stops.

- running make quickcheck passes the tests (see attached)

- I tried a different kernel (3.13.0-49-generic) and again it passes the
quickcheck but virt-builder hangs.

- I added 'set -x' to the top of the init script and I don't see any
additional output (see attached)

Shawn

On Tue, Jun 30, 2015 at 2:06 AM, Richard W.M. Jones <rjones at redhat.com>
wrote:

> On Mon, Jun 29, 2015 at 08:49:26PM -0600, Shawn Greig wrote:
> [...]
>
> Thanks for the detailed bug report.
>
> The issue is indeed something strange with your host or KVM or your
> host kernel (3.13.0-55-generic).  As you can see from the end of the
> messages:
>
> > [    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
>
> ... the kernel boots quite far, and then hangs in the init script (see
> appliance/init).
>
> Some things you can try:
>
>  - Force qemu to use TCG (no KVM) mode to see if that makes a difference:
>
>    export LIBGUESTFS_BACKEND_SETTINGS=force_tcg
>
>  - Use 'libguestfs-test-tool' for testing to see if that makes a
>    difference.  In the build directory, run:
>
>    make quickcheck
>
>  - Try a different appliance kernel by setting these variables, but
>    choose different kernel versions by looking in your /boot directory
>    first:
>
>    export SUPERMIN_KERNEL_VERSION=3.13.0-55-generic
>    export SUPERMIN_KERNEL=/boot/vmlinuz-$SUPERMIN_KERNEL_VERSION
>    export SUPERMIN_MODULES=/lib/modules/$SUPERMIN_KERNEL_VERSION
>    rm -rf tmp/.guestfs-*
>    make quickcheck
>
>  - Add debugging 'set -x' to the top of appliance/init in the source
>    tree to see if it fails while running a specific command.
>
> Rich.
>
> --
> Richard Jones, Virtualization Group, Red Hat
> http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> virt-top is 'top' for virtual machines.  Tiny program with many
> powerful monitoring features, net stats, disk stats, logging, etc.
> http://people.redhat.com/~rjones/virt-top
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20150630/676a8121/attachment.htm>
-------------- next part --------------
fatal: Not a git repository (or any parent up to mount point /home/shawn)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
./run test-tool/libguestfs-test-tool
     ************************************************************
     *                    IMPORTANT NOTICE
     *
     * When reporting bugs, include the COMPLETE, UNEDITED
     * output below in your bug report.
     *
     ************************************************************
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: trace: set_backend_settings "force_tcg"
libguestfs: trace: set_backend_settings = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
LIBGUESTFS_PATH=/home/shawn/software/libguestfs-1.28.10/appliance
LIBGUESTFS_CACHEDIR=/home/shawn/software/libguestfs-1.28.10/tmp
LD_LIBRARY_PATH=/home/shawn/software/libguestfs-1.28.10/ruby/ext/guestfs:/home/shawn/software/libguestfs-1.28.10/src/.libs:/home/shawn/software/libguestfs-1.28.10/java/.libs:/home/shawn/software/libguestfs-1.28.10/gobject/.libs
LIBGUESTFS_TMPDIR=/home/shawn/software/libguestfs-1.28.10/tmp
LIBGUESTFS_BACKEND_SETTINGS=force_tcg
LIBGUESTFS_DEBUG=1
LIBGUESTFS_TRACE=1
PATH=/home/shawn/software/libguestfs-1.28.10/v2v:/home/shawn/software/libguestfs-1.28.10/tools:/home/shawn/software/libguestfs-1.28.10/test-tool:/home/shawn/software/libguestfs-1.28.10/sysprep:/home/shawn/software/libguestfs-1.28.10/sparsify:/home/shawn/software/libguestfs-1.28.10/resize:/home/shawn/software/libguestfs-1.28.10/rescue:/home/shawn/software/libguestfs-1.28.10/p2v:/home/shawn/software/libguestfs-1.28.10/make-fs:/home/shawn/software/libguestfs-1.28.10/inspector:/home/shawn/software/libguestfs-1.28.10/fuse:/home/shawn/software/libguestfs-1.28.10/format:/home/shawn/software/libguestfs-1.28.10/fish:/home/shawn/software/libguestfs-1.28.10/erlang:/home/shawn/software/libguestfs-1.28.10/edit:/home/shawn/software/libguestfs-1.28.10/diff:/home/shawn/software/libguestfs-1.28.10/df:/home/shawn/software/libguestfs-1.28.10/customize:/home/shawn/software/libguestfs-1.28.10/cat:/home/shawn/software/libguestfs-1.28.10/builder:/home/shawn/software/libguestfs-1.28.10/align:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/MATLAB/R2014a/bin/
SELinux: sh: 1: getenforce: not found
libguestfs: trace: add_drive_scratch 104857600
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/home/shawn/software/libguestfs-1.28.10/tmp"
libguestfs: trace: disk_create "/home/shawn/software/libguestfs-1.28.10/tmp/libguestfshfVLiN/scratch.1" "raw" 104857600
libguestfs: trace: disk_create = 0
libguestfs: trace: add_drive "/home/shawn/software/libguestfs-1.28.10/tmp/libguestfshfVLiN/scratch.1" "format:raw" "cachemode:unsafe"
libguestfs: trace: add_drive = 0
libguestfs: trace: add_drive_scratch = 0
libguestfs: trace: get_append
libguestfs: trace: get_append = "NULL"
guestfs_get_append: (null)
libguestfs: trace: get_autosync
libguestfs: trace: get_autosync = 1
guestfs_get_autosync: 1
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
guestfs_get_backend: direct
libguestfs: trace: get_backend_settings
libguestfs: trace: get_backend_settings = ["force_tcg"]
guestfs_get_backend_settings: [force_tcg]
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/home/shawn/software/libguestfs-1.28.10/tmp"
guestfs_get_cachedir: /home/shawn/software/libguestfs-1.28.10/tmp
libguestfs: trace: get_direct
libguestfs: trace: get_direct = 0
guestfs_get_direct: 0
libguestfs: trace: get_hv
libguestfs: trace: get_hv = "/usr/bin/kvm"
guestfs_get_hv: /usr/bin/kvm
libguestfs: trace: get_memsize
libguestfs: trace: get_memsize = 500
guestfs_get_memsize: 500
libguestfs: trace: get_network
libguestfs: trace: get_network = 0
guestfs_get_network: 0
libguestfs: trace: get_path
libguestfs: trace: get_path = "/home/shawn/software/libguestfs-1.28.10/appliance"
guestfs_get_path: /home/shawn/software/libguestfs-1.28.10/appliance
libguestfs: trace: get_pgroup
libguestfs: trace: get_pgroup = 0
guestfs_get_pgroup: 0
libguestfs: trace: get_program
libguestfs: trace: get_program = "libguestfs-test-tool"
guestfs_get_program: libguestfs-test-tool
libguestfs: trace: get_recovery_proc
libguestfs: trace: get_recovery_proc = 1
guestfs_get_recovery_proc: 1
libguestfs: trace: get_selinux
libguestfs: trace: get_selinux = 0
guestfs_get_selinux: 0
libguestfs: trace: get_smp
libguestfs: trace: get_smp = 1
guestfs_get_smp: 1
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/home/shawn/software/libguestfs-1.28.10/tmp"
guestfs_get_tmpdir: /home/shawn/software/libguestfs-1.28.10/tmp
libguestfs: trace: get_trace
libguestfs: trace: get_trace = 1
guestfs_get_trace: 1
libguestfs: trace: get_verbose
libguestfs: trace: get_verbose = 1
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: trace: launch
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version *>
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=libguestfs-test-tool
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/libguestfshfVLiN
libguestfs: launch: umask=0002
libguestfs: launch: euid=1000
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = "1"
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: [00004ms] finished building supermin appliance
libguestfs: [00004ms] 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: [00038ms] finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: command: run: dmesg | grep -Eoh 'lpj=[[:digit:]]+'
libguestfs: read_lpj_from_dmesg: calculated lpj=13601324
[00045ms] /usr/bin/kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -enable-fips \
    -nodefaults \
    -display none \
    -machine accel=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/tmp/libguestfshfVLiN/scratch.1,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/libguestfshfVLiN/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -append 'panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=13601324 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=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 lpj=13601324 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=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 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    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] 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] 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-0xfffbffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    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] 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 lpj=13601324 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen
[    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: 485192K/511600K available (7392K kernel code, 1146K rwdata, 3408K rodata, 1336K init, 1448K bss, 26408K 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: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3399.998 MHz processor
[    0.008332] Calibrating delay loop (skipped) preset value.. 6800.66 BogoMIPS (lpj=13601324)
[    0.008746] pid_max: default: 32768 minimum: 301
[    0.009951] Security Framework initialized
[    0.012473] AppArmor: AppArmor initialized
[    0.012557] Yama: becoming mindful.
[    0.015465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.016648] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.017158] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.017284] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.022554] Initializing cgroup subsys memory
[    0.022925] Initializing cgroup subsys devices
[    0.023033] Initializing cgroup subsys freezer
[    0.023139] Initializing cgroup subsys blkio
[    0.023215] Initializing cgroup subsys perf_event
[    0.023311] Initializing cgroup subsys hugetlb
[    0.025143] mce: CPU supports 10 MCE banks
[    0.025854] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.025854] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.025854] tlb_flushall_shift: -1
[    0.217138] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000)
[    0.222537] ftrace: allocating 28579 entries in 112 pages
[    0.271105] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.271388] smpboot: CPU0: AMD QEMU Virtual CPU version 2.0.0 (fam: 06, model: 06, stepping: 03)
[    0.376901] Performance Events: Broken PMU hardware detected, using software events only.
[    0.377186] Failed to access perfctr msr (MSR c0010004 is 0)
[    0.391264] x86: Booted up 1 node, 1 CPUs
[    0.391384] smpboot: Total of 1 processors activated (6800.66 BogoMIPS)
[    0.395292] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.400482] devtmpfs: initialized
[    0.411808] EVM: security.selinux
[    0.411869] EVM: security.SMACK64
[    0.411913] EVM: security.ima
[    0.411951] EVM: security.capability
[    0.418261] pinctrl core: initialized pinctrl subsystem
[    0.421023] regulator-dummy: no parameters
[    0.421653] RTC time: 13:42:00, date: 06/30/15
[    0.422685] NET: Registered protocol family 16
[    0.425183] cpuidle: using governor ladder
[    0.425319] cpuidle: using governor menu
[    0.428113] PCI: Using configuration type 1 for base access
[    0.437157] bio: create slab <bio-0> at 0
[    0.438868] ACPI: Interpreter disabled.
[    0.440801] vgaarb: loaded
[    0.442878] SCSI subsystem initialized
[    0.444058] usbcore: registered new interface driver usbfs
[    0.444401] usbcore: registered new interface driver hub
[    0.444721] usbcore: registered new device driver usb
[    0.446253] PCI: Probing PCI hardware
[    0.446777] PCI host bridge to bus 0000:00
[    0.447140] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.447275] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    0.447392] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.452415] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.452529] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.461420] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.465632] NetLabel: Initializing
[    0.465696] NetLabel:  domain hash size = 128
[    0.465751] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.466489] NetLabel:  unlabeled traffic allowed by default
[    0.467789] Switched to clocksource refined-jiffies
[    0.517913] AppArmor: AppArmor Filesystem Enabled
[    0.518281] pnp: PnP ACPI: disabled
[    0.531266] NET: Registered protocol family 2
[    0.534684] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.534898] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.535289] TCP: Hash tables configured (established 4096 bind 4096)
[    0.535568] TCP: reno registered
[    0.535696] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.536101] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.537030] NET: Registered protocol family 1
[    0.537292] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.537404] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.537563] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.541389] Trying to unpack rootfs image as initramfs...
[    0.550959] Freeing initrd memory: 1488K (ffff88001f27c000 - ffff88001f3f0000)
[    0.551808] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.552962] microcode: AMD CPU family 0x6 not supported
[    0.553069] Scanning for low memory corruption every 60 seconds
[    0.555391] Initialise system trusted keyring
[    0.556414] audit: initializing netlink socket (disabled)
[    0.556934] type=2000 audit(1435671719.556:1): initialized
[    0.632761] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.640733] zbud: loaded
[    0.641620] VFS: Disk quotas dquot_6.5.2
[    0.642000] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.647246] fuse init (API version 7.22)
[    0.648041] msgmni has been set to 950
[    0.648777] Key type big_key registered
[    0.654084] Key type asymmetric registered
[    0.654178] Asymmetric key parser 'x509' registered
[    0.654512] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.654935] io scheduler noop registered
[    0.655018] io scheduler deadline registered (default)
[    0.655530] io scheduler cfq registered
[    0.656955] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.657548] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.658242] ipmi message handler version 39.2
[    0.659553] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[    0.660836] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.662179] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.668092] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.682999] Linux agpgart interface v0.103
[    0.692724] brd: module loaded
[    0.697081] loop: module loaded
[    0.702375] scsi0 : ata_piix
[    0.703108] scsi1 : ata_piix
[    0.703459] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc060 irq 14
[    0.703610] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc068 irq 15
[    0.706055] libphy: Fixed MDIO Bus: probed
[    0.706727] tun: Universal TUN/TAP device driver, 1.6
[    0.706796] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    0.709587] PPP generic driver version 2.4.2
[    0.710236] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.710376] ehci-pci: EHCI PCI platform driver
[    0.710561] ehci-platform: EHCI generic platform driver
[    0.710707] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.710854] ohci-pci: OHCI PCI platform driver
[    0.711010] ohci-platform: OHCI generic platform driver
[    0.711136] uhci_hcd: USB Universal Host Controller Interface driver
[    0.711643] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.713599] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.713786] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.714921] mousedev: PS/2 mouse device common for all mice
[    0.717162] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.719749] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.720145] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.720686] device-mapper: uevent: version 1.0.3
[    0.721490] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel at redhat.com
[    0.721812] ledtrig-cpu: registered to indicate activity on CPUs
[    0.722727] TCP: cubic registered
[    0.723373] NET: Registered protocol family 10
[    0.726720] NET: Registered protocol family 17
[    0.726976] Key type dns_resolver registered
[    0.728804] Loading compiled-in X.509 certificates
[    0.734941] Loaded X.509 cert 'Magrathea: Glacier signing key: 13dfa511f14d8706c6ace27e0c6a7d1469b9ea7f'
[    0.735269] registered taskstats version 1
[    0.739518] Key type trusted registered
[    0.742284] Key type encrypted registered
[    0.742415] AppArmor: AppArmor sha1 policy hashing enabled
[    0.742577] IMA: No TPM chip found, activating TPM-bypass!
[    0.744666] regulator-dummy: incomplete constraints, leaving on
[    0.745290]   Magic number: 3:318:737
[    0.745729] rtc_cmos rtc_cmos: setting system clock to 2015-06-30 13:42:00 UTC (1435671720)
[    0.746205] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.746294] EDD information not available.
[    0.888785] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000)
[    0.888926] Write protecting the kernel read-only data: 12288k
[    0.898311] Freeing unused kernel memory: 788K (ffff88000173b000 - ffff880001800000)
[    0.906080] Freeing unused kernel memory: 688K (ffff880001b54000 - ffff880001c00000)
supermin: mounting /proc
supermin: uptime: 0.93 0.38
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 lpj=13601324 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
[    0.959188] 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 crc32.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod ideapad_slidebar.ko
[    0.978253] 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.998518] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
supermin: internal insmod megaraid_mbox.ko
[    1.003477] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
supermin: internal insmod megaraid_sas.ko
[    1.011414] 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
[    1.024645] scsi2 : Virtio SCSI HBA
[    1.030021] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.0. PQ: 0 ANSI: 5
[    1.031131] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.0. PQ: 0 ANSI: 5
[    1.122051] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (104 MB/100 MiB)
[    1.122979] sd 2:0:0:0: [sda] Write Protect is off
[    1.123409] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.128785] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.130032] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.130535] sd 2:0:1:0: [sdb] Write Protect is off
[    1.130724] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.133982] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    1.134384]  sdb: unknown partition table
[    1.138182] sd 2:0:1:0: [sdb] Attached SCSI disk
[    1.138326]  sda: unknown partition table
[    1.139214] sd 2:0:0:0: [sda] 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
[    1.178845] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    1.194312] EXT4-fs (sdb): mounted filesystem without journal. Opts:
supermin: chroot
Starting /init script ...
[    1.549933] Switched to clocksource tsc
ln: failed to create symbolic link '/etc/mtab': File exists
/init: 55: /init: systemd-tmpfiles: not found
[    2.093887] systemd-udevd[88]: starting version 204
[    2.427099] ACPI Exception: AE_BAD_PARAMETER, Thread 494913536 could not acquire Mutex [0x1] (20131115/utmutex-285)
[    2.427436] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
[    2.831226] random: nonblocking pool is initialized
[    3.046157] kvm: Nested Virtualization enabled
/init: 79: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent
[    3.654508] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
/init: 97: /init: mdadm: not found
/init: 101: /init: lvmetad: not found
  No volume groups found
/init: 106: /init: ldmtool: not found
Linux (none) 3.13.0-55-generic #94-Ubuntu SMP Thu Jun 18 00:27:10 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
/dev:
total 0
crw------- 1 0 0  10, 235 Jun 30 13:42 autofs
drwxr-xr-x 2 0 0      560 Jun 30 13:42 block
drwxr-xr-x 2 0 0       80 Jun 30 13:42 bsg
crw------- 1 0 0  10, 234 Jun 30 13:42 btrfs-control
drwxr-xr-x 2 0 0     2820 Jun 30 13:42 char
crw------- 1 0 0   5,   1 Jun 30 13:42 console
lrwxrwxrwx 1 0 0       11 Jun 30 13:42 core -> /proc/kcore
crw------- 1 0 0  10,  60 Jun 30 13:42 cpu_dma_latency
crw------- 1 0 0  10, 203 Jun 30 13:42 cuse
drwxr-xr-x 5 0 0      100 Jun 30 13:42 disk
crw------- 1 0 0  10,  61 Jun 30 13:42 ecryptfs
lrwxrwxrwx 1 0 0     13 Jun 30 13:42 fd -> /proc/self/fd
crw-rw-rw- 1 0 0   1,   7 Jun 30 13:42 full
crw-rw-rw- 1 0 0  10, 229 Jun 30 13:42 fuse
drwxr-xr-x 3 0 0      140 Jun 30 13:42 input
crw-r--r-- 1 0 0   1,  11 Jun 30 13:42 kmsg
crw------- 1 0 0  10, 232 Jun 30 13:42 kvm
crw------- 1 0 0  10, 237 Jun 30 13:42 loop-control
brw------- 1 0 0   7,   0 Jun 30 13:42 loop0
brw------- 1 0 0   7,   1 Jun 30 13:42 loop1
brw------- 1 0 0   7,   2 Jun 30 13:42 loop2
brw------- 1 0 0   7,   3 Jun 30 13:42 loop3
brw------- 1 0 0   7,   4 Jun 30 13:42 loop4
brw-------1 0 0   7,   5 Jun 30 13:42 loop5
brw------- 1 0 0   7,   6 Jun 30 13:42 loop6
brw------- 1 0 0   7,   7 Jun 30 13:42 loop7
drwxr-xr-x 2 0 0       60 Jun 30 13:41 mapper
crw------- 1 0 0  10, 227 Jun 30 13:42 mcelog
crw------- 1 0 0  10,  57 Jun 30 13:42 megadev0
crw-----1 0 0   1,   1 Jun 30 13:42 mem
drwxr-xr-x 2 0 0       60 Jun 30 13:41 net
crw------- 1 0 0  10,  59 Jun 30 13:42 network_latency
crw------- 1 0 0  10,  58 Jun 30 13:42 network_throughput
crw-rw-rw- 1 0 0   1,   3 Jun 30 13:42 null
crw------- 1 0 0   1,   4 Jun 30 13:42 pot
crw------- 1 0 0 108,   0 Jun 30 13:42 ppp
crw------- 1 0 0  10,   1 Jun 30 13:42 psaux
crw-rw-rw- 1 0 0   5,   2 Jun 30 13:42 ptmx
brw------- 1 0 0   1,   0 Jun 30 13:42 ram0
brw------- 1 0 0   1,   1 Jun 30 13:42 ram1
brw------- 1 0 0   1,  10 Jun 30 13:42 ram10
brw---- 1 0 0   1,  11 Jun 30 13:42 ram11
brw------- 1 0 0   1,  12 Jun 30 13:42 ram12
brw------- 1 0 0   1,  13 Jun 30 13:42 ram13
brw------- 1 0 0   1,  14 Jun 30 13:42 ram14
brw------- 1 0 0   1,  15 Jun 30 13:42 ram15
brw------- 1 0 0   1,   2 Jun 30 13:42 ram2
brw-------1 0 0   1,   3 Jun 30 13:42 ram3
brw------- 1 0 0   1,   4 Jun 30 13:42 ram4
brw------- 1 0 0   1,   5 Jun 30 13:42 ram5
brw------- 1 0 0   1,   6 Jun 30 13:42 ram6
brw------- 1 0 0   1,   7 Jun 30 13:42 ram7
brw------- 1 0 0   1,   8 Jun 30 13:42 ram8
brw------- 1 0 0     9 Jun 30 13:42 ram9
crw-rw-rw- 1 0 0   1,   8 Jun 30 13:42 random
crw------- 1 0 0  10,  62 Jun 30 13:42 rfkill
lrwxrwxrwx 1 0 0        4 Jun 30 13:42 rtc -> rtc0
crw------- 1 0 0 254,   0 Jun 30 13:42 rtc0
brw------- 1 0 0   8,   0 Jun 30 13:42 sda
brw------- 1 0 0   8  16 Jun 30 13:42 sdb
crw------- 1 0 0  21,   0 Jun 30 13:42 sg0
crw------- 1 0 0  21,   1 Jun 30 13:42 sg1
crw------- 1 0 0  10, 231 Jun 30 13:42 snapshot
drwxr-xr-x 2 0 0       80 Jun 30 13:42 snd
lrwxrwxrwx 1 0 0       15 Jun 30 13:42 stderr -> /proc/self/fd/2
lrwxrwxr1 0 0       15 Jun 30 13:42 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 0 0       15 Jun 30 13:42 stdout -> /proc/self/fd/1
crw-rw-rw- 1 0 0   5,   0 Jun 30 13:42 tty
crw------- 1 0 0   4,   0 Jun 30 13:42 tty0
crw------- 1 0 0   4,   1 Jun 30 13:42 tty1
crw------- 1 0 0   4,  1 Jun 30 13:42 tty10
crw------- 1 0 0   4,  11 Jun 30 13:42 tty11
crw------- 1 0 0   4,  12 Jun 30 13:42 tty12
crw------- 1 0 0   4,  13 Jun 30 13:42 tty13
crw------- 1 0 0   4,  14 Jun 30 13:42 tty14
crw------- 1 0 0   4,  15 Jun 30 13:42 tty15
crw------- 1 0 0   4,  16 J30 13:42 tty16
crw------- 1 0 0   4,  17 Jun 30 13:42 tty17
crw------- 1 0 0   4,  18 Jun 30 13:42 tty18
crw------- 1 0 0   4,  19 Jun 30 13:42 tty19
crw------- 1 0 0   4,   2 Jun 30 13:42 tty2
crw------- 1 0 0   4,  20 Jun 30 13:42 tty20
crw------- 1 0 0   4,  21 Jun 30 3:42 tty21
crw------- 1 0 0   4,  22 Jun 30 13:42 tty22
crw------- 1 0 0   4,  23 Jun 30 13:42 tty23
crw------- 1 0 0   4,  24 Jun 30 13:42 tty24
crw------- 1 0 0   4,  25 Jun 30 13:42 tty25
crw------- 1 0 0   4,  26 Jun 30 13:42 tty26
crw------- 1 0 0   4,  27 Jun 30 13:4tty27
crw------- 1 0 0   4,  28 Jun 30 13:42 tty28
crw------- 1 0 0   4,  29 Jun 30 13:42 tty29
crw------- 1 0 0   4,   3 Jun 30 13:42 tty3
crw------- 1 0 0   4,  30 Jun 30 13:42 tty30
crw------- 1 0 0   4,  31 Jun 30 13:42 tty31
crw------- 1 0 0   4,  32 Jun 30 13:42 tty3
crw------- 1 0 0   4,  33 Jun 30 13:42 tty33
crw------- 1 0 0   4,  34 Jun 30 13:42 tty34
crw------- 1 0 0   4,  35 Jun 30 13:42 tty35
crw------- 1 0 0   4,  36 Jun 30 13:42 tty36
crw------- 1 0 0   4,  37 Jun 30 13:42 tty37
crw------- 1 0 0   4,  38 Jun 30 13:42 tty38
c------- 1 0 0   4,  39 Jun 30 13:42 tty39
crw------- 1 0 0   4,   4 Jun 30 13:42 tty4
crw------- 1 0 0   4,  40 Jun 30 13:42 tty40
crw------- 1 0 0   4,  41 Jun 30 13:42 tty41
crw------- 1 0 0   4,  42 Jun 30 13:42 tty42
crw------- 1 0 0   4,  43 Jun 30 13:42 tty43
crw------- 1 0 0   4,  44 Jun 30 13:42 tty44
crw------- 1 0 0   4,  45 Jun 30 13:42 tty45
crw------- 1 0 0   4,  46 Jun 30 13:42 tty46
crw------- 1 0 0   4,  47 Jun 30 13:42 tty47
crw------- 1 0 0   4,  48 Jun 30 13:42 tty48
crw------- 1 0 0   4,  49 Jun 30 13:42 tty49
crw------- 0 0   4,   5 Jun 30 13:42 tty5
crw------- 1 0 0   4,  50 Jun 30 13:42 tty50
crw------- 1 0 0   4,  51 Jun 30 13:42 tty51
crw------- 1 0 0   4,  52 Jun 30 13:42 tty52
crw------- 1 0 0   4,  53 Jun 30 13:42 tty53
crw------- 1 0 0   4,  54 Jun 30 13:42 tty54
crw------- 1 0 0   4,  55 Jun 30 13:42 tty55
crw------- 1 0 0   4,  56 Jun 30 13:42 tty56
crw------- 1 0 0   4,  57 Jun 30 13:42 tty57
crw------- 1 0 0   4,  58 Jun 30 13:42 tty58
crw------- 1 0 0   4,  59 Jun 30 13:42 tty59
crw------- 1 0 0   4,   6 Jun 30 13:42 tty6
crw------- 1 0 0   4,60 Jun 30 13:42 tty60
crw------- 1 0 0   4,  61 Jun 30 13:42 tty61
crw------- 1 0 0   4,  62 Jun 30 13:42 tty62
crw------- 1 0 0   4,  63 Jun 30 13:42 tty63
crw------- 1 0 0   4,   7 Jun 30 13:42 tty7
crw------- 1 0 0   4,   8 Jun 30 13:42 tty8
crw------- 1 0 0   4,   9 Jun 30 13:42 tty9
crw------- 1 0 0   4,  64 Jun 30 13:42 ttyS0
crw------- 1 0 0   4,  65 Jun 30 13:42 ttyS1
crw------- 1 0 0   4,  74 Jun 30 13:42 ttyS10
crw------- 1 0 0   4,  75 Jun 30 13:42 ttyS11
crw------- 1 0 0   4,  76 Jun 30 13:42 ttyS12
crw------- 1 0 0   4,  77 Jun0 13:42 ttyS13
crw------- 1 0 0   4,  78 Jun 30 13:42 ttyS14
crw------- 1 0 0   4,  79 Jun 30 13:42 ttyS15
crw------- 1 0 0   4,  80 Jun 30 13:42 ttyS16
crw------- 1 0 0   4,  81 Jun 30 13:42 ttyS17
crw------- 1 0 0   4,  82 Jun 30 13:42 ttyS18
crw------- 1 0 0   4,  83 Jun 30 13:42 ttyS19
crw------- 1 0 0   4,  66 Jun 30 13:42 ttyS2
crw------- 1 0 0   4,  84 Jun 30 13:42 ttyS20
crw------- 1 0 0   4,  85 Jun 30 13:42 ttyS21
crw------- 1 0 0   4,  86 Jun 30 13:42 ttyS22
crw------- 1 0 0   4,  87 Jun 30 13:42 ttyS23
crw------- 1 0 0   4,  88 n 30 13:42 ttyS24
crw------- 1 0 0   4,  89 Jun 30 13:42 ttyS25
crw------- 1 0 0   4,  90 Jun 30 13:42 ttyS26
crw------- 1 0 0   4,  91 Jun 30 13:42 ttyS27
crw------- 1 0 0   4,  92 Jun 30 13:42 ttyS28
crw------- 1 0 0   4,  93 Jun 30 13:42 ttyS29
crw------- 1 0 0   4,  67 Jun 30 13:42 ttyS3
crw------- 1 0 0   4,  94 Jun 30 13:42 ttyS30
crw------- 1 0 0   4,  95 Jun 30 13:42 ttyS31
crw------- 1 0 0   4,  68 Jun 30 13:42 ttyS4
crw------- 1 0 0   4,  69 Jun 30 13:42 ttyS5
crw------- 1 0 0   4,  70 Jun 30 13:42 ttyS6
crw------- 1 0 0   4,  7Jun 30 13:42 ttyS7
crw------- 1 0 0   4,  72 Jun 30 13:42 ttyS8
crw------- 1 0 0   4,  73 Jun 30 13:42 ttyS9
crw------- 1 0 0   5,   3 Jun 30 13:42 ttyprintk
crw------- 1 0 0  10, 239 Jun 30 13:42 uhid
crw------- 1 0 0  10, 223 Jun 30 13:42 uinput
crw-rw-rw- 1 0 0   1,    Jun 30 13:42 urandom
crw------- 1 0 0   7,   0 Jun 30 13:42 vcs
crw------- 1 0 0   7,   1 Jun 30 13:42 vcs1
crw------- 1 0 0   7, 128 Jun 30 13:42 vcsa
crw------- 1 0 0   7, 129 Jun 30 13:42 vcsa1
crw------- 1 0 0  10,  63 Jun 30 13:42 vga_arbiter
crw------- 1 0 0  10, 1Jun 30 13:42 vhci
crw------- 1 0 0  10, 238 Jun 30 13:42 vhost-net
drwxr-xr-x 2 0 0       60 Jun 30 13:42 virtio-ports
crw------- 1 0 0 251,   1 Jun 30 13:42 vport1p1
crw-rw-rw- 1 0 0   1,   5 Jun 30 13:42 zero

/dev/block:
total 0
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:0 ->../ram0
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:1 -> ../ram1
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 1:10 -> ../ram10
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 1:11 -> ../ram11
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 1:12 -> ../ram12
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 1:13 -> ../ram13
lrwxrwxrwx 1 0 0 8 Ju30 13:42 1:14 -> ../ram14
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 1:15 -> ../ram15
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:2 -> ../ram2
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:3 -> ../ram3
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:4 -> ../ram4
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:5 -> ../ram5
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:6 -> ../ram6
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:7 -> ../ram7
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:8 -> ../ram8
lrwxrwxrwx 1 0 0 7 Jun 30 13:42 1:9 -> ../ram9
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:0 -> ../loop0
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:1 -> ../loop
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:2 -> ../loop2
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:3 -> ../loop3
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:4 -> ../loop4
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:5 -> ../loop5
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 7:6 -> ../loop6
lrwxrwxrwx 1 0 0 8 Jun 30 13:42 :7 -> ../loop7
lrwxrwxrwx 1 0 0 6 Jun 30 13:42 8:0 -> ../sda
lrwxrwxrwx 1 0 0 6 Jun 30 13:42 8:16 -> ../sdb

/dev/bsg:
total 0
crw------- 1 0 0 252, 0 Jun 30 13:42 2:0:0:0
crw------- 1 0 0 252, 1 Jun 30 13:42 2:0:1:0

/dev/char:
total 0
lrwxrwxrwx 1 0 0  6 Jun 30 13:42 108:0 -> ../ppp
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 10:1 -> ../psaux
lrwxrwxrwx 1 0 0 10 Jun 30 13:42 10:200 -> ../net/tun
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 10:223 -> ../uinput
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 10:227 -> ../mcelog
lrwxrrwx 1 0 0  7 Jun 30 13:42 10:229 -> ../fuse
lrwxrwxrwx 1 0 0 11 Jun 30 13:42 10:231 -> ../snapshot
lrwxrwxrwx 1 0 0  6 Jun 30 13:42 10:232 -> ../kvm
lrwxrwxrwx 1 0 0 17 Jun 30 13:42 10:236 -> ../mapper/control
lrwxrwxrwx 1 0 0 15 Jun 30 13:42 10:237 -> ../loop-control
lrwxrwxrwx 1 0 0 11 Jun 30 13:42 10:57 -> ../megadev0
lrwxrwxrwx 1 0 0 21 Jun 30 13:42 10:58 -> ../network_throughput
lrwxrwxrwx 1 0 0 18 Jun 30 13:42 10:59 -> ../network_latency
lrwxrwxrwx 1 0 0 18 Jun 30 13:42 10:60 -> ../cpu_dma_latency
lrwxrwxrwx 1 0 0 11 Jun 30 13:42 10:61> ../ecryptfs
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 10:62 -> ../rfkill
lrwxrwxrwx 1 0 0 14 Jun 30 13:42 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 0 0 15 Jun 30 13:42 13:32 -> ../input/mouse0
lrwxrwxrwx 1 0 0 13 Jun 30 13:42 13:63 -> ../input/mice
lrwxrwxrwx 1 0 0 15 Jun 30 13:42 13:4 -> ../input/event0
lrwxrwxrwx 1 0 0 15 Jun 30 13:42 13:65 -> ../input/event1
lrwxrwxrwx 1 0 0  6 Jun 30 13:42 1:1 -> ../mem
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 1:11 -> ../kmsg
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 1:3 -> ../null
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 1:4 -> ../port
lxrwxrwx 1 0 0  7 Jun 30 13:42 1:5 -> ../zero
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 1:7 -> ../full
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 1:8 -> ../random
lrwxrwxrwx 1 0 0 10 Jun 30 13:42 1:9 -> ../urandom
lrwxrwxrwx 1 0 0  6 Jun 30 13:42 21:0 -> ../sg0
lrwxrwxrwx 1 0 0  6 Jun 30 13:4 21:1 -> ../sg1
lrwxrwxrwx 1 0 0 11 Jun 30 13:42 251:1 -> ../vport1p1
lrwxrwxrwx 1 0 0 14 Jun 30 13:42 252:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 0 0 14 Jun 30 13:42 252:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 254:0 -> ../rtc0
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:0 ->/tty0
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:1 -> ../tty1
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:10 -> ../tty10
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:11 -> ../tty11
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:12 -> ../tty12
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:13 -> ../tty13
lrwxrwxrwx 1 0 0   Jun 30 13:42 4:14 -> ../tty14
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:15 -> ../tty15
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:16 -> ../tty16
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:17 -> ../tty17
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:18 -> ../tty18
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:19 -> .ty19
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:2 -> ../tty2
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:20 -> ../tty20
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:21 -> ../tty21
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:22 -> ../tty22
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:23 -> ../tty23
lrwxrwxrwx 1 0 0  8Jun 30 13:42 4:24 -> ../tty24
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:25 -> ../tty25
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:26 -> ../tty26
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:27 -> ../tty27
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:28 -> ../tty28
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:29 -> ..y29
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:3 -> ../tty3
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:30 -> ../tty30
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:31 -> ../tty31
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:32 -> ../tty32
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:33 -> ../tty33
lrwxrwxrwx 1 0 0  8 Jn 30 13:42 4:34 -> ../tty34
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:35 -> ../tty35
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:36 -> ../tty36
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:37 -> ../tty37
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:38 -> ../tty38
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:39 -> ../tt9
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:4 -> ../tty4
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:40 -> ../tty40
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:41 -> ../tty41
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:42 -> ../tty42
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:43 -> ../tty43
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:44 -> ../tty44
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:45 -> ../tty45
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:46 -> ../tty46
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:47 -> ../tty47
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:48 -> ../tty48
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:49 -> ../tty4
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:5 -> ../tty5
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:50 -> ../tty50
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:51 -> ../tty51
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:52 -> ../tty52
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:53 -> ../tty53
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:54 -> ../tty54
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:55 -> ../tty55
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:56 -> ../tty56
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:57 -> ../tty57
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:58 -> ../tty58
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:59 -> ../tty59lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:6 -> ../tty6
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:60 -> ../tty60
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:61 -> ../tty61
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:62 -> ../tty62
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:63 -> ../tty63
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:64 -> ../ttyS0
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:65 -> ../ttyS1
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:66 -> ../ttyS2
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:67 -> ../ttyS3
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:68 -> ../ttyS4
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:69 -> ../ttyS5lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:7 -> ../tty7
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:70 -> ../ttyS6
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:71 -> ../ttyS7
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:72 -> ../ttyS8
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 4:73 -> ../ttyS9
lrwxrwxrwx 1 0 0  9 Jun 3 13:42 4:74 -> ../ttyS10
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:75 -> ../ttyS11
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:76 -> ../ttyS12
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:77 -> ../ttyS13
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:78 -> ../ttyS14
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:79 -> ../yS15
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:8 -> ../tty8
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:80 -> ../ttyS16
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:81 -> ../ttyS17
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:82 -> ../ttyS18
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:83 -> ../ttyS19
lrwxrwxrwx 1 0   9 Jun 30 13:42 4:84 -> ../ttyS20
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:85 -> ../ttyS21
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:86 -> ../ttyS22
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:87 -> ../ttyS23
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:88 -> ../ttyS24
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4: -> ../ttyS25
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 4:9 -> ../tty9
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:90 -> ../ttyS26
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:91 -> ../ttyS27
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:92 -> ../ttyS28
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:93 -> ../ttyS29
lrwxrwxwx 1 0 0  9 Jun 30 13:42 4:94 -> ../ttyS30
lrwxrwxrwx 1 0 0  9 Jun 30 13:42 4:95 -> ../ttyS31
lrwxrwxrwx 1 0 0  6 Jun 30 13:42 5:0 -> ../tty
lrwxrwxrwx 1 0 0 10 Jun 30 13:42 5:1 -> ../console
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 5:2 -> ../ptmx
lrwxrwxrwx 1 0 0 12 Jun 30 13:42 5:3 -> ../ttyprintk
lrwxrwxrwx 1 0 0  6 Jun 30 13:42 7:0 -> ../vcs
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 7:1 -> ../vcs1
lrwxrwxrwx 1 0 0  7 Jun 30 13:42 7:128 -> ../vcsa
lrwxrwxrwx 1 0 0  8 Jun 30 13:42 7:129 -> ../vcsa1

/dev/disk:
total 0
drwxr-xr-x 2 0 0 80 Jun 30 13:42 by-id
drwxr-xr-x 2 0 0 80 Jun 30 13:42 by-path
drwxr-xr-x 2 0 0 60 Jun 30 13:42 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 fc34e03f-6cd8-463c-b753-3e3b9e278025 -> ../../sdb

/dev/input:
total 0
drwxr-xr-x 2 0 0    100 Jun 30 13:42 by-path
crw------- 1 0 0 13, 64 Jun 30 13:42 event0
crw-r----- 1 0 0 13, 65 Jun 30 13:42 event1
crw------- 1 0 0 13, 63 Jun 30 13:42 mice
crw-r----- 1 0 0 13, 32 Jun 30 13:42 mouse0

/dev/input/by-path:
total 0
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 platform-i8042-serio-1-evnt-mouse -> ../event1
lrwxrwxrwx 1 0 0 9 Jun 30 13:42 platform-i8042-serio-1-mouse -> ../mouse0

/dev/mapper:
total 0
crw------- 1 0 0 10, 236 Jun 30 13:42 control

/dev/net:
total 0
crw-rw-rw- 1 0 0 10, 200 Jun 30 13:42 tun

/dev/snd:
total 0
crw------- 1 0 0 116,  1 Jun 30 13:42 seq
crw------- 1 0 0 116, 33 Jun 30 13:42 timer

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 0 0 11 Jun 30 13:42 org.libguestfs.channel.0 -> ../vport1p1
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=97908k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=242612k,nr_inodes=60653mode=755 0 0
  No volume groups found
  No volume groups found
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    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
kvm_amd                60026  0
kvm                   455794  1 kvm_amd
mac_hid                13205  0
psmouse               106590  0
serio_raw              13462  0
i2c_piix4              22155  0
pata_acpi              13038  0
libcrc32c              12644  0
crc8                   12893  0
crc7                   12703  0
crc_itu_t              12707  0
crc_ccitt              12707  0
virtio_scsi            18330  1
sym53c8xx              76731  0
megaraid_sas           91199  0
megaraid_mbox          40158  0
megaraid_mm            18253  1 megaraid_mbox
megaraid               44120  0
ideapad_laptop         18216  0
sparse_keymap          13948  1 ideapad_laptop
virtio_rng             13135  0
crc32                  12714  0
Tue Jun 30 13:42:04 UTC 2015
clocksource: tsc
uptime: 5.32 1.25
verbose daemon enabled
linux command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=13601324 acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen

trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
udevadm --debug settle
calling: settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: [07577ms] appliance is up
libguestfs: trace: launch = 0
Guest launched OK.
libguestfs: trace: part_disk "/dev/sda" "mbr"
guestfsd: main_loop: new request, len 0x3c
udevadm --debug settle
calling: settle
parted -s -- /dev/sda mklabel msdos mkpart primary 128s -128s
Warning: The resulting partition is not properly aligned for best performance.
udevadm --debug settle
calling: settle
libguestfs: trace: part_disk = 0
libguestfs: trace: mkfs "ext2" "/dev/sda1"
guestfsd: main_loop: proc 210 (part_disk) took 0.84 seconds
guestfsd: main_loop: new request, len 0x50
wipefs --help
wipefs -a /dev/sda1
mke2fs -t ext2 -F /dev/sda1
mke2fs 1.42.9 (4-Feb-2014)
libguestfs: trace: mkfs = 0
libguestfs: trace: mount "/dev/sda1" "/"
guestfsd: main_loop: proc 278 (mkfs) took 0.31 seconds
guestfsd: main_loop: new request, len 0x40
mount -o  /dev/sda1 /sysroot/
[    6.915941] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[    6.925702] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
libguestfs: trace: mount = 0
libguestfs: trace: touch "/hello"
guestfsd: main_loop: proc 1 (mount) took 0.12 seconds
guestfsd: main_loop: new request, len 0x34
libguestfs: trace: touch = 0
libguestfs: trace: shutdown
libguestfs: trace: internal_autosync
guestfsd: main_loop: proc 3 (touch) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,ratime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97908k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242612k,nr_inodes=60653,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda1 dir=/sysroot type=ext2 opts=rw,relatime freq=0 passno=0
umount /sysroot
fsync /dev/sda
libguestfs: trace: internal_autosync = 0
libguestfs: sending SIGTERM to process 21406
libguestfs: trace: shutdown = 0
libguestfs: trace: close
libguestfs: closing guestfs handle 0x679aa0 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /home/shawn/software/libguestfs-1.28.10/tmp/libguestfshfVLiN
===== TEST FINISHED OK =====
-------------- 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: trace: set_backend_settings "force_tcg"
libguestfs: trace: set_backend_settings = 0
libguestfs: create: flags = 0, handle = 0xbfbac0, 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/libguestfsDMoLEV
libguestfs: launch: umask=0002
libguestfs: launch: euid=1000
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = "1"
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/home/shawn/software/libguestfs-1.28.10/tmp"
libguestfs: [00004ms] begin building supermin appliance
libguestfs: [00004ms] 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: [00010ms] finished building supermin appliance
libguestfs: [00010ms] 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: [00056ms] finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: command: run: dmesg | grep -Eoh 'lpj=[[:digit:]]+'
libguestfs: read_lpj_from_dmesg: calculated lpj=13601324
[00063ms] /usr/bin/kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -enable-fips \
    -nodefaults \
    -display none \
    -machine accel=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/libguestfsDMoLEV/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 lpj=13601324 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-49-generic (buildd at akateko) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #83-Ubuntu SMP Fri Apr 10 20:11:33 UTC 2015 (Ubuntu 3.13.0-49.83-generic 3.13.11-ckt17)
[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=13601324 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 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    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] 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 0x1f2f0000-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] 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-0xfffbffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001f000000 s82368 r8192 d24128 u2097152
[    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 lpj=13601324 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] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 485652K/511600K available (7386K kernel code, 1145K rwdata, 3408K rodata, 1340K init, 1444K bss, 25948K 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: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3399.940 MHz processor
[    0.008335] Calibrating delay loop (skipped) preset value.. 6800.66 BogoMIPS (lpj=13601324)
[    0.008741] pid_max: default: 32768 minimum: 301
[    0.012247] Security Framework initialized
[    0.013983] AppArmor: AppArmor initialized
[    0.014071] Yama: becoming mindful.
[    0.017114] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.018154] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.018661] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.018800] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.024295] Initializing cgroup subsys memory
[    0.024692] Initializing cgroup subsys devices
[    0.024805] Initializing cgroup subsys freezer
[    0.024917] Initializing cgroup subsys blkio
[    0.025000] Initializing cgroup subsys perf_event
[    0.025105] Initializing cgroup subsys hugetlb
[    0.026790] mce: CPU supports 10 MCE banks
[    0.027564] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.027564] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.027564] tlb_flushall_shift: -1
[    0.223810] Freeing SMP alternatives memory: 32K (ffffffff81e6f000 - ffffffff81e77000)
[    0.229485] ftrace: allocating 28567 entries in 112 pages
[    0.282201] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.282485] smpboot: CPU0: AMD QEMU Virtual CPU version 2.0.0 (fam: 06, model: 06, stepping: 03)
[    0.388949] Performance Events: Broken PMU hardware detected, using software events only.
[    0.389232] Failed to access perfctr msr (MSR c0010004 is 0)
[    0.403389] x86: Booted up 1 node, 1 CPUs
[    0.403506] smpboot: Total of 1 processors activated (6800.66 BogoMIPS)
[    0.407298] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.412490] devtmpfs: initialized
[    0.423904] EVM: security.selinux
[    0.424023] EVM: security.SMACK64
[    0.424067] EVM: security.ima
[    0.424103] EVM: security.capability
[    0.430364] pinctrl core: initialized pinctrl subsystem
[    0.433098] regulator-dummy: no parameters
[    0.433688] RTC time: 15:05:20, date: 06/30/15
[    0.434731] NET: Registered protocol family 16
[    0.437203] cpuidle: using governor ladder
[    0.437334] cpuidle: using governor menu
[    0.440154] PCI: Using configuration type 1 for base access
[    0.448975] bio: create slab <bio-0> at 0
[    0.450723] ACPI: Interpreter disabled.
[    0.452698] vgaarb: loaded
[    0.454882] SCSI subsystem initialized
[    0.456041] usbcore: registered new interface driver usbfs
[    0.456337] usbcore: registered new interface driver hub
[    0.456659] usbcore: registered new device driver usb
[    0.458072] PCI: Probing PCI hardware
[    0.458605] PCI host bridge to bus 0000:00
[    0.458969] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.459100] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    0.459275] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.464437] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.464549] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.477721] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.481935] NetLabel: Initializing
[    0.482016] NetLabel:  domain hash size = 128
[    0.482069] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.482812] NetLabel:  unlabeled traffic allowed by default
[    0.484217] Switched to clocksource refined-jiffies
[    0.536504] AppArmor: AppArmor Filesystem Enabled
[    0.536876] pnp: PnP ACPI: disabled
[    0.550167] NET: Registered protocol family 2
[    0.553494] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.553704] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.554082] TCP: Hash tables configured (established 4096 bind 4096)
[    0.554361] TCP: reno registered
[    0.554503] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.554877] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.556725] NET: Registered protocol family 1
[    0.556972] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.557085] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.557244] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.560626] Trying to unpack rootfs image as initramfs...
[    0.568689] Freeing initrd memory: 1024K (ffff88001f2f0000 - ffff88001f3f0000)
[    0.569675] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.570573] microcode: AMD CPU family 0x6 not supported
[    0.570674] Scanning for low memory corruption every 60 seconds
[    0.573212] Initialise system trusted keyring
[    0.574078] audit: initializing netlink socket (disabled)
[    0.574620] type=2000 audit(1435676719.572:1): initialized
[    0.650163] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.658363] zbud: loaded
[    0.659292] VFS: Disk quotas dquot_6.5.2
[    0.659675] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.664812] fuse init (API version 7.22)
[    0.665556] msgmni has been set to 950
[    0.666233] Key type big_key registered
[    0.671155] Key type asymmetric registered
[    0.671253] Asymmetric key parser 'x509' registered
[    0.671584] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.672121] io scheduler noop registered
[    0.672204] io scheduler deadline registered (default)
[    0.672734] io scheduler cfq registered
[    0.673817] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.674404] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.675176] ipmi message handler version 39.2
[    0.676595] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[    0.677644] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.678354] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.679893] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.684235] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.701326] Linux agpgart interface v0.103
[    0.711684] brd: module loaded
[    0.716945] loop: module loaded
[    0.723401] scsi0 : ata_piix
[    0.724342] scsi1 : ata_piix
[    0.724742] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14
[    0.724851] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15
[    0.727322] libphy: Fixed MDIO Bus: probed
[    0.730268] tun: Universal TUN/TAP device driver, 1.6
[    0.730341] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[    0.734029] PPP generic driver version 2.4.2
[    0.734555] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.734729] ehci-pci: EHCI PCI platform driver
[    0.734909] ehci-platform: EHCI generic platform driver
[    0.735056] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.735332] ohci-pci: OHCI PCI platform driver
[    0.735506] ohci-platform: OHCI generic platform driver
[    0.735632] uhci_hcd: USB Universal Host Controller Interface driver
[    0.736221] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.738076] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.738262] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.739422] mousedev: PS/2 mouse device common for all mice
[    0.741625] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.744579] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.744906] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.745434] device-mapper: uevent: version 1.0.3
[    0.746191] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel at redhat.com
[    0.746509] ledtrig-cpu: registered to indicate activity on CPUs
[    0.747618] TCP: cubic registered
[    0.748560] NET: Registered protocol family 10
[    0.752397] NET: Registered protocol family 17
[    0.752651] Key type dns_resolver registered
[    0.754411] Loading compiled-in X.509 certificates
[    0.760369] Loaded X.509 cert 'Magrathea: Glacier signing key: 6fca287c2573d09ca32c1980c0d763777a63d4f5'
[    0.760697] registered taskstats version 1
[    0.765020] Key type trusted registered
[    0.767503] Key type encrypted registered
[    0.767610] AppArmor: AppArmor sha1 policy hashing enabled
[    0.767768] IMA: No TPM chip found, activating TPM-bypass!
[    0.769626] regulator-dummy: incomplete constraints, leaving on
[    0.770347]   Magic number: 3:359:84
[    0.770796] rtc_cmos rtc_cmos: setting system clock to 2015-06-30 15:05:20 UTC (1435676720)
[    0.771302] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    0.771387] EDD information not available.
[    0.915343] Freeing unused kernel memory: 1340K (ffffffff81d20000 - ffffffff81e6f000)
[    0.915514] Write protecting the kernel read-only data: 12288k
[    0.924855] Freeing unused kernel memory: 796K (ffff880001739000 - ffff880001800000)
[    0.932342] Freeing unused kernel memory: 688K (ffff880001b54000 - ffff880001c00000)
supermin: mounting /proc
supermin: uptime: 0.96 0.38
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 lpj=13601324 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
[    0.983574] 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 crc32.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_scsi.ko
[    1.007797] scsi2 : Virtio SCSI HBA
[    1.013706] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.0. PQ: 0 ANSI: 5
[    1.014916] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.0. PQ: 0 ANSI: 5
[    1.138874] sd 2:0:0:0: [sda] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.140091] sd 2:0:0:0: [sda] Write Protect is off
[    1.140626] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.144407] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    1.145537] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.145991] sd 2:0:1:0: [sdb] Write Protect is off
[    1.146182] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.149813] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    1.151744]  sdb: unknown partition table
[    1.153888]  sda: sda1 sda2 < sda5 >
[    1.157155] sd 2:0:1:0: [sdb] Attached SCSI disk
[    1.157951] sd 2:0:0:0: [sda] 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
[    1.197023] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    1.229724] EXT4-fs (sdb): mounted filesystem without journal. Opts:
supermin: chroot
Starting /init script ...
[    1.568436] Switched to clocksource tsc
ln: failed to create symbolic link '/etc/mtab': File exists
[    2.994287] random: nonblocking pool is initialized
/init: 55: /init: systemd-tmpfiles: not found
[    3.094142] systemd-udevd[88]: starting version 204
[    3.963149] kvm: Nested Virtualization enabled
/init: 79: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent
[    4.603338] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
/sbin/dhclient-script: line 31: /etc/fstab: No such file or directory


More information about the Libguestfs mailing list