Hello Rich,

Well, you were correct.  I removed the /dev/kvm and it did a lot more.  Sadly, 
I cannot tell if it was successful.  The output file is the same size as when I 
started, so I am hesitant to declare success.

Let me know what you think. 

Thanks,
Mark



Thanks,
Mark Husted
770-236-1242


-----Original Message-----
From: Richard W.M. Jones [mailto:rjo...@redhat.com] 
Sent: Friday, August 22, 2014 9:07 AM
To: Mark Husted (hustedm)
Cc: libguestfs@redhat.com
Subject: Re: [Libguestfs] libguest-test-tool error report

On Fri, Aug 22, 2014 at 01:03:39PM +0000, Mark Husted (hustedm) wrote:
> Hello Rich,
> 
> Well, I did give that a try.  But it is back to being unable to access kvm 
> (log attached).  It did make the qemu error go away.

> kvm_create_vm: Device or resource busy failed to initialize KVM: 
> Operation not permitted

This is the same problem as before.  KVM is broken.  Remove the /dev/kvm file 
to make it fall back to software emulation.

Rich.

--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones 
Read my programming and virtualization blog: http://rwmj.wordpress.com virt-df 
lists disk usage of guests without needing to install any software inside the 
virtual machine.  Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
bash-4.1$ sudo rm /dev/kvm
bash-4.1$ sudo virt-resize --expand /dev/vda2 --LV-expand /dev/vg_main/lv_root 
centos6.4-x86_64-gold-master.img centos6.4-x86_64-gold-master-5G.img
Examining centos6.4-x86_64-gold-master.img ...
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: create: flags = 0, handle = 0x1aa5bb0
libguestfs: trace: add_drive "centos6.4-x86_64-gold-master.img" "readonly:true"
libguestfs: trace: add_drive = 0
libguestfs: trace: add_drive "centos6.4-x86_64-gold-master-5G.img" 
"readonly:false"
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: launch: attach-method=appliance
libguestfs: launch: tmpdir=/tmp/libguestfsZxREUV
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: command: run: febootstrap-supermin-helper
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ -f checksum
libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d
libguestfs: command: run: \ x86_64
supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, 
kernel = (null), initrd = (null), appliance = (null)
supermin helper [00000ms] inputs[0] = /usr/lib64/guestfs/supermin.d
checking modpath /lib/modules/2.6.32-358.0.1.el6.x86_64 is a directory
picked vmlinuz-2.6.32-358.0.1.el6.x86_64 because modpath 
/lib/modules/2.6.32-358.0.1.el6.x86_64 exists
checking modpath /lib/modules/2.6.32-279.el6.x86_64 is a directory
picked vmlinuz-2.6.32-279.el6.x86_64 because modpath 
/lib/modules/2.6.32-279.el6.x86_64 exists
checking modpath /lib/modules/2.6.32-431.5.1.el6.x86_64 is a directory
picked vmlinuz-2.6.32-431.5.1.el6.x86_64 because modpath 
/lib/modules/2.6.32-431.5.1.el6.x86_64 exists
supermin helper [00000ms] finished creating kernel
supermin helper [00000ms] visiting /usr/lib64/guestfs/supermin.d
supermin helper [00000ms] visiting /usr/lib64/guestfs/supermin.d/base.img
supermin helper [00000ms] visiting /usr/lib64/guestfs/supermin.d/daemon.img
supermin helper [00000ms] visiting /usr/lib64/guestfs/supermin.d/hostfiles
supermin helper [00020ms] visiting /usr/lib64/guestfs/supermin.d/init.img
supermin helper [00020ms] visiting /usr/lib64/guestfs/supermin.d/udev-rules.img
supermin helper [00020ms] adding kernel modules
supermin helper [00052ms] finished creating appliance
libguestfs: checksum of existing appliance: 
e2c81f804f7a2cb3a26b8beedb4f8b25c003d5a7d1382e0ee02d9a58753fb5ed
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: [00104ms] begin testing qemu features
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -nographic
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -nographic
libguestfs: command: run: \ -version
libguestfs: qemu version 0.12
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -nographic
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: [00127ms] finished testing qemu features
libguestfs: is_openable: /dev/kvm: No such file or directory
libguestfs: accept_from_daemon: 0x1aa5bb0 g->state = 1
[00127ms] /usr/libexec/qemu-kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -nodefaults \
    -nographic \
    -machine accel=kvm:tcg \
    -cpu qemu64,+kvmclock \
    -m 500 \
    -no-reboot \
    -kernel /var/tmp/.guestfs-0/kernel.20656 \
    -initrd /var/tmp/.guestfs-0/initrd.20656 \
    -device virtio-scsi-pci,id=scsi \
    -drive file=centos6.4-x86_64-gold-master.img,snapshot=on,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=centos6.4-x86_64-gold-master-5G.img,cache=none,id=hd1,if=none \
    -device scsi-hd,drive=hd1 \
    -drive 
file=/var/tmp/.guestfs-0/root.20656,snapshot=on,id=appliance,if=none,cache=unsafe
 \
    -device scsi-hd,drive=appliance \
    -device virtio-serial \
    -serial stdio \
    -device sga \
    -chardev socket,path=/tmp/libguestfsZxREUV/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -append 'panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off 
printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 guestfs_verbose=1 
TERM=xterm'
open /dev/kvm: No such file or directory
failed to initialize KVM: Operation not permitted
Back to tcg accelerator.
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 07/26/11
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ 
(mockbu...@hs20-bc2-3.build.redhat.com) Tue Jul 26 15:05:08 UTC 2011
Term: 80x24
4 0
SeaBIOS (version seabios-0.6.1.2-28.el6)
Probing EDD (edd=off to disable)... ok
\x1b[2JInitializing cgroup subsys cpuset
Initializing cgroup subsys cpu
Linux version 2.6.32-431.5.1.el6.x86_64 
(mockbu...@x86-002.build.bos.redhat.com) (gcc version 4.4.7 20120313 (Red Hat 
4.4.7-4) (GCC) ) #1 SMP Fri Jan 10 14:46:43 EST 2014
Command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check acpi=off 
printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 guestfs_verbose=1 
TERM=xterm
KERNEL supported cpus:
  Intel GenuineIntel
  AMD AuthenticAMD
  Centaur CentaurHauls
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009d800 (usable)
 BIOS-e820: 000000000009d800 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001f3fd000 (usable)
 BIOS-e820: 000000001f3fd000 - 000000001f400000 (reserved)
 BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
DMI 2.4 present.
SMBIOS version 2.4 @ 0xFDA40
last_pfn = 0x1f3fd max_arch_pfn = 0x400000000
x86 PAT enabled: cpu 0, old 0x0, new 0x7010600070106
init_memory_mapping: 0000000000000000-000000001f3fd000
RAMDISK: 1f1a3000 - 1f3ef000
No NUMA configuration found
Faking a node at 0000000000000000-000000001f3fd000
Bootmem setup node 0 0000000000000000-000000001f3fd000
  NODE_DATA [0000000000009000 - 000000000003cfff]
  bootmap [000000000003d000 -  0000000000040e7f] pages 4
(7 early reservations) ==> bootmem [0000000000 - 001f3fd000]
  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
  #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
  #2 [0001000000 - 000201faa4]    TEXT DATA BSS ==> [0001000000 - 000201faa4]
  #3 [001f1a3000 - 001f3ef000]          RAMDISK ==> [001f1a3000 - 001f3ef000]
  #4 [000009d800 - 0000100000]    BIOS reserved ==> [000009d800 - 0000100000]
  #5 [0002020000 - 0002020059]              BRK ==> [0002020000 - 0002020059]
  #6 [0000008000 - 0000009000]          PGTABLE ==> [0000008000 - 0000009000]
found SMP MP-table at [ffff8800000fda60] fda60
Zone PFN ranges:
  DMA      0x00000001 -> 0x00001000
  DMA32    0x00001000 -> 0x00100000
  Normal   0x00100000 -> 0x00100000
Movable zone start PFN for each node
early_node_map[2] active PFN ranges
    0: 0x00000001 -> 0x0000009d
    0: 0x00000100 -> 0x0001f3fd
SFI: Simple Firmware Interface v0.7 http://simplefirmware.org
Intel MultiProcessor Specification v1.4
MPTABLE: OEM ID: BOCHSCPU
MPTABLE: Product ID: 0.1         
MPTABLE: APIC at: 0xFEE00000
Processor #0 (Bootup-CPU)
I/O APIC #0 Version 17 at 0xFEC00000.
IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Processors: 1
SMP: Allowing 1 CPUs, 0 hotplug CPUs
PM: Registered nosave memory: 000000000009d000 - 000000000009e000
PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
Allocating PCI resources starting at 1f400000 (gap: 1f400000:e0bc0000)
Booting paravirtualized kernel on bare hardware
NR_CPUS:4096 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
PERCPU: Embedded 31 pages/cpu @ffff880002200000 s94872 r8192 d23912 u2097152
pcpu-alloc: s94872 r8192 d23912 u2097152 alloc=1*2097152
pcpu-alloc: [0] 0 
Built 1 zonelists in Node order, mobility grouping on.  Total pages: 126045
Policy zone: DMA32
Kernel command line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check 
acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 
guestfs_verbose=1 TERM=xterm
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] AMD-Vi disabled by default: pass amd_iommu=on to enable
[    0.000000] Memory: 483920k/511988k available (5326k kernel code, 400k 
absent, 27668k reserved, 7013k data, 1276k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:33024 nr_irqs:256
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2294.536 MHz processor.
[    0.003359] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 4589.07 BogoMIPS (lpj=2294536)
[    0.004209] pid_max: default: 32768 minimum: 301
[    0.007387] Security Framework initialized
[    0.009035] SELinux:  Disabled at boot.
[    0.011897] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.013886] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.014808] Mount-cache hash table entries: 256
[    0.021378] Initializing cgroup subsys ns
[    0.021641] Initializing cgroup subsys cpuacct
[    0.021839] Initializing cgroup subsys memory
[    0.022549] Initializing cgroup subsys devices
[    0.022697] Initializing cgroup subsys freezer
[    0.022834] Initializing cgroup subsys net_cls
[    0.023044] Initializing cgroup subsys blkio
[    0.023258] Initializing cgroup subsys perf_event
[    0.023433] Initializing cgroup subsys net_prio
[    0.025592] mce: CPU supports 10 MCE banks
[    0.026587] alternatives: switching to unfair spinlock
[    0.030153] SMP alternatives: switching to UP code
[    0.117572] Freeing SMP alternatives: 36k freed
[    0.118579] ftrace: converting mcount calls to 0f 1f 44 00 00
[    0.118782] ftrace: allocating 21773 entries in 86 pages
[    0.131363] APIC routing finalized to flat.
[    0.134575] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.135024] CPU0: AMD QEMU Virtual CPU version 0.12.1 stepping 03
[    0.237696] Performance Events: Broken PMU hardware detected, using software 
events only.
[    0.242632] NMI watchdog disabled (cpu0): hardware events not enabled
[    0.243175] Brought up 1 CPUs
[    0.243359] Total of 1 processors activated (4589.07 BogoMIPS).
[    0.244866] x86 PAT enabled: cpu 0, old 0x7010600070106, new 0x7010600070106
[    0.251504] devtmpfs: initialized
[    0.295659] regulator: core version 0.5
[    0.297662] NET: Registered protocol family 16
[    0.311369] PCI: Using configuration type 1 for base access
[    0.331782] bio: create slab <bio-0> at 0
[    0.335472] ACPI: Interpreter disabled.
[    0.337683] vgaarb: loaded
[    0.340778] SCSI subsystem initialized
[    0.343367] usbcore: registered new interface driver usbfs
[    0.343900] usbcore: registered new interface driver hub
[    0.344412] usbcore: registered new device driver usb
[    0.346813] PCI: Probing PCI hardware
[    0.347733] PCI host bridge to bus 0000:00
[    0.348259] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.348498] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    0.350848] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 
ACPI
[    0.351009] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    0.355561] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.361007] NetLabel: Initializing
[    0.361137] NetLabel:  domain hash size = 128
[    0.361281] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.362235] NetLabel:  unlabeled traffic allowed by default
[    0.363853] Switching to clocksource jiffies
[    0.544402] pnp: PnP ACPI: disabled
[    0.549649] NET: Registered protocol family 2
[    0.551850] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.556460] TCP established hash table entries: 16384 (order: 6, 262144 
bytes)
[    0.557358] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.558282] TCP: Hash tables configured (established 16384 bind 16384)
[    0.558654] TCP reno registered
[    0.561696] NET: Registered protocol family 1
[    0.562383] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.562727] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.563135] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.568016] Trying to unpack rootfs image as initramfs...
[    0.600989] Freeing initrd memory: 2352k freed
[    0.607384] platform rtc_cmos: registered platform RTC device (no PNP device 
found)
[    0.621339] audit: initializing netlink socket (disabled)
[    0.622474] type=2000 audit(1408712989.621:1): initialized
[    0.681876] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.688265] VFS: Disk quotas dquot_6.5.2
[    0.688659] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.691287] msgmni has been set to 949
[    0.700662] alg: No test for stdrng (krng)
[    0.701119] ksign: Installing public key data
[    0.701346] Loading keyring
[    0.703234] - Added public key DCB7BD1E9B300CBF
[    0.703600] - User ID: Red Hat, Inc. (Kernel Module GPG key)
[    0.704733] - Added public key D4A26C9CCD09BEDA
[    0.704970] - User ID: Red Hat Enterprise Linux Driver Update Program 
<secal...@redhat.com>
[    0.706520] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
251)
[    0.707461] io scheduler noop registered
[    0.707699] io scheduler anticipatory registered
[    0.708000] io scheduler deadline registered
[    0.708482] io scheduler cfq registered (default)
[    0.710788] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.711777] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.711967] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.714170] ipmi message handler version 39.2
[    0.714532] IPMI System Interface driver.
[    0.715285] ipmi_si: Adding default-specified kcs state machine
[    0.715556] ipmi_si: Trying default-specified kcs state machine at i/o 
address 0xca2, slave address 0x0, irq 0
[    0.716070] ipmi_si: Interface detection failed
[    0.716495] ipmi_si: Adding default-specified smic state machine
[    0.716702] ipmi_si: Trying default-specified smic state machine at i/o 
address 0xca9, slave address 0x0, irq 0
[    0.716970] ipmi_si: Interface detection failed
[    0.717146] ipmi_si: Adding default-specified bt state machine
[    0.717345] ipmi_si: Trying default-specified bt state machine at i/o 
address 0xe4, slave address 0x0, irq 0
[    0.717701] ipmi_si: Interface detection failed
[    0.718353] ipmi_si: Unable to find any System Interface(s)
[    0.743243] Non-volatile memory driver v1.3
[    0.743433] Linux agpgart interface v0.103
[    0.745117] crash memory driver: version 1.1
[    0.745403] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
\xff[    0.991296] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.020894] brd: module loaded
[    1.035474] loop: module loaded
[    1.037569] input: Macintosh mouse button emulation as 
/devices/virtual/input/input0
[    1.039955] Fixed MDIO Bus: probed
[    1.041590] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.042376] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.043181] uhci_hcd: USB Universal Host Controller Interface driver
[    1.045099] PNP: No PS/2 controller found. Probing ports directly.
[    1.048762] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.049116] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.051534] mice: PS/2 mouse device common for all mice
[    1.054384] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input1
[    1.058041] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    1.058538] rtc0: alarms up to one day, 114 bytes nvram
[    1.060376] cpuidle: using governor ladder
[    1.060568] cpuidle: using governor menu
[    1.060707] EFI Variables Facility v0.08 2004-May-17
[    1.067523] usbcore: registered new interface driver hiddev
[    1.068193] usbcore: registered new interface driver usbhid
[    1.068480] usbhid: v2.6:USB HID core driver
[    1.070378] GRE over IPv4 demultiplexor driver
[    1.071329] TCP cubic registered
[    1.071570] Initializing XFRM netlink socket
[    1.072110] NET: Registered protocol family 17
[    1.075704] registered taskstats version 1
[    1.079105] rtc_cmos rtc_cmos: setting system clock to 2014-08-22 13:09:50 
UTC (1408712990)
[    1.080616] Initalizing network drop monitor service
[    1.082334] Freeing unused kernel memory: 1276k freed
[    1.102206] Write protecting the kernel read-only data: 10240k
[    1.106146] Freeing unused kernel memory: 800k freed
[    1.110175] Freeing unused kernel memory: 1584k freed
febootstrap: mounting /proc
febootstrap: uptime: 1.17 0.36
febootstrap: ext2 mini initrd starting up: 3.21 zlib
febootstrap: cmdline: panic=1 console=ttyS0 udevtimeout=600 no_timer_check 
acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 
guestfs_verbose=1 TERM=xterm
febootstrap: mounting /sys
febootstrap: internal insmod libcrc32c.ko
febootstrap: internal insmod crc32c-intel.ko
insmod: init_module: crc32c-intel.ko: No such device
febootstrap: internal insmod crc-itu-t.ko
febootstrap: internal insmod crc-t10dif.ko
febootstrap: internal insmod crc-ccitt.ko
febootstrap: internal insmod crc7.ko
febootstrap: internal insmod mbcache.ko
febootstrap: internal insmod cdrom.ko
febootstrap: internal insmod sr_mod.ko
febootstrap: internal insmod ata_piix.ko
[    1.457453] scsi0 : ata_piix
[    1.459863] scsi1 : ata_piix
[    1.460563] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[    1.460860] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[    1.606204] Switching to clocksource tsc
febootstrap: internal insmod scsi_transport_spi.ko
febootstrap: internal insmod sym53c8xx.ko
febootstrap: internal insmod sd_mod.ko
[    1.724646] input: ImExPS/2 Generic Explorer Mouse as 
/devices/platform/i8042/serio1/input/input2
febootstrap: internal insmod virtio_ring.ko
febootstrap: internal insmod virtio.ko
febootstrap: internal insmod virtio-rng.ko
febootstrap: internal insmod virtio_console.ko
febootstrap: internal insmod virtio_blk.ko
febootstrap: internal insmod virtio_scsi.ko
febootstrap: internal insmod virtio_net.ko
febootstrap: internal insmod virtio_pci.ko
[    2.045164] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 10
[    2.055844] scsi2 : Virtio SCSI HBA
[    2.064035] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[    2.070012] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    0.12 
PQ: 0 ANSI: 5
[    2.071949] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    0.12 
PQ: 0 ANSI: 5
[    2.076141] scsi 2:0:2:0: Direct-Access     QEMU     QEMU HARDDISK    0.12 
PQ: 0 ANSI: 5
[    2.167933] sd 2:0:0:0: [sda] 20971520 512-byte logical blocks: (10.7 
GB/10.0 GiB)
[    2.169338] sd 2:0:0:0: [sda] Write Protect is off
[    2.170035] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.177060]  sda:
[    2.178566] sd 2:0:1:0: [sdb] 10485760 512-byte logical blocks: (5.36 
GB/5.00 GiB)
[    2.179311] sd 2:0:1:0: [sdb] Write Protect is off
[    2.179673] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.180952] sd 2:0:2:0: [sdc] 8388608 512-byte logical blocks: (4.29 GB/4.00 
GiB)
[    2.181680] sd 2:0:2:0: [sdc] Write Protect is off
[    2.188844] sd 2:0:2:0: [sdc] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.191021]  sdb:
[    2.192989]  sdc: unknown partition table
[    2.195253]  unknown partition table
[    2.199639] sd 2:0:1:0: [sdb] Attached SCSI disk
[    2.202863] sd 2:0:2:0: [sdc] Attached SCSI disk
[    2.203243] Alternate GPT is invalid, using primary GPT.
[    2.203511]  sda1 sda2
[    2.207114] sd 2:0:0:0: [sda] Attached SCSI disk
febootstrap: internal insmod virtio_balloon.ko
febootstrap: internal insmod jbd2.ko
febootstrap: internal insmod ext4.ko
febootstrap: internal insmod ext2.ko
febootstrap: picked /sys/block/sdc/dev as root device
febootstrap: creating /dev/root as block special 8:32
febootstrap: mounting new root on /root
febootstrap: chroot
Starting /init script ...
? 75% 
?¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦-----------------------------?
 --:--
Starting udev: udevd[103]: specified group 'dialout' unknown
udevd[103]: specified group 'dialout' unknown

udevd[103]: specified group 'floppy' unknown
udevd[103]: specified group 'floppy' unknown

udevd[103]: specified user 'vcsa' unknown
udevd[103]: specified user 'vcsa' unknown

udevd[103]: specified group 'cdrom' unknown
udevd[103]: specified group 'cdrom' unknown

udevd[103]: specified group 'tape' unknown
udevd[103]: specified group 'tape' unknown

[    4.176467] udev: starting version 147
/sbin/start_udev: line 299: /etc/sysconfig/network: No such file or directory
[    5.432880] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, 
revision 0
[    5.784594] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    5.788029] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    5.791334] sd 2:0:2:0: Attached scsi generic sg2 type 0
[  OK  ]
RTNETLINK answers: File exists
Cannot find device "eth0"
Cannot find device "eth0"
RTNETLINK answers: No such process
mdadm: No arrays found in config file or automatically
[   13.508234] device-mapper: uevent: version 1.0.3
[   13.520134] device-mapper: ioctl: 4.24.6-ioctl (2013-01-15) initialised: 
dm-de...@redhat.com
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
  Reading all physical volumes.  This may take a while...
  Found volume group "vg_main" using metadata type lvm2
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
  2 logical volume(s) in volume group "vg_main" now active
/init: line 99: ldmtool: command not found
/init: line 102: /sys/block/vd*/queue/rotational: No such file or directory
Linux (none) 2.6.32-431.5.1.el6.x86_64 #1 SMP Fri Jan 10 14:46:43 EST 2014 
x86_64 x86_64 x86_64 GNU/Linux
/dev:
total 0
lrwxrwxrwx 1 root root       13 Aug 22 09:09 MAKEDEV -> /sbin/MAKEDEV
drwxr-xr-x 2 root root      660 Aug 22 09:10 block
drwxr-xr-x 2 root root      100 Aug 22 09:09 bsg
drwxr-xr-x 2 root root     2260 Aug 22 09:10 char
crw------- 1 root root   5,   1 Aug 22  2014 console
lrwxrwxrwx 1 root root       11 Aug 22 09:09 core -> /proc/kcore
drwxr-xr-x 3 root root       60 Aug 22 09:09 cpu
crw-rw---- 1 root root  10,  61 Aug 22  2014 cpu_dma_latency
crw-rw---- 1 root root  10,  62 Aug 22  2014 crash
drwxr-xr-x 5 root root      100 Aug 22  2014 disk
brw-rw---- 1 root disk 252,   0 Aug 22 09:10 dm-0
brw-rw---- 1 root disk 252,   1 Aug 22 09:10 dm-1
lrwxrwxrwx 1 root root       13 Aug 22 09:09 fd -> /proc/self/fd
crw-rw-rw- 1 root root   1,   7 Aug 22  2014 full
crw-rw-rw- 1 root root  10, 229 Aug 22 09:09 fuse
drwxr-xr-x 2 root root       40 Aug 22 09:09 hugepages
drwxr-xr-x 3 root root      180 Aug 22  2014 input
crw-rw---- 1 root root   1,  11 Aug 22  2014 kmsg
brw-rw---- 1 root disk   7,   0 Aug 22  2014 loop0
brw-rw---- 1 root disk   7,   1 Aug 22  2014 loop1
brw-rw---- 1 root disk   7,   2 Aug 22  2014 loop2
brw-rw---- 1 root disk   7,   3 Aug 22  2014 loop3
brw-rw---- 1 root disk   7,   4 Aug 22  2014 loop4
brw-rw---- 1 root disk   7,   5 Aug 22  2014 loop5
brw-rw---- 1 root disk   7,   6 Aug 22  2014 loop6
brw-rw---- 1 root disk   7,   7 Aug 22  2014 loop7
crw-rw---- 1 root lp     6,   0 Aug 22 09:09 lp0
crw-rw---- 1 root lp     6,   1 Aug 22 09:09 lp1
crw-rw---- 1 root lp     6,   2 Aug 22 09:09 lp2
crw-rw---- 1 root lp     6,   3 Aug 22 09:09 lp3
drwxr-xr-x 2 root root      100 Aug 22 09:10 mapper
crw-rw---- 1 root root  10, 227 Aug 22  2014 mcelog
drwxr-xr-x 2 root root       60 Aug 22 09:10 md
crw-r----- 1 root kmem   1,   1 Aug 22  2014 mem
drwxr-xr-x 2 root root       60 Aug 22 09:09 net
crw-rw---- 1 root root  10,  60 Aug 22  2014 network_latency
crw-rw---- 1 root root  10,  59 Aug 22  2014 network_throughput
crw-rw-rw- 1 root root   1,   3 Aug 22  2014 null
crw-r----- 1 root kmem  10, 144 Aug 22  2014 nvram
crw-rw---- 1 root root   1,  12 Aug 22  2014 oldmem
crw-r----- 1 root kmem   1,   4 Aug 22  2014 port
crw------- 1 root root 108,   0 Aug 22 09:09 ppp
crw-rw-rw- 1 root tty    5,   2 Aug 22  2014 ptmx
drwxr-xr-x 2 root root       40 Aug 22 09:09 pts
brw-rw---- 1 root disk   1,   0 Aug 22  2014 ram0
brw-rw---- 1 root disk   1,   1 Aug 22  2014 ram1
brw-rw---- 1 root disk   1,  10 Aug 22  2014 ram10
brw-rw---- 1 root disk   1,  11 Aug 22  2014 ram11
brw-rw---- 1 root disk   1,  12 Aug 22  2014 ram12
brw-rw---- 1 root disk   1,  13 Aug 22  2014 ram13
brw-rw---- 1 root disk   1,  14 Aug 22  2014 ram14
brw-rw---- 1 root disk   1,  15 Aug 22  2014 ram15
brw-rw---- 1 root disk   1,   2 Aug 22  2014 ram2
brw-rw---- 1 root disk   1,   3 Aug 22  2014 ram3
brw-rw---- 1 root disk   1,   4 Aug 22  2014 ram4
brw-rw---- 1 root disk   1,   5 Aug 22  2014 ram5
brw-rw---- 1 root disk   1,   6 Aug 22  2014 ram6
brw-rw---- 1 root disk   1,   7 Aug 22  2014 ram7
brw-rw---- 1 root disk   1,   8 Aug 22  2014 ram8
brw-rw---- 1 root disk   1,   9 Aug 22  2014 ram9
crw-rw-rw- 1 root root   1,   8 Aug 22  2014 random
drwxr-xr-x 2 root root       60 Aug 22 09:09 raw
lrwxrwxrwx 1 root root        4 Aug 22 09:09 rtc -> rtc0
crw-rw---- 1 root root 254,   0 Aug 22 09:09 rtc0
brw-rw---- 1 root disk   8,   0 Aug 22  2014 sda
brw-rw---- 1 root disk   8,   1 Aug 22  2014 sda1
brw-rw---- 1 root disk   8,   2 Aug 22  2014 sda2
brw-rw---- 1 root disk   8,  16 Aug 22  2014 sdb
brw-rw---- 1 root disk   8,  32 Aug 22  2014 sdc
crw-rw---- 1 root disk  21,   0 Aug 22  2014 sg0
crw-rw---- 1 root disk  21,   1 Aug 22  2014 sg1
crw-rw---- 1 root disk  21,   2 Aug 22  2014 sg2
drwxr-xr-x 2 root root       40 Aug 22 09:09 shm
crw-rw---- 1 root root  10, 231 Aug 22  2014 snapshot
lrwxrwxrwx 1 root root       15 Aug 22 09:09 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root       15 Aug 22 09:09 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root       15 Aug 22 09:09 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root tty    5,   0 Aug 22  2014 tty
crw--w---- 1 root tty    4,   0 Aug 22  2014 tty0
crw--w---- 1 root tty    4,   1 Aug 22  2014 tty1
crw--w---- 1 root tty    4,  10 Aug 22  2014 tty10
crw--w---- 1 root tty    4,  11 Aug 22  2014 tty11
crw--w---- 1 root tty    4,  12 Aug 22  2014 tty12
crw--w---- 1 root tty    4,  13 Aug 22  2014 tty13
crw--w---- 1 root tty    4,  14 Aug 22  2014 tty14
crw--w---- 1 root tty    4,  15 Aug 22  2014 tty15
crw--w---- 1 root tty    4,  16 Aug 22  2014 tty16
crw--w---- 1 root tty    4,  17 Aug 22  2014 tty17
crw--w---- 1 root tty    4,  18 Aug 22  2014 tty18
crw--w---- 1 root tty    4,  19 Aug 22  2014 tty19
crw--w---- 1 root tty    4,   2 Aug 22  2014 tty2
crw--w---- 1 root tty    4,  20 Aug 22  2014 tty20
crw--w---- 1 root tty    4,  21 Aug 22  2014 tty21
crw--w---- 1 root tty    4,  22 Aug 22  2014 tty22
crw--w---- 1 root tty    4,  23 Aug 22  2014 tty23
crw--w---- 1 root tty    4,  24 Aug 22  2014 tty24
crw--w---- 1 root tty    4,  25 Aug 22  2014 tty25
crw--w---- 1 root tty    4,  26 Aug 22  2014 tty26
crw--w---- 1 root tty    4,  27 Aug 22  2014 tty27
crw--w---- 1 root tty    4,  28 Aug 22  2014 tty28
crw--w---- 1 root tty    4,  29 Aug 22  2014 tty29
crw--w---- 1 root tty    4,   3 Aug 22  2014 tty3
crw--w---- 1 root tty    4,  30 Aug 22  2014 tty30
crw--w---- 1 root tty    4,  31 Aug 22  2014 tty31
crw--w---- 1 root tty    4,  32 Aug 22  2014 tty32
crw--w---- 1 root tty    4,  33 Aug 22  2014 tty33
crw--w---- 1 root tty    4,  34 Aug 22  2014 tty34
crw--w---- 1 root tty    4,  35 Aug 22  2014 tty35
crw--w---- 1 root tty    4,  36 Aug 22  2014 tty36
crw--w---- 1 root tty    4,  37 Aug 22  2014 tty37
crw--w---- 1 root tty    4,  38 Aug 22  2014 tty38
crw--w---- 1 root tty    4,  39 Aug 22  2014 tty39
crw--w---- 1 root tty    4,   4 Aug 22  2014 tty4
crw--w---- 1 root tty    4,  40 Aug 22  2014 tty40
crw--w---- 1 root tty    4,  41 Aug 22  2014 tty41
crw--w---- 1 root tty    4,  42 Aug 22  2014 tty42
crw--w---- 1 root tty    4,  43 Aug 22  2014 tty43
crw--w---- 1 root tty    4,  44 Aug 22  2014 tty44
crw--w---- 1 root tty    4,  45 Aug 22  2014 tty45
crw--w---- 1 root tty    4,  46 Aug 22  2014 tty46
crw--w---- 1 root tty    4,  47 Aug 22  2014 tty47
crw--w---- 1 root tty    4,  48 Aug 22  2014 tty48
crw--w---- 1 root tty    4,  49 Aug 22  2014 tty49
crw--w---- 1 root tty    4,   5 Aug 22  2014 tty5
crw--w---- 1 root tty    4,  50 Aug 22  2014 tty50
crw--w---- 1 root tty    4,  51 Aug 22  2014 tty51
crw--w---- 1 root tty    4,  52 Aug 22  2014 tty52
crw--w---- 1 root tty    4,  53 Aug 22  2014 tty53
crw--w---- 1 root tty    4,  54 Aug 22  2014 tty54
crw--w---- 1 root tty    4,  55 Aug 22  2014 tty55
crw--w---- 1 root tty    4,  56 Aug 22  2014 tty56
crw--w---- 1 root tty    4,  57 Aug 22  2014 tty57
crw--w---- 1 root tty    4,  58 Aug 22  2014 tty58
crw--w---- 1 root tty    4,  59 Aug 22  2014 tty59
crw--w---- 1 root tty    4,   6 Aug 22  2014 tty6
crw--w---- 1 root tty    4,  60 Aug 22  2014 tty60
crw--w---- 1 root tty    4,  61 Aug 22  2014 tty61
crw--w---- 1 root tty    4,  62 Aug 22  2014 tty62
crw--w---- 1 root tty    4,  63 Aug 22  2014 tty63
crw--w---- 1 root tty    4,   7 Aug 22  2014 tty7
crw--w---- 1 root tty    4,   8 Aug 22  2014 tty8
crw--w---- 1 root tty    4,   9 Aug 22  2014 tty9
crw-rw---- 1 root root   4,  64 Aug 22  2014 ttyS0
crw-rw---- 1 root root   4,  65 Aug 22  2014 ttyS1
crw-rw---- 1 root root   4,  66 Aug 22  2014 ttyS2
crw-rw---- 1 root root   4,  67 Aug 22  2014 ttyS3
crw-rw-rw- 1 root root   1,   9 Aug 22  2014 urandom
crw-rw---- 1 root root 250,   0 Aug 22  2014 usbmon0
crw-rw---- 1 root tty    7,   0 Aug 22  2014 vcs
crw-rw---- 1 root tty    7,   1 Aug 22  2014 vcs1
crw-rw---- 1 root tty    7, 128 Aug 22  2014 vcsa
crw-rw---- 1 root tty    7, 129 Aug 22  2014 vcsa1
drwxr-xr-x 2 root root       80 Aug 22 09:10 vg_main
crw-rw---- 1 root root  10,  63 Aug 22  2014 vga_arbiter
drwxr-xr-x 2 root root       60 Aug 22 09:09 virtio-ports
crw-rw---- 1 root root 248,   1 Aug 22 09:09 vport0p1
crw-rw-rw- 1 root root   1,   5 Aug 22  2014 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:0 -> ../ram0
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:1 -> ../ram1
lrwxrwxrwx 1 root root 8 Aug 22  2014 1:10 -> ../ram10
lrwxrwxrwx 1 root root 8 Aug 22  2014 1:11 -> ../ram11
lrwxrwxrwx 1 root root 8 Aug 22  2014 1:12 -> ../ram12
lrwxrwxrwx 1 root root 8 Aug 22  2014 1:13 -> ../ram13
lrwxrwxrwx 1 root root 8 Aug 22  2014 1:14 -> ../ram14
lrwxrwxrwx 1 root root 8 Aug 22  2014 1:15 -> ../ram15
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:2 -> ../ram2
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:3 -> ../ram3
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:4 -> ../ram4
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:5 -> ../ram5
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:6 -> ../ram6
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:7 -> ../ram7
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:8 -> ../ram8
lrwxrwxrwx 1 root root 7 Aug 22  2014 1:9 -> ../ram9
lrwxrwxrwx 1 root root 7 Aug 22 09:10 252:0 -> ../dm-0
lrwxrwxrwx 1 root root 7 Aug 22 09:10 252:1 -> ../dm-1
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:0 -> ../loop0
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:1 -> ../loop1
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:2 -> ../loop2
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:3 -> ../loop3
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:4 -> ../loop4
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:5 -> ../loop5
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:6 -> ../loop6
lrwxrwxrwx 1 root root 8 Aug 22  2014 7:7 -> ../loop7
lrwxrwxrwx 1 root root 6 Aug 22  2014 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Aug 22  2014 8:1 -> ../sda1
lrwxrwxrwx 1 root root 6 Aug 22  2014 8:16 -> ../sdb
lrwxrwxrwx 1 root root 7 Aug 22  2014 8:2 -> ../sda2
lrwxrwxrwx 1 root root 6 Aug 22  2014 8:32 -> ../sdc

/dev/bsg:
total 0
crw-rw---- 1 root root 251, 0 Aug 22  2014 2:0:0:0
crw-rw---- 1 root root 251, 1 Aug 22  2014 2:0:1:0
crw-rw---- 1 root root 251, 2 Aug 22  2014 2:0:2:0

/dev/char:
total 0
lrwxrwxrwx 1 root root  8 Aug 22  2014 10:144 -> ../nvram
lrwxrwxrwx 1 root root  9 Aug 22  2014 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 11 Aug 22  2014 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 17 Aug 22 09:10 10:58 -> ../mapper/control
lrwxrwxrwx 1 root root 21 Aug 22  2014 10:59 -> ../network_throughput
lrwxrwxrwx 1 root root 18 Aug 22  2014 10:60 -> ../network_latency
lrwxrwxrwx 1 root root 18 Aug 22  2014 10:61 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root  8 Aug 22  2014 10:62 -> ../crash
lrwxrwxrwx 1 root root 14 Aug 22  2014 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 15 Aug 22  2014 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 15 Aug 22  2014 13:33 -> ../input/mouse1
lrwxrwxrwx 1 root root 13 Aug 22  2014 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Aug 22  2014 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Aug 22  2014 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 15 Aug 22  2014 13:66 -> ../input/event2
lrwxrwxrwx 1 root root 13 Aug 22  2014 162:0 -> ../raw/rawctl
lrwxrwxrwx 1 root root  6 Aug 22  2014 1:1 -> ../mem
lrwxrwxrwx 1 root root  7 Aug 22  2014 1:11 -> ../kmsg
lrwxrwxrwx 1 root root  9 Aug 22  2014 1:12 -> ../oldmem
lrwxrwxrwx 1 root root  7 Aug 22  2014 1:3 -> ../null
lrwxrwxrwx 1 root root  7 Aug 22  2014 1:4 -> ../port
lrwxrwxrwx 1 root root  7 Aug 22  2014 1:5 -> ../zero
lrwxrwxrwx 1 root root  7 Aug 22  2014 1:7 -> ../full
lrwxrwxrwx 1 root root  9 Aug 22  2014 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Aug 22  2014 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Aug 22  2014 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 14 Aug 22  2014 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root  6 Aug 22  2014 21:0 -> ../sg0
lrwxrwxrwx 1 root root  6 Aug 22  2014 21:1 -> ../sg1
lrwxrwxrwx 1 root root  6 Aug 22  2014 21:2 -> ../sg2
lrwxrwxrwx 1 root root 11 Aug 22 09:09 248:1 -> ../vport0p1
lrwxrwxrwx 1 root root 10 Aug 22  2014 250:0 -> ../usbmon0
lrwxrwxrwx 1 root root 14 Aug 22  2014 251:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 root root 14 Aug 22  2014 251:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 root root 14 Aug 22  2014 251:2 -> ../bsg/2:0:2:0
lrwxrwxrwx 1 root root  7 Aug 22 09:09 254:0 -> ../rtc0
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:0 -> ../tty0
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:1 -> ../tty1
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:10 -> ../tty10
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:11 -> ../tty11
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:12 -> ../tty12
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:13 -> ../tty13
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:14 -> ../tty14
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:15 -> ../tty15
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:16 -> ../tty16
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:17 -> ../tty17
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:18 -> ../tty18
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:19 -> ../tty19
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:2 -> ../tty2
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:20 -> ../tty20
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:21 -> ../tty21
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:22 -> ../tty22
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:23 -> ../tty23
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:24 -> ../tty24
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:25 -> ../tty25
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:26 -> ../tty26
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:27 -> ../tty27
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:28 -> ../tty28
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:29 -> ../tty29
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:3 -> ../tty3
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:30 -> ../tty30
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:31 -> ../tty31
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:32 -> ../tty32
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:33 -> ../tty33
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:34 -> ../tty34
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:35 -> ../tty35
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:36 -> ../tty36
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:37 -> ../tty37
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:38 -> ../tty38
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:39 -> ../tty39
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:4 -> ../tty4
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:40 -> ../tty40
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:41 -> ../tty41
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:42 -> ../tty42
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:43 -> ../tty43
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:44 -> ../tty44
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:45 -> ../tty45
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:46 -> ../tty46
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:47 -> ../tty47
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:48 -> ../tty48
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:49 -> ../tty49
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:5 -> ../tty5
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:50 -> ../tty50
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:51 -> ../tty51
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:52 -> ../tty52
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:53 -> ../tty53
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:54 -> ../tty54
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:55 -> ../tty55
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:56 -> ../tty56
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:57 -> ../tty57
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:58 -> ../tty58
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:59 -> ../tty59
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:6 -> ../tty6
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:60 -> ../tty60
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:61 -> ../tty61
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:62 -> ../tty62
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:63 -> ../tty63
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:65 -> ../ttyS1
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:66 -> ../ttyS2
lrwxrwxrwx 1 root root  8 Aug 22  2014 4:67 -> ../ttyS3
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:7 -> ../tty7
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:8 -> ../tty8
lrwxrwxrwx 1 root root  7 Aug 22  2014 4:9 -> ../tty9
lrwxrwxrwx 1 root root  6 Aug 22  2014 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Aug 22  2014 5:1 -> ../console
lrwxrwxrwx 1 root root  7 Aug 22  2014 5:2 -> ../ptmx
lrwxrwxrwx 1 root root  6 Aug 22  2014 7:0 -> ../vcs
lrwxrwxrwx 1 root root  7 Aug 22  2014 7:1 -> ../vcs1
lrwxrwxrwx 1 root root  7 Aug 22  2014 7:128 -> ../vcsa
lrwxrwxrwx 1 root root  8 Aug 22  2014 7:129 -> ../vcsa1

/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Aug 22 09:09 0

/dev/cpu/0:
total 0
cr--r--r-- 1 root root 203, 0 Aug 22  2014 cpuid
crw-rw---- 1 root root 202, 0 Aug 22  2014 msr

/dev/disk:
total 0
drwxr-xr-x 2 root root 220 Aug 22 09:10 by-id
drwxr-xr-x 2 root root 140 Aug 22  2014 by-path
drwxr-xr-x 2 root root 120 Aug 22 09:10 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 10 Aug 22 09:10 dm-name-vg_main-lv_root -> ../../dm-1
lrwxrwxrwx 1 root root 10 Aug 22 09:10 dm-name-vg_main-lv_swap -> ../../dm-0
lrwxrwxrwx 1 root root 10 Aug 22 09:10 
dm-uuid-LVM-S7UcRtbnKprXV1AVFxAzPBri8ceZJdnR79mckSI5L59CyvmItAKkcsCZsAcLQhCd -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Aug 22 09:10 
dm-uuid-LVM-S7UcRtbnKprXV1AVFxAzPBri8ceZJdnREc7z6NPaPpeTohFgsJv9diOiujUoElVH -> 
../../dm-1
lrwxrwxrwx 1 root root  9 Aug 22  2014 scsi-0QEMU_QEMU_HARDDISK_appliance -> 
../../sdc
lrwxrwxrwx 1 root root  9 Aug 22  2014 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 22  2014 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> 
../../sda1
lrwxrwxrwx 1 root root 10 Aug 22  2014 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> 
../../sda2
lrwxrwxrwx 1 root root  9 Aug 22  2014 scsi-0QEMU_QEMU_HARDDISK_hd1 -> ../../sdb

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Aug 22  2014 
pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 22  2014 
pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 22  2014 
pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Aug 22  2014 
pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb
lrwxrwxrwx 1 root root  9 Aug 22  2014 
pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:2:0 -> ../../sdc

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Aug 22 09:10 281d2a77-c532-440b-b501-cdad1d116a88 -> 
../../dm-0
lrwxrwxrwx 1 root root 10 Aug 22  2014 49b3173f-dc7c-4ee7-bf92-73d8926d2c5f -> 
../../sda1
lrwxrwxrwx 1 root root 10 Aug 22 09:10 62bbf22e-7215-4796-a53c-d4a9dcd70570 -> 
../../dm-1
lrwxrwxrwx 1 root root  9 Aug 22  2014 ed346f13-4f75-4a1e-8d96-1c1cba9e1870 -> 
../../sdc

/dev/hugepages:
total 0

/dev/input:
total 0
drwxr-xr-x 2 root root    100 Aug 22  2014 by-path
crw-r----- 1 root root 13, 64 Aug 22  2014 event0
crw-r----- 1 root root 13, 65 Aug 22  2014 event1
crw-r----- 1 root root 13, 66 Aug 22  2014 event2
crw-r----- 1 root root 13, 63 Aug 22  2014 mice
crw-r----- 1 root root 13, 32 Aug 22  2014 mouse0
crw-r----- 1 root root 13, 33 Aug 22  2014 mouse1

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Aug 22  2014 platform-i8042-serio-0-event-kbd -> 
../event1
lrwxrwxrwx 1 root root 9 Aug 22  2014 platform-i8042-serio-1-event-mouse -> 
../event2
lrwxrwxrwx 1 root root 9 Aug 22  2014 platform-i8042-serio-1-mouse -> ../mouse1

/dev/mapper:
total 0
crw-rw---- 1 root root 10, 58 Aug 22 09:10 control
lrwxrwxrwx 1 root root      7 Aug 22 09:10 vg_main-lv_root -> ../dm-1
lrwxrwxrwx 1 root root      7 Aug 22 09:10 vg_main-lv_swap -> ../dm-0

/dev/md:
total 0
-rw------- 1 root root 0 Aug 22 09:10 md-device-map

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Aug 22 09:09 tun

/dev/pts:
total 0

/dev/raw:
total 0
crw-rw---- 1 root disk 162, 0 Aug 22  2014 rawctl

/dev/shm:
total 0

/dev/vg_main:
total 0
lrwxrwxrwx 1 root root 7 Aug 22 09:10 lv_root -> ../dm-1
lrwxrwxrwx 1 root root 7 Aug 22 09:10 lv_swap -> ../dm-0

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Aug 22 09:09 org.libguestfs.channel.0 -> ../vport0p1
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime,errors=continue 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=97996k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=241980k,nr_inodes=60495,mode=755 0 0
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
  PV         VG      Fmt  Attr PSize PFree
  /dev/sda2  vg_main lvm2 a--  9.50g 1.00g
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
  VG      #PV #LV #SN Attr   VSize VFree
  vg_main   1   2   0 wz--n- 9.50g 1.00g
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
  LV      VG      Attr       LSize Pool Origin Data%  Move Log Cpy%Sync Convert
  lv_root vg_main -wi-a----- 6.75g                                             
  lv_swap vg_main -wi-a----- 1.75g                                             
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
Module                  Size  Used by
dm_mod                 84209  4 
sg                     29350  0 
i2c_piix4              12608  0 
i2c_core               31084  1 i2c_piix4
ext2                   68236  1 
ext4                  374902  0 
jbd2                   93427  1 ext4
virtio_balloon          4798  0 
virtio_pci              6985  0 
virtio_net             17080  0 
virtio_scsi             9139  2 
virtio_blk              7164  0 
virtio_console         19537  0 
virtio_rng              2816  0 
virtio                  4977  7 
virtio_balloon,virtio_pci,virtio_net,virtio_scsi,virtio_blk,virtio_console,virtio_rng
virtio_ring             8917  7 
virtio_balloon,virtio_pci,virtio_net,virtio_scsi,virtio_blk,virtio_console,virtio_rng
sd_mod                 39069  3 
sym53c8xx              77103  0 
scsi_transport_spi     25863  1 sym53c8xx
ata_piix               24601  0 
sr_mod                 15177  0 
cdrom                  39085  1 sr_mod
mbcache                 8193  2 ext2,ext4
crc7                    1457  0 
crc_ccitt               1717  0 
crc_t10dif              1541  1 sd_mod
crc_itu_t               1717  0 
libcrc32c               1246  0 
Fri Aug 22 09:10:05 EDT 2014
uptime: 16.33 0.98
verbose daemon enabled
linux commmand line: panic=1 console=ttyS0 udevtimeout=600 no_timer_check 
acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdc selinux=0 
guestfs_verbose=1 TERM=xterm

udevadm settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
 100% 
?¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦¦?
 00:00
libguestfs: trace: launch = 0
libguestfs: trace: lvm_set_filter "/dev/sda"
libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 ff | 00 00 00 00 | ...
guestfsd: main_loop: new request, len 0x38
lvm vgchange -an
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
lvm vgscan
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
lvm vgchange -ay
  WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 ff 
| 00 00 00 01 | 00 12 34 00 | ...
libguestfs: trace: lvm_set_filter = 0
libguestfs: trace: available "ntfsprogs ntfs3g"
libguestfs: send_to_daemon: 76 bytes: 00 00 00 48 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 d8 | 00 00 00 00 | ...
guestfsd: main_loop: proc 255 (lvm_set_filter) took 2.02 seconds
guestfsd: main_loop: new request, len 0x48
guestfsd: error: ntfsprogs: group not available
libguestfs: recv_from_daemon: 80 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d8 
| 00 00 00 01 | 00 12 34 01 | ...
libguestfs: trace: available = -1 (error)
libguestfs: trace: available "btrfs"
libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 d8 | 00 00 00 00 | ...
guestfsd: main_loop: proc 216 (available) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
grep ^[[:space:]]*btrfs$ /proc/filesystems
modprobe btrfs
[   19.170545] TECH PREVIEW: btrfs may not be fully supported.
[   19.170598] Please review provided documentation for limitations.
[   19.181581] Btrfs loaded
grep ^[[:space:]]*btrfs$ /proc/filesystems
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d8 
| 00 00 00 01 | 00 12 34 02 | ...
libguestfs: trace: available = 0
libguestfs: trace: blockdev_getss "/dev/sdb"
libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 3b | 00 00 00 00 | ...
guestfsd: main_loop: proc 216 (available) took 0.54 seconds
guestfsd: main_loop: new request, len 0x34
udevadm settle
blockdev --getss /dev/sdb
libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 3b 
| 00 00 00 01 | 00 12 34 03 | ...
libguestfs: trace: blockdev_getss = 512
libguestfs: trace: blockdev_getsize64 "/dev/sda"
libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 3f | 00 00 00 00 | ...
guestfsd: main_loop: proc 59 (blockdev_getss) took 0.12 seconds
guestfsd: main_loop: new request, len 0x34
udevadm settle
blockdev --getsize64 /dev/sda
libguestfs: recv_from_daemon: 48 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 3f 
| 00 00 00 01 | 00 12 34 04 | ...
libguestfs: trace: blockdev_getsize64 = 10737418240
libguestfs: trace: blockdev_getsize64 "/dev/sdb"
libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 3f | 00 00 00 00 | ...
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.13 seconds
guestfsd: main_loop: new request, len 0x34
udevadm settle
blockdev --getsize64 /dev/sdb
libguestfs: recv_from_daemon: 48 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 3f 
| 00 00 00 01 | 00 12 34 05 | ...
libguestfs: trace: blockdev_getsize64 = 5368709120
libguestfs: trace: part_get_parttype "/dev/sda"
libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 00 d6 | 00 00 00 00 | ...
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.11 seconds
guestfsd: main_loop: new request, len 0x34
parted -s -m /dev/null
parted -m -- /dev/sda unit b print
Error: The backup GPT table is corrupt, but the primary appears OK, so that 
will 
libguestfs: recv_from_daemon: 268 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 
d6 | 00 00 00 01 | 00 12 34 06 | ...
libguestfs: trace: part_get_parttype = NULL (error)
Error: The backup GPT table is corrupt, but the primary appears OK, so that 
will"ted "BYT;" as first line of the output: 
libguestfs: trace: close
libguestfs: closing guestfs handle 0x1aa5bb0 (state 2)
libguestfs: trace: internal_autosync
libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 
00 00 01 1a | 00 00 00 00 | ...
guestfsd: main_loop: proc 214 (part_get_parttype) took 0.86 seconds
guestfsd: main_loop: new request, len 0x28
fsync /dev/sda
fsync /dev/sdb
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a 
| 00 00 00 01 | 00 12 34 07 | ...
libguestfs: trace: internal_autosync = 0
libguestfs: sending SIGTERM to process 20665
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsZxREUV
bash-4.1$ ls -al
total 1315272
drwxr-xr-x  2 hustedm eng       4096 Aug 22 08:58 .
drwxr-xr-x 15 hustedm root      4096 Aug 21 15:08 ..
-rw-r--r--  1 hustedm eng     197120 Aug 22 08:58 
centos6.4-x86_64-gold-master-5G.img
-rwxr--r--  1 hustedm eng  198859342 Aug 21 14:42 
centos6.4-x86_64-gold-master.img
bash-4.1$ 

_______________________________________________
Libguestfs mailing list
Libguestfs@redhat.com
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to