[Libguestfs] [PATCH] v2v: Support loading virtio-win drivers from virtio-win.iso (RHBZ#1234351).

Shahar Havivi shaharh at redhat.com
Tue Jun 23 08:34:02 UTC 2015


On 23.06.15 09:04, Richard W.M. Jones wrote:
> On Tue, Jun 23, 2015 at 09:18:01AM +0300, Shahar Havivi wrote:
> > On 22.06.15 15:33, Richard W.M. Jones wrote:
> > > This makes several changes to the handling of virtio-win drivers:
> > > 
> > > The VIRTIO_WIN_DIR environment variable has been renamed
> > > VIRTIO_WIN (but you can still use the old name).
> > > 
> > > You can point the VIRTIO_WIN either at a RHEL virtio-win directory
> > > (ie. /usr/share/virtio-win), OR at a loopback-mounted virtio-win ISO,
> > > OR at the virtio-win.iso file itself.  In the latter case, libguestfs
> > > is used to open the ISO file and read drivers from it.
> > > 
> > > The code is more flexible about the pathnames of drivers, because the
> > > paths in the ISO are completely different from the paths in RHEL
> > > /usr/share/virtio-win.
> > Hi,
> > I try to verify by setting VIRTIO_WIN to the iso and the mounted Fedora
> > drivers path - in both cases I got an error that the drivers are not found.
> 
> What is the output with 'virt-v2v -v -x ...' ?
> 
> > It did work with the RHEL drivers that was in /usr/local/share/virtio-win
> > as well as setting it to different location and setting the VIRTIO_WIN to
> > the new location.
attached the output
> 
> Rich.
> 
> -- 
> Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
> Read my programming and virtualization blog: http://rwmj.wordpress.com
> libguestfs lets you edit virtual machines.  Supports shell scripting,
> bindings from many languages.  http://libguestfs.org
-------------- next part --------------
virt-v2v: libguestfs 1.29.46 (x86_64)
[   0.0] Opening the source -i libvirt -ic vpx://root@10.35.4.51/ovirt/10.35.5.45?no_verify=1 win7
input_libvirt_vcenter_https: source: scheme vpx server 10.35.4.51
libvirt xml is:
<domain type='vmware'>
  <name>win7</name>
  <uuid>4231cc31-5a81-30cc-ca12-16c970166e47</uuid>
  <memory unit='KiB'>2097152</memory>
  <currentMemory unit='KiB'>2097152</currentMemory>
  <vcpu placement='static'>1</vcpu>
  <os>
    <type arch='x86_64'>hvm</type>
  </os>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <disk type='file' device='disk'>
      <source file='[datastore1] win7/win7.vmdk'/>
      <target dev='sda' bus='scsi'/>
      <address type='drive' controller='0' bus='0' target='0' unit='0'/>
    </disk>
    <disk type='file' device='cdrom'>
      <source file='[datastore1] en_windows_7_enterprise_x64_dvd_x15-70749.iso'/>
      <target dev='hdc' bus='ide'/>
      <address type='drive' controller='0' bus='1' target='0' unit='0'/>
    </disk>
    <controller type='scsi' index='0' model='lsisas1068'/>
    <controller type='ide' index='0'/>
    <interface type='bridge'>
      <mac address='00:50:56:b1:10:4f'/>
      <source bridge='VM Network'/>
      <model type='e1000'/>
    </interface>
    <video>
      <model type='vmvga' vram='8192'/>
    </video>
  </devices>
</domain>

curl -q --insecure --user '<hidden>' --head --silent --url 'https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1'
HTTP/1.1 200 OK
Date: Tue, 23 Jun 2015 08:21:46 GMT
Set-Cookie: vmware_soap_session="52cbe514-6e6e-0b33-ec9c-dcff6591b3bb"; Path=/; HttpOnly; Secure; 
Accept-Ranges: bytes
Connection: Keep-Alive
Content-Type: application/octet-stream
Content-Length: 16106127360

vcenter: json parameters: { "file.cookie": "vmware_soap_session=\"52cbe514-6e6e-0b33-ec9c-dcff6591b3bb\"", "file.sslverify": "off", "file.driver": "https", "file.url": "https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1", "file.timeout": 600 }
    source name: win7
hypervisor type: vmware
         memory: 2147483648 (bytes)
       nr vCPUs: 1
   CPU features: 
       firmware: unknown
        display: 
          sound: 
disks:
	json: { "file.cookie": "vmware_soap_session=\"52cbe514-6e6e-0b33-ec9c-dcff6591b3bb\"", "file.sslverify": "off", "file.driver": "https", "file.url": "https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1", "file.timeout": 600 } (raw) [scsi]
removable media:
	CD-ROM [ide]
NICs:
	Bridge "VM Network" mac: 00:50:56:b1:10:4f
[   0.9] Creating an overlay to protect the source from being modified
qemu-img create -q -f qcow2 -b 'json: { "file.cookie": "vmware_soap_session=\"52cbe514-6e6e-0b33-ec9c-dcff6591b3bb\"", "file.sslverify": "off", "file.driver": "https", "file.url": "https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1", "file.timeout": 600 }' -o 'compat=1.1,backing_fmt=raw' /root/git/libguestfs/tmp/v2vovl809d47.qcow2
[   1.4] Opening the overlay
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_network true
libguestfs: trace: set_network = 0
libguestfs: trace: add_drive "/root/git/libguestfs/tmp/v2vovl809d47.qcow2" "format:qcow2" "cachemode:unsafe" "discard:besteffort" "copyonread:true"
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/root/git/libguestfs/tmp"
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version *>
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=virt-v2v
libguestfs: launch: version=1.29.46
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/root/git/libguestfs/tmp/libguestfsKzcXd3
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/root/git/libguestfs/tmp"
libguestfs: [00000ms] begin building supermin appliance
libguestfs: [00000ms] run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /root/git/libguestfs/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /root/git/libguestfs/appliance/supermin.d
libguestfs: command: run: \ -o /root/git/libguestfs/tmp/.guestfs-0/appliance.d
supermin: version: 5.1.10
supermin: rpm: detected RPM version 4.11
supermin: package handler: fedora/rpm
supermin: acquiring lock on /root/git/libguestfs/tmp/.guestfs-0/lock
supermin: if-newer: output does not need rebuilding
libguestfs: [00007ms] finished building supermin appliance
libguestfs: [00007ms] begin testing qemu features
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -version
libguestfs: qemu version 2.1
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: [00048ms] finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
[00048ms] /usr/libexec/qemu-kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -enable-fips \
    -nodefaults \
    -display none \
    -cpu host \
    -machine accel=kvm:tcg \
    -m 500 \
    -no-reboot \
    -rtc driftfix=slew \
    -no-hpet \
    -global kvm-pit.lost_tick_policy=discard \
    -kernel /root/git/libguestfs/tmp/.guestfs-0/appliance.d/kernel \
    -initrd /root/git/libguestfs/tmp/.guestfs-0/appliance.d/initrd \
    -device virtio-scsi-pci,id=scsi \
    -drive file=/root/git/libguestfs/tmp/v2vovl809d47.qcow2,cache=unsafe,discard=unmap,format=qcow2,copy-on-read=on,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=/root/git/libguestfs/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \
    -device scsi-hd,drive=appliance \
    -device virtio-serial-pci \
    -serial stdio \
    -device sga \
    -chardev socket,path=/root/git/libguestfs/tmp/libguestfsKzcXd3/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -netdev user,id=usernet,net=169.254.0.0/16 \
    -device virtio-net-pci,netdev=usernet \
    -append 'panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen'
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 12/29/13
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Sun Dec 29 03:43:06 UTC 2013
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version seabios-1.7.5-8.el7)






iPXE (http://ipxe.org) 00:04.0 C100 PCI2.10 PnP PMM+1F397B80+1F2F7B80 C100


Press Ctrl-B to configure iPXE (PCI 00:04.0)...

                                                                               







Booting from ROM...


Probing EDD (edd=off to disable)... ok

\x1b[2J[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-230.el7.x86_64 (mockbuild at x86-030.build.eng.bos.redhat.com) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) ) #1 SMP Fri Feb 27 10:52:08 EST 2015
[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3dffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f3e0000-0x000000001f3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] Hypervisor detected: KVM
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x1f3e0 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f2050-0x000f205f] mapped at [ffff8800000f2050]
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x1ee00000-0x1effffff]
[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1edfffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3dffff]
[    0.000000] RAMDISK: [mem 0x1f0b4000-0x1f3d7fff]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3dffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3dffff]
[    0.000000]   NODE_DATA [mem 0x1f08d000-0x1f0b3fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1f03d001, primary cpu clock
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1f3dffff]
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID: BOCHSCPU
[    0.000000] MPTABLE: Product ID: 0.1         
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] Processors: 1
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001ee00000 s82752 r8192 d23744 u2097152
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1ee0d000
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125849
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 483888k/511872k available (6241k kernel code, 392k absent, 27592k reserved, 4181k data, 1604k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1.
[    0.000000] \tExperimental no-CBs for all CPUs
[    0.000000] \tExperimental no-CBs CPUs: 0.
[    0.000000] NR_IRQS:327936 nr_irqs:256 16
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 3392.300 MHz processor
[    0.002000] Calibrating delay loop (skipped) preset value.. 6784.60 BogoMIPS (lpj=3392300)
[    0.002000] pid_max: default: 32768 minimum: 301
[    0.002014] Security Framework initialized
[    0.002307] SELinux:  Disabled at boot.
[    0.002622] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.003088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.003601] Mount-cache hash table entries: 4096
[    0.004107] Initializing cgroup subsys memory
[    0.004420] Initializing cgroup subsys devices
[    0.005003] Initializing cgroup subsys freezer
[    0.005308] Initializing cgroup subsys net_cls
[    0.005619] Initializing cgroup subsys blkio
[    0.005914] Initializing cgroup subsys perf_event
[    0.006003] Initializing cgroup subsys hugetlb
[    0.006613] mce: CPU supports 10 MCE banks
[    0.007031] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.007031] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.007031] tlb_flushall_shift: 2
[    0.016543] Freeing SMP alternatives: 24k freed
[    0.019213] ftrace: allocating 23912 entries in 94 pages
[    0.023172] Enabling x2apic
[    0.023418] Enabled x2apic
[    0.023792] Switched APIC routing to physical x2apic.
[    0.024829] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.025001] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
[    0.026133] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver.
[    0.026690] ... version:                2
[    0.026966] ... bit width:              48
[    0.027002] ... generic registers:      4
[    0.027286] ... value mask:             0000ffffffffffff
[    0.027646] ... max period:             000000007fffffff
[    0.028002] ... fixed-purpose events:   3
[    0.028288] ... event mask:             000000070000000f
[    0.029773] KVM setup paravirtual spinlock
[    0.030720] Brought up 1 CPUs
[    0.030930] smpboot: Total of 1 processors activated (6784.60 BogoMIPS)
[    0.031222] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.031864] devtmpfs: initialized
[    0.033403] EVM: security.selinux
[    0.033652] EVM: security.ima
[    0.033868] EVM: security.capability
[    0.034549] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.035060] NET: Registered protocol family 16
[    0.035573] PCI: Using configuration type 1 for base access
[    0.036449] ACPI: Interpreter disabled.
[    0.036764] vgaarb: loaded
[    0.037005] SCSI subsystem initialized
[    0.037306] usbcore: registered new interface driver usbfs
[    0.037704] usbcore: registered new interface driver hub
[    0.038015] usbcore: registered new device driver usb
[    0.038421] PCI: Probing PCI hardware
[    0.038700] PCI host bridge to bus 0000:00
[    0.038997] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.039003] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[    0.039494] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.044019] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.044516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.044962] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.045003] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.045723] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.046008] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.062738] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.063125] NetLabel: Initializing
[    0.063368] NetLabel:  domain hash size = 128
[    0.063675] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.064011] NetLabel:  unlabeled traffic allowed by default
[    0.064428] Switching to clocksource kvm-clock
[    0.066080] pnp: PnP ACPI: disabled
[    0.066967] NET: Registered protocol family 2
[    0.067364] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.067866] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.068326] TCP: Hash tables configured (established 4096 bind 4096)
[    0.068772] TCP: reno registered
[    0.069012] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.069423] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.069882] NET: Registered protocol family 1
[    0.070204] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.070622] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.071041] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.071527] Unpacking initramfs...
[    0.072959] Freeing initrd memory: 3216k freed
[    0.073584] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.074235] microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x1
[    0.074655] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.075398] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.075837] Initialise system trusted keyring
[    0.076180] audit: initializing netlink socket (disabled)
[    0.076595] type=2000 audit(1435047834.556:1): initialized
[    0.090960] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.091924] zbud: loaded
[    0.092217] VFS: Disk quotas dquot_6.5.2
[    0.092513] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.093077] msgmni has been set to 951
[    0.093372] Key type big_key registered
[    0.093821] alg: No test for stdrng (krng)
[    0.094134] NET: Registered protocol family 38
[    0.094454] Key type asymmetric registered
[    0.094743] Asymmetric key parser 'x509' registered
[    0.095112] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.095650] io scheduler noop registered
[    0.095935] io scheduler deadline registered (default)
[    0.096315] io scheduler cfq registered
[    0.096645] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.097053] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.097604] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.122917] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.123550] Non-volatile memory driver v1.3
[    0.123854] Linux agpgart interface v0.103
[    0.124208] crash memory driver: version 1.1
[    0.124521] rdac: device handler registered
[    0.124827] hp_sw: device handler registered
[    0.125141] emc: device handler registered
[    0.125428] alua: device handler registered
[    0.125735] libphy: Fixed MDIO Bus: probed
[    0.126073] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.126524] ehci-pci: EHCI PCI platform driver
[    0.126841] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.127273] ohci-pci: OHCI PCI platform driver
[    0.127587] uhci_hcd: USB Universal Host Controller Interface driver
[    0.128055] usbcore: registered new interface driver usbserial
[    0.128464] usbcore: registered new interface driver usbserial_generic
[    0.128914] usbserial: USB Serial support registered for generic
[    0.129347] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.130279] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.130626] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.131029] mousedev: PS/2 mouse device common for all mice
[    0.131576] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.133310] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.133812] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.134282] cpuidle: using governor menu
[    0.134588] hidraw: raw HID events driver (C) Jiri Kosina
[    0.135022] usbcore: registered new interface driver usbhid
[    0.135408] usbhid: USB HID core driver
[    0.135702] drop_monitor: Initializing network drop monitor service
[    0.136201] TCP: cubic registered
[    0.136437] Initializing XFRM netlink socket
[    0.136772] NET: Registered protocol family 10
[    0.137169] NET: Registered protocol family 17
[    0.137598] Loading compiled-in X.509 certificates
[    0.138276] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    0.139399] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    0.140462] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 1f35faa2a4dfbd8e5bd45bb50c285ea4378ccd9f'
[    0.141211] registered taskstats version 1
[    0.141703] Key type trusted registered
[    0.142089] Key type encrypted registered
[    0.142432] IMA: No TPM chip found, activating TPM-bypass!
[    0.143026] rtc_cmos rtc_cmos: setting system clock to 2015-06-23 08:23:54 UTC (1435047834)
[    0.144185] Freeing unused kernel memory: 1604k freed
supermin: mounting /proc
supermin: uptime: 0.14 0.02
supermin: ext2 mini initrd starting up: 5.1.10 zlib
supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
[    0.147172] alg: No test for crc32 (crc32-pclmul)
supermin: internal insmod crc32c-intel.ko
supermin: internal insmod crct10dif_common.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32.ko
[    0.150097] alg: No test for crc32 (crc32-table)
supermin: internal insmod crct10dif_generic.ko
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[    0.155557] scsi host0: ata_piix
[    0.155837] scsi host1: ata_piix
[    0.156085] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14
[    0.156548] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15
supermin: internal insmod virtio.ko
supermin: internal insmod virtio_ring.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod sparse-keymap.ko
supermin: internal insmod rfkill.ko
supermin: internal insmod ideapad-laptop.ko
insmod: init_module: ideapad-laptop.ko: No such device
supermin: internal insmod megaraid_sas.ko
[    0.317573] megasas: 06.805.06.01-rc1
supermin: internal insmod scsi_transport_spi.ko
supermin: internal insmod crc-t10dif.ko
supermin: internal insmod sd_mod.ko
supermin: internal insmod cdrom.ko
supermin: internal insmod sr_mod.ko
supermin: internal insmod virtio_scsi.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_pci.ko
[    0.324683] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[    0.325624] scsi host2: Virtio SCSI HBA
[    0.326115] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.327301] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5
[    0.328106] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5
[    0.330683] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.343608] sd 2:0:0:0: [sda] 31457280 512-byte logical blocks: (16.1 GB/15.0 GiB)
[    0.344243] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.344895] sd 2:0:0:0: [sda] Write Protect is off
[    0.345284] sd 2:0:1:0: [sdb] Write Protect is off
[    0.345708] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.346392] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.347676]  sda: sda1 sda2
[    0.348030]  sdb: unknown partition table
[    0.348697] sd 2:0:1:0: [sdb] Attached SCSI disk
[    0.349073] sd 2:0:0:0: [sda] Attached SCSI disk
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod ext4.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked /sys/block/sdb/dev as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
[    0.363764] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    0.373530] EXT4-fs (sdb): mounted filesystem without journal. Opts: 
supermin: chroot
Starting /init script ...
ln: failed to create symbolic link '/etc/mtab': File exists
[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /var/log/journal/%m
[/usr/lib/tmpfiles.d/systemd.conf:28] Failed to replace specifiers: /run/log/journal/%m
[    0.467605] systemd-udevd[96]: starting version 208
[    0.490507] ACPI Exception: AE_BAD_PARAMETER, Thread 498037184 could not acquire Mutex [0x1] (20130517/utmutex-285)
[    0.491688] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    0.496219] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[    0.522386] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    0.525318] intel_rapl: no valid rapl domains found in package 0
[    0.964071] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
/init: line 86: /sys/block/hd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/ubd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/vd*/queue/scheduler: No such file or directory
mdadm: No arrays found in config file or automatically
[    9.728317] device-mapper: uevent: version 1.0.3
[    9.728964] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel at redhat.com
  lvmetad is not active yet, using direct activation during sysinit
/init: line 113: ldmtool: command not found
Linux (none) 3.10.0-230.el7.x86_64 #1 SMP Fri Feb 27 10:52:08 EST 2015 x86_64 x86_64 x86_64 GNU/Linux
/dev:
total 0
crw------- 1 root root  10, 235 Jun 23 08:23 autofs
drwxr-xr-x 2 root root      120 Jun 23 08:24 block
drwxr-xr-x 2 root root       80 Jun 23 08:23 bsg
crw------- 1 root root  10, 234 Jun 23 08:23 btrfs-control
drwxr-xr-x 2 root root     2220 Jun 23 08:24 char
crw------- 1 root root   5,   1 Jun 23 08:23 console
lrwxrwxrwx 1 root root       11 Jun 23 08:23 core -> /proc/kcore
drwxr-xr-x 3 root root       80 Jun 23 08:23 cpu
crw------- 1 root root  10,  61 Jun 23 08:23 cpu_dma_latency
crw------- 1 root root  10,  62 Jun 23 08:23 crash
drwxr-xr-x 6 root root      120 Jun 23 08:24 disk
lrwxrwxrwx 1 root root       13 Jun 23 08:23 fd -> /proc/self/fd
crw-rw-rw- 1 root root   1,   7 Jun 23 08:23 full
crw-rw-rw- 1 root root  10, 229 Jun 23 08:23 fuse
drwxr-xr-x 3 root root      160 Jun 23 08:23 input
crw-r--r-- 1 root root   1,  11 Jun 23 08:23 kmsg
crw------- 1 root root  10, 237 Jun 23 08:23 loop-control
drwxr-xr-x 2 root root       60 Jun 23 08:23 mapper
crw------- 1 root root  10, 227 Jun 23 08:23 mcelog
crw------- 1 root root   1,   1 Jun 23 08:23 mem
drwxr-xr-x 2 root root       60 Jun 23 08:23 net
crw------- 1 root root  10,  60 Jun 23 08:23 network_latency
crw------- 1 root root  10,  59 Jun 23 08:23 network_throughput
crw-rw-rw- 1 root root   1,   3 Jun 23 08:23 null
crw------- 1 root root  10, 144 Jun 23 08:23 nvram
crw------- 1 root root   1,  12 Jun 23 08:23 oldmem
crw------- 1 root root   1,   4 Jun 23 08:23 port
crw------- 1 root root 108,   0 Jun 23 08:23 ppp
crw-rw-rw- 1 root root   5,   2 Jun 23 08:23 ptmx
crw-rw-rw- 1 root root   1,   8 Jun 23 08:23 random
drwxr-xr-x 2 root root       60 Jun 23 08:23 raw
crw------- 1 root root  10,  58 Jun 23 08:23 rfkill
lrwxrwxrwx 1 root root        4 Jun 23 08:23 rtc -> rtc0
crw------- 1 root root 254,   0 Jun 23 08:23 rtc0
brw------- 1 root root   8,   0 Jun 23 08:24 sda
brw------- 1 root root   8,   1 Jun 23 08:24 sda1
brw------- 1 root root   8,   2 Jun 23 08:24 sda2
brw------- 1 root root   8,  16 Jun 23 08:23 sdb
crw------- 1 root root  10, 231 Jun 23 08:23 snapshot
drwxr-xr-x 2 root root       80 Jun 23 08:23 snd
lrwxrwxrwx 1 root root       15 Jun 23 08:23 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root       15 Jun 23 08:23 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root       15 Jun 23 08:23 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root   5,   0 Jun 23 08:23 tty
crw------- 1 root root   4,   0 Jun 23 08:23 tty0
crw------- 1 root root   4,   1 Jun 23 08:23 tty1
crw------- 1 root root   4,  10 Jun 23 08:23 tty10
crw------- 1 root root   4,  11 Jun 23 08:23 tty11
crw------- 1 root root   4,  12 Jun 23 08:23 tty12
crw------- 1 root root   4,  13 Jun 23 08:23 tty13
crw------- 1 root root   4,  14 Jun 23 08:23 tty14
crw------- 1 root root   4,  15 Jun 23 08:23 tty15
crw------- 1 root root   4,  16 Jun 23 08:23 tty16
crw------- 1 root root   4,  17 Jun 23 08:23 tty17
crw------- 1 root root   4,  18 Jun 23 08:23 tty18
crw------- 1 root root   4,  19 Jun 23 08:23 tty19
crw------- 1 root root   4,   2 Jun 23 08:23 tty2
crw------- 1 root root   4,  20 Jun 23 08:23 tty20
crw------- 1 root root   4,  21 Jun 23 08:23 tty21
crw------- 1 root root   4,  22 Jun 23 08:23 tty22
crw------- 1 root root   4,  23 Jun 23 08:23 tty23
crw------- 1 root root   4,  24 Jun 23 08:23 tty24
crw------- 1 root root   4,  25 Jun 23 08:23 tty25
crw------- 1 root root   4,  26 Jun 23 08:23 tty26
crw------- 1 root root   4,  27 Jun 23 08:23 tty27
crw------- 1 root root   4,  28 Jun 23 08:23 tty28
crw------- 1 root root   4,  29 Jun 23 08:23 tty29
crw------- 1 root root   4,   3 Jun 23 08:23 tty3
crw------- 1 root root   4,  30 Jun 23 08:23 tty30
crw------- 1 root root   4,  31 Jun 23 08:23 tty31
crw------- 1 root root   4,  32 Jun 23 08:23 tty32
crw------- 1 root root   4,  33 Jun 23 08:23 tty33
crw------- 1 root root   4,  34 Jun 23 08:23 tty34
crw------- 1 root root   4,  35 Jun 23 08:23 tty35
crw------- 1 root root   4,  36 Jun 23 08:23 tty36
crw------- 1 root root   4,  37 Jun 23 08:23 tty37
crw------- 1 root root   4,  38 Jun 23 08:23 tty38
crw------- 1 root root   4,  39 Jun 23 08:23 tty39
crw------- 1 root root   4,   4 Jun 23 08:23 tty4
crw------- 1 root root   4,  40 Jun 23 08:23 tty40
crw------- 1 root root   4,  41 Jun 23 08:23 tty41
crw------- 1 root root   4,  42 Jun 23 08:23 tty42
crw------- 1 root root   4,  43 Jun 23 08:23 tty43
crw------- 1 root root   4,  44 Jun 23 08:23 tty44
crw------- 1 root root   4,  45 Jun 23 08:23 tty45
crw------- 1 root root   4,  46 Jun 23 08:23 tty46
crw------- 1 root root   4,  47 Jun 23 08:23 tty47
crw------- 1 root root   4,  48 Jun 23 08:23 tty48
crw------- 1 root root   4,  49 Jun 23 08:23 tty49
crw------- 1 root root   4,   5 Jun 23 08:23 tty5
crw------- 1 root root   4,  50 Jun 23 08:23 tty50
crw------- 1 root root   4,  51 Jun 23 08:23 tty51
crw------- 1 root root   4,  52 Jun 23 08:23 tty52
crw------- 1 root root   4,  53 Jun 23 08:23 tty53
crw------- 1 root root   4,  54 Jun 23 08:23 tty54
crw------- 1 root root   4,  55 Jun 23 08:23 tty55
crw------- 1 root root   4,  56 Jun 23 08:23 tty56
crw------- 1 root root   4,  57 Jun 23 08:23 tty57
crw------- 1 root root   4,  58 Jun 23 08:23 tty58
crw------- 1 root root   4,  59 Jun 23 08:23 tty59
crw------- 1 root root   4,   6 Jun 23 08:23 tty6
crw------- 1 root root   4,  60 Jun 23 08:23 tty60
crw------- 1 root root   4,  61 Jun 23 08:23 tty61
crw------- 1 root root   4,  62 Jun 23 08:23 tty62
crw------- 1 root root   4,  63 Jun 23 08:23 tty63
crw------- 1 root root   4,   7 Jun 23 08:23 tty7
crw------- 1 root root   4,   8 Jun 23 08:23 tty8
crw------- 1 root root   4,   9 Jun 23 08:23 tty9
crw------- 1 root root   4,  64 Jun 23 08:23 ttyS0
crw------- 1 root root   4,  65 Jun 23 08:23 ttyS1
crw------- 1 root root   4,  66 Jun 23 08:23 ttyS2
crw------- 1 root root   4,  67 Jun 23 08:23 ttyS3
crw------- 1 root root  10, 239 Jun 23 08:23 uhid
crw------- 1 root root  10, 223 Jun 23 08:23 uinput
crw-rw-rw- 1 root root   1,   9 Jun 23 08:23 urandom
crw------- 1 root root 251,   0 Jun 23 08:23 usbmon0
crw------- 1 root root   7,   0 Jun 23 08:23 vcs
crw------- 1 root root   7,   1 Jun 23 08:23 vcs1
crw------- 1 root root   7, 128 Jun 23 08:23 vcsa
crw------- 1 root root   7, 129 Jun 23 08:23 vcsa1
drwxr-xr-x 2 root root       60 Jun 23 08:23 vfio
crw------- 1 root root  10,  63 Jun 23 08:23 vga_arbiter
crw------- 1 root root  10, 238 Jun 23 08:23 vhost-net
drwxr-xr-x 2 root root       60 Jun 23 08:23 virtio-ports
crw------- 1 root root 248,   1 Jun 23 08:23 vport1p1
crw-rw-rw- 1 root root   1,   5 Jun 23 08:23 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Jun 23 08:24 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Jun 23 08:24 8:1 -> ../sda1
lrwxrwxrwx 1 root root 6 Jun 23 08:23 8:16 -> ../sdb
lrwxrwxrwx 1 root root 7 Jun 23 08:24 8:2 -> ../sda2

/dev/bsg:
total 0
crw------- 1 root root 252, 0 Jun 23 08:23 2:0:0:0
crw------- 1 root root 252, 1 Jun 23 08:23 2:0:1:0

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

/dev/cpu:
total 0
drwxr-xr-x 2 root root      80 Jun 23 08:23 0
crw------- 1 root root 10, 184 Jun 23 08:23 microcode

/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Jun 23 08:23 cpuid
crw------- 1 root root 202, 0 Jun 23 08:23 msr

/dev/disk:
total 0
drwxr-xr-x 2 root root 120 Jun 23 08:24 by-id
drwxr-xr-x 2 root root  60 Jun 23 08:24 by-label
drwxr-xr-x 2 root root 120 Jun 23 08:24 by-path
drwxr-xr-x 2 root root 100 Jun 23 08:24 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Jun 23 08:23 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 root root  9 Jun 23 08:24 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 23 08:24 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 23 08:24 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> ../../sda2

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Jun 23 08:24 System\x20Reserved -> ../../sda1

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Jun 23 08:24 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jun 23 08:24 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jun 23 08:24 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root  9 Jun 23 08:23 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root  9 Jun 23 08:23 5b438195-2d56-44c7-93c3-f4ac8349217f -> ../../sdb
lrwxrwxrwx 1 root root 10 Jun 23 08:24 BE0AFB7B0AFB2F51 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jun 23 08:24 D2ACF9D8ACF9B757 -> ../../sda1

/dev/input:
total 0
drwxr-xr-x 2 root root    120 Jun 23 08:23 by-path
crw------- 1 root root 13, 64 Jun 23 08:23 event0
crw------- 1 root root 13, 65 Jun 23 08:23 event1
crw------- 1 root root 13, 66 Jun 23 08:23 event2
crw------- 1 root root 13, 63 Jun 23 08:23 mice
crw------- 1 root root 13, 32 Jun 23 08:23 mouse0

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Jun 23 08:23 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Jun 23 08:23 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Jun 23 08:23 platform-i8042-serio-1-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Jun 23 08:23 platform-pcspkr-event-spkr -> ../event1

/dev/mapper:
total 0
crw------- 1 root root 10, 236 Jun 23 08:24 control

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Jun 23 08:23 tun

/dev/raw:
total 0
crw------- 1 root root 162, 0 Jun 23 08:23 rawctl

/dev/snd:
total 0
crw-rw---- 1 root audio 116,  1 Jun 23 08:23 seq
crw-rw---- 1 root audio 116, 33 Jun 23 08:23 timer

/dev/vfio:
total 0
crw------- 1 root root 10, 196 Jun 23 08:23 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Jun 23 08:23 org.libguestfs.channel.0 -> ../vport1p1
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=97748k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=241956k,nr_inodes=60489,mode=755 0 0
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
    inet 169.254.2.15/16 brd 169.254.255.255 scope global dynamic eth0
       valid_lft 86400sec preferred_lft 86400sec
    inet6 fe80::5054:ff:fe12:3456/64 scope link 
       valid_lft forever preferred_lft forever
default via 169.254.2.2 dev eth0 
169.254.0.0/16 dev eth0  proto kernel  scope link  src 169.254.2.15 
Module                  Size  Used by
dm_mod                104038  0 
ghash_clmulni_intel    13259  0 
aesni_intel            52846  0 
lrw                    13286  1 aesni_intel
gf128mul               14951  1 lrw
glue_helper            13990  1 aesni_intel
ablk_helper            13597  1 aesni_intel
cryptd                 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
serio_raw              13462  0 
pcspkr                 12718  0 
i2c_piix4              22106  0 
i2c_core               40325  1 i2c_piix4
ata_generic            12910  0 
pata_acpi              13038  0 
libcrc32c              12644  0 
crc8                   12893  0 
crc_itu_t              12707  0 
crc_ccitt              12707  0 
ext4                  562391  1 
mbcache                14958  1 ext4
jbd2                  102940  1 ext4
virtio_pci             17725  0 
virtio_balloon         13530  0 
virtio_scsi            18371  1 
sr_mod                 22416  0 
cdrom                  42556  1 sr_mod
sd_mod                 45499  1 
crc_t10dif             12714  1 sd_mod
scsi_transport_spi     30732  0 
megaraid_sas          117760  0 
rfkill                 26536  0 
sparse_keymap          13948  0 
virtio_net             28059  0 
virtio_console         28018  0 
virtio_rng             13019  0 
virtio_blk             18112  0 
virtio_ring            21423  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi
virtio                 14187  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi
ata_piix               35038  0 
libata                218854  3 pata_acpi,ata_generic,ata_piix
crct10dif_generic      12647  0 
crc32                  12714  0 
crct10dif_pclmul       14289  1 
crct10dif_common       12595  3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crc32c_intel           22079  1 
crc32_pclmul           13113  0 
Tue Jun 23 08:24:04 UTC 2015
clocksource: kvm-clock
uptime: 9.85 2.59
verbose daemon enabled
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/sdb selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=screen

trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
udevadm --debug settle
calling: settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: [11809ms] appliance is up
libguestfs: trace: launch = 0
libguestfs: trace: blockdev_getsize64 "/dev/sda"
guestfsd: main_loop: new request, len 0x34
udevadm --debug settle
calling: settle
blockdev --getsize64 /dev/sda
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.00 seconds
libguestfs: trace: blockdev_getsize64 = 16106127360
[  13.3] Initializing the target -o local -os /home/v2v/Win7
[  13.3] Inspecting the overlay
libguestfs: trace: inspect_os
libguestfs: trace: umount_all
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
libguestfs: trace: umount_all = 0
libguestfs: trace: list_filesystems
libguestfs: trace: feature_available "lvm2"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds
libguestfs: trace: feature_available = 1
libguestfs: trace: feature_available "ldm"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds
libguestfs: trace: feature_available = 0
libguestfs: trace: list_devices
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds
libguestfs: trace: list_devices = ["/dev/sda"]
libguestfs: trace: list_partitions
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds
libguestfs: trace: list_partitions = ["/dev/sda1", "/dev/sda2"]
libguestfs: trace: list_md_devices
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds
libguestfs: trace: list_md_devices = []
libguestfs: trace: part_to_dev "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: part_to_dev "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: vfs_type "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda1
libguestfs: trace: vfs_type = "ntfs"
libguestfs: trace: vfs_type "/dev/sda2"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda2
libguestfs: trace: vfs_type = "ntfs"
libguestfs: trace: lvs
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
lvm lvs -o vg_name,lv_name --noheadings --separator /
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
libguestfs: trace: lvs = []
libguestfs: trace: list_filesystems = ["/dev/sda1", "ntfs", "/dev/sda2", "ntfs"]
libguestfs: trace: vfs_type "/dev/sda1"
guestfsd: main_loop: proc 11 (lvs) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda1
libguestfs: trace: vfs_type = "ntfs"
libguestfs: check_for_filesystem_on: /dev/sda1 (ntfs)
libguestfs: trace: internal_parse_mountable "/dev/sda1"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds
libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *>
libguestfs: trace: is_whole_device "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds
libguestfs: trace: is_whole_device = 0
libguestfs: trace: mount_ro "/dev/sda1" "/"
guestfsd: main_loop: new request, len 0x40
mount -o ro /dev/sda1 /sysroot/
[    9.942833] fuse init (API version 7.22)
libguestfs: trace: mount_ro = 0
libguestfs: trace: part_to_dev "/dev/sda1"
guestfsd: main_loop: proc 73 (mount_ro) took 1.12 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: device_index "/dev/sda"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 335 (device_index) took 0.00 seconds
libguestfs: trace: device_index = 0
libguestfs: trace: part_to_partnum "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds
libguestfs: trace: part_to_partnum = 1
libguestfs: trace: part_to_dev "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: part_list "/dev/sda"
guestfsd: main_loop: new request, len 0x34
parted -s -m /dev/null
Error: The device /dev/null is so small that it cannot possibly store a file system or partition table.  Perhaps you selected the wrong device?
Warning: Error fsyncing/closing /dev/null: Invalid argument
parted -m -- /dev/sda unit b print
libguestfs: trace: part_list = <struct guestfs_partition_list *>
libguestfs: trace: is_dir "/etc"
guestfsd: main_loop: proc 213 (part_list) took 0.00 seconds
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: is_dir "/bin"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: is_dir "/share"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: is_file "/grub/menu.lst"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/grub/grub.conf"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/grub2/grub.cfg"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/hurd/console"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_dir "/log"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: case_sensitive_path "/windows"
guestfsd: main_loop: new request, len 0x34
libguestfs: trace: case_sensitive_path = "/windows"
libguestfs: trace: case_sensitive_path "/windows/system32"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.66 seconds
guestfsd: main_loop: new request, len 0x40
guestfsd: error: windows: no file or directory found with this name
libguestfs: trace: case_sensitive_path = NULL (error)
libguestfs: trace: case_sensitive_path "/winnt"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/winnt"
libguestfs: trace: case_sensitive_path "/winnt/system32"
guestfsd: main_loop: new request, len 0x3c
guestfsd: error: winnt: no file or directory found with this name
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = NULL (error)
libguestfs: trace: case_sensitive_path "/win32"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/win32"
libguestfs: trace: case_sensitive_path "/win32/system32"
guestfsd: main_loop: new request, len 0x3c
guestfsd: error: win32: no file or directory found with this name
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = NULL (error)
libguestfs: trace: case_sensitive_path "/win"
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/win"
libguestfs: trace: case_sensitive_path "/win/system32"
guestfsd: main_loop: new request, len 0x3c
guestfsd: error: win: no file or directory found with this name
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = NULL (error)
libguestfs: trace: case_sensitive_path "/reactos"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/reactos"
libguestfs: trace: case_sensitive_path "/reactos/system32"
guestfsd: main_loop: new request, len 0x40
guestfsd: error: reactos: no file or directory found with this name
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = NULL (error)
libguestfs: trace: case_sensitive_path "/boot.ini"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/boot.ini"
libguestfs: trace: is_file "/boot.ini"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: case_sensitive_path "/System Volume Information"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/System Volume Information"
libguestfs: trace: is_dir "/System Volume Information"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 1
libguestfs: trace: case_sensitive_path "/Program Files"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/Program Files"
libguestfs: trace: is_dir "/Program Files"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: case_sensitive_path "/System Volume Information"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/System Volume Information"
libguestfs: trace: is_dir "/System Volume Information"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 1
libguestfs: trace: umount_all
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda1 dir=/sysroot type=fuseblk opts=ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096 freq=0 passno=0
umount /sysroot
guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
libguestfs: trace: umount_all = 0
libguestfs: trace: vfs_type "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda2
libguestfs: trace: vfs_type = "ntfs"
libguestfs: check_for_filesystem_on: /dev/sda2 (ntfs)
libguestfs: trace: internal_parse_mountable "/dev/sda2"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds
libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *>
libguestfs: trace: is_whole_device "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds
libguestfs: trace: is_whole_device = 0
libguestfs: trace: mount_ro "/dev/sda2" "/"
guestfsd: main_loop: new request, len 0x40
mount -o ro /dev/sda2 /sysroot/
libguestfs: trace: mount_ro = 0
libguestfs: trace: part_to_dev "/dev/sda2"
guestfsd: main_loop: proc 73 (mount_ro) took 1.36 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: device_index "/dev/sda"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 335 (device_index) took 0.00 seconds
libguestfs: trace: device_index = 0
libguestfs: trace: part_to_partnum "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds
libguestfs: trace: part_to_partnum = 2
libguestfs: trace: part_to_dev "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: part_list "/dev/sda"
guestfsd: main_loop: new request, len 0x34
parted -m -- /dev/sda unit b print
libguestfs: trace: part_list = <struct guestfs_partition_list *>
libguestfs: trace: is_dir "/etc"
guestfsd: main_loop: proc 213 (part_list) took 0.00 seconds
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: is_dir "/bin"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: is_dir "/share"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: is_file "/grub/menu.lst"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/grub/grub.conf"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/grub2/grub.cfg"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/hurd/console"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_dir "/log"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 0
libguestfs: trace: case_sensitive_path "/windows"
guestfsd: main_loop: new request, len 0x34
libguestfs: trace: case_sensitive_path = "/Windows"
libguestfs: trace: case_sensitive_path "/Windows/system32"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 2.40 seconds
guestfsd: main_loop: new request, len 0x40
libguestfs: trace: case_sensitive_path = "/Windows/System32"
libguestfs: trace: is_dir "/Windows/System32"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 2.80 seconds
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 38 (is_dir) took 0.00 secondslibguestfs: trace: is_dir = 1
libguestfs: trace: case_sensitive_path "/Windows/system32/config"

guestfsd: main_loop: new request, len 0x44
libguestfs: trace: case_sensitive_path = "/Windows/System32/config"
libguestfs: trace: is_dir "/Windows/System32/config"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 6.46 seconds
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds
libguestfs: trace: is_dir = 1
libguestfs: trace: case_sensitive_path "/Windows/system32/cmd.exe"
guestfsd: main_loop: new request, len 0x48
libguestfs: trace: case_sensitive_path = "/Windows/System32/cmd.exe"
libguestfs: trace: is_file "/Windows/System32/cmd.exe"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.33 seconds
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: windows %SYSTEMROOT% = /Windows
libguestfs: trace: case_sensitive_path "/Windows/system32/cmd.exe"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/Windows/System32/cmd.exe"
libguestfs: trace: file_architecture "/Windows/System32/cmd.exe"
libguestfs: trace: file "/Windows/System32/cmd.exe"
guestfsd: main_loop: new request, len 0x48
file -zb /sysroot/Windows/System32/cmd.exe
libguestfs: trace: file = "PE32+ executable (console) x86-64, for MS Windows"
libguestfs: trace: file_architecture = "x86_64"
libguestfs: trace: case_sensitive_path "/Windows/system32/config/software"
guestfsd: main_loop: proc 49 (file) took 0.35 seconds
guestfsd: main_loop: new request, len 0x50
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SOFTWARE"
libguestfs: trace: is_file "/Windows/System32/config/SOFTWARE"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 2.45 seconds
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: hivex_open "/Windows/System32/config/SOFTWARE" "verbose:true"
guestfsd: main_loop: new request, len 0x5c
hivex: hivex_open: successfully read Windows Registry hive file:
  pages:          8364 [sml: 4096, lge: 16384]
  blocks:         702414 [sml: 8, avg: 51, lge: 16352]
  blocks used:    687722
  bytes used:     35989960
guestfsd: main_loop: proc 350 (hivex_open) took 30.91 seconds
libguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Microsoft"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Windows NT"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 104216
libguestfs: trace: hivex_node_get_child 104216 "CurrentVersion"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 104312
libguestfs: trace: hivex_node_values 104312
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds
libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *>
libguestfs: trace: hivex_value_key 4496744
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CurrentVersion"
libguestfs: trace: hivex_value_utf8 4496744
libguestfs: trace: hivex_value_value 4496744
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "6\x00.\x001\x00\x00\x00"
libguestfs: trace: hivex_value_utf8 = "6.1"
libguestfs: trace: hivex_value_key 4496792
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CurrentBuild"
libguestfs: trace: hivex_value_key 4496848
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SoftwareType"
libguestfs: trace: hivex_value_key 4481040
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CurrentType"
libguestfs: trace: hivex_value_key 4481344
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "InstallDate"
libguestfs: trace: hivex_value_key 4481880
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "RegisteredOrganization"
libguestfs: trace: hivex_value_key 4481928
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "RegisteredOwner"
libguestfs: trace: hivex_value_key 4482016
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SystemRoot"
libguestfs: trace: hivex_value_key 29425096
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "InstallationType"
libguestfs: trace: hivex_value_utf8 29425096
libguestfs: trace: hivex_value_value 29425096
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "C\x00l\x00i\x00e\x00n\x00t\x00\x00\x00"
libguestfs: trace: hivex_value_utf8 = "Client"
libguestfs: trace: hivex_value_key 29425160
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "EditionID"
libguestfs: trace: hivex_value_key 4482088
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "ProductName"
libguestfs: trace: hivex_value_utf8 4482088
libguestfs: trace: hivex_value_value 4482088
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "W\x00i\x00n\x00d\x00o\x00w\x00s\x00 \x007\x00 \x00E\x00n\x00t\x00e\x00r\x00p\x00r\x00i\x00s\x00e\x00\x00\x00"
libguestfs: trace: hivex_value_utf8 = "Windows 7 Enterprise"
libguestfs: trace: hivex_value_key 11809408
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "ProductId"
libguestfs: trace: hivex_value_key 12809376
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DigitalProductId"
libguestfs: trace: hivex_value_key 29052808
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DigitalProductId4"
libguestfs: trace: hivex_value_key 32802208
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CurrentBuildNumber"
libguestfs: trace: hivex_value_key 29050992
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "BuildLab"
libguestfs: trace: hivex_value_key 32800272
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "BuildLabEx"
libguestfs: trace: hivex_value_key 32802488
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "BuildGUID"
libguestfs: trace: hivex_value_key 32802328
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CSDBuildNumber"
libguestfs: trace: hivex_value_key 1936496
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "PathName"
libguestfs: trace: hivex_close
guestfsd: main_loop: new request, len 0x28
hivex: hivex_close: hivex_close
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds
libguestfs: trace: hivex_close = 0
libguestfs: trace: case_sensitive_path "/Windows/system32/config/system"
guestfsd: main_loop: new request, len 0x4c
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SYSTEM"
libguestfs: trace: is_file "/Windows/System32/config/SYSTEM"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x50
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: hivex_open "/Windows/System32/config/SYSTEM" "verbose:true"
guestfsd: main_loop: new request, len 0x58
hivex: hivex_open: successfully read Windows Registry hive file:
  pages:          2129 [sml: 4096, lge: 16384]
  blocks:         150596 [sml: 8, avg: 59, lge: 16352]
  blocks used:    146184
  bytes used:     8923280
guestfsd: main_loop: proc 350 (hivex_open) took 8.21 seconds
libguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Select"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 592040
libguestfs: trace: hivex_node_get_value 592040 "Current"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 592168
libguestfs: trace: hivex_value_value 592168
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "\x01\x00\x00\x00"
libguestfs: trace: hivex_node_get_child 4128 "MountedDevices"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 3007384
libguestfs: trace: hivex_node_values 3007384
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds
libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *>
libguestfs: trace: hivex_value_key 3007480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\DosDevices\C:"
libguestfs: trace: hivex_value_key 3484104
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f46f-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3484192
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f470-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3509408
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f473-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3509480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\DosDevices\D:"
libguestfs: trace: hivex_value_key 3509520
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f474-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3509624
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\DosDevices\A:"
libguestfs: trace: hivex_value_key 3007480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\DosDevices\C:"
libguestfs: trace: hivex_value_type 3007480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds
libguestfs: trace: hivex_value_type = 3
libguestfs: trace: hivex_value_value 3007480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "\x08\xac\x8eG\x00\x00P\x06\x00\x00\x00\x00"
libguestfs: trace: list_devices
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds
libguestfs: trace: list_devices = ["/dev/sda"]
libguestfs: trace: pread_device "/dev/sda" 4 440
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 276 (pread_device) took 0.00 seconds
libguestfs: trace: pread_device = "\x08\xac\x8eG"
libguestfs: trace: part_list "/dev/sda"
guestfsd: main_loop: new request, len 0x34
parted -m -- /dev/sda unit b print
libguestfs: trace: part_list = <struct guestfs_partition_list *>
libguestfs: trace: hivex_value_key 3484104
guestfsd: main_loop: proc 213 (part_list) took 0.00 seconds
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f46f-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3484192
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f470-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3509408
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f473-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3509480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\DosDevices\D:"
libguestfs: trace: hivex_value_type 3509480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds
libguestfs: trace: hivex_value_type = 3
libguestfs: trace: hivex_value_value 3509480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "\\x00?\x00?\x00\\x00I\x00D\x00E\x00#\x00C\x00d\x00R\x00o\x00m\x00N\x00E\x00C\x00V\x00M\x00W\x00a\x00r\x00_\x00V\x00M\x00w\x00a\x00r\x00e\x00_\x00I\x00D\x00E\x00_\x00C\x00D\x00R\x001\x000\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x001\x00.\x000\x000\x00_\x00_\x00_\x00_\x00#\x005\x00&\x002\x009\x000\x00f\x00d\x003\x00a\x00b\x00&\x000\x00&\x001\x00.\x000\x00.\x000\x00#\x00{\x005\x003\x00f\x005\x006\x003\x000\x00d\x00-\x00b\x006\x00b\x00f\x00-\x001\x001\x00d\x000\x00-\x009\x004\x00f\x002\x00-\x000\x000\x00a\x000\x00c\x009\x001\x00e\x00f\x00b\x008\x00b\x00}\x00"
libguestfs: trace: hivex_value_key 3509520
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\??\Volume{7800f474-fa47-11e4-8e00-806e6f6e6963}"
libguestfs: trace: hivex_value_key 3509624
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "\DosDevices\A:"
libguestfs: trace: hivex_value_type 3509624
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds
libguestfs: trace: hivex_value_type = 3
libguestfs: trace: hivex_value_value 3509624
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "\\x00?\x00?\x00\\x00F\x00D\x00C\x00#\x00G\x00E\x00N\x00E\x00R\x00I\x00C\x00_\x00F\x00L\x00O\x00P\x00P\x00Y\x00_\x00D\x00R\x00I\x00V\x00E\x00#\x006\x00&\x002\x00b\x00c\x001\x003\x009\x004\x000\x00&\x000\x00&\x000\x00#\x00{\x005\x003\x00f\x005\x006\x003\x000\x00d\x00-\x00b\x006\x00b\x00f\x00-\x001\x001\x00d\x000\x00-\x009\x004\x00f\x002\x00-\x000\x000\x00a\x000\x00c\x009\x001\x00e\x00f\x00b\x008\x00b\x00}\x00"
libguestfs: trace: hivex_node_get_child 4128 "ControlSet001"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Services"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "Tcpip"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 241696
libguestfs: trace: hivex_node_get_child 241696 "Parameters"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 484384
libguestfs: trace: hivex_node_values 484384
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds
libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *>
libguestfs: trace: hivex_value_key 484480
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "ICSDomain"
libguestfs: trace: hivex_value_key 642048
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SyncDomainWithMembership"
libguestfs: trace: hivex_value_key 3152384
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "NV Hostname"
libguestfs: trace: hivex_value_key 3767280
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DataBasePath"
libguestfs: trace: hivex_value_key 3767416
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "NameServer"
libguestfs: trace: hivex_value_key 3767456
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "ForwardBroadcasts"
libguestfs: trace: hivex_value_key 3767536
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "IPEnableRouter"
libguestfs: trace: hivex_value_key 3815600
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "Domain"
libguestfs: trace: hivex_value_key 3767504
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "Hostname"
libguestfs: trace: hivex_value_utf8 3767504
libguestfs: trace: hivex_value_value 3767504
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "v\x00i\x00r\x00t\x00-\x00P\x00C\x00\x00\x00"
libguestfs: trace: hivex_value_utf8 = "virt-PC"
libguestfs: trace: hivex_value_key 3815712
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SearchList"
libguestfs: trace: hivex_value_key 3815800
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "UseDomainNameDevolution"
libguestfs: trace: hivex_value_key 3815848
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "EnableICMPRedirect"
libguestfs: trace: hivex_value_key 3815752
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DeadGWDetectDefault"
libguestfs: trace: hivex_value_key 3815952
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DontAddDefaultGatewayDefault"
libguestfs: trace: hivex_value_key 8331744
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "EnableWsd"
libguestfs: trace: hivex_value_key 8331784
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "QualifyingDestinationThreshold"
libguestfs: trace: hivex_value_key 3409496
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DhcpNameServer"
libguestfs: trace: hivex_value_key 8417536
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DhcpDomain"
libguestfs: trace: hivex_close
guestfsd: main_loop: new request, len 0x28
hivex: hivex_close: hivex_close
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds
libguestfs: trace: hivex_close = 0
libguestfs: trace: umount_all
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda2 dir=/sysroot type=fuseblk opts=ro,relatime,user_id=0,group_id=0,allow_other,blksize=4096 freq=0 passno=0
umount /sysroot
libguestfs: trace: umount_all = 0
libguestfs: trace: inspect_get_roots
libguestfs: trace: inspect_get_roots = ["/dev/sda2"]
libguestfs: trace: inspect_os = ["/dev/sda2"]
libguestfs: trace: inspect_get_format "/dev/sda2"
libguestfs: trace: inspect_get_format = "installed"
libguestfs: trace: inspect_get_mountpoints "/dev/sda2"
libguestfs: trace: inspect_get_mountpoints = ["/", "/dev/sda2"]
libguestfs: trace: mount "/dev/sda2" "/"
guestfsd: main_loop: proc 47 (umount_all) took 0.01 seconds
guestfsd: main_loop: new request, len 0x40
mount -o  /dev/sda2 /sysroot/
libguestfs: trace: mount = 0
libguestfs: trace: inspect_list_applications2 "/dev/sda2"
libguestfs: trace: case_sensitive_path "/Windows/system32/config/software"
guestfsd: main_loop: proc 1 (mount) took 0.34 seconds
guestfsd: main_loop: new request, len 0x50
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SOFTWARE"
libguestfs: trace: hivex_open "/Windows/System32/config/SOFTWARE" "verbose:true"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x5c
hivex: hivex_open: successfully read Windows Registry hive file:
  pages:          8364 [sml: 4096, lge: 16384]
  blocks:         702414 [sml: 8, avg: 51, lge: 16352]
  blocks used:    687722
  bytes used:     35989960
libguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: proc 350 (hivex_open) took 0.02 seconds
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Microsoft"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Windows"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "CurrentVersion"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4664
libguestfs: trace: hivex_node_get_child 4664 "Uninstall"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 3230672
libguestfs: trace: hivex_node_children 3230672
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 354 (hivex_node_children) took 0.00 seconds
libguestfs: trace: hivex_node_children = <struct guestfs_hivex_node_list *>
libguestfs: trace: hivex_node_name 8006328
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "AddressBook"
libguestfs: trace: hivex_node_get_value 8006328 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 7633000
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "Connection Manager"
libguestfs: trace: hivex_node_get_value 7633000 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 4505296
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "DirectDrawEx"
libguestfs: trace: hivex_node_get_value 4505296 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 19367440
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "DXM_Runtime"
libguestfs: trace: hivex_node_get_value 19367440 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29064224
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "Fontcore"
libguestfs: trace: hivex_node_get_value 29064224 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 3230768
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IE40"
libguestfs: trace: hivex_node_get_value 3230768 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29063984
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IE4Data"
libguestfs: trace: hivex_node_get_value 29063984 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29064136
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IE5BAKEX"
libguestfs: trace: hivex_node_get_value 29064136 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29064504
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IEData"
libguestfs: trace: hivex_node_get_value 29064504 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29064312
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "MobileOptionPack"
libguestfs: trace: hivex_node_get_value 29064312 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 19367352
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "MPlayer2"
libguestfs: trace: hivex_node_get_value 19367352 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29064592
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "SchedulingAgent"
libguestfs: trace: hivex_node_get_value 29064592 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 29064688
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "WIC"
libguestfs: trace: hivex_node_get_value 29064688 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "WOW6432node"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 8016
libguestfs: trace: hivex_node_get_child 8016 "Microsoft"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 8224
libguestfs: trace: hivex_node_get_child 8224 "Windows"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 102832
libguestfs: trace: hivex_node_get_child 102832 "CurrentVersion"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 102944
libguestfs: trace: hivex_node_get_child 102944 "Uninstall"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 3211144
libguestfs: trace: hivex_node_children 3211144
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 354 (hivex_node_children) took 0.00 seconds
libguestfs: trace: hivex_node_children = <struct guestfs_hivex_node_list *>
libguestfs: trace: hivex_node_name 7915888
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "AddressBook"
libguestfs: trace: hivex_node_get_value 7915888 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 7629008
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "Connection Manager"
libguestfs: trace: hivex_node_get_value 7629008 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 4498360
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "DirectDrawEx"
libguestfs: trace: hivex_node_get_value 4498360 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044464
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "Fontcore"
libguestfs: trace: hivex_node_get_value 25044464 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 3211296
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IE40"
libguestfs: trace: hivex_node_get_value 3211296 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044224
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IE4Data"
libguestfs: trace: hivex_node_get_value 25044224 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044376
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IE5BAKEX"
libguestfs: trace: hivex_node_get_value 25044376 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044744
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "IEData"
libguestfs: trace: hivex_node_get_value 25044744 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044552
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "MobileOptionPack"
libguestfs: trace: hivex_node_get_value 25044552 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044832
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "SchedulingAgent"
libguestfs: trace: hivex_node_get_value 25044832 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_node_name 25044928
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 353 (hivex_node_name) took 0.00 seconds
libguestfs: trace: hivex_node_name = "WIC"
libguestfs: trace: hivex_node_get_value 25044928 "DisplayName"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 0
libguestfs: trace: hivex_close
guestfsd: main_loop: new request, len 0x28
hivex: hivex_close: hivex_close
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 secondslibguestfs: trace: hivex_close = 0
libguestfs: trace: inspect_list_applications2 = <struct guestfs_application2_list *>
libguestfs: trace: list_devices

guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds
libguestfs: trace: list_devices = ["/dev/sda"]
libguestfs: trace: part_get_parttype "/dev/sda"
guestfsd: main_loop: new request, len 0x34
parted -m -- /dev/sda unit b print
libguestfs: trace: part_get_parttype = "msdos"
libguestfs: trace: inspect_get_product_variant "/dev/sda2"
libguestfs: trace: inspect_get_product_variant = "Client"
libguestfs: trace: inspect_get_product_name "/dev/sda2"
libguestfs: trace: inspect_get_product_name = "Windows 7 Enterprise"
libguestfs: trace: inspect_get_package_management "/dev/sda2"
libguestfs: trace: inspect_get_package_management = "unknown"
libguestfs: trace: inspect_get_package_format "/dev/sda2"
libguestfs: trace: inspect_get_package_format = "unknown"
libguestfs: trace: inspect_get_minor_version "/dev/sda2"
libguestfs: trace: inspect_get_minor_version = 1
libguestfs: trace: inspect_get_major_version "/dev/sda2"
libguestfs: trace: inspect_get_major_version = 6
libguestfs: trace: inspect_get_arch "/dev/sda2"
libguestfs: trace: inspect_get_arch = "x86_64"
libguestfs: trace: inspect_get_distro "/dev/sda2"
libguestfs: trace: inspect_get_distro = "windows"
libguestfs: trace: inspect_get_type "/dev/sda2"
libguestfs: trace: inspect_get_type = "windows"
i_root = /dev/sda2
i_type = windows
i_distro = windows
i_arch = x86_64
i_major_version = 6
i_minor_version = 1
i_package_format = unknown
i_package_management = unknown
i_product_name = Windows 7 Enterprise
i_product_variant = Client
i_uefi = false
libguestfs: trace: mountpoints
guestfsd: main_loop: proc 214 (part_get_parttype) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 147 (mountpoints) took 0.00 seconds
libguestfs: trace: mountpoints = ["/dev/sda2", "/"]
libguestfs: trace: statvfs "/"
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 54 (statvfs) took 0.00 seconds
libguestfs: trace: statvfs = <struct guestfs_statvfs *>
libguestfs: trace: vfs_type "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda2
libguestfs: trace: vfs_type = "ntfs"
mpstats:
mountpoint statvfs /dev/sda2 / (ntfs):
  bsize=4096 blocks=3906047 bfree=1155959 bavail=1155959
[  71.7] Checking for sufficient free disk space in the guest
[  71.7] Estimating space required on target for each disk
estimate_target_size: fs_total_size = 15999168512 [14.9G]
estimate_target_size: source_total_size = 16106127360 [15.0G]
estimate_target_size: ratio = 0.993
estimate_target_size: fs_free = 0 [0]
estimate_target_size: scaled_saving = 0 [0]
estimate_target_size: sda: 16106127360 [15.0G]
[  71.7] Converting Windows 7 Enterprise to run on KVM
picked conversion module windows
libguestfs: trace: inspect_get_windows_systemroot "/dev/sda2"
libguestfs: trace: inspect_get_windows_systemroot = "/Windows"
libguestfs: trace: case_sensitive_path "/Windows/system32/config/software"
guestfsd: main_loop: proc 198 (vfs_type) took 0.36 seconds
guestfsd: main_loop: new request, len 0x50
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SOFTWARE"
libguestfs: trace: hivex_open "/Windows/System32/config/SOFTWARE" "verbose:true" "write:false"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x5c
hivex: hivex_open: successfully read Windows Registry hive file:
  pages:          8364 [sml: 4096, lge: 16384]
  blocks:         702414 [sml: 8, avg: 51, lge: 16352]
  blocks used:    687722
  bytes used:     35989960
guestfsd: main_loop: proc 350 (hivex_open) took 0.01 seconds
libguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Microsoft"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Windows"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "CurrentVersion"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4664
libguestfs: trace: hivex_node_get_child 4664 "Uninstall"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 3230672
libguestfs: trace: hivex_node_get_child 3230672 "Red Hat Paravirtualized Xen Drivers for Windows(R)"
guestfsd: main_loop: new request, len 0x68
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 0
libguestfs: trace: hivex_close
guestfsd: main_loop: new request, len 0x28
hivex: hivex_close: hivex_close
libguestfs: trace: hivex_close = 0
libguestfs: trace: upload "/usr/local/share/virt-tools/rhev-apt.exe" "/rhev-apt.exe"
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds
guestfsd: main_loop: new request, len 0x3c
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 7400, buf = 0x5a79320
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 0, buf = (nil)
guestfsd: receive_file: end of file, leaving function
guestfsd: main_loop: proc 66 (upload) took 0.71 secondslibguestfs: trace: upload = 0
libguestfs: trace: inspect_get_type "/dev/sda2"
libguestfs: trace: inspect_get_type = "windows"
libguestfs: trace: inspect_get_distro "/dev/sda2"
libguestfs: trace: inspect_get_distro = "windows"
libguestfs: trace: case_sensitive_path "/Program Files"

guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/Program Files"
libguestfs: trace: mkdir_p "/Program Files"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 33 (mkdir_p) took 0.00 seconds
libguestfs: trace: mkdir_p = 0
libguestfs: trace: case_sensitive_path "/Program Files/Red Hat"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/Program Files/Red Hat"
libguestfs: trace: mkdir_p "/Program Files/Red Hat"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 33 (mkdir_p) took 0.00 seconds
libguestfs: trace: mkdir_p = 0
libguestfs: trace: case_sensitive_path "/Program Files/Red Hat/Firstboot"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
libguestfs: trace: case_sensitive_path = "/Program Files/Red Hat/Firstboot"
libguestfs: trace: mkdir_p "/Program Files/Red Hat/Firstboot"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 33 (mkdir_p) took 0.00 seconds
libguestfs: trace: mkdir_p = 0
libguestfs: trace: mkdir_p "/Program Files/Red Hat/Firstboot/scripts"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 33 (mkdir_p) took 0.00 seconds
libguestfs: trace: mkdir_p = 0
libguestfs: trace: upload "/usr/local/share/virt-tools/rhsrvany.exe" "/Program Files/Red Hat/Firstboot/rhsrvany.exe"
guestfsd: main_loop: new request, len 0x5c
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 8192, buf = 0x5a79630
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 4356, buf = 0x5a78740
guestfsd: receive_file: reading length word
guestfsd: receive_file: got chunk: cancel = 0x0, len = 0, buf = (nil)
guestfsd: receive_file: end of file, leaving function
guestfsd: main_loop: proc 66 (upload) took 0.32 seconds
libguestfs: trace: upload = 0
libguestfs: trace: write "/Program Files/Red Hat/Firstboot/firstboot.bat" "@echo off\x0d\x0a\x0d\x0asetlocal EnableDelayedExpansion\x0d\x0aset firstboot=C:\Program Files\Red Hat\Firstboot\x0d\x0aset log=%firstboot%\log.txt\x0d\x0a\x0d\x0aset scripts=%firstboot%\scripts\x0d\x0aset scripts_done=%firstboot%\scripts-done\x0d\x0a\x0d\x0acall :main > "%log%" 2>&1\x0d\x0aexit /b\x0d\x0a\x0d\x0a:main\x0d\x0aecho s"<truncated, original size 615 bytes>
libguestfs: trace: internal_write "/Program Files/Red Hat/Firstboot/firstboot.bat" "@echo off\x0d\x0a\x0d\x0asetlocal EnableDelayedExpansion\x0d\x0aset firstboot=C:\Program Files\Red Hat\Firstboot\x0d\x0aset log=%firstboot%\log.txt\x0d\x0a\x0d\x0aset scripts=%firstboot%\scripts\x0d\x0aset scripts_done=%firstboot%\scripts-done\x0d\x0a\x0d\x0acall :main > "%log%" 2>&1\x0d\x0aexit /b\x0d\x0a\x0d\x0a:main\x0d\x0aecho s"<truncated, original size 615 bytes>
guestfsd: main_loop: new request, len 0x2c8
guestfsd: main_loop: proc 246 (internal_write) took 0.00 seconds
libguestfs: trace: internal_write = 0
libguestfs: trace: write = 0
libguestfs: trace: inspect_get_windows_systemroot "/dev/sda2"
libguestfs: trace: inspect_get_windows_systemroot = "/Windows"
libguestfs: trace: case_sensitive_path "/Windows/system32/config/SYSTEM"
guestfsd: main_loop: new request, len 0x4c
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SYSTEM"
libguestfs: trace: hivex_open "/Windows/System32/config/SYSTEM" "write:true"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x58
libguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: proc 350 (hivex_open) took 0.34 seconds
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Select"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 592040
libguestfs: trace: hivex_node_get_value 592040 "Current"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 592168
libguestfs: trace: hivex_value_value 592168
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "\x01\x00\x00\x00"
libguestfs: trace: hivex_node_get_child 4128 "ControlSet001"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "services"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "firstboot"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 0
libguestfs: trace: hivex_node_add_child 4560 "firstboot"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 363 (hivex_node_add_child) took 0.00 seconds
libguestfs: trace: hivex_node_add_child = 9039904
libguestfs: trace: hivex_node_set_value 9039904 "Type" 4 "\x10\x00\x00\x00"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_set_value 9039904 "Start" 4 "\x02\x00\x00\x00"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_set_value 9039904 "ErrorControl" 4 "\x01\x00\x00\x00"
guestfsd: main_loop: new request, len 0x50
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_set_value 9039904 "ImagePath" 1 "C\x00:\x00\\x00P\x00r\x00o\x00g\x00r\x00a\x00m\x00 \x00F\x00i\x00l\x00e\x00s\x00\\x00R\x00e\x00d\x00 \x00H\x00a\x00t\x00\\x00F\x00i\x00r\x00s\x00t\x00b\x00o\x00o\x00t\x00\\x00r\x00h\x00s\x00r\x00v\x00a\x00n\x00y\x00.\x00e\x00x\x00e\x00 \x00-\x00s\x00 \x00f\x00i\x00r\x00s\x00t\x00b\x00o\x00o\x00t\x00\x00\x00"
guestfsd: main_loop: new request, len 0xc8
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_set_value 9039904 "DisplayName" 1 "V\x00i\x00r\x00t\x00 \x00t\x00o\x00o\x00l\x00s\x00 \x00f\x00i\x00r\x00s\x00t\x00b\x00o\x00o\x00t\x00 \x00s\x00e\x00r\x00v\x00i\x00c\x00e\x00\x00\x00"
guestfsd: main_loop: new request, len 0x88
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_set_value 9039904 "ObjectName" 1 "L\x00o\x00c\x00a\x00l\x00S\x00y\x00s\x00t\x00e\x00m\x00\x00\x00"
guestfsd: main_loop: new request, len 0x64
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_get_child 4128 "ControlSet001"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "services"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "firstboot"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 9039904
libguestfs: trace: hivex_node_get_child 9039904 "Parameters"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 0
libguestfs: trace: hivex_node_add_child 9039904 "Parameters"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 363 (hivex_node_add_child) took 0.00 seconds
libguestfs: trace: hivex_node_add_child = 9044792
libguestfs: trace: hivex_node_set_value 9044792 "CommandLine" 1 "c\x00m\x00d\x00 \x00/\x00c\x00 \x00"\x00C\x00:\x00\\x00P\x00r\x00o\x00g\x00r\x00a\x00m\x00 \x00F\x00i\x00l\x00e\x00s\x00\\x00R\x00e\x00d\x00 \x00H\x00a\x00t\x00\\x00F\x00i\x00r\x00s\x00t\x00b\x00o\x00o\x00t\x00\\x00f\x00i\x00r\x00s\x00t\x00b\x00o\x00o\x00t\x00.\x00b\x00a\x00t\x00"\x00\x00\x00"
guestfsd: main_loop: new request, len 0xc0
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_node_set_value 9044792 "PWD" 1 "C\x00:\x00\\x00P\x00r\x00o\x00g\x00r\x00a\x00m\x00 \x00F\x00i\x00l\x00e\x00s\x00\\x00R\x00e\x00d\x00 \x00H\x00a\x00t\x00\\x00F\x00i\x00r\x00s\x00t\x00b\x00o\x00o\x00t\x00\x00\x00"
guestfsd: main_loop: new request, len 0x8c
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_commit null
guestfsd: main_loop: new request, len 0x2c
libguestfs: trace: hivex_commit = 0
libguestfs: trace: hivex_close
guestfsd: main_loop: proc 362 (hivex_commit) took 0.03 seconds
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds
libguestfs: trace: hivex_close = 0
libguestfs: trace: write "/Program Files/Red Hat/Firstboot/scripts/0001-configure-rhev-apt.bat" "@echo off\x0d\x0a\x0d\x0aecho installing rhev-apt\x0d\x0a"\rhev-apt.exe" /S /v /qn\x0d\x0a\x0d\x0aecho starting rhev-apt\x0d\x0anet start rhev-apt\x0d\x0a"
libguestfs: trace: internal_write "/Program Files/Red Hat/Firstboot/scripts/0001-configure-rhev-apt.bat" "@echo off\x0d\x0a\x0d\x0aecho installing rhev-apt\x0d\x0a"\rhev-apt.exe" /S /v /qn\x0d\x0a\x0d\x0aecho starting rhev-apt\x0d\x0anet start rhev-apt\x0d\x0a"
guestfsd: main_loop: new request, len 0xe4
libguestfs: trace: internal_write = 0
libguestfs: trace: write = 0
libguestfs: trace: case_sensitive_path "/Windows/system32/config/system"
guestfsd: main_loop: proc 246 (internal_write) took 0.34 seconds
guestfsd: main_loop: new request, len 0x4c
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SYSTEM"
libguestfs: trace: hivex_open "/Windows/System32/config/SYSTEM" "verbose:true" "write:true"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x58
hivex: hivex_open: successfully read Windows Registry hive file:
  pages:          2131 [sml: 4096, lge: 16384]
  blocks:         150643 [sml: 8, avg: 59, lge: 16352]
  blocks used:    146202
  bytes used:     8923792
guestfsd: main_loop: proc 350 (hivex_open) took 0.00 seconds
libguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Select"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 592040
libguestfs: trace: hivex_node_get_value 592040 "Current"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 358 (hivex_node_get_value) took 0.00 seconds
libguestfs: trace: hivex_node_get_value = 592168
libguestfs: trace: hivex_value_value 592168
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "\x01\x00\x00\x00"
current ControlSet is ControlSet001
libguestfs: trace: hivex_node_get_child 4128 "ControlSet001"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Services"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "Processor"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 2339896
libguestfs: trace: hivex_node_delete_child 2339896
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 364 (hivex_node_delete_child) took 0.00 seconds
libguestfs: trace: hivex_node_delete_child = 0
libguestfs: trace: hivex_node_get_child 4560 "Intelppm"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 2341320
libguestfs: trace: hivex_node_delete_child 2341320
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 364 (hivex_node_delete_child) took 0.00 seconds
libguestfs: trace: hivex_node_delete_child = 0
libguestfs: trace: hivex_node_get_child 4560 "rhelscsi"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 0
libguestfs: trace: hivex_node_get_child 4128 "ControlSet001"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Control"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 5680
libguestfs: trace: hivex_node_get_child 5680 "CrashControl"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 68384
libguestfs: trace: hivex_node_set_value 68384 "AutoReboot" 4 "\x00\x00\x00\x00"
guestfsd: main_loop: new request, len 0x50
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: mkdir_p "/Windows/Drivers/VirtIO"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 33 (mkdir_p) took 0.00 seconds
libguestfs: trace: mkdir_p = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: add_drive "/home/vdsm/virtio-win-0.1-65.iso" "readonly:true"
libguestfs: creating COW overlay to protect original drive content
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/root/git/libguestfs/tmp"
libguestfs: trace: disk_create "/root/git/libguestfs/tmp/libguestfsnJGUHi/overlay1" "qcow2" -1 "backingfile:/home/vdsm/virtio-win-0.1-65.iso"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/home/vdsm/virtio-win-0.1-65.iso
libguestfs: command: run: \ /root/git/libguestfs/tmp/libguestfsnJGUHi/overlay1
Formatting '/root/git/libguestfs/tmp/libguestfsnJGUHi/overlay1', fmt=qcow2 size=62011392 backing_file='/home/vdsm/virtio-win-0.1-65.iso' encryption=off cluster_size=65536 lazy_refcounts=off 
libguestfs: trace: disk_create = 0
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version *>
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=virt-v2v
libguestfs: launch: version=1.29.46
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/root/git/libguestfs/tmp/libguestfsnJGUHi
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/root/git/libguestfs/tmp"
libguestfs: [00000ms] begin building supermin appliance
libguestfs: [00000ms] run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /root/git/libguestfs/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /root/git/libguestfs/appliance/supermin.d
libguestfs: command: run: \ -o /root/git/libguestfs/tmp/.guestfs-0/appliance.d
supermin: version: 5.1.10
supermin: rpm: detected RPM version 4.11
supermin: package handler: fedora/rpm
supermin: acquiring lock on /root/git/libguestfs/tmp/.guestfs-0/lock
supermin: if-newer: output does not need rebuilding
libguestfs: [00007ms] finished building supermin appliance
libguestfs: [00007ms] begin testing qemu features
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -version
libguestfs: qemu version 2.1
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -machine accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: [00052ms] finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
[00052ms] /usr/libexec/qemu-kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -enable-fips \
    -nodefaults \
    -display none \
    -cpu host \
    -machine accel=kvm:tcg \
    -m 500 \
    -no-reboot \
    -rtc driftfix=slew \
    -no-hpet \
    -global kvm-pit.lost_tick_policy=discard \
    -kernel /root/git/libguestfs/tmp/.guestfs-0/appliance.d/kernel \
    -initrd /root/git/libguestfs/tmp/.guestfs-0/appliance.d/initrd \
    -device virtio-scsi-pci,id=scsi \
    -drive file=/root/git/libguestfs/tmp/libguestfsnJGUHi/overlay1,cache=unsafe,format=qcow2,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=/root/git/libguestfs/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \
    -device scsi-hd,drive=appliance \
    -device virtio-serial-pci \
    -serial stdio \
    -device sga \
    -chardev socket,path=/root/git/libguestfs/tmp/libguestfsnJGUHi/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -append 'panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen'
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 12/29/13
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Sun Dec 29 03:43:06 UTC 2013
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version seabios-1.7.5-8.el7)


Booting from ROM...


Probing EDD (edd=off to disable)... ok

\x1b[2J[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-230.el7.x86_64 (mockbuild at x86-030.build.eng.bos.redhat.com) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC) ) #1 SMP Fri Feb 27 10:52:08 EST 2015
[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3dffff] usable
[    0.000000] BIOS-e820: [mem 0x000000001f3e0000-0x000000001f3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] Hypervisor detected: KVM
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x1f3e0 max_arch_pfn = 0x400000000
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000f2050-0x000f205f] mapped at [ffff8800000f2050]
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000] init_memory_mapping: [mem 0x1ee00000-0x1effffff]
[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1edfffff]
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]
[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3dffff]
[    0.000000] RAMDISK: [mem 0x1f0b4000-0x1f3d7fff]
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3dffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3dffff]
[    0.000000]   NODE_DATA [mem 0x1f08d000-0x1f0b3fff]
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 0:1f03d001, primary cpu clock
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x1f3dffff]
[    0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[    0.000000] Intel MultiProcessor Specification v1.4
[    0.000000] MPTABLE: OEM ID: BOCHSCPU
[    0.000000] MPTABLE: Product ID: 0.1         
[    0.000000] MPTABLE: APIC at: 0xFEE00000
[    0.000000] Processor #0 (Bootup-CPU)
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.000000] Processors: 1
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001ee00000 s82752 r8192 d23744 u2097152
[    0.000000] KVM setup async PF for cpu 0
[    0.000000] kvm-stealtime: cpu 0, msr 1ee0d000
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125849
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen
[    0.000000] Disabling memory control group subsystem
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 483888k/511872k available (6241k kernel code, 392k absent, 27592k reserved, 4181k data, 1604k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] \tRCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=1.
[    0.000000] \tExperimental no-CBs for all CPUs
[    0.000000] \tExperimental no-CBs CPUs: 0.
[    0.000000] NR_IRQS:327936 nr_irqs:256 16
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Detected 3392.300 MHz processor
[    0.002000] Calibrating delay loop (skipped) preset value.. 6784.60 BogoMIPS (lpj=3392300)
[    0.002000] pid_max: default: 32768 minimum: 301
[    0.002015] Security Framework initialized
[    0.002295] SELinux:  Disabled at boot.
[    0.002602] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.003088] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.003580] Mount-cache hash table entries: 4096
[    0.004109] Initializing cgroup subsys memory
[    0.004411] Initializing cgroup subsys devices
[    0.004708] Initializing cgroup subsys freezer
[    0.005003] Initializing cgroup subsys net_cls
[    0.005286] Initializing cgroup subsys blkio
[    0.005556] Initializing cgroup subsys perf_event
[    0.006003] Initializing cgroup subsys hugetlb
[    0.006588] mce: CPU supports 10 MCE banks
[    0.006881] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[    0.006881] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[    0.006881] tlb_flushall_shift: 2
[    0.015898] Freeing SMP alternatives: 24k freed
[    0.018593] ftrace: allocating 23912 entries in 94 pages
[    0.023187] Enabling x2apic
[    0.023399] Enabled x2apic
[    0.024002] Switched APIC routing to physical x2apic.
[    0.025432] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.025824] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
[    0.026232] Performance Events: 16-deep LBR, IvyBridge events, Intel PMU driver.
[    0.026754] ... version:                2
[    0.027000] ... bit width:              48
[    0.027002] ... generic registers:      4
[    0.027271] ... value mask:             0000ffffffffffff
[    0.027611] ... max period:             000000007fffffff
[    0.027944] ... fixed-purpose events:   3
[    0.028011] ... event mask:             000000070000000f
[    0.029607] KVM setup paravirtual spinlock
[    0.030629] Brought up 1 CPUs
[    0.030842] smpboot: Total of 1 processors activated (6784.60 BogoMIPS)
[    0.031219] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.031815] devtmpfs: initialized
[    0.033351] EVM: security.selinux
[    0.033586] EVM: security.ima
[    0.033773] EVM: security.capability
[    0.034531] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.035039] NET: Registered protocol family 16
[    0.035498] PCI: Using configuration type 1 for base access
[    0.036317] ACPI: Interpreter disabled.
[    0.036597] vgaarb: loaded
[    0.036828] SCSI subsystem initialized
[    0.037027] usbcore: registered new interface driver usbfs
[    0.037375] usbcore: registered new interface driver hub
[    0.037725] usbcore: registered new device driver usb
[    0.038041] PCI: Probing PCI hardware
[    0.038287] PCI host bridge to bus 0000:00
[    0.038546] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.038956] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfffffffff]
[    0.039003] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.042728] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.043003] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.043405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.043864] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.044258] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.044730] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.055229] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.055714] NetLabel: Initializing
[    0.055937] NetLabel:  domain hash size = 128
[    0.056002] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.056341] NetLabel:  unlabeled traffic allowed by default
[    0.056717] Switching to clocksource kvm-clock
[    0.058072] pnp: PnP ACPI: disabled
[    0.058918] NET: Registered protocol family 2
[    0.059299] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.059753] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.060167] TCP: Hash tables configured (established 4096 bind 4096)
[    0.060590] TCP: reno registered
[    0.060799] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.061172] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.061610] NET: Registered protocol family 1
[    0.061892] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.062276] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.062666] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.063107] Unpacking initramfs...
[    0.064476] Freeing initrd memory: 3216k freed
[    0.065082] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.065682] microcode: CPU0 sig=0x306a9, pf=0x1, revision=0x1
[    0.066094] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[    0.066770] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.067184] Initialise system trusted keyring
[    0.067492] audit: initializing netlink socket (disabled)
[    0.067849] type=2000 audit(1435047906.320:1): initialized
[    0.081907] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.082834] zbud: loaded
[    0.083129] VFS: Disk quotas dquot_6.5.2
[    0.083418] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.083910] msgmni has been set to 951
[    0.084186] Key type big_key registered
[    0.084629] alg: No test for stdrng (krng)
[    0.084898] NET: Registered protocol family 38
[    0.085193] Key type asymmetric registered
[    0.085475] Asymmetric key parser 'x509' registered
[    0.085799] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.086293] io scheduler noop registered
[    0.086567] io scheduler deadline registered (default)
[    0.086905] io scheduler cfq registered
[    0.087210] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.087593] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.088101] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.113020] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.113636] Non-volatile memory driver v1.3
[    0.113912] Linux agpgart interface v0.103
[    0.114266] crash memory driver: version 1.1
[    0.114558] rdac: device handler registered
[    0.114845] hp_sw: device handler registered
[    0.115135] emc: device handler registered
[    0.115424] alua: device handler registered
[    0.115712] libphy: Fixed MDIO Bus: probed
[    0.115997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.116447] ehci-pci: EHCI PCI platform driver
[    0.116743] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.117148] ohci-pci: OHCI PCI platform driver
[    0.117451] uhci_hcd: USB Universal Host Controller Interface driver
[    0.117894] usbcore: registered new interface driver usbserial
[    0.118277] usbcore: registered new interface driver usbserial_generic
[    0.118719] usbserial: USB Serial support registered for generic
[    0.119120] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.120026] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.120365] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.120736] mousedev: PS/2 mouse device common for all mice
[    0.121274] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.122938] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    0.123433] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.123888] cpuidle: using governor menu
[    0.124198] hidraw: raw HID events driver (C) Jiri Kosina
[    0.124598] usbcore: registered new interface driver usbhid
[    0.124952] usbhid: USB HID core driver
[    0.125243] drop_monitor: Initializing network drop monitor service
[    0.125689] TCP: cubic registered
[    0.125905] Initializing XFRM netlink socket
[    0.126236] NET: Registered protocol family 10
[    0.126615] NET: Registered protocol family 17
[    0.127021] Loading compiled-in X.509 certificates
[    0.127689] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[    0.128791] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[    0.129809] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: 1f35faa2a4dfbd8e5bd45bb50c285ea4378ccd9f'
[    0.130526] registered taskstats version 1
[    0.131023] Key type trusted registered
[    0.131398] Key type encrypted registered
[    0.131724] IMA: No TPM chip found, activating TPM-bypass!
[    0.132260] rtc_cmos rtc_cmos: setting system clock to 2015-06-23 08:25:06 UTC (1435047906)
[    0.133370] Freeing unused kernel memory: 1604k freed
supermin: mounting /proc
supermin: uptime: 0.13 0.02
supermin: ext2 mini initrd starting up: 5.1.10 zlib
supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 udev.event-timeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=screen
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
[    0.136196] alg: No test for crc32 (crc32-pclmul)
supermin: internal insmod crc32c-intel.ko
supermin: internal insmod crct10dif_common.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32.ko
[    0.139137] alg: No test for crc32 (crc32-table)
supermin: internal insmod crct10dif_generic.ko
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[    0.144622] scsi host0: ata_piix
[    0.144902] scsi host1: ata_piix
[    0.145135] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc060 irq 14
[    0.145567] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc068 irq 15
supermin: internal insmod virtio.ko
supermin: internal insmod virtio_ring.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod sparse-keymap.ko
supermin: internal insmod rfkill.ko
supermin: internal insmod ideapad-laptop.ko
insmod: init_module: ideapad-laptop.ko: No such device
supermin: internal insmod megaraid_sas.ko
[    0.306532] megasas: 06.805.06.01-rc1
supermin: internal insmod scsi_transport_spi.ko
supermin: internal insmod crc-t10dif.ko
supermin: internal insmod sd_mod.ko
supermin: internal insmod cdrom.ko
supermin: internal insmod sr_mod.ko
supermin: internal insmod virtio_scsi.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_pci.ko
[    0.313562] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[    0.314442] scsi host2: Virtio SCSI HBA
[    0.314893] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[    0.315963] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5
[    0.316820] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5
[    0.330070] sd 2:0:0:0: [sda] 121116 512-byte logical blocks: (62.0 MB/59.1 MiB)
[    0.330682] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.331288] sd 2:0:0:0: [sda] Write Protect is off
[    0.331679] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.332360] sd 2:0:1:0: [sdb] Write Protect is off
[    0.332760] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.334097]  sda: unknown partition table
[    0.334531]  sdb: unknown partition table
[    0.335113] sd 2:0:0:0: [sda] Attached SCSI disk
[    0.335511] sd 2:0:1:0: [sdb] Attached SCSI disk
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod ext4.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked /sys/block/sdb/dev as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
[    0.350287] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    0.358900] EXT4-fs (sdb): mounted filesystem without journal. Opts: 
supermin: chroot
Starting /init script ...
ln: failed to create symbolic link '/etc/mtab': File exists
[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /var/log/journal/%m
[/usr/lib/tmpfiles.d/systemd.conf:28] Failed to replace specifiers: /run/log/journal/%m
[    0.451666] systemd-udevd[95]: starting version 208
[    0.472642] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    0.475832] ACPI Exception: AE_BAD_PARAMETER, Thread 497998592 could not acquire Mutex [0x1] (20130517/utmutex-285)
[    0.479013] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[    0.506463] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    0.510656] intel_rapl: no valid rapl domains found in package 0
/init: line 86: /sys/block/hd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/ubd*/queue/scheduler: No such file or directory
/init: line 86: /sys/block/vd*/queue/scheduler: No such file or directory
mdadm: No arrays found in config file or automatically
[    0.913276] device-mapper: uevent: version 1.0.3
[    0.913920] device-mapper: ioctl: 4.29.0-ioctl (2014-10-28) initialised: dm-devel at redhat.com
  lvmetad is not active yet, using direct activation during sysinit
/init: line 113: ldmtool: command not found
Linux (none) 3.10.0-230.el7.x86_64 #1 SMP Fri Feb 27 10:52:08 EST 2015 x86_64 x86_64 x86_64 GNU/Linux
/dev:
total 0
crw------- 1 root root  10, 235 Jun 23 08:25 autofs
drwxr-xr-x 2 root root       80 Jun 23 08:25 block
drwxr-xr-x 2 root root       80 Jun 23 08:25 bsg
crw------- 1 root root  10, 234 Jun 23 08:25 btrfs-control
drwxr-xr-x 2 root root     2180 Jun 23 08:25 char
crw------- 1 root root   5,   1 Jun 23 08:25 console
lrwxrwxrwx 1 root root       11 Jun 23 08:25 core -> /proc/kcore
drwxr-xr-x 3 root root       80 Jun 23 08:25 cpu
crw------- 1 root root  10,  61 Jun 23 08:25 cpu_dma_latency
crw------- 1 root root  10,  62 Jun 23 08:25 crash
drwxr-xr-x 6 root root      120 Jun 23 08:25 disk
lrwxrwxrwx 1 root root       13 Jun 23 08:25 fd -> /proc/self/fd
crw-rw-rw- 1 root root   1,   7 Jun 23 08:25 full
crw-rw-rw- 1 root root  10, 229 Jun 23 08:25 fuse
drwxr-xr-x 3 root root      120 Jun 23 08:25 input
crw-r--r-- 1 root root   1,  11 Jun 23 08:25 kmsg
crw------- 1 root root  10, 237 Jun 23 08:25 loop-control
drwxr-xr-x 2 root root       60 Jun 23 08:25 mapper
crw------- 1 root root  10, 227 Jun 23 08:25 mcelog
crw------- 1 root root   1,   1 Jun 23 08:25 mem
drwxr-xr-x 2 root root       60 Jun 23 08:25 net
crw------- 1 root root  10,  60 Jun 23 08:25 network_latency
crw------- 1 root root  10,  59 Jun 23 08:25 network_throughput
crw-rw-rw- 1 root root   1,   3 Jun 23 08:25 null
crw------- 1 root root  10, 144 Jun 23 08:25 nvram
crw------- 1 root root   1,  12 Jun 23 08:25 oldmem
crw------- 1 root root   1,   4 Jun 23 08:25 port
crw------- 1 root root 108,   0 Jun 23 08:25 ppp
crw-rw-rw- 1 root root   5,   2 Jun 23 08:25 ptmx
crw-rw-rw- 1 root root   1,   8 Jun 23 08:25 random
drwxr-xr-x 2 root root       60 Jun 23 08:25 raw
crw------- 1 root root  10,  58 Jun 23 08:25 rfkill
lrwxrwxrwx 1 root root        4 Jun 23 08:25 rtc -> rtc0
crw------- 1 root root 254,   0 Jun 23 08:25 rtc0
brw------- 1 root root   8,   0 Jun 23 08:25 sda
brw------- 1 root root   8,  16 Jun 23 08:25 sdb
crw------- 1 root root  10, 231 Jun 23 08:25 snapshot
drwxr-xr-x 2 root root       80 Jun 23 08:25 snd
lrwxrwxrwx 1 root root       15 Jun 23 08:25 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root       15 Jun 23 08:25 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root       15 Jun 23 08:25 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root   5,   0 Jun 23 08:25 tty
crw------- 1 root root   4,   0 Jun 23 08:25 tty0
crw------- 1 root root   4,   1 Jun 23 08:25 tty1
crw------- 1 root root   4,  10 Jun 23 08:25 tty10
crw------- 1 root root   4,  11 Jun 23 08:25 tty11
crw------- 1 root root   4,  12 Jun 23 08:25 tty12
crw------- 1 root root   4,  13 Jun 23 08:25 tty13
crw------- 1 root root   4,  14 Jun 23 08:25 tty14
crw------- 1 root root   4,  15 Jun 23 08:25 tty15
crw------- 1 root root   4,  16 Jun 23 08:25 tty16
crw------- 1 root root   4,  17 Jun 23 08:25 tty17
crw------- 1 root root   4,  18 Jun 23 08:25 tty18
crw------- 1 root root   4,  19 Jun 23 08:25 tty19
crw------- 1 root root   4,   2 Jun 23 08:25 tty2
crw------- 1 root root   4,  20 Jun 23 08:25 tty20
crw------- 1 root root   4,  21 Jun 23 08:25 tty21
crw------- 1 root root   4,  22 Jun 23 08:25 tty22
crw------- 1 root root   4,  23 Jun 23 08:25 tty23
crw------- 1 root root   4,  24 Jun 23 08:25 tty24
crw------- 1 root root   4,  25 Jun 23 08:25 tty25
crw------- 1 root root   4,  26 Jun 23 08:25 tty26
crw------- 1 root root   4,  27 Jun 23 08:25 tty27
crw------- 1 root root   4,  28 Jun 23 08:25 tty28
crw------- 1 root root   4,  29 Jun 23 08:25 tty29
crw------- 1 root root   4,   3 Jun 23 08:25 tty3
crw------- 1 root root   4,  30 Jun 23 08:25 tty30
crw------- 1 root root   4,  31 Jun 23 08:25 tty31
crw------- 1 root root   4,  32 Jun 23 08:25 tty32
crw------- 1 root root   4,  33 Jun 23 08:25 tty33
crw------- 1 root root   4,  34 Jun 23 08:25 tty34
crw------- 1 root root   4,  35 Jun 23 08:25 tty35
crw------- 1 root root   4,  36 Jun 23 08:25 tty36
crw------- 1 root root   4,  37 Jun 23 08:25 tty37
crw------- 1 root root   4,  38 Jun 23 08:25 tty38
crw------- 1 root root   4,  39 Jun 23 08:25 tty39
crw------- 1 root root   4,   4 Jun 23 08:25 tty4
crw------- 1 root root   4,  40 Jun 23 08:25 tty40
crw------- 1 root root   4,  41 Jun 23 08:25 tty41
crw------- 1 root root   4,  42 Jun 23 08:25 tty42
crw------- 1 root root   4,  43 Jun 23 08:25 tty43
crw------- 1 root root   4,  44 Jun 23 08:25 tty44
crw------- 1 root root   4,  45 Jun 23 08:25 tty45
crw------- 1 root root   4,  46 Jun 23 08:25 tty46
crw------- 1 root root   4,  47 Jun 23 08:25 tty47
crw------- 1 root root   4,  48 Jun 23 08:25 tty48
crw------- 1 root root   4,  49 Jun 23 08:25 tty49
crw------- 1 root root   4,   5 Jun 23 08:25 tty5
crw------- 1 root root   4,  50 Jun 23 08:25 tty50
crw------- 1 root root   4,  51 Jun 23 08:25 tty51
crw------- 1 root root   4,  52 Jun 23 08:25 tty52
crw------- 1 root root   4,  53 Jun 23 08:25 tty53
crw------- 1 root root   4,  54 Jun 23 08:25 tty54
crw------- 1 root root   4,  55 Jun 23 08:25 tty55
crw------- 1 root root   4,  56 Jun 23 08:25 tty56
crw------- 1 root root   4,  57 Jun 23 08:25 tty57
crw------- 1 root root   4,  58 Jun 23 08:25 tty58
crw------- 1 root root   4,  59 Jun 23 08:25 tty59
crw------- 1 root root   4,   6 Jun 23 08:25 tty6
crw------- 1 root root   4,  60 Jun 23 08:25 tty60
crw------- 1 root root   4,  61 Jun 23 08:25 tty61
crw------- 1 root root   4,  62 Jun 23 08:25 tty62
crw------- 1 root root   4,  63 Jun 23 08:25 tty63
crw------- 1 root root   4,   7 Jun 23 08:25 tty7[    0.952811] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2

crw------- 1 root root   4,   8 Jun 23 08:25 tty8
crw------- 1 root root   4,   9 Jun 23 08:25 tty9
crw------- 1 root root   4,  64 Jun 23 08:25 ttyS0
crw------- 1 root root   4,  65 Jun 23 08:25 ttyS1
crw------- 1 root root   4,  66 Jun 23 08:25 ttyS2
crw------- 1 root root   4,  67 Jun 23 08:25 ttyS3
crw------- 1 root root  10, 239 Jun 23 08:25 uhid
crw------- 1 root root  10, 223 Jun 23 08:25 uinput
crw-rw-rw- 1 root root   1,   9 Jun 23 08:25 urandom
crw------- 1 root root 251,   0 Jun 23 08:25 usbmon0
crw------- 1 root root   7,   0 Jun 23 08:25 vcs
crw------- 1 root root   7,   1 Jun 23 08:25 vcs1
crw------- 1 root root   7, 128 Jun 23 08:25 vcsa
crw------- 1 root root   7, 129 Jun 23 08:25 vcsa1
drwxr-xr-x 2 root root       60 Jun 23 08:25 vfio
crw------- 1 root root  10,  63 Jun 23 08:25 vga_arbiter
crw------- 1 root root  10, 238 Jun 23 08:25 vhost-net
drwxr-xr-x 2 root root       60 Jun 23 08:25 virtio-ports
crw------- 1 root root 248,   1 Jun 23 08:25 vport1p1
crw-rw-rw- 1 root root   1,   5 Jun 23 08:25 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Jun 23 08:25 8:0 -> ../sda
lrwxrwxrwx 1 root root 6 Jun 23 08:25 8:16 -> ../sdb

/dev/bsg:
total 0
crw------- 1 root root 252, 0 Jun 23 08:25 2:0:0:0
crw------- 1 root root 252, 1 Jun 23 08:25 2:0:1:0

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

/dev/cpu:
total 0
drwxr-xr-x 2 root root      80 Jun 23 08:25 0
crw------- 1 root root 10, 184 Jun 23 08:25 microcode

/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Jun 23 08:25 cpuid
crw------- 1 root root 202, 0 Jun 23 08:25 msr

/dev/disk:
total 0
drwxr-xr-x 2 root root 80 Jun 23 08:25 by-id
drwxr-xr-x 2 root root 60 Jun 23 08:25 by-label
drwxr-xr-x 2 root root 80 Jun 23 08:25 by-path
drwxr-xr-x 2 root root 80 Jun 23 08:25 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 root root 9 Jun 23 08:25 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 CDROM -> ../../sda

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 9 Jun 23 08:25 pci-0000:00:02.0-virtio-pci-virtio0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 2013-07-25-18-39-53-00 -> ../../sda
lrwxrwxrwx 1 root root 9 Jun 23 08:25 5b438195-2d56-44c7-93c3-f4ac8349217f -> ../../sdb

/dev/input:
total 0
drwxr-xr-x 2 root root    120 Jun 23 08:25 by-path
crw------- 1 root root 13, 64 Jun 23 08:25 event0
crw------- 1 root root 13, 65 Jun 23 08:25 event1
crw------- 1 root root 13, 66 Jun 23 08:25 event2
crw------- 1 root root 13, 63 Jun 23 08:25 mice
crw------- 1 root root 13, 32 Jun 23 08:25 mouse0

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Jun 23 08:25 platform-i8042-serio-1-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Jun 23 08:25 platform-pcspkr-event-spkr -> ../event1

/dev/mapper:
total 0
crw------- 1 root root 10, 236 Jun 23 08:25 control

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Jun 23 08:25 tun

/dev/raw:
total 0
crw------- 1 root root 162, 0 Jun 23 08:25 rawctl

/dev/snd:
total 0
crw-rw---- 1 root audio 116,  1 Jun 23 08:25 seq
crw-rw---- 1 root audio 116, 33 Jun 23 08:25 timer

/dev/vfio:
total 0
crw------- 1 root root 10, 196 Jun 23 08:25 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Jun 23 08:25 org.libguestfs.channel.0 -> ../vport1p1
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=97748k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=241956k,nr_inodes=60489,mode=755 0 0
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
Module                  Size  Used by
dm_mod                104038  0 
ghash_clmulni_intel    13259  0 
aesni_intel            52846  0 
lrw                    13286  1 aesni_intel
gf128mul               14951  1 lrw
glue_helper            13990  1 aesni_intel
ablk_helper            13597  1 aesni_intel
cryptd                 20359  3 ghash_clmulni_intel,aesni_intel,ablk_helper
serio_raw              13462  0 
i2c_piix4              22106  0 
i2c_core               40325  1 i2c_piix4
ata_generic            12910  0 
pata_acpi              13038  0 
pcspkr                 12718  0 
libcrc32c              12644  0 
crc8                   12893  0 
crc_itu_t              12707  0 
crc_ccitt              12707  0 
ext4                  562391  1 
mbcache                14958  1 ext4
jbd2                  102940  1 ext4
virtio_pci             17725  0 
virtio_balloon         13530  0 
virtio_scsi            18371  1 
sr_mod                 22416  0 
cdrom                  42556  1 sr_mod
sd_mod                 45499  1 
crc_t10dif             12714  1 sd_mod
scsi_transport_spi     30732  0 
megaraid_sas          117760  0 
rfkill                 26536  0 
sparse_keymap          13948  0 
virtio_net             28059  0 
virtio_console         28018  0 
virtio_rng             13019  0 
virtio_blk             18112  0 
virtio_ring            21423  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi
virtio                 14187  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi
ata_piix               35038  0 
libata                218854  3 pata_acpi,ata_generic,ata_piix
crct10dif_generic      12647  0 
crc32                  12714  0 
crct10dif_pclmul       14289  1 
crct10dif_common       12595  3 crct10dif_pclmul,crct10dif_generic,crc_t10dif
crc32c_intel           22079  1 
crc32_pclmul           13113  0 
Tue Jun 23 08:25:07 UTC 2015
clocksource: kvm-clock
uptime: 1.03 0.56
verbose daemon enabled
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/sdb selinux=0 guestfs_verbose=1 TERM=screen

trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
udevadm --debug settle
calling: settle
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: [02401ms] appliance is up
libguestfs: trace: launch = 0
libguestfs: trace: mount_ro "/dev/sda" "/"
guestfsd: main_loop: new request, len 0x3c
mount -o ro /dev/sda /sysroot/
libguestfs: trace: mount_ro = 0
libguestfs: trace: find "/"
libguestfs: trace: find0 "/" "/root/git/libguestfs/tmp/libguestfsnJGUHi/find2"
guestfsd: main_loop: proc 73 (mount_ro) took 0.00 seconds
guestfsd: main_loop: new request, len 0x30
find /sysroot/ -print0
libguestfs: trace: find0 = 0
libguestfs: trace: find = ["vista", "vista/amd64", "vista/amd64/netkvm.cat", "vista/amd64/netkvm.inf", "vista/amd64/netkvm.pdb", "vista/amd64/netkvm.sys", "vista/amd64/netkvmco.dll", "vista/amd64/netkvmtemporarycert.cer", "vista/amd64/readme.doc", "vista/x86", "vista/x86/netkvm.cat", "vista/x86/netkvm.inf", "vista/x86/netkvm.pdb", "vista/x86/netkvm.sys", "vista/x86/netkvmco.dll", "vista/x86/netkvmtemporarycert.cer", "vista/x86/readme.doc", "win7", "win7/amd64", "win7/amd64/balloon.cat", "win7/amd64/balloon.inf", "win7/amd64/balloon.pdb", "win7/amd64/balloon.sys", "win7/amd64/blnsvr.exe", "win7/amd64/blnsvr.pdb", "win7/amd64/netkvm.cat", "win7/amd64/netkvm.inf", "win7/amd64/netkvm.pdb", "win7/amd64/netkvm.sys", "win7/amd64/netkvmco.dll", "win7/amd64/netkvmtemporarycert.cer", "win7/amd64/readme.doc", "win7/amd64/vioscsi.cat", "win7/amd64/vioscsi.inf", "win7/amd64/vioscsi.pdb", "win7/amd64/vioscsi.sys", "win7/amd64/vioser-test.exe", "win7/amd64/vioser-test.pdb", "win7/amd64/vioser.cat", "win7/amd64/vioser.inf", "win7/amd64/vioser.pdb", "win7/amd64/vioser.sys", "win7/amd64/viostor.cat", "win7/amd64/viostor.inf", "win7/amd64/viostor.pdb", "win7/amd64/viostor.sys", "win7/amd64/wdfcoinstaller01009.dll", "win7/x86", "win7/x86/balloon.cat", "win7/x86/balloon.inf", "win7/x86/balloon.pdb", "win7/x86/balloon.sys", "win7/x86/blnsvr.exe", "win7/x86/blnsvr.pdb", "win7/x86/netkvm.cat", "win7/x86/netkvm.inf", "win7/x86/netkvm.pdb", "win7/x86/netkvm.sys", "win7/x86/netkvmco.dll", "win7/x86/netkvmtemporarycert.cer", "win7/x86/readme.doc", "win7/x86/vioscsi.cat", "win7/x86/vioscsi.inf", "win7/x86/vioscsi.pdb", "win7/x86/vioscsi.sys", "win7/x86/vioser-test.exe", "win7/x86/vioser-test.pdb", "win7/x86/vioser.cat", "win7/x86/vioser.inf", "win7/x86/vioser.pdb", "win7/x86/vioser.sys", "win7/x86/viostor.cat", "win7/x86/viostor.inf", "win7/x86/viostor.pdb", "win7/x86/viostor.sys", "win7/x86/wdfcoinstaller01009.dll", "win8", "win8/amd64", "win8/amd64/balloon.cat", "win8/amd64/balloon.inf", "win8/amd64/balloon.pdb", "win8/amd64/balloon.sys", "win8/amd64/blnsvr.exe", "win8/amd64/blnsvr.pdb", "win8/amd64/netkvm.cat", "win8/amd64/netkvm.inf", "win8/amd64/netkvm.pdb", "win8/amd64/netkvm.sys", "win8/amd64/netkvmco.dll", "win8/amd64/netkvmtemporarycert.cer", "win8/amd64/readme.doc", "win8/amd64/vioscsi.cat", "win8/amd64/vioscsi.inf", "win8/amd64/vioscsi.pdb", "win8/amd64/vioscsi.sys", "win8/amd64/vioscsi_dvl.xml", "win8/amd64/vioser.cat", "win8/amd64/vioser.inf", "win8/amd64/vioser.pdb", "win8/amd64/vioser.sys", "win8/amd64/viostor.cat", "win8/amd64/viostor.inf", "win8/amd64/viostor.pdb", "win8/amd64/viostor.sys", "win8/amd64/viostor_dvl.xml", "win8/amd64/wdfcoinstaller01011.dll", "win8/x86", "win8/x86/balloon.cat", "win8/x86/balloon.inf", "win8/x86/balloon.pdb", "win8/x86/balloon.sys", "win8/x86/blnsvr.exe", "win8/x86/blnsvr.pdb", "win8/x86/netkvm.cat", "win8/x86/netkvm.inf", "win8/x86/netkvm.pdb", "win8/x86/netkvm.sys", "win8/x86/netkvmco.dll", "win8/x86/netkvmtemporarycert.cer", "win8/x86/readme.doc", "win8/x86/vioscsi.cat", "win8/x86/vioscsi.inf", "win8/x86/vioscsi.pdb", "win8/x86/vioscsi.sys", "win8/x86/vioser.cat", "win8/x86/vioser.inf", "win8/x86/vioser.pdb", "win8/x86/vioser.sys", "win8/x86/viostor.cat", "win8/x86/viostor.inf", "win8/x86/viostor.pdb", "win8/x86/viostor.sys", "win8/x86/wdfcoinstaller01011.dll", "wlh", "wlh/amd64", "wlh/amd64/balloon.cat", "wlh/amd64/balloon.inf", "wlh/amd64/balloon.pdb", "wlh/amd64/balloon.sys", "wlh/amd64/blnsvr.exe", "wlh/amd64/blnsvr.pdb", "wlh/amd64/vioscsi.cat", "wlh/amd64/vioscsi.inf", "wlh/amd64/vioscsi.pdb", "wlh/amd64/vioscsi.sys", "wlh/amd64/vioser-test.exe", "wlh/amd64/vioser-test.pdb", "wlh/amd64/vioser.cat", "wlh/amd64/vioser.inf", "wlh/amd64/vioser.pdb", "wlh/amd64/vioser.sys", "wlh/amd64/viostor.cat", "wlh/amd64/viostor.inf", "wlh/amd64/viostor.pdb", "wlh/amd64/viostor.sys", "wlh/amd64/wdfcoinstaller01009.dll", "wlh/x86", "wlh/x86/balloon.cat", "wlh/x86/balloon.inf", "wlh/x86/balloon.pdb", "wlh/x86/balloon.sys", "wlh/x86/blnsvr.exe", "wlh/x86/blnsvr.pdb", "wlh/x86/vioscsi.cat", "wlh/x86/vioscsi.inf", "wlh/x86/vioscsi.pdb", "wlh/x86/vioscsi.sys", "wlh/x86/vioser-test.exe", "wlh/x86/vioser-test.pdb", "wlh/x86/vioser.cat", "wlh/x86/vioser.inf", "wlh/x86/vioser.pdb", "wlh/x86/vioser.sys", "wlh/x86/viostor.cat", "wlh/x86/viostor.inf", "wlh/x86/viostor.pdb", "wlh/x86/viostor.sys", "wlh/x86/wdfcoinstaller01009.dll", "wnet", "wnet/amd64", "wnet/amd64/balloon.cat", "wnet/amd64/balloon.inf", "wnet/amd64/balloon.pdb", "wnet/amd64/balloon.sys", "wnet/amd64/blnsvr.exe", "wnet/amd64/blnsvr.pdb", "wnet/amd64/vioscsi.cat", "wnet/amd64/vioscsi.inf", "wnet/amd64/vioscsi.pdb", "wnet/amd64/vioscsi.sys", "wnet/amd64/vioser-test.exe", "wnet/amd64/vioser-test.pdb", "wnet/amd64/vioser.cat", "wnet/amd64/vioser.inf", "wnet/amd64/vioser.pdb", "wnet/amd64/vioser.sys", "wnet/amd64/viostor.cat", "wnet/amd64/viostor.inf", "wnet/amd64/viostor.pdb", "wnet/amd64/viostor.sys", "wnet/amd64/wdfcoinstaller01009.dll", "wnet/x86", "wnet/x86/balloon.cat", "wnet/x86/balloon.inf", "wnet/x86/balloon.pdb", "wnet/x86/balloon.sys", "wnet/x86/blnsvr.exe", "wnet/x86/blnsvr.pdb", "wnet/x86/vioscsi.cat", "wnet/x86/vioscsi.inf", "wnet/x86/vioscsi.pdb", "wnet/x86/vioscsi.sys", "wnet/x86/vioser-test.exe", "wnet/x86/vioser-test.pdb", "wnet/x86/vioser.cat", "wnet/x86/vioser.inf", "wnet/x86/vioser.pdb", "wnet/x86/vioser.sys", "wnet/x86/viostor.cat", "wnet/x86/viostor.inf", "wnet/x86/viostor.pdb", "wnet/x86/viostor.sys", "wnet/x86/wdfcoinstaller01009.dll", "wxp", "wxp/x86", "wxp/x86/balloon.cat", "wxp/x86/balloon.inf", "wxp/x86/balloon.pdb", "wxp/x86/balloon.sys", "wxp/x86/blnsvr.exe", "wxp/x86/blnsvr.pdb", "wxp/x86/vioser-test.exe", "wxp/x86/vioser-test.pdb", "wxp/x86/vioser.cat", "wxp/x86/vioser.inf", "wxp/x86/vioser.pdb", "wxp/x86/vioser.sys", "wxp/x86/viostor.cat", "wxp/x86/viostor.inf", "wxp/x86/viostor.pdb", "wxp/x86/viostor.sys", "wxp/x86/wdfcoinstaller01009.dll", "xp", "xp/amd64", "xp/amd64/netkvm.cat", "xp/amd64/netkvm.inf", "xp/amd64/netkvm.pdb", "xp/amd64/netkvm.sys", "xp/x86", "xp/x86/netkvm.cat", "xp/x86/netkvm.inf", "xp/x86/netkvm.pdb", "xp/x86/netkvm.sys"]
libguestfs: trace: is_file "/vista" "followsymlinks:false"
guestfsd: main_loop: proc 196 (find0) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/vista/amd64" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/vista/amd64/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/amd64/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/amd64/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/amd64/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/amd64/netkvmco.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/amd64/netkvmtemporarycert.cer" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/amd64/readme.doc" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/vista/x86/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86/netkvmco.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86/netkvmtemporarycert.cer" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/vista/x86/readme.doc" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/win7/amd64" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/win7/amd64/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/netkvmco.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/netkvmtemporarycert.cer" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/readme.doc" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/amd64/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/win7/x86/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/netkvmco.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/netkvmtemporarycert.cer" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/readme.doc" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win7/x86/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/win8/amd64" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/win8/amd64/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/netkvmco.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/netkvmtemporarycert.cer" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/readme.doc" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioscsi_dvl.xml" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/viostor_dvl.xml" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/amd64/wdfcoinstaller01011.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/win8/x86/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/netkvmco.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/netkvmtemporarycert.cer" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/readme.doc" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/win8/x86/wdfcoinstaller01011.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wlh/amd64" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wlh/amd64/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/amd64/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wlh/x86/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wlh/x86/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x50
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wnet/amd64" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wnet/amd64/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/amd64/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wnet/x86/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioscsi.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioscsi.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioscsi.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioscsi.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x4c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wnet/x86/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x54
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wxp/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/wxp/x86/balloon.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/balloon.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/balloon.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/balloon.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/blnsvr.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/blnsvr.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/vioser-test.exe" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/vioser-test.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x48
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/vioser.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/vioser.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/vioser.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/vioser.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/viostor.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/viostor.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/viostor.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/viostor.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/wxp/x86/wdfcoinstaller01009.dll" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x50
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/xp/amd64" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/xp/amd64/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/amd64/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/amd64/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/amd64/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/x86" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 0
libguestfs: trace: is_file "/xp/x86/netkvm.cat" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/x86/netkvm.inf" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/x86/netkvm.pdb" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
libguestfs: trace: is_file "/xp/x86/netkvm.sys" "followsymlinks:false"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds
libguestfs: trace: is_file = 1
virt-v2v: warning: there are no virtio drivers available for this version 
of Windows (6.1 x86_64 Client).  virt-v2v looks for drivers in 
/home/vdsm/virtio-win-0.1-65.iso

The guest will be configured to use slower emulated devices.
libguestfs: trace: hivex_commit null
guestfsd: main_loop: new request, len 0x2c
libguestfs: trace: hivex_commit = 0
libguestfs: trace: hivex_close
guestfsd: main_loop: proc 362 (hivex_commit) took 0.03 seconds
guestfsd: main_loop: new request, len 0x28
hivex: hivex_close: hivex_close
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds
libguestfs: trace: hivex_close = 0
libguestfs: trace: case_sensitive_path "/Windows/system32/config/software"
guestfsd: main_loop: new request, len 0x50
libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SOFTWARE"
libguestfs: trace: hivex_open "/Windows/System32/config/SOFTWARE" "verbose:true" "write:true"
guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds
guestfsd: main_loop: new request, len 0x5c
hivex: hivex_open: successfully read Windows Registry hive file:
  pages:          8364 [sml: 4096, lge: 16384]
  blocks:         702414 [sml: 8, avg: 51, lge: 16352]
  blocks used:    687722
  bytes used:     35989960
gueslibguestfs: trace: hivex_open = 0
libguestfs: trace: hivex_root
tfsd: main_loop: proc 350 (hivex_open) took 0.01 seconds
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds
libguestfs: trace: hivex_root = 4128
libguestfs: trace: hivex_node_get_child 4128 "Microsoft"
guestfsd: main_loop: new request, len 0x40
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4448
libguestfs: trace: hivex_node_get_child 4448 "Windows"
guestfsd: main_loop: new request, len 0x3c
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4560
libguestfs: trace: hivex_node_get_child 4560 "CurrentVersion"
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds
libguestfs: trace: hivex_node_get_child = 4664
libguestfs: trace: hivex_node_values 4664
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds
libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *>
libguestfs: trace: hivex_value_key 3375664
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SM_GamesName"
libguestfs: trace: hivex_value_key 3375704
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "SM_ConfigureProgramsName"
libguestfs: trace: hivex_value_key 4480680
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CommonFilesDir"
libguestfs: trace: hivex_value_key 4480784
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CommonFilesDir (x86)"
libguestfs: trace: hivex_value_key 4480936
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "CommonW6432Dir"
libguestfs: trace: hivex_value_key 4427152
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds
libguestfs: trace: hivex_value_key = "DevicePath"
libguestfs: trace: hivex_value_value 4427152
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds
libguestfs: trace: hivex_value_value = "%\x00S\x00y\x00s\x00t\x00e\x00m\x00R\x00o\x00o\x00t\x00%\x00\\x00i\x00n\x00f\x00\x00\x00"
libguestfs: trace: hivex_value_type 4427152
guestfsd: main_loop: new request, len 0x30
guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds
libguestfs: trace: hivex_value_type = 2
libguestfs: trace: hivex_node_set_value 4664 "DevicePath" 2 "%\x00S\x00y\x00s\x00t\x00e\x00m\x00R\x00o\x00o\x00t\x00%\x00\\x00i\x00n\x00f\x00;\x00%\x00S\x00y\x00s\x00t\x00e\x00m\x00R\x00o\x00o\x00t\x00%\x00\\x00D\x00r\x00i\x00v\x00e\x00r\x00s\x00\\x00V\x00i\x00r\x00t\x00I\x00O\x00\x00\x00"
guestfsd: main_loop: new request, len 0xa8
guestfsd: main_loop: proc 365 (hivex_node_set_value) took 0.00 seconds
libguestfs: trace: hivex_node_set_value = 0
libguestfs: trace: hivex_commit null
guestfsd: main_loop: new request, len 0x2c
libguestfs: trace: hivex_commit = 0
libguestfs: trace: hivex_close
guestfsd: main_loop: proc 362 (hivex_commit) took 0.15 seconds
guestfsd: main_loop: new request, len 0x28
hivex: hivex_close: hivex_close
libguestfs: trace: hivex_close = 0
libguestfs: trace: pread_device "/dev/sda2" 8 3
guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds
guestfsd: main_loop: new request, len 0x44
guestfsd: main_loop: proc 276 (pread_device) took 0.00 seconds
libguestfs: trace: pread_device = "NTFS    "
libguestfs: trace: part_to_dev "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: blockdev_getsize64 "/dev/sda"
guestfsd: main_loop: new request, len 0x34
udevadm --debug settle
calling: settle
blockdev --getsize64 /dev/sda
guestfsd: main_loop: proc 63 (blockdev_getsize64) took 0.00 seconds
libguestfs: trace: blockdev_getsize64 = 16106127360
libguestfs: trace: pwrite_device "/dev/sda2" "\xff\x00" 26
guestfsd: main_loop: new request, len 0x48
udevadm --debug settle
calling: settle
guestfsd: main_loop: proc 275 (pwrite_device) took 0.00 seconds
libguestfs: trace: pwrite_device = 2
gcaps_block_bus = ide
gcaps_net_bus = rtl8139
gcaps_video = qxl
gcaps_arch = x86_64
gcaps_acpi = true
virt-v2v: This guest does not have virtio drivers installed.
libguestfs: trace: umount_all
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda2 dir=/sysroot type=fuseblk opts=rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 freq=0 passno=0
umount /sysroot
libguestfs: trace: umount_all = 0
[  81.3] Mapping filesystem data to avoid copying unused and blank areas
libguestfs: trace: list_filesystems
libguestfs: trace: feature_available "lvm2"
guestfsd: main_loop: proc 47 (umount_all) took 3.25 seconds
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds
libguestfs: trace: feature_available = 1
libguestfs: trace: feature_available "ldm"
guestfsd: main_loop: new request, len 0x34
guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds
libguestfs: trace: feature_available = 0
libguestfs: trace: list_devices
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds
libguestfs: trace: list_devices = ["/dev/sda"]
libguestfs: trace: list_partitions
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds
libguestfs: trace: list_partitions = ["/dev/sda1", "/dev/sda2"]
libguestfs: trace: list_md_devices
guestfsd: main_loop: new request, len 0x28
guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds
libguestfs: trace: list_md_devices = []
libguestfs: trace: part_to_dev "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: part_to_dev "/dev/sda2"
guestfsd: main_loop: new request, len 0x38
guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds
libguestfs: trace: part_to_dev = "/dev/sda"
libguestfs: trace: vfs_type "/dev/sda1"
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda1
libguestfs: trace: vfs_type = "ntfs"
libguestfs: trace: vfs_type "/dev/sda2"
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x38
blkid -c /dev/null -o value -s TYPE /dev/sda2
libguestfs: trace: vfs_type = "ntfs"
libguestfs: trace: lvs
guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
lvm lvs -o vg_name,lv_name --noheadings --separator /
  /run/lvm/lvmetad.socket: connect failed: No such file or directory
  WARNING: Failed to connect to lvmetad. Falling back to internal scanning.
libguestfs: trace: lvs = []
libguestfs: trace: list_filesystems = ["/dev/sda1", "ntfs", "/dev/sda2", "ntfs"]
libguestfs: trace: umount_all
guestfsd: main_loop: proc 11 (lvs) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
libguestfs: trace: umount_all = 0
libguestfs: trace: mount "/dev/sda2" "/"
guestfsd: main_loop: new request, len 0x40
mount -o  /dev/sda2 /sysroot/
libguestfs: trace: mount = 0
libguestfs: trace: fstrim "/"
guestfsd: main_loop: proc 1 (mount) took 0.01 seconds
guestfsd: main_loop: new request, len 0x48
fsync /dev/sda
fstrim -v /sysroot/
/sysroot/: 16 EiB (18446744073709551615 bytes) trimmed

guestfsd: main_loop: proc 334 (fstrim) took 0.08 seconds
libguestfs: trace: fstrim = 0
libguestfs: trace: umount_all
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda2 dir=/sysroot type=fuseblk opts=rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 freq=0 passno=0
umount /sysroot
guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
libguestfs: trace: umount_all = 0
libguestfs: trace: mount "/dev/sda1" "/"
guestfsd: main_loop: new request, len 0x40
mount -o  /dev/sda1 /sysroot/
libguestfs: trace: mount = 0
libguestfs: trace: fstrim "/"
guestfsd: main_loop: proc 1 (mount) took 0.34 seconds
guestfsd: main_loop: new request, len 0x48
fsync /dev/sda
fstrim -v /sysroot/
/sysroot/: 16 EiB (18446744073709551615 bytes) trimmed

guestfsd: main_loop: proc 334 (fstrim) took 0.00 seconds
libguestfs: trace: fstrim = 0
[  81.8] Closing the overlay
libguestfs: trace: umount_all
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda1 dir=/sysroot type=fuseblk opts=rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096 freq=0 passno=0
umount /sysroot
libguestfs: trace: umount_all = 0
libguestfs: trace: shutdown
libguestfs: trace: internal_autosync
guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
fsync /dev/sda
guestfsd: main_loop: proc 282 (internal_autosync) took 0.00 seconds
libguestfs: trace: internal_autosync = 0
libguestfs: sending SIGTERM to process 14156
libguestfs: trace: shutdown = 0
libguestfs: trace: close
libguestfs: closing guestfs handle 0xd48040 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /root/git/libguestfs/tmp/libguestfsKzcXd3
[  81.8] Copying disk 1/1 to /home/v2v/Win7/win7-sda (raw)
target_file = /home/v2v/Win7/win7-sda
target_format = raw
target_estimated_size = 16106127360
target_overlay = /root/git/libguestfs/tmp/v2vovl809d47.qcow2
target_overlay.ov_source = json: { "file.cookie": "vmware_soap_session=\"52cbe514-6e6e-0b33-ec9c-dcff6591b3bb\"", "file.sslverify": "off", "file.driver": "https", "file.url": "https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1", "file.timeout": 600 }
vcenter: json parameters: { "file.cookie": "vmware_soap_session=\"52cbe514-6e6e-0b33-ec9c-dcff6591b3bb\"", "file.sslverify": "off", "file.readahead": 67108864, "file.driver": "https", "file.url": "https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1", "file.timeout": 600 }
qemu-img rebase -u -b 'json: { "file.cookie": "vmware_soap_session=\"52cbe514-6e6e-0b33-ec9c-dcff6591b3bb\"", "file.sslverify": "off", "file.readahead": 67108864, "file.driver": "https", "file.url": "https://10.35.4.51/folder/win7/win7-flat.vmdk?dcPath=ovirt&dsName=datastore1", "file.timeout": 600 }' '/root/git/libguestfs/tmp/v2vovl809d47.qcow2'
qemu-img convert -p -n -f qcow2 -O 'raw' '/root/git/libguestfs/tmp/v2vovl809d47.qcow2' '/home/v2v/Win7/win7-sda'
    (0.00/100%)
    (1.02/100%)
    (2.03/100%)
    (3.05/100%)
    (4.06/100%)
    (5.08/100%)
    (6.10/100%)
    (7.11/100%)
    (8.13/100%)
    (9.15/100%)
    (10.16/100%)
    (11.18/100%)
    (12.19/100%)
    (13.21/100%)
    (14.23/100%)
    (15.24/100%)
    (16.26/100%)
    (17.27/100%)
    (18.29/100%)
    (19.31/100%)
    (20.32/100%)
    (21.34/100%)
    (22.36/100%)
    (23.37/100%)
    (24.39/100%)
    (25.40/100%)
    (26.42/100%)
    (27.44/100%)
    (28.45/100%)
    (29.47/100%)
    (30.48/100%)
    (31.50/100%)
    (32.52/100%)
    (33.53/100%)
    (34.55/100%)
    (35.57/100%)
    (36.58/100%)
    (37.60/100%)
    (38.61/100%)
    (39.63/100%)
    (40.65/100%)
    (41.66/100%)
    (42.68/100%)
    (43.69/100%)
    (44.71/100%)
    (45.73/100%)
    (46.74/100%)
    (47.76/100%)
    (48.78/100%)
    (49.79/100%)
    (50.81/100%)
    (51.82/100%)
    (52.84/100%)
    (53.86/100%)
    (54.87/100%)
    (55.89/100%)
    (56.90/100%)
    (57.92/100%)
    (58.94/100%)
    (59.95/100%)
    (60.97/100%)
    (61.99/100%)
    (63.00/100%)
    (64.02/100%)
    (65.03/100%)
    (66.05/100%)
    (67.07/100%)
    (68.08/100%)
    (69.10/100%)
    (70.12/100%)
    (71.13/100%)
    (72.15/100%)
    (73.16/100%)
    (74.18/100%)
    (75.20/100%)
    (76.21/100%)
    (77.23/100%)
    (78.24/100%)
    (79.26/100%)
    (80.28/100%)
    (81.29/100%)
    (82.31/100%)
    (83.33/100%)
    (84.34/100%)
    (85.36/100%)
    (86.37/100%)
    (87.39/100%)
    (88.41/100%)
    (89.42/100%)
    (90.44/100%)
    (91.45/100%)
    (92.47/100%)
    (93.49/100%)
    (94.50/100%)
    (95.52/100%)
    (96.54/100%)
    (97.55/100%)
    (98.57/100%)
    (99.58/100%)
    (100.00/100%)
    (100.00/100%)
virtual copying rate: 812.3 M bits/sec
real copying rate: 370.1 M bits/sec
sda: estimate 16106127360 (15.0G) versus actual 7337680896 (6.8G): 119.5%
[ 271.6] Creating output metadata
[ 271.6] Finishing off
libguestfs: trace: close
libguestfs: closing guestfs handle 0xd1fc10 (state 2)
libguestfs: trace: internal_autosync
guestfsd: main_loop: new request, len 0x28
umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0
umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=97748k,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=241956k,nr_inodes=60489,mode=755 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda dir=/sysroot type=iso9660 opts=ro,relatime freq=0 passno=0
umount /sysroot
fsync /dev/sda
guestfsd: main_loop: proc 282 (internal_autosync) took 0.00 seconds
libguestfs: trace: internal_autosync = 0
libguestfs: sending SIGTERM to process 14459
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /root/git/libguestfs/tmp/libguestfsnJGUHi


More information about the Libguestfs mailing list