<div dir="ltr"><div><div>I posted this problem on IRC yesterday. Here are some logs. <br></div>Recap on the problem:<br><br></div><div>When I do inspect_os() (from the python api) or invoke virt-inspector, I get this error:<br>libguestfs: error: internal_parse_mountable: 
internal_parse_mountable_stub: /dev/vg_nestedctos1/lv_root: No such file
 or directory<br><br></div><div>I don't have this problem when I invoke it using the OS supplied binaries (version 1.14.8). I'm using libguestfs-1.28.4 compiled from the source tarball.<br><br></div><div>Could it be that I'm missing something when I compiled libguestfs? Online searches have been a dead end so far. Also, I wonder why it doesn't detect the vg_nestedctos1/lv_root filesystem. libguestfs-1.14.8 says 'ext4' but it says 'unknown' when I use the one I compiled.<br></div><div><br></div><br><div><div><div><div><br>root@vann-host:~/data# /opt/customdir/bin/guestfish -x -v -a centos.qcow2 <br>libguestfs: trace: set_verbose true<br>libgues:qtfs: trace: set_verbose = 0<br>libguestfs: trace: set_pgroup true<br>libguestfs: trace: set_pgroup = 0<br>libguestfs: trace: add_drive "centos.qcow2"<br>libguestfs: trace: add_drive = 0<br><br>Welcome to guestfish, the guest filesystem shell for<br>editing virtual machine filesystems and disk images.<br><br>Type: 'help' for help on commands<br>      'man' to read the manual<br>      'quit' to quit the shell<br><br>><fs> <br><br><br>root@vann-host:~/data# /opt/customdir/bin/virt-inspector -x -v -a centos.qcow2 <br>libguestfs: trace: set_verbose true<br>libguestfs: trace: set_verbose = 0<br>libguestfs: trace: add_drive "centos.qcow2" "readonly:true"<br>libguestfs: creating COW overlay to protect original drive content<br>libguestfs: trace: get_tmpdir<br>libguestfs: trace: get_tmpdir = "/tmp"<br>libguestfs: trace: disk_create "/tmp/libguestfsWaO5Bu/overlay1" "qcow2" -1 "backingfile:/root/data/centos.qcow2"<br>libguestfs: command: run: qemu-img<br>libguestfs: command: run: \ create<br>libguestfs: command: run: \ -f qcow2<br>libguestfs: command: run: \ -o backing_file=/root/data/centos.qcow2<br>libguestfs: command: run: \ /tmp/libguestfsWaO5Bu/overlay1<br>Formatting '/tmp/libguestfsWaO5Bu/overlay1', fmt=qcow2 size=8589934592 backing_file='/root/data/centos.qcow2' encryption=off cluster_size=65536 <br>libguestfs: trace: disk_create = 0<br>libguestfs: trace: add_drive = 0<br>libguestfs: trace: launch<br>libguestfs: trace: version<br>libguestfs: trace: version = <struct guestfs_version *><br>libguestfs: trace: get_backend<br>libguestfs: trace: get_backend = "direct"<br>libguestfs: launch: program=virt-inspector<br>libguestfs: launch: version=1.28.4<br>libguestfs: launch: backend registered: unix<br>libguestfs: launch: backend registered: uml<br>libguestfs: launch: backend registered: direct<br>libguestfs: launch: backend=direct<br>libguestfs: launch: tmpdir=/tmp/libguestfsWaO5Bu<br>libguestfs: launch: umask=0022<br>libguestfs: launch: euid=0<br>libguestfs: trace: get_backend_setting "force_tcg"<br>libguestfs: trace: get_backend_setting = NULL (error)<br>libguestfs: trace: get_cachedir<br>libguestfs: trace: get_cachedir = "/var/tmp"<br>libguestfs: [00000ms] begin building supermin appliance<br>libguestfs: [00000ms] run supermin<br>libguestfs: command: run: /bin/supermin<br>libguestfs: command: run: \ --build<br>libguestfs: command: run: \ --verbose<br>libguestfs: command: run: \ --if-newer<br>libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock<br>libguestfs: command: run: \ --copy-kernel<br>libguestfs: command: run: \ -f ext2<br>libguestfs: command: run: \ --host-cpu x86_64<br>libguestfs: command: run: \ /opt/customdir/lib/guestfs/supermin.d<br>libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d<br>supermin: 5.1.0<br>supermin: acquiring lock on /var/tmp/.guestfs-0/lock<br>supermin: if-newer: output does not need rebuilding<br>libguestfs: [00008ms] finished building supermin appliance<br>libguestfs: [00008ms] begin testing qemu features<br>libguestfs: command: run: /usr/bin/kvm<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -help<br>libguestfs: command: run: /usr/bin/kvm<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -version<br>libguestfs: qemu version 1.0<br>libguestfs: command: run: /usr/bin/kvm<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -machine accel=kvm:tcg<br>libguestfs: command: run: \ -device ?<br>libguestfs: [00090ms] finished testing qemu features<br>libguestfs: trace: get_backend_setting "gdb"<br>libguestfs: trace: get_backend_setting = NULL (error)<br>[00091ms] /usr/bin/kvm \<br>    -global virtio-blk-pci.scsi=off \<br>    -nodefconfig \<br>    -nodefaults \<br>    -display none \<br>    -cpu host \<br>    -machine accel=kvm:tcg \<br>    -m 500 \<br>    -no-reboot \<br>    -rtc driftfix=slew \<br>    -no-hpet \<br>    -no-kvm-pit-reinjection \<br>    -kernel /var/tmp/.guestfs-0/appliance.d/kernel \<br>    -initrd /var/tmp/.guestfs-0/appliance.d/initrd \<br>    -drive file=/tmp/libguestfsWaO5Bu/overlay1,cache=unsafe,format=qcow2,id=hd0,if=none \<br>    -device virtio-blk-pci,drive=hd0 \<br>    -drive file=/var/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \<br>    -device virtio-blk-pci,drive=appliance \<br>    -device virtio-serial-pci \<br>    -serial stdio \<br>    -device sga \<br>    -chardev socket,path=/tmp/libguestfsWaO5Bu/guestfsd.sock,id=channel0 \<br>    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \<br>    -append 'panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/vdb selinux=0 guestfs_verbose=1 TERM=screen'<br>Could not open option rom 'sgabios.bin': No such file or directory<br>[    0.000000] Initializing cgroup subsys cpuset
<br>[    0.000000] Initializing cgroup subsys cpu
<br>[    0.000000] Initializing cgroup subsys cpuacct
<br>[    0.000000] Linux version 3.13.0-41-generic (buildd@comet) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #70~precise1-Ubuntu SMP Wed Nov 26 05:10:22 UTC 2014 (Ubuntu 3.13.0-41.70~precise1-generic 3.13.11.11)
<br>[    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/vdb selinux=0 guestfs_verbose=1 TERM=screen
<br>[    0.000000] KERNEL supported cpus:
<br>[    0.000000]   Intel GenuineIntel
<br>[    0.000000]   AMD AuthenticAMD
<br>[    0.000000]   Centaur CentaurHauls
<br>[    0.000000] e820: BIOS-provided physical RAM map:
<br>[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009bbff] usable
<br>[    0.000000] BIOS-e820: [mem 0x000000000009bc00-0x000000000009ffff] reserved
<br>[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
<br>[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3fcfff] usable
<br>[    0.000000] BIOS-e820: [mem 0x000000001f3fd000-0x000000001f3fffff] reserved
<br>[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
<br>[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
<br>[    0.000000] NX (Execute Disable) protection: active
<br>[    0.000000] SMBIOS 2.4 present.
<br>[    0.000000] Hypervisor detected: KVM
<br>[    0.000000] No AGP bridge found
<br>[    0.000000] e820: last_pfn = 0x1f3fd max_arch_pfn = 0x400000000
<br>[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
<br>[    0.000000] found SMP MP-table at [mem 0x000fdaf0-0x000fdaff] mapped at [ffff8800000fdaf0]
<br>[    0.000000] Scanning 1 areas for low memory corruption
<br>[    0.000000] Using GB pages for direct mapping
<br>[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
<br>[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f1fffff]
<br>[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1effffff]
<br>[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
<br>[    0.000000] init_memory_mapping: [mem 0x1f200000-0x1f3fcfff]
<br>[    0.000000] RAMDISK: [mem 0x1f27d000-0x1f3effff]
<br>[    0.000000] No NUMA configuration found
<br>[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fcfff]
<br>[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3fcfff]
<br>[    0.000000]   NODE_DATA [mem 0x1f3f8000-0x1f3fcfff]
<br>[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
<br>[    0.000000] kvm-clock: cpu 0, msr 0:1f3f4001, boot clock
<br>[    0.000000] Zone ranges:
<br>[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
<br>[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
<br>[    0.000000]   Normal   empty
<br>[    0.000000] Movable zone start for each node
<br>[    0.000000] Early memory node ranges
<br>[    0.000000]   node   0: [mem 0x00001000-0x0009afff]
<br>[    0.000000]   node   0: [mem 0x00100000-0x1f3fcfff]
<br>[    0.000000] SFI: Simple Firmware Interface v0.81 <a href="http://simplefirmware.org">http://simplefirmware.org</a>
<br>[    0.000000] Intel MultiProcessor Specification v1.4
<br>[    0.000000] MPTABLE: OEM ID: BOCHSCPU
<br>[    0.000000] MPTABLE: Product ID: 0.1         
<br>[    0.000000] MPTABLE: APIC at: 0xFEE00000
<br>[    0.000000] Processor #0 (Bootup-CPU)
<br>[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
<br>[    0.000000] Processors: 1
<br>[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
<br>[    0.000000] PM: Registered nosave memory: [mem 0x0009b000-0x0009bfff]
<br>[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009ffff]
<br>[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
<br>[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
<br>[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
<br>[    0.000000] Booting paravirtualized kernel on KVM
<br>[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1
<br>[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88001f000000 s86400 r8192 d24192 u2097152
<br>[    0.000000] kvm-clock: cpu 0, msr 0:1f3f4001, primary cpu clock
<br>[    0.000000] KVM setup async PF for cpu 0
<br>[    0.000000] kvm-stealtime: cpu 0, msr 1f00e000
<br>[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125874
<br>[    0.000000] Policy zone: DMA32
<br>[    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/vdb selinux=0 guestfs_verbose=1 TERM=screen
<br>[    0.000000] Disabling memory control group subsystem
<br>[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
<br>[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
<br>[    0.000000] Checking aperture...
<br>[    0.000000] No AGP bridge found
<br>[    0.000000] Memory: 485140K/511580K available (7623K kernel code, 1139K rwdata, 3488K rodata, 1360K init, 1444K bss, 26440K reserved)
<br>[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
<br>[    0.000000] Hierarchical RCU implementation.
<br>[    0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.
<br>[    0.000000] \tRCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1.
<br>[    0.000000] \tOffload RCU callbacks from all CPUs
<br>[    0.000000] \tOffload RCU callbacks from CPUs: 0.
<br>[    0.000000] NR_IRQS:16640 nr_irqs:256 16
<br>[    0.000000] Console: colour *CGA 80x25
<br>[    0.000000] console [ttyS0] enabled
<br>[    0.000000] tsc: Detected 2992.464 MHz processor
<br>[    0.008000] Calibrating delay loop (skipped) preset value.. 5984.92 BogoMIPS (lpj=11969856)
<br>[    0.008000] pid_max: default: 32768 minimum: 301
<br>[    0.008000] Security Framework initialized
<br>[    0.008000] AppArmor: AppArmor initialized
<br>[    0.008000] Yama: becoming mindful.
<br>[    0.008086] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
<br>[    0.009229] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
<br>[    0.010241] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
<br>[    0.011157] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
<br>[    0.012166] Initializing cgroup subsys memory
<br>[    0.012788] Initializing cgroup subsys devices
<br>[    0.013418] Initializing cgroup subsys freezer
<br>[    0.014039] Initializing cgroup subsys blkio
<br>[    0.014636] Initializing cgroup subsys perf_event
<br>[    0.015300] Initializing cgroup subsys hugetlb
<br>[    0.016162] mce: CPU supports 10 MCE banks
<br>[    0.016806] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
<br>[    0.016806] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127
<br>[    0.016806] tlb_flushall_shift: 5
<br>[    0.029707] Freeing SMP alternatives memory: 32K (ffffffff81e72000 - ffffffff81e7a000)
<br>[    0.034797] ftrace: allocating 31516 entries in 124 pages
<br>[    0.045623] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
<br>[    0.046365] smpboot: CPU0: AMD Opteron(tm) Processor 4332 HE (fam: 15, model: 02, stepping: 00)
<br>[    0.152062] Performance Events: Broken PMU hardware detected, using software events only.
<br>[    0.153098] Failed to access perfctr msr (MSR c0010001 is ffffffffffffffff)
<br>[    0.159151] KVM setup paravirtual spinlock
<br>[    0.160994] x86: Booted up 1 node, 1 CPUs
<br>[    0.161488] smpboot: Total of 1 processors activated (5984.92 BogoMIPS)
<br>[    0.162637] NMI watchdog: disabled (cpu0): hardware events not enabled
<br>[    0.163487] devtmpfs: initialized
<br>[    0.168808] EVM: security.selinux
<br>[    0.169218] EVM: security.SMACK64
<br>[    0.169623] EVM: security.ima
<br>[    0.169989] EVM: security.capability
<br>[    0.171203] pinctrl core: initialized pinctrl subsystem
<br>[    0.171901] regulator-dummy: no parameters
<br>[    0.172075] RTC time: 21:57:12, date: 12/11/14
<br>[    0.172644] NET: Registered protocol family 16
<br>[    0.173313] cpuidle: using governor ladder
<br>[    0.173816] cpuidle: using governor menu
<br>[    0.175028] PCI: Using configuration type 1 for base access
<br>[    0.176001] PCI: Using configuration type 1 for extended access
<br>[    0.177556] bio: create slab <bio-0> at 0
<br>[    0.178150] ACPI: Interpreter disabled.
<br>[    0.178671] vgaarb: loaded
<br>[    0.179168] SCSI subsystem initialized
<br>[    0.179719] usbcore: registered new interface driver usbfs
<br>[    0.180015] usbcore: registered new interface driver hub
<br>[    0.180732] usbcore: registered new device driver usb
<br>[    0.181501] PCI: Probing PCI hardware
<br>[    0.182027] PCI host bridge to bus 0000:00
<br>[    0.182592] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
<br>[    0.183396] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
<br>[    0.184004] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
<br>[    0.188164] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
<br>[    0.189153] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
<br>[    0.194177] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
<br>[    0.195177] NetLabel: Initializing
<br>[    0.195662] NetLabel:  domain hash size = 128
<br>[    0.196001] NetLabel:  protocols = UNLABELED CIPSOv4
<br>[    0.196653] NetLabel:  unlabeled traffic allowed by default
<br>[    0.197489] Switched to clocksource kvm-clock
<br>[    0.203517] AppArmor: AppArmor Filesystem Enabled
<br>[    0.204223] pnp: PnP ACPI: disabled
<br>[    0.205970] NET: Registered protocol family 2
<br>[    0.206758] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
<br>[    0.207731] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
<br>[    0.208596] TCP: Hash tables configured (established 4096 bind 4096)
<br>[    0.209482] TCP: reno registered
<br>[    0.209942] UDP hash table entries: 256 (order: 1, 8192 bytes)
<br>[    0.210728] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
<br>[    0.211613] NET: Registered protocol family 1
<br>[    0.212203] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
<br>[    0.213024] pci 0000:00:01.0: PIIX3: Enabling Passive Release
<br>[    0.213833] pci 0000:00:01.0: Activating ISA DMA hang workarounds
<br>[    0.214747] Trying to unpack rootfs image as initramfs...
<br>[    0.217307] Freeing initrd memory: 1484K (ffff88001f27d000 - ffff88001f3f0000)
<br>[    0.218412] platform rtc_cmos: registered platform RTC device (no PNP device found)
<br>[    0.219493] microcode: CPU0: patch_level=0x01000065
<br>[    0.220219] microcode: Microcode Update Driver: v2.00 <<a href="mailto:tigran@aivazian.fsnet.co.uk">tigran@aivazian.fsnet.co.uk</a>>, Peter Oruba
<br>[    0.221400] Scanning for low memory corruption every 60 seconds
<br>[    0.222378] Initialise system trusted keyring
<br>[    0.223019] audit: initializing netlink socket (disabled)
<br>[    0.223760] type=2000 audit(1418335033.516:1): initialized
<br>[    0.247562] HugeTLB registered 2 MB page size, pre-allocated 0 pages
<br>[    0.249515] zbud: loaded
<br>[    0.250006] VFS: Disk quotas dquot_6.5.2
<br>[    0.250574] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
<br>[    0.251823] fuse init (API version 7.22)
<br>[    0.252434] msgmni has been set to 950
<br>[    0.252995] Key type big_key registered
<br>[    0.253737] Key type asymmetric registered
<br>[    0.254283] Asymmetric key parser 'x509' registered
<br>[    0.254963] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
<br>[    0.255977] io scheduler noop registered
<br>[    0.256528] io scheduler deadline registered (default)
<br>[    0.257238] io scheduler cfq registered
<br>[    0.257828] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
<br>[    0.258601] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
<br>[    0.259495] ipmi message handler version 39.2
<br>[    0.260308] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
<br>[    0.261592] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
<br>[    0.262783] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35
<br>[    0.263886] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
<br>[    0.287569] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
<br>[    0.307596] Linux agpgart interface v0.103
<br>[    1.277626] brd: module loaded
<br>[    1.278468] loop: module loaded
<br>[    1.286207] blk-mq: CPU -> queue map
<br>[    1.286863]   CPU 0 -> Queue 0
<br>[    1.287886]  vda: vda1 vda2
<br>[    1.294212] blk-mq: CPU -> queue map
<br>[    1.294744]   CPU 0 -> Queue 0
<br>[    1.296287]  vdb: unknown partition table
<br>[    1.297551] scsi0 : ata_piix
<br>[    1.304179] scsi1 : ata_piix
<br>[    1.305033] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
<br>[    1.306767] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
<br>[    1.309951] libphy: Fixed MDIO Bus: probed
<br>[    1.310579] tun: Universal TUN/TAP device driver, 1.6
<br>[    1.311199] tun: (C) 1999-2004 Max Krasnyansky <<a href="mailto:maxk@qualcomm.com">maxk@qualcomm.com</a>>
<br>[    1.312062] PPP generic driver version 2.4.2
<br>[    1.312638] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
<br>[    1.313450] ehci-pci: EHCI PCI platform driver
<br>[    1.314022] ehci-platform: EHCI generic platform driver
<br>[    1.314677] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
<br>[    1.315445] ohci-pci: OHCI PCI platform driver
<br>[    1.316019] ohci-platform: OHCI generic platform driver
<br>[    1.316685] uhci_hcd: USB Universal Host Controller Interface driver
<br>[    1.317516] i8042: PNP: No PS/2 controller found. Probing ports directly.
<br>[    1.319116] serio: i8042 KBD port at 0x60,0x64 irq 1
<br>[    1.319741] serio: i8042 AUX port at 0x60,0x64 irq 12
<br>[    1.320476] mousedev: PS/2 mouse device common for all mice
<br>[    1.321447] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
<br>[    1.322977] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
<br>[    1.323840] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
<br>[    1.324707] device-mapper: uevent: version 1.0.3
<br>[    1.325344] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: <a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a>
<br>[    1.326406] ledtrig-cpu: registered to indicate activity on CPUs
<br>[    1.327233] TCP: cubic registered
<br>[    1.327723] NET: Registered protocol family 10
<br>[    1.328446] NET: Registered protocol family 17
<br>[    1.329007] Key type dns_resolver registered
<br>[    1.329700] Loading compiled-in X.509 certificates
<br>[    1.331099] Loaded X.509 cert 'Magrathea: Glacier signing key: 65fc351df3cafe19274d9d4cf2d0bcd0edd77853'
<br>[    1.332301] registered taskstats version 1
<br>[    1.332974] Key type trusted registered
<br>[    1.333544] Key type encrypted registered
<br>[    1.334156] AppArmor: AppArmor sha1 policy hashing enabled
<br>[    1.334832] IMA: No TPM chip found, activating TPM-bypass!
<br>[    1.335694] regulator-dummy: incomplete constraints, leaving on
<br>[    1.336504]   Magic number: 10:534:1005
<br>[    1.337079] rtc_cmos rtc_cmos: setting system clock to 2014-12-11 21:57:13 UTC (1418335033)
<br>[    1.338137] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
<br>[    1.338881] EDD information not available.
<br>[    1.465953] Freeing unused kernel memory: 1360K (ffffffff81d1e000 - ffffffff81e72000)
<br>[    1.468557] Write protecting the kernel read-only data: 12288k
<br>[    1.475694] Freeing unused kernel memory: 556K (ffff880001775000 - ffff880001800000)
<br>[    1.480188] Freeing unused kernel memory: 608K (ffff880001b68000 - ffff880001c00000)
<br>supermin: mounting /proc
<br>supermin: uptime: 1.48 0.17
<br>supermin: ext2 mini initrd starting up: 5.1.0 zlib xz
<br>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/vdb selinux=0 guestfs_verbose=1 TERM=screen
<br>supermin: mounting /sys
<br>supermin: internal insmod crc32-pclmul.ko
<br>supermin: internal insmod crct10dif-pclmul.ko
<br>supermin: internal insmod crc32.ko
<br>supermin: internal insmod virtio-rng.ko
<br>supermin: internal insmod ideapad_slidebar.ko
<br>[    1.491182] ideapad_slidebar: DMI does not match
<br>insmod: init_module: ideapad_slidebar.ko: No such device
<br>supermin: internal insmod sparse-keymap.ko
<br>supermin: internal insmod ideapad-laptop.ko
<br>supermin: internal insmod megaraid.ko
<br>supermin: internal insmod megaraid_mm.ko
<br>[    1.499085] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
<br>supermin: internal insmod megaraid_mbox.ko
<br>[    1.501851] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
<br>supermin: internal insmod megaraid_sas.ko
<br>[    1.505219] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013
<br>supermin: internal insmod sym53c8xx.ko
<br>supermin: internal insmod virtio_scsi.ko
<br>supermin: internal insmod crc-ccitt.ko
<br>supermin: internal insmod crc-itu-t.ko
<br>supermin: internal insmod crc7.ko
<br>supermin: internal insmod crc8.ko
<br>supermin: internal insmod libcrc32c.ko
<br>supermin: picked /sys/block/vdb/dev as root device
<br>supermin: creating /dev/root as block special 253:16
<br>supermin: mounting new root on /root
<br>[    2.277000] EXT4-fs (vdb): mounting ext2 file system using the ext4 subsystem
<br>[    2.283472] EXT4-fs (vdb): mounted filesystem without journal. Opts: 
<br>supermin: chroot
<br>Starting /init script ...
<br>/init: 48: /init: kmod: not found
<br>/init: 51: /init: systemd-tmpfiles: not found
<br>[    2.431450] udevd[88]: starting version 175
<br>udevd[88]: specified group 'fuse' unknown
<br> 
<br>udevd[88]: specified group 'disk' unknown
<br> 
<br>udevd[88]: specified group 'dialout' unknown
<br> 
<br>udevd[88]: specified group 'tty' unknown
<br> 
<br>udevd[88]: specified group 'kmem' unknown
<br> 
<br>udevd[88]: specified group 'video' unknown
<br> 
<br>udevd[88]: specified group 'audio' unknown
<br> 
<br>udevd[88]: specified group 'lp' unknown
<br> 
<br>udevd[88]: specified group 'floppy' unknown
<br> 
<br>udevd[88]: specified group 'cdrom' unknown
<br> 
<br>udevd[88]: specified group 'tape' unknown
<br> 
<br>[    2.482681] ACPI Exception: AE_BAD_PARAMETER, Thread 490418176 could not acquire Mutex [0x1] (20131115/utmutex-285)
<br>[    2.493022] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
<br>[    2.597925] kvm: Nested Virtualization enabled
<br>[    2.598575] kvm: Nested Paging enabled
<br>/init: 73: /init: cannot create /sys/block/sd*/device/timeout: Directory nonexistent
<br>/init: 75: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent
<br>/init: 93: /init: mdadm: not found
<br>/init: 97: /init: lvmetad: not found
<br>[    3.306375] random: lvm urandom read with 21 bits of entropy available
<br>  Invalid argument ay
<br>  Error during parsing of command line.
<br>/init: 102: /init: ldmtool: not found
<br>Linux (none) 3.13.0-41-generic #70~precise1-Ubuntu SMP Wed Nov 26 05:10:22 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
<br>/dev:
<br>total 0
<br>crw------T 1 0 0  10, 235 Dec 11 21:57 autofs
<br>drwxr-xr-x 2 0 0      600 Dec 11 21:57 block
<br>crw------T 1 0 0  10, 234 Dec 11 21:57 btrfs-control
<br>drwxr-xr-x 2 0 0     2720 Dec 11 21:57 char
<br>crw------- 1 0 0   5,   1 Dec 11 21:57 console
<br>lrwxrwxrwx 1 0 0       11 Dec 11 21:57 core -> /proc/kcore
<br>drwxr-xr-x 2 0 0       60 Dec 11 21:57 cpu
<br>crw------- 1 0 0  10,  60 Dec 11 21:57 cpu_dma_latency
<br>crw------T 1 0 0  10, 203 Dec 11 21:57 cuse
<br>drwxr-xr-x 4 0 0       80 Dec 11 21:57 disk
<br>crw------- 1 0 0  10,  61 Dec 11 21:57 ecryptfs
<br>lrwxrwxrwx 1 0 0       13 Dec 11 21:57 fd -> /proc/self/fd
<br>crw-rw-rw- 1 0 0   1,   7 Dec 11 21:57 full
<br>crw------T 1 0 0  10, 229 Dec 11 21:57 fuse
<br>drwxr-xr-x 3 0 0      100 Dec 11 21:57 input
<br>crw-r--r-- 1 0 0   1,  11 Dec 11 21:57 kmsg
<br>crw------- 1 0 0  10, 232 Dec 11 21:57 kvm
<br>crw------- 1 0 0  10, 237 Dec 11 21:57 loop-control
<br>brw------- 1 0 0   7,   0 Dec 11 21:57 loop0
<br>brw------- 1 0 0   7,   1 Dec 11 21:57 loop1
<br>brw------- 1 0 0   7,   2 Dec 11 21:57 loop2
<br>brw------- 1 0 0   7,   3 Dec 11 21:57 loop3
<br>brw------- 1 0 0   7,   4 Dec 11 21:57 loop4
<br>brw------- 1 0 0   7,   5 Dec 11 21:57 loop5
<br>brw------- 1 0 0   7,   6 Dec 11 21:57 loop6
<br>brw------- 1 0 0   7,   7 Dec 11 21:57 loop7
<br>drwxr-xr-x 2 0 0       60 Dec 11 21:57 mapper
<br>crw------- 1 0 0  10, 227 Dec 11 21:57 mcelog
<br>crw------- 1 0 0  10,  57 Dec 11 21:57 megadev0
<br>crw-r----- 1 0 0   1,   1 Dec 11 21:57 mem
<br>drwxr-xr-x 2 0 0       60 Dec 11 21:57 net
<br>crw------- 1 0 0  10,  59 Dec 11 21:57 network_latency
<br>crw------- 1 0 0  10,  58 Dec 11 21:57 network_throughput
<br>crw-rw-rw- 1 0 0   1,   3 Dec 11 21:57 null
<br>crw-r----- 1 0 0   1,   4 Dec 11 21:57 port
<br>crw------- 1 0 0 108,   0 Dec 11 21:57 ppp
<br>crw------- 1 0 0  10,   1 Dec 11 21:57 psaux
<br>crw-rw-rw- 1 0 0   5,   2 Dec 11 21:57 ptmx
<br>brw------- 1 0 0   1,   0 Dec 11 21:57 ram0
<br>brw------- 1 0 0   1,   1 Dec 11 21:57 ram1
<br>brw------- 1 0 0   1,  10 Dec 11 21:57 ram10
<br>brw------- 1 0 0   1,  11 Dec 11 21:57 ram11
<br>brw------- 1 0 0   1,  12 Dec 11 21:57 ram12
<br>brw------- 1 0 0   1,  13 Dec 11 21:57 ram13
<br>brw------- 1 0 0   1,  14 Dec 11 21:57 ram14
<br>brw------- 1 0 0   1,  15 Dec 11 21:57 ram15
<br>brw------- 1 0 0   1,   2 Dec 11 21:57 ram2
<br>brw------- 1 0 0   1,   3 Dec 11 21:57 ram3
<br>brw------- 1 0 0   1,   4 Dec 11 21:57 ram4
<br>brw------- 1 0 0   1,   5 Dec 11 21:57 ram5
<br>brw------- 1 0 0   1,   6 Dec 11 21:57 ram6
<br>brw------- 1 0 0   1,   7 Dec 11 21:57 ram7
<br>brw------- 1 0 0   1,   8 Dec 11 21:57 ram8
<br>brw------- 1 0 0   1,   9 Dec 11 21:57 ram9
<br>crw-rw-rw- 1 0 0   1,   8 Dec 11 21:57 random
<br>crw-r--r-- 1 0 0  10,  62 Dec 11 21:57 rfkill
<br>lrwxrwxrwx 1 0 0        4 Dec 11 21:57 rtc -> rtc0
<br>crw------- 1 0 0 254,   0 Dec 11 21:57 rtc0
<br>crw------- 1 0 0  10, 231 Dec 11 21:57 snapshot
<br>drwxr-xr-x 2 0 0       80 Dec 11 21:57 snd
<br>lrwxrwxrwx 1 0 0       15 Dec 11 21:57 stderr -> /proc/self/fd/2
<br>lrwxrwxrwx 1 0 0       15 Dec 11 21:57 stdin -> /proc/self/fd/0
<br>lrwxrwxrwx 1 0 0       15 Dec 11 21:57 stdout -> /proc/self/fd/1
<br>crw-rw-rw- 1 0 0   5,   0 Dec 11 21:57 tty
<br>crw--w---- 1 0 0   4,   0 Dec 11 21:57 tty0
<br>crw--w---- 1 0 0   4,   1 Dec 11 21:57 tty1
<br>crw--w---- 1 0 0   4,  10 Dec 11 21:57 tty10
<br>crw--w---- 1 0 0   4,  11 Dec 11 21:57 tty11
<br>crw--w---- 1 0 0   4,  12 Dec 11 21:57 tty12
<br>crw--w---- 1 0 0   4,  13 Dec 11 21:57 tty13
<br>crw--w---- 1 0 0   4,  14 Dec 11 21:57 tty14
<br>crw--w---- 1 0 0   4,  15 Dec 11 21:57 tty15
<br>crw--w---- 1 0 0   4,  16 Dec 11 21:57 tty16
<br>crw--w---- 1 0 0   4,  17 Dec 11 21:57 tty17
<br>crw--w---- 1 0 0   4,  18 Dec 11 21:57 tty18
<br>crw--w---- 1 0 0   4,  19 Dec 11 21:57 tty19
<br>crw--w---- 1 0 0   4,   2 Dec 11 21:57 tty2
<br>crw--w---- 1 0 0   4,  20 Dec 11 21:57 tty20
<br>crw--w---- 1 0 0   4,  21 Dec 11 21:57 tty21
<br>crw--w---- 1 0 0   4,  22 Dec 11 21:57 tty22
<br>crw--w---- 1 0 0   4,  23 Dec 11 21:57 tty23
<br>crw--w---- 1 0 0   4,  24 Dec 11 21:57 tty24
<br>crw--w---- 1 0 0   4,  25 Dec 11 21:57 tty25
<br>crw--w---- 1 0 0   4,  26 Dec 11 21:57 tty26
<br>crw--w---- 1 0 0   4,  27 Dec 11 21:57 tty27
<br>crw--w---- 1 0 0   4,  28 Dec 11 21:57 tty28
<br>crw--w---- 1 0 0   4,  29 Dec 11 21:57 tty29
<br>crw--w---- 1 0 0   4,   3 Dec 11 21:57 tty3
<br>crw--w---- 1 0 0   4,  30 Dec 11 21:57 tty30
<br>crw--w---- 1 0 0   4,  31 Dec 11 21:57 tty31
<br>crw--w---- 1 0 0   4,  32 Dec 11 21:57 tty32
<br>crw--w---- 1 0 0   4,  33 Dec 11 21:57 tty33
<br>crw--w---- 1 0 0   4,  34 Dec 11 21:57 tty34
<br>crw--w---- 1 0 0   4,  35 Dec 11 21:57 tty35
<br>crw--w---- 1 0 0   4,  36 Dec 11 21:57 tty36
<br>crw--w---- 1 0 0   4,  37 Dec 11 21:57 tty37
<br>crw--w---- 1 0 0   4,  38 Dec 11 21:57 tty38
<br>crw--w---- 1 0 0   4,  39 Dec 11 21:57 tty39
<br>crw--w---- 1 0 0   4,   4 Dec 11 21:57 tty4
<br>crw--w---- 1 0 0   4,  40 Dec 11 21:57 tty40
<br>crw--w---- 1 0 0   4,  41 Dec 11 21:57 tty41
<br>crw--w---- 1 0 0   4,  42 Dec 11 21:57 tty42
<br>crw--w---- 1 0 0   4,  43 Dec 11 21:57 tty43
<br>crw--w---- 1 0 0   4,  44 Dec 11 21:57 tty44
<br>crw--w---- 1 0 0   4,  45 Dec 11 21:57 tty45
<br>crw--w---- 1 0 0   4,  46 Dec 11 21:57 tty46
<br>crw--w---- 1 0 0   4,  47 Dec 11 21:57 tty47
<br>crw--w---- 1 0 0   4,  48 Dec 11 21:57 tty48
<br>crw--w---- 1 0 0   4,  49 Dec 11 21:57 tty49
<br>crw--w---- 1 0 0   4,   5 Dec 11 21:57 tty5
<br>crw--w---- 1 0 0   4,  50 Dec 11 21:57 tty50
<br>crw--w---- 1 0 0   4,  51 Dec 11 21:57 tty51
<br>crw--w---- 1 0 0   4,  52 Dec 11 21:57 tty52
<br>crw--w---- 1 0 0   4,  53 Dec 11 21:57 tty53
<br>crw--w---- 1 0 0   4,  54 Dec 11 21:57 tty54
<br>crw--w---- 1 0 0   4,  55 Dec 11 21:57 tty55
<br>crw--w---- 1 0 0   4,  56 Dec 11 21:57 tty56
<br>crw--w---- 1 0 0   4,  57 Dec 11 21:57 tty57
<br>crw--w---- 1 0 0   4,  58 Dec 11 21:57 tty58
<br>crw--w---- 1 0 0   4,  59 Dec 11 21:57 tty59
<br>crw--w---- 1 0 0   4,   6 Dec 11 21:57 tty6
<br>crw--w---- 1 0 0   4,  60 Dec 11 21:57 tty60
<br>crw--w---- 1 0 0   4,  61 Dec 11 21:57 tty61
<br>crw--w---- 1 0 0   4,  62 Dec 11 21:57 tty62
<br>crw--w---- 1 0 0   4,  63 Dec 11 21:57 tty63
<br>crw--w---- 1 0 0   4,   7 Dec 11 21:57 tty7
<br>crw--w---- 1 0 0   4,   8 Dec 11 21:57 tty8
<br>crw--w---- 1 0 0   4,   9 Dec 11 21:57 tty9
<br>crw------- 1 0 0   4,  64 Dec 11 21:57 ttyS0
<br>crw------- 1 0 0   4,  65 Dec 11 21:57 ttyS1
<br>crw------- 1 0 0   4,  74 Dec 11 21:57 ttyS10
<br>crw------- 1 0 0   4,  75 Dec 11 21:57 ttyS11
<br>crw------- 1 0 0   4,  76 Dec 11 21:57 ttyS12
<br>crw------- 1 0 0   4,  77 Dec 11 21:57 ttyS13
<br>crw------- 1 0 0   4,  78 Dec 11 21:57 ttyS14
<br>crw------- 1 0 0   4,  79 Dec 11 21:57 ttyS15
<br>crw------- 1 0 0   4,  80 Dec 11 21:57 ttyS16
<br>crw------- 1 0 0   4,  81 Dec 11 21:57 ttyS17
<br>crw------- 1 0 0   4,  82 Dec 11 21:57 ttyS18
<br>crw------- 1 0 0   4,  83 Dec 11 21:57 ttyS19
<br>crw------- 1 0 0   4,  66 Dec 11 21:57 ttyS2
<br>crw------- 1 0 0   4,  84 Dec 11 21:57 ttyS20
<br>crw------- 1 0 0   4,  85 Dec 11 21:57 ttyS21
<br>crw------- 1 0 0   4,  86 Dec 11 21:57 ttyS22
<br>crw------- 1 0 0   4,  87 Dec 11 21:57 ttyS23
<br>crw------- 1 0 0   4,  88 Dec 11 21:57 ttyS24
<br>crw------- 1 0 0   4,  89 Dec 11 21:57 ttyS25
<br>crw------- 1 0 0   4,  90 Dec 11 21:57 ttyS26
<br>crw------- 1 0 0   4,  91 Dec 11 21:57 ttyS27
<br>crw------- 1 0 0   4,  92 Dec 11 21:57 ttyS28
<br>crw------- 1 0 0   4,  93 Dec 11 21:57 ttyS29
<br>crw------- 1 0 0   4,  67 Dec 11 21:57 ttyS3
<br>crw------- 1 0 0   4,  94 Dec 11 21:57 ttyS30
<br>crw------- 1 0 0   4,  95 Dec 11 21:57 ttyS31
<br>crw------- 1 0 0   4,  68 Dec 11 21:57 ttyS4
<br>crw------- 1 0 0   4,  69 Dec 11 21:57 ttyS5
<br>crw------- 1 0 0   4,  70 Dec 11 21:57 ttyS6
<br>crw------- 1 0 0   4,  71 Dec 11 21:57 ttyS7
<br>crw------- 1 0 0   4,  72 Dec 11 21:57 ttyS8
<br>crw------- 1 0 0   4,  73 Dec 11 21:57 ttyS9
<br>crw------- 1 0 0   5,   3 Dec 11 21:57 ttyprintk
<br>crw------T 1 0 0  10, 239 Dec 11 21:57 uhid
<br>crw-r----- 1 0 0  10, 223 Dec 11 21:57 uinput
<br>crw-rw-rw- 1 0 0   1,   9 Dec 11 21:57 urandom
<br>crw------- 1 0 0   7,   0 Dec 11 21:57 vcs
<br>crw------- 1 0 0   7,   1 Dec 11 21:57 vcs1
<br>crw------- 1 0 0   7, 128 Dec 11 21:57 vcsa
<br>crw------- 1 0 0   7, 129 Dec 11 21:57 vcsa1
<br>brw------- 1 0 0 253,   0 Dec 11 21:57 vda
<br>brw------- 1 0 0 253,   1 Dec 11 21:57 vda1
<br>brw------- 1 0 0 253,   2 Dec 11 21:57 vda2
<br>brw------- 1 0 0 253,  16 Dec 11 21:57 vdb
<br>crw------- 1 0 0  10,  63 Dec 11 21:57 vga_arbiter
<br>crw------T 1 0 0  10, 137 Dec 11 21:57 vhci
<br>crw------T 1 0 0  10, 238 Dec 11 21:57 vhost-net
<br>drwxr-xr-x 2 0 0       60 Dec 11 21:57 virtio-ports
<br>crw------- 1 0 0 251,   1 Dec 11 21:57 vport2p1
<br>crw-rw-rw- 1 0 0   1,   5 Dec 11 21:57 zero
<br> <br>/dev/block:
<br>total 0
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:0 -> ../ram0
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:1 -> ../ram1
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 1:10 -> ../ram10
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 1:11 -> ../ram11
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 1:12 -> ../ram12
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 1:13 -> ../ram13
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 1:14 -> ../ram14
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 1:15 -> ../ram15
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:2 -> ../ram2
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:3 -> ../ram3
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:4 -> ../ram4
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:5 -> ../ram5
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:6 -> ../ram6
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:7 -> ../ram7
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:8 -> ../ram8
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 1:9 -> ../ram9
<br>lrwxrwxrwx 1 0 0 6 Dec 11 21:57 253:0 -> ../vda
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 253:1 -> ../vda1
<br>lrwxrwxrwx 1 0 0 6 Dec 11 21:57 253:16 -> ../vdb
<br>lrwxrwxrwx 1 0 0 7 Dec 11 21:57 253:2 -> ../vda2
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:0 -> ../loop0
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:1 -> ../loop1
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:2 -> ../loop2
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:3 -> ../loop3
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:4 -> ../loop4
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:5 -> ../loop5
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:6 -> ../loop6
<br>lrwxrwxrwx 1 0 0 8 Dec 11 21:57 7:7 -> ../loop7
<br> <br>/dev/char:
<br>total 0
<br>lrwxrwxrwx 1 0 0  6 Dec 11 21:57 108:0 -> ../ppp
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 10:1 -> ../psaux
<br>lrwxrwxrwx 1 0 0 16 Dec 11 21:57 10:184 -> ../cpu/microcode
<br>lrwxrwxrwx 1 0 0 10 Dec 11 21:57 10:200 -> ../net/tun
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 10:223 -> ../uinput
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 10:227 -> ../mcelog
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 10:229 -> ../fuse
<br>lrwxrwxrwx 1 0 0 11 Dec 11 21:57 10:231 -> ../snapshot
<br>lrwxrwxrwx 1 0 0  6 Dec 11 21:57 10:232 -> ../kvm
<br>lrwxrwxrwx 1 0 0 17 Dec 11 21:57 10:236 -> ../mapper/control
<br>lrwxrwxrwx 1 0 0 15 Dec 11 21:57 10:237 -> ../loop-control
<br>lrwxrwxrwx 1 0 0 11 Dec 11 21:57 10:57 -> ../megadev0
<br>lrwxrwxrwx 1 0 0 21 Dec 11 21:57 10:58 -> ../network_throughput
<br>lrwxrwxrwx 1 0 0 18 Dec 11 21:57 10:59 -> ../network_latency
<br>lrwxrwxrwx 1 0 0 18 Dec 11 21:57 10:60 -> ../cpu_dma_latency
<br>lrwxrwxrwx 1 0 0 11 Dec 11 21:57 10:61 -> ../ecryptfs
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 10:62 -> ../rfkill
<br>lrwxrwxrwx 1 0 0 14 Dec 11 21:57 10:63 -> ../vga_arbiter
<br>lrwxrwxrwx 1 0 0 13 Dec 11 21:57 13:63 -> ../input/mice
<br>lrwxrwxrwx 1 0 0 15 Dec 11 21:57 13:64 -> ../input/event0
<br>lrwxrwxrwx 1 0 0  6 Dec 11 21:57 1:1 -> ../mem
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 1:11 -> ../kmsg
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 1:3 -> ../null
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 1:4 -> ../port
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 1:5 -> ../zero
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 1:7 -> ../full
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 1:8 -> ../random
<br>lrwxrwxrwx 1 0 0 10 Dec 11 21:57 1:9 -> ../urandom
<br>lrwxrwxrwx 1 0 0 11 Dec 11 21:57 251:1 -> ../vport2p1
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 254:0 -> ../rtc0
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:0 -> ../tty0
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:1 -> ../tty1
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:10 -> ../tty10
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:11 -> ../tty11
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:12 -> ../tty12
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:13 -> ../tty13
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:14 -> ../tty14
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:15 -> ../tty15
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:16 -> ../tty16
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:17 -> ../tty17
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:18 -> ../tty18
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:19 -> ../tty19
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:2 -> ../tty2
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:20 -> ../tty20
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:21 -> ../tty21
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:22 -> ../tty22
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:23 -> ../tty23
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:24 -> ../tty24
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:25 -> ../tty25
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:26 -> ../tty26
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:27 -> ../tty27
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:28 -> ../tty28
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:29 -> ../tty29
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:3 -> ../tty3
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:30 -> ../tty30
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:31 -> ../tty31
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:32 -> ../tty32
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:33 -> ../tty33
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:34 -> ../tty34
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:35 -> ../tty35
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:36 -> ../tty36
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:37 -> ../tty37
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:38 -> ../tty38
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:39 -> ../tty39
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:4 -> ../tty4
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:40 -> ../tty40
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:41 -> ../tty41
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:42 -> ../tty42
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:43 -> ../tty43
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:44 -> ../tty44
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:45 -> ../tty45
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:46 -> ../tty46
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:47 -> ../tty47
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:48 -> ../tty48
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:49 -> ../tty49
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:5 -> ../tty5
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:50 -> ../tty50
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:51 -> ../tty51
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:52 -> ../tty52
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:53 -> ../tty53
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:54 -> ../tty54
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:55 -> ../tty55
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:56 -> ../tty56
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:57 -> ../tty57
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:58 -> ../tty58
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:59 -> ../tty59
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:6 -> ../tty6
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:60 -> ../tty60
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:61 -> ../tty61
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:62 -> ../tty62
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:63 -> ../tty63
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:64 -> ../ttyS0
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:65 -> ../ttyS1
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:66 -> ../ttyS2
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:67 -> ../ttyS3
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:68 -> ../ttyS4
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:69 -> ../ttyS5
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:7 -> ../tty7
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:70 -> ../ttyS6
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:71 -> ../ttyS7
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:72 -> ../ttyS8
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 4:73 -> ../ttyS9
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:74 -> ../ttyS10
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:75 -> ../ttyS11
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:76 -> ../ttyS12
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:77 -> ../ttyS13
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:78 -> ../ttyS14
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:79 -> ../ttyS15
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:8 -> ../tty8
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:80 -> ../ttyS16
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:81 -> ../ttyS17
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:82 -> ../ttyS18
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:83 -> ../ttyS19
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:84 -> ../ttyS20
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:85 -> ../ttyS21
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:86 -> ../ttyS22
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:87 -> ../ttyS23
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:88 -> ../ttyS24
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:89 -> ../ttyS25
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 4:9 -> ../tty9
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:90 -> ../ttyS26
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:91 -> ../ttyS27
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:92 -> ../ttyS28
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:93 -> ../ttyS29
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:94 -> ../ttyS30
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 4:95 -> ../ttyS31
<br>lrwxrwxrwx 1 0 0  6 Dec 11 21:57 5:0 -> ../tty
<br>lrwxrwxrwx 1 0 0 10 Dec 11 21:57 5:1 -> ../console
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 5:2 -> ../ptmx
<br>lrwxrwxrwx 1 0 0 12 Dec 11 21:57 5:3 -> ../ttyprintk
<br>lrwxrwxrwx 1 0 0  6 Dec 11 21:57 7:0 -> ../vcs
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 7:1 -> ../vcs1
<br>lrwxrwxrwx 1 0 0  7 Dec 11 21:57 7:128 -> ../vcsa
<br>lrwxrwxrwx 1 0 0  8 Dec 11 21:57 7:129 -> ../vcsa1
<br> <br>/dev/cpu:
<br>total 0
<br>crw------- 1 0 0 10, 184 Dec 11 21:57 microcode
<br> <br>/dev/disk:
<br>total 0
<br>drwxr-xr-x 2 0 0 120 Dec 11 21:57 by-path
<br>drwxr-xr-x 2 0 0  80 Dec 11 21:57 by-uuid
<br> <br>/dev/disk/by-path:
<br>total 0
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 pci-0000:00:02.0-virtio-pci-virtio0 -> ../../vda
<br>lrwxrwxrwx 1 0 0 10 Dec 11 21:57 pci-0000:00:02.0-virtio-pci-virtio0-part1 -> ../../vda1
<br>lrwxrwxrwx 1 0 0 10 Dec 11 21:57 pci-0000:00:02.0-virtio-pci-virtio0-part2 -> ../../vda2
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 pci-0000:00:03.0-virtio-pci-virtio1 -> ../../vdb
<br> <br>/dev/disk/by-uuid:
<br>total 0
<br>lrwxrwxrwx 1 0 0 10 Dec 11 21:57 28ad43bb-48ce-4d21-8462-75a8e9703e44 -> ../../vda1
<br>lrwxrwxrwx 1 0 0  9 Dec 11 21:57 91f1e513-efdd-4488-940e-ff32ff92f22d -> ../../vdb
<br> <br>/dev/input:
<br>total 0
<br>drwxr-xr-x 2 0 0     60 Dec 11 21:57 by-path
<br>crw-r----- 1 0 0 13, 64 Dec 11 21:57 event0
<br>crw-r----- 1 0 0 13, 63 Dec 11 21:57 mice
<br> <br>/dev/input/by-path:
<br>total 0
<br>lrwxrwxrwx 1 0 0 9 Dec 11 21:57 platform-i8042-serio-0-event-kbd -> ../event0
<br> <br>/dev/mapper:
<br>total 0
<br>crw------- 1 0 0 10, 236 Dec 11 21:57 control
<br> <br>/dev/net:
<br>total 0
<br>crw-rw-rwT 1 0 0 10, 200 Dec 11 21:57 tun
<br> <br>/dev/snd:
<br>total 0
<br>crw------T 1 0 0 116,  1 Dec 11 21:57 seq
<br>crw------T 1 0 0 116, 33 Dec 11 21:57 timer
<br> <br>/dev/virtio-ports:
<br>total 0
<br>lrwxrwxrwx 1 0 0 11 Dec 11 21:57 org.libguestfs.channel.0 -> ../vport2p1
<br>rootfs / rootfs rw 0 0
<br>proc /proc proc rw,relatime 0 0
<br>/dev/root / ext2 rw,noatime 0 0
<br>/proc /proc proc rw,relatime 0 0
<br>/sys /sys sysfs rw,relatime 0 0
<br>tmpfs /run tmpfs rw,nosuid,relatime,size=97836k,mode=755 0 0
<br>/dev /dev devtmpfs rw,relatime,size=242584k,nr_inodes=60646,mode=755 0 0
<br>  PV         VG             Fmt  Attr PSize PFree
<br>  /dev/vda2  vg_nestedctos1 lvm2 a-   7.51g    0 
<br>  VG             #PV #LV #SN Attr   VSize VFree
<br>  vg_nestedctos1   1   2   0 wz--n- 7.51g    0 
<br>  LV      VG             Attr   LSize   Origin Snap%  Move Log Copy%  Convert
<br>  lv_root vg_nestedctos1 -wi---   6.71g                                      
<br>  lv_swap vg_nestedctos1 -wi--- 816.00m                                      
<br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
<br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
<br>    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> brd 127.255.255.255 scope host lo
<br>       valid_lft forever preferred_lft forever
<br>    inet6 ::1/128 scope host 
<br>       valid_lft forever preferred_lft forever
<br>Module                  Size  Used by
<br>kvm_amd                64689  0 
<br>kvm                   472641  1 kvm_amd
<br>ghash_clmulni_intel    13216  0 
<br>aesni_intel            55720  0 
<br>ablk_helper            13597  1 aesni_intel
<br>cryptd                 20530  3 ghash_clmulni_intel,aesni_intel,ablk_helper
<br>lrw                    13323  1 aesni_intel
<br>gf128mul               14951  1 lrw
<br>glue_helper            14095  1 aesni_intel
<br>aes_x86_64             17131  1 aesni_intel
<br>mac_hid                13253  0 
<br>psmouse               113331  0 
<br>serio_raw              13462  0 
<br>i2c_piix4              22299  0 
<br>libcrc32c              12644  0 
<br>crc8                   12893  0 
<br>crc7                   12703  0 
<br>crc_itu_t              12707  0 
<br>crc_ccitt              12707  0 
<br>virtio_scsi            18390  0 
<br>sym53c8xx              82253  0 
<br>megaraid_sas           91903  0 
<br>megaraid_mbox          40760  0 
<br>megaraid_mm            18273  1 megaraid_mbox
<br>megaraid               44629  0 
<br>ideapad_laptop         18462  0 
<br>sparse_keymap          13890  1 ideapad_laptop
<br>virtio_rng             13135  0 
<br>crc32                  12714  0 
<br>crct10dif_pclmul       14250  0 
<br>crc32_pclmul           13160  0 
<br>Thu Dec 11 21:57:15 UTC 2014
<br>clocksource: kvm-clock
<br>uptime: 3.54 0.85
<br>[    3.546802] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
<br>verbose daemon enabled
<br>linux 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/vdb selinux=0 guestfs_verbose=1 TERM=screen
<br> <br>trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
<br>udevadm --debug settle
<br>main: runtime dir '/run/udev'
<br>run_command: calling: settle
<br>libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG<br>libguestfs: [04456ms] appliance is up<br>libguestfs: trace: launch = 0<br>libguestfs: trace: list_partitions<br>guestfsd: main_loop: new request, len 0x28
<br>guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds
<br>libguestfs: trace: list_partitions = ["/dev/vda1", "/dev/vda2"]<br>libguestfs: trace: vfs_type "/dev/vda1"<br>guestfsd: main_loop: new request, len 0x38
<br>blkid -c /dev/null -o value -s TYPE /dev/vda1
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds
<br>libguestfs: trace: vfs_type = "ext4"<br>libguestfs: trace: vfs_type "/dev/vda2"<br>guestfsd: main_loop: new request, len 0x38
<br>blkid -c /dev/null -o value -s TYPE /dev/vda2
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
<br>libguestfs: trace: vfs_type = "LVM2_member"<br>libguestfs: trace: inspect_os<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: new request, len 0x28
<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97836k,mode=755 freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242584k,nr_inodes=60646,mode=755 freq=0 passno=0
<br>guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: list_filesystems<br>libguestfs: trace: feature_available "lvm2"<br>guestfsd: main_loop: new request, len 0x34
<br>guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds
<br>libguestfs: trace: feature_available = 1<br>libguestfs: trace: feature_available "ldm"<br>guestfsd: main_loop: new request, len 0x34
<br>guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds
<br>libguestfs: trace: feature_available = 0<br>libguestfs: trace: list_devices<br>guestfsd: main_loop: new request, len 0x28
<br>guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds
<br>libguestfs: trace: list_devices = ["/dev/vda"]<br>libguestfs: trace: list_partitions<br>guestfsd: main_loop: new request, len 0x28
<br>guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds
<br>libguestfs: trace: list_partitions = ["/dev/vda1", "/dev/vda2"]<br>libguestfs: trace: list_md_devices<br>guestfsd: main_loop: new request, len 0x28
<br>guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds
<br>libguestfs: trace: list_md_devices = []<br>libguestfs: trace: part_to_dev "/dev/vda1"<br>guestfsd: main_loop: new request, len 0x38
<br>guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
<br>libguestfs: trace: part_to_dev = "/dev/vda"<br>libguestfs: trace: part_to_dev "/dev/vda2"<br>guestfsd: main_loop: new request, len 0x38
<br>guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 secondslibguestfs: trace: part_to_dev = "/dev/vda"<br>libguestfs: trace: vfs_type "/dev/vda1"<br> <br>guestfsd: main_loop: new request, len 0x38
<br>blkid -c /dev/null -o value -s TYPE /dev/vda1
<br>libguestfs: trace: vfs_type = "ext4"<br>libguestfs: trace: vfs_type "/dev/vda2"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds
<br>guestfsd: main_loop: new request, len 0x38
<br>blkid -c /dev/null -o value -s TYPE /dev/vda2
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
<br>libguestfs: trace: vfs_type = "LVM2_member"<br>libguestfs: trace: lvs<br>guestfsd: main_loop: new request, len 0x28
<br>lvm lvs -o vg_name,lv_name --noheadings --separator /
<br>guestfsd: main_loop: proc 11 (lvs) took 0.00 seconds
<br>libguestfs: trace: lvs = ["/dev/vg_nestedctos1/lv_root", "/dev/vg_nestedctos1/lv_swap"]<br>libguestfs: trace: vfs_type "/dev/vg_nestedctos1/lv_root"<br>guestfsd: main_loop: new request, len 0x48
<br>/dev/vg_nestedctos1/lv_root: No such file or directory
<br>guestfsd: error: vfs_type_stub: /dev/vg_nestedctos1/lv_root: No such file or directory
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
<br>libguestfs: trace: vfs_type = NULL (error)<br>libguestfs: trace: vfs_type "/dev/vg_nestedctos1/lv_swap"<br>guestfsd: main_loop: new request, len 0x48
<br>/dev/vg_nestedctos1/lv_swap: No such file or directory
<br>guestfsd: error: vfs_type_stub: /dev/vg_nestedctos1/lv_swap: No such file or directory
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
<br>libguestfs: trace: vfs_type = NULL (error)<br>libguestfs: trace: list_filesystems = ["/dev/vda1", "ext4", "/dev/vg_nestedctos1/lv_root", "unknown", "/dev/vg_nestedctos1/lv_swap", "unknown"]<br>libguestfs: trace: vfs_type "/dev/vda1"<br>guestfsd: main_loop: new request, len 0x38
<br>blkid -c /dev/null -o value -s TYPE /dev/vda1
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds
<br>libguestfs: trace: vfs_type = "ext4"<br>libguestfs: check_for_filesystem_on: /dev/vda1 (ext4)<br>libguestfs: trace: internal_parse_mountable "/dev/vda1"<br>guestfsd: main_loop: new request, len 0x38
<br>guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds
<br>libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *><br>libguestfs: trace: is_whole_device "/dev/vda1"<br>guestfsd: main_loop: new request, len 0x38
<br>guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds
<br>libguestfs: trace: is_whole_device = 0<br>libguestfs: trace: mount_ro "/dev/vda1" "/"<br>guestfsd: main_loop: new request, len 0x40
<br>mount -o ro /dev/vda1 /sysroot/
<br>[    3.680785] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)
<br>guestfsd: main_loop: proc 73 (mount_ro) took 0.01 seconds
<br>libguestfs: trace: mount_ro = 0<br>libguestfs: trace: part_to_partnum "/dev/vda1"<br>guestfsd: main_loop: new request, len 0x38
<br>guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds
<br>libguestfs: trace: part_to_partnum = 1<br>libguestfs: trace: is_dir "/etc"<br>guestfsd: main_loop: new request, len 0x34
<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/bin"<br>guestfsd: main_loop: new request, len 0x34
<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/share"<br>guestfsd: main_loop: new request, len 0x38
<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_file "/grub/menu.lst"<br>guestfsd: main_loop: new request, len 0x40
<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub/grub.conf"<br>guestfsd: main_loop: new request, len 0x40
<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
<br>libguestfs: trace: is_file = 1<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: new request, len 0x28
<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97836k,mode=755 freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242584k,nr_inodes=60646,mode=755 freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev/vda1 dir=/sysroot type=ext4 opts=ro,relatime,data=ordered freq=0 passno=0
<br>umount /sysroot
<br>guestfsd: main_loop: proc 47 (umount_all) took 0.01 seconds
<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: vfs_type "/dev/vg_nestedctos1/lv_root"<br>guestfsd: main_loop: new request, len 0x48
<br>/dev/vg_nestedctos1/lv_root: No such file or directory
<br>guestfsd: error: vfs_type_stub: /dev/vg_nestedctos1/lv_root: No such file or directory
<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
<br>libguestfs: trace: vfs_type = NULL (error)<br>libguestfs: check_for_filesystem_on: /dev/vg_nestedctos1/lv_root (failed to get vfs type)<br>libguestfs: trace: internal_parse_mountable "/dev/vg_nestedctos1/lv_root"<br>guestfsd: main_loop: new request, len 0x48
<br>/dev/vg_nestedctos1/lv_root: No such file or directory
<br>guestfsd: error: internal_parse_mountable_stub: /dev/vg_nestedctos1/lv_root: No such file or directory
<br>guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds
<br>libguestfs: trace: internal_parse_mountable = NULL (error)<br>libguestfs: error: internal_parse_mountable: internal_parse_mountable_stub: /dev/vg_nestedctos1/lv_root: No such file or directory<br>libguestfs: trace: inspect_os = NULL (error)<br>virt-inspector: no operating system could be detected inside this disk image.<br><br>This may be because the file is not a disk image, or is not a virtual machine<br>image, or because the OS type is not understood by libguestfs.<br><br>NOTE for Red Hat Enterprise Linux 6 users: for Windows guest support you must<br>install the separate libguestfs-winsupport package.<br><br>If you feel this is an error, please file a bug report including as much<br>information about the disk image as possible.<br>libguestfs: trace: close<br>libguestfs: closing guestfs handle 0x6cc730 (state 2)<br>libguestfs: trace: internal_autosync<br>guestfsd: main_loop: new request, len 0x28
<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97836k,mode=755 freq=0 passno=0
<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=242584k,nr_inodes=60646,mode=755 freq=0 passno=0
<br>fsync /dev/vda
<br>guestfsd: main_loop: proc 282 (internal_autosync) took 0.01 seconds
<br>libguestfs: trace: internal_autosync = 0<br>libguestfs: sending SIGTERM to process 15431<br>libguestfs: command: run: rm<br>libguestfs: command: run: \ -rf /tmp/libguestfsWaO5Bu<br><br></div><div>Thanks,<br>Vann<br></div></div></div></div></div>