<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2015-05-28 9:48 GMT+03:00 NoxDaFox <span dir="ltr"><<a href="mailto:noxdafox@gmail.com" target="_blank">noxdafox@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">2015-05-27 15:21 GMT+03:00 Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span>On Wed, May 27, 2015 at 09:38:38AM +0300, NoxDaFox wrote:<br>
>  * RuntimeError: file receive cancelled by daemon - On r =<br>
> libguestfsmod.checksums_out (self._o, csumtype, directory, sumsfile)<br>
>  * RuntimeError: hivex_close: do_hivex_close: you must call 'hivex-open'<br>
> first to initialize the hivex handle - On r = libguestfsmod.inspect_os<br>
> (self._o)<br>
<br>
</span>This error is likely to be -EIO (it's actually a bug in libguestfs<br>
that it doesn't report these properly in the error message).  However<br>
we cannot be sure unless you enable debugging and get the complete<br>
messages.<br>
<br>
<a href="http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs" target="_blank">http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs</a><br>
<br>
Rich.<br>
<span><font color="#888888"><br></font></span></blockquote></span><div><br><br>I'm starting to wonder whether these errors are due to the fact that I compare snapshots of unconsistent disks. If so, is there a way to instruct guestfs to ignore corrupted files? <br></div><div><br></div><div>It's a bit challenging to generate such logs as the error appears every now ant then.<br></div><div>Here's the log related to a "RuntimeError: file receive cancelled by daemon".</div><div> </div><div>libguestfs: trace: set_verbose true<br>libguestfs: trace: set_verbose = 0<br>libguestfs: create: flags = 0, handle = 0x2b45cc0, program = python<br>libguestfs: trace: add_drive "/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2" "readonly:true"<br>libguestfs: creating COW overlay to protect original drive content<br>libguestfs: trace: get_tmpdir<br>libguestfs: trace: get_tmpdir = "/tmp"<br>libguestfs: trace: disk_create "/tmp/libguestfssil2bk/overlay1" "qcow2" -1 "backingfile:/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2"<br>libguestfs: command: run: qemu-img<br>libguestfs: command: run: \ create<br>libguestfs: command: run: \ -f qcow2<br>libguestfs: command: run: \ -o backing_file=/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2<br>libguestfs: command: run: \ /tmp/libguestfssil2bk/overlay1<br>Formatting '/tmp/libguestfssil2bk/overlay1', fmt=qcow2 size=64424509440 backing_file='/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2' encryption=off cluster_size=65536 lazy_refcounts=off <br>libguestfs: trace: disk_create = 0<br>libguestfs: trace: add_drive = 0<br>libguestfs: trace: launch<br>libguestfs: trace: version<br>libguestfs: trace: version = <struct guestfs_version *><br>libguestfs: trace: get_backend<br>libguestfs: trace: get_backend = "direct"<br>libguestfs: launch: program=python<br>libguestfs: launch: version=1.28.1<br>libguestfs: launch: backend registered: unix<br>libguestfs: launch: backend registered: uml<br>libguestfs: launch: backend registered: libvirt<br>libguestfs: launch: backend registered: direct<br>libguestfs: launch: backend=direct<br>libguestfs: launch: tmpdir=/tmp/libguestfssil2bk<br>libguestfs: launch: umask=0022<br>libguestfs: launch: euid=0<br>libguestfs: trace: get_backend_setting "force_tcg"<br>libguestfs: trace: get_backend_setting = NULL (error)<br>libguestfs: trace: get_cachedir<br>libguestfs: trace: get_cachedir = "/var/tmp"<br>libguestfs: [00010ms] begin building supermin appliance<br>libguestfs: [00010ms] run supermin<br>libguestfs: command: run: /usr/bin/supermin<br>libguestfs: command: run: \ --build<br>libguestfs: command: run: \ --verbose<br>libguestfs: command: run: \ --if-newer<br>libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock<br>libguestfs: command: run: \ --copy-kernel<br>libguestfs: command: run: \ -f ext2<br>libguestfs: command: run: \ --host-cpu x86_64<br>libguestfs: command: run: \ /usr/lib/x86_64-linux-gnu/guestfs/supermin.d<br>libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d<br>supermin: version: 5.1.11<br>supermin: package handler: debian/dpkg<br>supermin: acquiring lock on /var/tmp/.guestfs-0/lock<br>supermin: if-newer: output does not need rebuilding<br>libguestfs: [00137ms] finished building supermin appliance<br>libguestfs: [00137ms] begin testing qemu features<br>libguestfs: command: run: /usr/bin/qemu-system-x86_64<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -help<br>libguestfs: command: run: /usr/bin/qemu-system-x86_64<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -version<br>libguestfs: qemu version 2.1<br>libguestfs: command: run: /usr/bin/qemu-system-x86_64<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -machine accel=kvm:tcg<br>libguestfs: command: run: \ -device ?<br>libguestfs: [00789ms] finished testing qemu features<br>libguestfs: trace: get_backend_setting "gdb"<br>libguestfs: trace: get_backend_setting = NULL (error)<br>[00796ms] /usr/bin/qemu-system-x86_64 \<br>    -global virtio-blk-pci.scsi=off \<br>    -nodefconfig \<br>    -enable-fips \<br>    -nodefaults \<br>    -display none \<br>    -cpu host \<br>    -machine accel=kvm:tcg \<br>    -m 500 \<br>    -no-reboot \<br>    -rtc driftfix=slew \<br>    -no-hpet \<br>    -global kvm-pit.lost_tick_policy=discard \<br>    -kernel /var/tmp/.guestfs-0/appliance.d/kernel \<br>    -initrd /var/tmp/.guestfs-0/appliance.d/initrd \<br>    -device virtio-scsi-pci,id=scsi \<br>    -drive file=/tmp/libguestfssil2bk/overlay1,cache=unsafe,format=qcow2,id=hd0,if=none \<br>    -device scsi-hd,drive=hd0 \<br>    -drive file=/var/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \<br>    -device scsi-hd,drive=appliance \<br>    -device virtio-serial-pci \<br>    -serial stdio \<br>    -device sga \<br>    -chardev socket,path=/tmp/libguestfssil2bk/guestfsd.sock,id=channel0 \<br>    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \<br>    -append 'panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm'<br>Could not open option rom 'sgabios.bin': No such file or directory<br>[    0.000000] Initializing cgroup subsys cpuset<br>[    0.000000] Initializing cgroup subsys cpu<br>[    0.000000] Initializing cgroup subsys cpuacct<br>[    0.000000] Linux version 3.16.0-4-amd64 (<a href="mailto:debian-kernel@lists.debian.org" target="_blank">debian-kernel@lists.debian.org</a>) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13)<br>[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br>[    0.000000] e820: BIOS-provided physical RAM map:<br>[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable<br>[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3dffff] usable<br>[    0.000000] BIOS-e820: [mem 0x000000001f3e0000-0x000000001f3fffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved<br>[    0.000000] NX (Execute Disable) protection: active<br>[    0.000000] SMBIOS 2.8 present.<br>[    0.000000] Hypervisor detected: KVM<br>[    0.000000] AGP: No AGP bridge found<br>[    0.000000] e820: last_pfn = 0x1f3e0 max_arch_pfn = 0x400000000<br>[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106<br>[    0.000000] found SMP MP-table at [mem 0x000f0ec0-0x000f0ecf] mapped at [ffff8800000f0ec0]<br>[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]<br>[    0.000000] init_memory_mapping: [mem 0x1ee00000-0x1effffff]<br>[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1edfffff]<br>[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]<br>[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3dffff]<br>[    0.000000] RAMDISK: [mem 0x1f015000-0x1f3d7fff]<br>[    0.000000] No NUMA configuration found<br>[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3dffff]<br>[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3dffff]<br>[    0.000000]   NODE_DATA [mem 0x1f3db000-0x1f3dffff]<br>[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00<br>[    0.000000] kvm-clock: cpu 0, msr 0:1f00d001, primary cpu clock<br>[    0.000000] Zone ranges:<br>[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]<br>[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]<br>[    0.000000]   Normal   empty<br>[    0.000000] Movable zone start for each node<br>[    0.000000] Early memory node ranges<br>[    0.000000]   node   0: [mem 0x00001000-0x0009efff]<br>[    0.000000]   node   0: [mem 0x00100000-0x1f3dffff]<br>[    0.000000] SFI: Simple Firmware Interface v0.81 <a href="http://simplefirmware.org" target="_blank">http://simplefirmware.org</a><br>[    0.000000] Intel MultiProcessor Specification v1.4<br>[    0.000000] MPTABLE: OEM ID: BOCHSCPU<br>[    0.000000] MPTABLE: Product ID: 0.1         <br>[    0.000000] MPTABLE: APIC at: 0xFEE00000<br>[    0.000000] Processor #0 (Bootup-CPU)<br>[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23<br>[    0.000000] Processors: 1<br>[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs<br>[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]<br>[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]<br>[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]<br>[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices<br>[    0.000000] Booting paravirtualized kernel on KVM<br>[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1<br>[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001ec00000 s80896 r8192 d21504 u2097152<br>[    0.000000] KVM setup async PF for cpu 0<br>[    0.000000] kvm-stealtime: cpu 0, msr 1ec0d080<br>[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 126099<br>[    0.000000] Policy zone: DMA32<br>[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br>[    0.000000] Disabling memory control group subsystem<br>[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)<br>[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240<br>[    0.000000] AGP: Checking aperture...<br>[    0.000000] AGP: No AGP bridge found<br>[    0.000000] Memory: 487724K/511480K available (5207K kernel code, 946K rwdata, 1832K rodata, 1204K init, 840K bss, 23756K reserved)<br>[    0.000000] Hierarchical RCU implementation.<br>[    0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.<br>[    0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.<br>[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1<br>[    0.000000] NR_IRQS:33024 nr_irqs:256 16<br>[    0.000000] Console: colour *CGA 80x25<br>[    0.000000] console [ttyS0] enabled<br>[    0.000000] tsc: Detected 2659.998 MHz processor<br>[    0.008000] Calibrating delay loop (skipped) preset value.. 5319.99 BogoMIPS (lpj=10639992)<br>[    0.008000] pid_max: default: 32768 minimum: 301<br>[    0.008000] Security Framework initialized<br>[    0.008000] AppArmor: AppArmor disabled by boot time parameter<br>[    0.008000] Yama: disabled by default; enable with sysctl kernel.yama.*<br>[    0.008067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)<br>[    0.009307] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)<br>[    0.010357] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)<br>[    0.012007] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)<br>[    0.013331] Initializing cgroup subsys memory<br>[    0.013923] Initializing cgroup subsys devices<br>[    0.014539] Initializing cgroup subsys freezer<br>[    0.015142] Initializing cgroup subsys net_cls<br>[    0.015757] Initializing cgroup subsys blkio<br>[    0.016009] Initializing cgroup subsys perf_event<br>[    0.016642] Initializing cgroup subsys net_prio<br>[    0.017370] mce: CPU supports 10 MCE banks<br>[    0.017983] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4<br>[    0.017983] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0<br>[    0.017983] tlb_flushall_shift: -1<br>[    0.092630] Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - ffffffff81a20000)<br>[    0.098843] ftrace: allocating 21614 entries in 85 pages<br>[    0.104465] Enabling x2apic<br>[    0.104874] Enabled x2apic<br>[    0.108004] Switched APIC routing to physical x2apic.<br>[    0.110328] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1<br>[    0.111118] smpboot: CPU0: Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz (fam: 06, model: 17, stepping: 0a)<br>[    0.220080] Performance Events: 4-deep LBR, Core2 events, Intel PMU driver.<br>[    0.221080] ... version:                2<br>[    0.221605] ... bit width:              40<br>[    0.222140] ... generic registers:      2<br>[    0.222666] ... value mask:             000000ffffffffff<br>[    0.223372] ... max period:             000000007fffffff<br>[    0.224001] ... fixed-purpose events:   3<br>[    0.224541] ... event mask:             0000000700000003<br>[    0.227712] x86: Booted up 1 node, 1 CPUs<br>[    0.228004] smpboot: Total of 1 processors activated (5319.99 BogoMIPS)<br>[    0.229286] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.<br>[    0.230494] devtmpfs: initialized<br>[    0.235569] pinctrl core: initialized pinctrl subsystem<br>[    0.236084] NET: Registered protocol family 16<br>[    0.236820] cpuidle: using governor ladder<br>[    0.237367] cpuidle: using governor menu<br>[    0.238178] PCI: Using configuration type 1 for base access<br>[    0.240040] ACPI: Interpreter disabled.<br>[    0.240645] vgaarb: loaded<br>[    0.241064] PCI: Probing PCI hardware<br>[    0.241593] PCI host bridge to bus 0000:00<br>[    0.242141] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]<br>[    0.242960] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]<br>[    0.243900] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]<br>[    0.250608] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]<br>[    0.251541] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]<br>[    0.252002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]<br>[    0.252935] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]<br>[    0.254324] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI<br>[    0.255280] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB<br>[    0.274921] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]<br>[    0.276009] Switched to clocksource kvm-clock<br>[    0.283015] pnp: PnP ACPI: disabled<br>[    0.285237] NET: Registered protocol family 2<br>[    0.286072] TCP established hash table entries: 4096 (order: 3, 32768 bytes)<br>[    0.287062] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)<br>[    0.287982] TCP: Hash tables configured (established 4096 bind 4096)<br>[    0.288885] TCP: reno registered<br>[    0.289335] UDP hash table entries: 256 (order: 1, 8192 bytes)<br>[    0.290120] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)<br>[    0.290995] NET: Registered protocol family 1<br>[    0.291603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers<br>[    0.292441] pci 0000:00:01.0: PIIX3: Enabling Passive Release<br>[    0.293226] pci 0000:00:01.0: Activating ISA DMA hang workarounds<br>[    0.294157] Unpacking initramfs...<br>[    0.300013] Freeing initrd memory: 3852K (ffff88001f015000 - ffff88001f3d8000)<br>[    0.301284] platform rtc_cmos: registered platform RTC device (no PNP device found)<br>[    0.302421] microcode: CPU0 sig=0x1067a, pf=0x1, revision=0x1<br>[    0.303259] microcode: Microcode Update Driver: v2.00 <<a href="mailto:tigran@aivazian.fsnet.co.uk" target="_blank">tigran@aivazian.fsnet.co.uk</a>>, Peter Oruba<br>[    0.304731] futex hash table entries: 256 (order: 2, 16384 bytes)<br>[    0.305613] audit: initializing netlink subsys (disabled)<br>[    0.306376] audit: type=2000 audit(1432794962.390:1): initialized<br>[    0.307552] HugeTLB registered 2 MB page size, pre-allocated 0 pages<br>[    0.308452] zbud: loaded<br>[    0.308919] VFS: Disk quotas dquot_6.5.2<br>[    0.309469] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)<br>[    0.310389] msgmni has been set to 960<br>[    0.311205] alg: No test for stdrng (krng)<br>[    0.311785] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)<br>[    0.312848] io scheduler noop registered<br>[    0.313375] io scheduler deadline registered<br>[    0.313986] io scheduler cfq registered (default)<br>[    0.314682] pci_hotplug: PCI Hot Plug PCI Core version: 0.5<br>[    0.315453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4<br>[    0.316488] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled<br>[    0.344276] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A<br>[    0.345605] Linux agpgart interface v0.103<br>[    0.346264] i8042: PNP: No PS/2 controller found. Probing ports directly.<br>[    0.347960] serio: i8042 KBD port at 0x60,0x64 irq 1<br>[    0.348648] serio: i8042 AUX port at 0x60,0x64 irq 12<br>[    0.349445] mousedev: PS/2 mouse device common for all mice<br>[    0.350484] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0<br>[    0.352087] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0<br>[    0.353069] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram<br>[    0.353917] ledtrig-cpu: registered to indicate activity on CPUs<br>[    0.354769] AMD IOMMUv2 driver by Joerg Roedel <<a href="mailto:joerg.roedel@amd.com" target="_blank">joerg.roedel@amd.com</a>><br>[    0.355633] AMD IOMMUv2 functionality not available on this system<br>[    0.356560] TCP: cubic registered<br>[    0.357022] NET: Registered protocol family 10<br>[    0.358515] mip6: Mobile IPv6<br>[    0.358927] NET: Registered protocol family 17<br>[    0.359539] mpls_gso: MPLS GSO support<br>[    0.360282] registered taskstats version 1<br>[    0.361148] rtc_cmos rtc_cmos: setting system clock to 2015-05-28 06:36:02 UTC (1432794962)<br>[    0.364149] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000)<br>[    0.365218] Write protecting the kernel read-only data: 8192k<br>[    0.368551] Freeing unused kernel memory: 924K (ffff880001519000 - ffff880001600000)<br>[    0.370157] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000)<br>supermin: mounting /proc<br>supermin: uptime: 0.37 0.10<br>supermin: ext2 mini initrd starting up: 5.1.11 zlib xz<br>supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br>supermin: mounting /sys<br>supermin: internal insmod crc32-pclmul.ko<br>[    0.375955] PCLMULQDQ-NI instructions are not detected.<br>insmod: init_module: crc32-pclmul.ko: No such device<br>supermin: internal insmod crc32c-intel.ko<br>insmod: init_module: crc32c-intel.ko: No such device<br>supermin: internal insmod crct10dif_common.ko<br>supermin: internal insmod crct10dif-pclmul.ko<br>insmod: init_module: crct10dif-pclmul.ko: No such device<br>supermin: internal insmod crc32.ko<br>[    0.381649] alg: No test for crc32 (crc32-table)<br>supermin: internal insmod crc32c_generic.ko<br>supermin: internal insmod crct10dif_generic.ko<br>supermin: internal insmod scsi_mod.ko<br>[    0.388659] SCSI subsystem initialized<br>supermin: internal insmod libata.ko<br>supermin: internal insmod ata_piix.ko<br>[    0.394730] scsi0 : ata_piix<br>[    0.395216] scsi1 : ata_piix<br>[    0.395656] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc060 irq 14<br>[    0.396589] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc068 irq 15<br>supermin: internal insmod virtio.ko<br>supermin: internal insmod virtio_ring.ko<br>supermin: internal insmod virtio_blk.ko<br>supermin: internal insmod rng-core.ko<br>supermin: internal insmod virtio-rng.ko<br>supermin: internal insmod virtio_console.ko<br>supermin: internal insmod ideapad_slidebar.ko<br>[    0.559686] ideapad_slidebar: DMI does not match<br>insmod: init_module: ideapad_slidebar.ko: No such device<br>supermin: internal insmod virtio_net.ko<br>supermin: internal insmod sparse-keymap.ko<br>supermin: internal insmod rfkill.ko<br>supermin: internal insmod ideapad-laptop.ko<br>supermin: internal insmod megaraid.ko<br>supermin: internal insmod megaraid_mm.ko<br>[    0.567734] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)<br>supermin: internal insmod megaraid_mbox.ko<br>[    0.569931] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)<br>supermin: internal insmod megaraid_sas.ko<br>[    0.572770] megasas: 06.803.01.00-rc1 Mon. Mar. 10 17:00:00 PDT 2014<br>supermin: internal insmod scsi_transport_spi.ko<br>supermin: internal insmod crc-t10dif.ko<br>supermin: internal insmod sd_mod.ko<br>supermin: internal insmod cdrom.ko<br>supermin: internal insmod sr_mod.ko<br>supermin: internal insmod sym53c8xx.ko<br>supermin: internal insmod virtio_scsi.ko<br>supermin: internal insmod virtio_balloon.ko<br>supermin: internal insmod virtio_pci.ko<br>[    0.585246] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34<br>[    0.587065] scsi2 : Virtio SCSI HBA<br>[    0.587910] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5<br>[    0.589028] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35<br>[    0.592304] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5<br>[    0.611371] sd 2:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60.0 GiB)<br>[    0.612904] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)<br>[    0.614150] sd 2:0:0:0: [sda] Write Protect is off<br>[    0.615007] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<br>[    0.616656] sd 2:0:1:0: [sdb] Write Protect is off<br>[    0.617517] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<br>[    0.619697]  sda: sda1 sda2<br>[    0.621068]  sdb: unknown partition table<br>[    0.621733] sd 2:0:0:0: [sda] Attached SCSI disk<br>[    0.623098] sd 2:0:1:0: [sdb] Attached SCSI disk<br>supermin: internal insmod jbd2.ko<br>supermin: internal insmod mbcache.ko<br>supermin: internal insmod crc16.ko<br>supermin: internal insmod ext4.ko<br>supermin: internal insmod crc-ccitt.ko<br>supermin: internal insmod crc-itu-t.ko<br>supermin: internal insmod crc7.ko<br>supermin: internal insmod libcrc32c.ko<br>supermin: picked /sys/block/sdb/dev as root device<br>supermin: creating /dev/root as block special 8:16<br>supermin: mounting new root on /root<br>[    0.652295] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem<br>[    0.657446] EXT4-fs (sdb): mounted filesystem without journal. Opts: <br>supermin: chroot<br>Starting /init script ...<br>[    1.375941] systemd-udevd[60]: starting version 215<br>[    1.411520] random: systemd-udevd urandom read with 73 bits of entropy available<br>[    1.523391] input: PC Speaker as /devices/platform/pcspkr/input/input2<br>[    1.538503] sd 2:0:0:0: Attached scsi generic sg0 type 0<br>[    1.539282] sd 2:0:1:0: Attached scsi generic sg1 type 0<br>[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m<br>[/usr/lib/tmpfiles.d/systemd.conf:29] Failed to replace specifiers: /var/log/journal/%m<br>/init: 73: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent<br>[    1.588409] ACPI Exception: AE_BAD_PARAMETER, Thread 479847376 could not acquire Mutex [0x1] (20140424/utmutex-285)<br>[    1.590354] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0<br>mdadm: No arrays found in config file or automatically[    2.324163] random: nonblocking pool is initialized<br><br>[    2.363759] device-mapper: uevent: version 1.0.3<br>[    2.367196] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3<br>[    2.369066] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: <a href="mailto:dm-devel@redhat.com" target="_blank">dm-devel@redhat.com</a><br>  No volume groups found<br>/init: 100: /init: ldmtool: not found<br>Linux (none) 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13) x86_64 GNU/Linux<br>/dev:<br>total 0<br>crw------- 1 0 0  10, 235 May 28 06:36 autofs<br>drwxr-xr-x 2 0 0      120 May 28 06:36 block<br>drwxr-xr-x 2 0 0       80 May 28 06:36 bsg<br>crw------- 1 0 0  10, 234 May 28 06:36 btrfs-control<br>drwxr-xr-x 2 0 0     2140 May 28 06:36 char<br>crw------- 1 0 0   5,   1 May 28 06:36 console<br>lrwxrwxrwx 1 0 0       11 May 28 06:36 core -> /proc/kcore<br>drwxr-xr-x 2 0 0       60 May 28 06:36 cpu<br>crw------- 1 0 0  10,  62 May 28 06:36 cpu_dma_latency<br>crw------- 1 0 0  10, 203 May 28 06:36 cuse<br>drwxr-xr-x 6 0 0      120 May 28 06:36 disk<br>lrwxrwxrwx 1 0 0       13 May 28 06:36 fd -> /proc/self/fd<br>crw-rw-rw- 1 0 0   1,   7 May 28 06:36 full<br>crw------- 1 0 0  10, 229 May 28 06:36 fuse<br>drwxr-xr-x 3 0 0      160 May 28 06:36 input<br>crw-r--r-- 1 0 0   1,  11 May 28 06:36 kmsg<br>crw------- 1 0 0  10, 237 May 28 06:36 loop-control<br>drwxr-xr-x 2 0 0       60 May 28 06:36 mapper<br>crw------- 1 0 0  10, 227 May 28 06:36 mcelog<br>crw------- 1 0 0  10,  58 May 28 06:36 megadev0<br>crw------- 1 0 0   1,   1 May 28 06:36 mem<br>drwxr-xr-x 2 0 0       60 May 28 06:36 net<br>crw------- 1 0 0  10,  61 May 28 06:36 network_latency<br>crw------- 1 0 0  10,  60 May 28 06:36 network_throughput<br>crw-rw-rw- 1 0 0   1,   3 May 28 06:36 null<br>crw------- 1 0 0   1,   4 May 28 06:36 port<br>crw------- 1 0 0 108,   0 May 28 06:36 ppp<br>crw------- 1 0 0  10,   1 May 28 06:36 psaux<br>crw-rw-rw- 1 0 0   5,   2 May 28 06:36 ptmx<br>crw-rw-rw- 1 0 0   1,   8 May 28 06:36 random<br>crw------- 1 0 0  10,  59 May 28 06:36 rfkill<br>lrwxrwxrwx 1 0 0        4 May 28 06:36 rtc -> rtc0<br>crw------- 1 0 0 254,   0 May 28 06:36 rtc0<br>brw------- 1 0 0   8,   0 May 28 06:36 sda<br>brw------- 1 0 0   8,   1 May 28 06:36 sda1<br>brw------- 1 0 0   8,   2 May 28 06:36 sda2<br>brw------- 1 0 0   8,  16 May 28 06:36 sdb<br>crw------- 1 0 0  21,   0 May 28 06:36 sg0<br>crw------- 1 0 0  21,   1 May 28 06:36 sg1<br>crw------- 1 0 0  10, 231 May 28 06:36 snapshot<br>drwxr-xr-x 2 0 0       80 May 28 06:36 snd<br>lrwxrwxrwx 1 0 0       15 May 28 06:36 stderr -> /proc/self/fd/2<br>lrwxrwxrwx 1 0 0       15 May 28 06:36 stdin -> /proc/self/fd/0<br>lrwxrwxrwx 1 0 0       15 May 28 06:36 stdout -> /proc/self/fd/1<br>crw-rw-rw- 1 0 0   5,   0 May 28 06:36 tty<br>crw------- 1 0 0   4,   0 May 28 06:36 tty0<br>crw------- 1 0 0   4,   1 May 28 06:36 tty1<br>crw------- 1 0 0   4,  10 May 28 06:36 tty10<br>crw------- 1 0 0   4,  11 May 28 06:36 tty11<br>crw------- 1 0 0   4,  12 May 28 06:36 tty12<br>crw------- 1 0 0   4,  13 May 28 06:36 tty13<br>crw------- 1 0 0   4,  14 May 28 06:36 tty14<br>crw------- 1 0 0   4,  15 May 28 06:36 tty15<br>crw------- 1 0 0   4,  16 May 28 06:36 tty16<br>crw------- 1 0 0   4,  17 May 28 06:36 tty17<br>crw------- 1 0 0   4,  18 May 28 06:36 tty18<br>crw------- 1 0 0   4,  19 May 28 06:36 tty19<br>crw------- 1 0 0   4,   2 May 28 06:36 tty2<br>crw------- 1 0 0   4,  20 May 28 06:36 tty20<br>crw------- 1 0 0   4,  21 May 28 06:36 tty21<br>crw------- 1 0 0   4,  22 May 28 06:36 tty22<br>crw------- 1 0 0   4,  23 May 28 06:36 tty23<br>crw------- 1 0 0   4,  24 May 28 06:36 tty24<br>crw------- 1 0 0   4,  25 May 28 06:36 tty25<br>crw------- 1 0 0   4,  26 May 28 06:36 tty26<br>crw------- 1 0 0   4,  27 May 28 06:36 tty27<br>crw------- 1 0 0   4,  28 May 28 06:36 tty28<br>crw------- 1 0 0   4,  29 May 28 06:36 tty29<br>crw------- 1 0 0   4,   3 May 28 06:36 tty3<br>crw------- 1 0 0   4,  30 May 28 06:36 tty30<br>crw------- 1 0 0   4,  31 May 28 06:36 tty31<br>crw------- 1 0 0   4,  32 May 28 06:36 tty32<br>crw------- 1 0 0   4,  33 May 28 06:36 tty33<br>crw------- 1 0 0   4,  34 May 28 06:36 tty34<br>crw------- 1 0 0   4,  35 May 28 06:36 tty35<br>crw------- 1 0 0   4,  36 May 28 06:36 tty36<br>crw------- 1 0 0   4,  37 May 28 06:36 tty37<br>crw------- 1 0 0   4,  38 May 28 06:36 tty38<br>crw------- 1 0 0   4,  39 May 28 06:36 tty39<br>crw------- 1 0 0   4,   4 May 28 06:36 tty4<br>crw------- 1 0 0   4,  40 May 28 06:36 tty40<br>crw------- 1 0 0   4,  41 May 28 06:36 tty41<br>crw------- 1 0 0   4,  42 May 28 06:36 tty42<br>crw------- 1 0 0   4,  43 May 28 06:36 tty43<br>crw------- 1 0 0   4,  44 May 28 06:36 tty44<br>crw------- 1 0 0   4,  45 May 28 06:36 tty45<br>crw------- 1 0 0   4,  46 May 28 06:36 tty46<br>crw------- 1 0 0   4,  47 May 28 06:36 tty47<br>crw------- 1 0 0   4,  48 May 28 06:36 tty48<br>crw------- 1 0 0   4,  49 May 28 06:36 tty49<br>crw------- 1 0 0   4,   5 May 28 06:36 tty5<br>crw------- 1 0 0   4,  50 May 28 06:36 tty50<br>crw------- 1 0 0   4,  51 May 28 06:36 tty51<br>crw------- 1 0 0   4,  52 May 28 06:36 tty52<br>crw------- 1 0 0   4,  53 May 28 06:36 tty53<br>crw------- 1 0 0   4,  54 May 28 06:36 tty54<br>crw------- 1 0 0   4,  55 May 28 06:36 tty55<br>crw------- 1 0 0   4,  56 May 28 06:36 tty56<br>crw------- 1 0 0   4,  57 May 28 06:36 tty57<br>crw------- 1 0 0   4,  58 May 28 06:36 tty58<br>crw------- 1 0 0   4,  59 May 28 06:36 tty59<br>crw------- 1 0 0   4,   6 May 28 06:36 tty6<br>crw------- 1 0 0   4,  60 May 28 06:36 tty60<br>crw------- 1 0 0   4,  61 May 28 06:36 tty61<br>crw------- 1 0 0   4,  62 May 28 06:36 tty62<br>crw------- 1 0 0   4,  63 May 28 06:36 tty63<br>crw------- 1 0 0   4,   7 May 28 06:36 tty7<br>crw------- 1 0 0   4,   8 May 28 06:36 tty8<br>crw------- 1 0 0   4,   9 May 28 06:36 tty9<br>crw------- 1 0 0   4,  64 May 28 06:36 ttyS0<br>crw------- 1 0 0   4,  65 May 28 06:36 ttyS1<br>crw------- 1 0 0   4,  66 May 28 06:36 ttyS2<br>crw------- 1 0 0   4,  67 May 28 06:36 ttyS3<br>crw------- 1 0 0  10, 239 May 28 06:36 uhid<br>crw------- 1 0 0  10, 223 May 28 06:36 uinput<br>crw-rw-rw- 1 0 0   1,   9 May 28 06:36 urandom<br>crw------- 1 0 0   7,   0 May 28 06:36 vcs<br>crw------- 1 0 0   7,   1 May 28 06:36 vcs1<br>crw------- 1 0 0   7, 128 May 28 06:36 vcsa<br>crw------- 1 0 0   7, 129 May 28 06:36 vcsa1<br>drwxr-xr-x 2 0 0       60 May 28 06:36 vfio<br>crw------- 1 0 0  10,  63 May 28 06:36 vga_arbiter<br>crw------- 1 0 0  10, 137 May 28 06:36 vhci<br>crw------- 1 0 0  10, 238 May 28 06:36 vhost-net<br>drwxr-xr-x 2 0 0       60 May 28 06:36 virtio-ports<br>crw------- 1 0 0 249,   1 May 28 06:36 vport1p1<br>crw-rw-rw- 1 0 0   1,   5 May 28 06:36 zero<br><br>/dev/block:<br>total 0<br>lrwxrwxrwx 1 0 0 6 May 28 06:36 8:0 -> ../sda<br>lrwxrwxrwx 1 0 0 7 May 28 06:36 8:1 -> ../sda1<br>lrwxrwxrwx 1 0 0 6 May 28 06:36 8:16 -> ../sdb<br>lrwxrwxrwx 1 0 0 7 May 28 06:36 8:2 -> ../sda2<br><br>/dev/bsg:<br>total 0<br>crw------- 1 0 0 252, 0 May 28 06:36 2:0:0:0<br>crw------- 1 0 0 252, 1 May 28 06:36 2:0:1:0<br><br>/dev/char:<br>total 0<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 10:1 -> ../psaux<br>lrwxrwxrwx 1 0 0 16 May 28 06:36 10:184 -> ../cpu/microcode<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 10:227 -> ../mcelog<br>lrwxrwxrwx 1 0 0 11 May 28 06:36 10:231 -> ../snapshot<br>lrwxrwxrwx 1 0 0 17 May 28 06:36 10:236 -> ../mapper/control<br>lrwxrwxrwx 1 0 0 11 May 28 06:36 10:58 -> ../megadev0<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 10:59 -> ../rfkill<br>lrwxrwxrwx 1 0 0 21 May 28 06:36 10:60 -> ../network_throughput<br>lrwxrwxrwx 1 0 0 18 May 28 06:36 10:61 -> ../network_latency<br>lrwxrwxrwx 1 0 0 18 May 28 06:36 10:62 -> ../cpu_dma_latency<br>lrwxrwxrwx 1 0 0 14 May 28 06:36 10:63 -> ../vga_arbiter<br>lrwxrwxrwx 1 0 0 15 May 28 06:36 13:32 -> ../input/mouse0<br>lrwxrwxrwx 1 0 0 13 May 28 06:36 13:63 -> ../input/mice<br>lrwxrwxrwx 1 0 0 15 May 28 06:36 13:64 -> ../input/event0<br>lrwxrwxrwx 1 0 0 15 May 28 06:36 13:65 -> ../input/event1<br>lrwxrwxrwx 1 0 0 15 May 28 06:36 13:66 -> ../input/event2<br>lrwxrwxrwx 1 0 0  6 May 28 06:36 1:1 -> ../mem<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 1:11 -> ../kmsg<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 1:3 -> ../null<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 1:4 -> ../port<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 1:5 -> ../zero<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 1:7 -> ../full<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 1:8 -> ../random<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 1:9 -> ../urandom<br>lrwxrwxrwx 1 0 0  6 May 28 06:36 21:0 -> ../sg0<br>lrwxrwxrwx 1 0 0  6 May 28 06:36 21:1 -> ../sg1<br>lrwxrwxrwx 1 0 0 11 May 28 06:36 249:1 -> ../vport1p1<br>lrwxrwxrwx 1 0 0 14 May 28 06:36 252:0 -> ../bsg/2:0:0:0<br>lrwxrwxrwx 1 0 0 14 May 28 06:36 252:1 -> ../bsg/2:0:1:0<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 254:0 -> ../rtc0<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:0 -> ../tty0<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:1 -> ../tty1<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:10 -> ../tty10<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:11 -> ../tty11<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:12 -> ../tty12<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:13 -> ../tty13<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:14 -> ../tty14<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:15 -> ../tty15<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:16 -> ../tty16<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:17 -> ../tty17<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:18 -> ../tty18<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:19 -> ../tty19<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:2 -> ../tty2<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:20 -> ../tty20<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:21 -> ../tty21<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:22 -> ../tty22<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:23 -> ../tty23<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:24 -> ../tty24<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:25 -> ../tty25<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:26 -> ../tty26<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:27 -> ../tty27<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:28 -> ../tty28<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:29 -> ../tty29<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:3 -> ../tty3<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:30 -> ../tty30<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:31 -> ../tty31<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:32 -> ../tty32<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:33 -> ../tty33<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:34 -> ../tty34<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:35 -> ../tty35<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:36 -> ../tty36<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:37 -> ../tty37<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:38 -> ../tty38<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:39 -> ../tty39<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:4 -> ../tty4<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:40 -> ../tty40<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:41 -> ../tty41<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:42 -> ../tty42<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:43 -> ../tty43<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:44 -> ../tty44<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:45 -> ../tty45<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:46 -> ../tty46<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:47 -> ../tty47<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:48 -> ../tty48<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:49 -> ../tty49<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:5 -> ../tty5<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:50 -> ../tty50<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:51 -> ../tty51<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:52 -> ../tty52<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:53 -> ../tty53<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:54 -> ../tty54<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:55 -> ../tty55<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:56 -> ../tty56<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:57 -> ../tty57<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:58 -> ../tty58<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:59 -> ../tty59<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:6 -> ../tty6<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:60 -> ../tty60<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:61 -> ../tty61<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:62 -> ../tty62<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:63 -> ../tty63<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:64 -> ../ttyS0<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:65 -> ../ttyS1<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:66 -> ../ttyS2<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 4:67 -> ../ttyS3<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:7 -> ../tty7<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:8 -> ../tty8<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 4:9 -> ../tty9<br>lrwxrwxrwx 1 0 0  6 May 28 06:36 5:0 -> ../tty<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 5:1 -> ../console<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 5:2 -> ../ptmx<br>lrwxrwxrwx 1 0 0  6 May 28 06:36 7:0 -> ../vcs<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 7:1 -> ../vcs1<br>lrwxrwxrwx 1 0 0  7 May 28 06:36 7:128 -> ../vcsa<br>lrwxrwxrwx 1 0 0  8 May 28 06:36 7:129 -> ../vcsa1<br><br>/dev/cpu:<br>total 0<br>crw------- 1 0 0 10, 184 May 28 06:36 microcode<br><br>/dev/disk:<br>total 0<br>drwxr-xr-x 2 0 0 120 May 28 06:36 by-id<br>drwxr-xr-x 2 0 0  60 May 28 06:36 by-label<br>drwxr-xr-x 2 0 0 120 May 28 06:36 by-path<br>drwxr-xr-x 2 0 0 100 May 28 06:36 by-uuid<br><br>/dev/disk/by-id:<br>total 0<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> ../../sda1<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> ../../sda2<br><br>/dev/disk/by-label:<br>total 0<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 System\x20Reserved -> ../../sda1<br><br>/dev/disk/by-path:<br>total 0<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 pci-0000:00:02.0-scsi-0:0:0:0 -> ../../sda<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 pci-0000:00:02.0-scsi-0:0:0:0-part1 -> ../../sda1<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 pci-0000:00:02.0-scsi-0:0:0:0-part2 -> ../../sda2<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 pci-0000:00:02.0-scsi-0:0:1:0 -> ../../sdb<br><br>/dev/disk/by-uuid:<br>total 0<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 2EC85F8BC85F4FE7 -> ../../sda1<br>lrwxrwxrwx 1 0 0  9 May 28 06:36 885850b1-ca45-49f7-af27-f17bc946c164 -> ../../sdb<br>lrwxrwxrwx 1 0 0 10 May 28 06:36 DE8C61948C61684B -> ../../sda2<br><br>/dev/input:<br>total 0<br>drwxr-xr-x 2 0 0    120 May 28 06:36 by-path<br>crw------- 1 0 0 13, 64 May 28 06:36 event0<br>crw------- 1 0 0 13, 65 May 28 06:36 event1<br>crw------- 1 0 0 13, 66 May 28 06:36 event2<br>crw------- 1 0 0 13, 63 May 28 06:36 mice<br>crw------- 1 0 0 13, 32 May 28 06:36 mouse0<br><br>/dev/input/by-path:<br>total 0<br>lrwxrwxrwx 1 0 0 9 May 28 06:36 platform-i8042-serio-0-event-kbd -> ../event0<br>lrwxrwxrwx 1 0 0 9 May 28 06:36 platform-i8042-serio-1-event-mouse -> ../event2<br>lrwxrwxrwx 1 0 0 9 May 28 06:36 platform-i8042-serio-1-mouse -> ../mouse0<br>lrwxrwxrwx 1 0 0 9 May 28 06:36 platform-pcspkr-event-spkr -> ../event1<br><br>/dev/mapper:<br>total 0<br>crw------- 1 0 0 10, 236 May 28 06:36 control<br><br>/dev/net:<br>total 0<br>crw------- 1 0 0 10, 200 May 28 06:36 tun<br><br>/dev/snd:<br>total 0<br>crw------- 1 0 0 116,  1 May 28 06:36 seq<br>crw------- 1 0 0 116, 33 May 28 06:36 timer<br><br>/dev/vfio:<br>total 0<br>crw------- 1 0 0 10, 196 May 28 06:36 vfio<br><br>/dev/virtio-ports:<br>total 0<br>lrwxrwxrwx 1 0 0 11 May 28 06:36 org.libguestfs.channel.0 -> ../vport1p1<br>rootfs / rootfs rw 0 0<br>proc /proc proc rw,relatime 0 0<br>/dev/root / ext2 rw,noatime 0 0<br>/proc /proc proc rw,relatime 0 0<br>/sys /sys sysfs rw,relatime 0 0<br>tmpfs /run tmpfs rw,nosuid,relatime,size=98788k,mode=755 0 0<br>/dev /dev devtmpfs rw,relatime,size=243872k,nr_inodes=60968,mode=755 0 0<br>  No volume groups found<br>  No volume groups found<br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default <br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8" target="_blank">127.0.0.1/8</a> brd 127.255.255.255 scope host lo<br>       valid_lft forever preferred_lft forever<br>    inet6 ::1/128 scope host <br>       valid_lft forever preferred_lft forever<br>Module                  Size  Used by<br>dm_mod                 89373  0 <br>evdev                  17445  0 <br>i2c_piix4              20864  0 <br>i2c_core               46012  1 i2c_piix4<br>ata_generic            12490  0 <br>sg                     29973  0 <br>psmouse                99143  0 <br>serio_raw              12849  0 <br>pcspkr                 12595  0 <br>libcrc32c              12426  0 <br>crc7                   12345  0 <br>crc_itu_t              12347  0 <br>crc_ccitt              12347  0 <br>ext4                  473802  1 <br>crc16                  12343  1 ext4<br>mbcache                17171  1 ext4<br>jbd2                   82413  1 ext4<br>virtio_pci             17389  0 <br>virtio_balloon         13047  0 <br>virtio_scsi            17816  1 <br>sym53c8xx              74168  0 <br>sr_mod                 21903  0 <br>cdrom                  47424  1 sr_mod<br>sd_mod                 44356  1 <br>crc_t10dif             12431  1 sd_mod<br>scsi_transport_spi     27851  1 sym53c8xx<br>megaraid_sas           97499  0 <br>megaraid_mbox          38485  0 <br>megaraid_mm            17240  1 megaraid_mbox<br>megaraid               42836  0 <br>ideapad_laptop         17447  0 <br>rfkill                 18867  1 ideapad_laptop<br>sparse_keymap          12818  1 ideapad_laptop<br>virtio_net             26553  0 <br>virtio_console         22655  0 <br>virtio_rng             12783  0 <br>rng_core               12733  1 virtio_rng<br>virtio_blk             17345  0 <br>virtio_ring            17513  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi<br>virtio                 13058  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi<br>ata_piix               33592  0 <br>libata                177457  2 ata_generic,ata_piix<br>scsi_mod              191405  10 sg,megaraid_mbox,scsi_transport_spi,libata,sym53c8xx,sd_mod,sr_mod,megaraid,megaraid_sas,virtio_scsi<br>crct10dif_generic      12581  1 <br>crc32c_generic         12656  1 <br>crc32                  12648  0 <br>crct10dif_common       12356  2 crct10dif_generic,crc_t10dif<br>Thu May 28 06:36:04 UTC 2015<br>clocksource: kvm-clock<br>uptime: 2.69 0.78<br>verbose daemon enabled<br>linux commmand line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br><br>trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'<br>udevadm --debug settle<br>calling: settle<br>libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG<br>libguestfs: [05639ms] appliance is up<br>libguestfs: trace: launch = 0<br>libguestfs: trace: inspect_os<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: list_filesystems<br>libguestfs: trace: feature_available "lvm2"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds<br>libguestfs: trace: feature_available = 1<br>libguestfs: trace: feature_available "ldm"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds<br>libguestfs: trace: feature_available = 0<br>libguestfs: trace: list_devices<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds<br>libguestfs: trace: list_devices = ["/dev/sda"]<br>libguestfs: trace: list_partitions<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds<br>libguestfs: trace: list_partitions = ["/dev/sda1", "/dev/sda2"]<br>libguestfs: trace: list_md_devices<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds<br>libguestfs: trace: list_md_devices = []<br>libguestfs: trace: part_to_dev "/dev/sda1"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds<br>libguestfs: trace: part_to_dev = "/dev/sda"<br>libguestfs: trace: part_to_dev "/dev/sda2"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds<br>libguestfs: trace: part_to_dev = "/dev/sda"<br>libguestfs: trace: vfs_type "/dev/sda1"<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda1<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: trace: vfs_type "/dev/sda2"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda2<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: trace: lvs<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x28<br>lvm lvs -o vg_name,lv_name --noheadings --separator /<br>  No volume groups found<br>libguestfs: trace: lvs = []<br>libguestfs: trace: list_filesystems = ["/dev/sda1", "ntfs", "/dev/sda2", "ntfs"]<br>libguestfs: trace: vfs_type "/dev/sda1"<br>guestfsd: main_loop: proc 11 (lvs) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda1<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: check_for_filesystem_on: /dev/sda1 (ntfs)<br>libguestfs: trace: internal_parse_mountable "/dev/sda1"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds<br>libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *><br>libguestfs: trace: is_whole_device "/dev/sda1"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 395 (is_whole_device) tolibguestfs: trace: is_whole_device = 0<br>libguestfs: trace: mount_ro "/dev/sda1" "/"<br>ok 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>mount -o ro /dev/sda1 /sysroot/<br>[    2.938232] fuse init (API version 7.23)<br>libguestfs: trace: mount_ro = 0<br>libguestfs: trace: part_to_partnum "/dev/sda1"<br>guestfsd: main_loop: proc 73 (mount_ro) took 0.19 seconds<br>guestfsd: main_loop: new request, len 0x38<br>libguestfs: trace: part_to_partnum = 1<br>libguestfs: trace: is_dir "/etc"<br>guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/bin"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/share"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 secondslibguestfs: trace: is_dir = 0<br>libguestfs: trace: is_file "/grub/menu.lst"<br><br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub/grub.conf"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub2/grub.cfg"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/hurd/console"<br> seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00libguestfs: trace: is_file = 0<br>libguestfs: trace: is_dir "/log"<br> seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 libguestfs: trace: is_dir = 0<br>libguestfs: trace: case_sensitive_path "/windows"<br>seconds<br>guestfsd: main_loop: new request, len 0x34<br>libguestfs: trace: case_sensitive_path = "/windows"<br>libguestfs: trace: case_sensitive_path "/windows/system32"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.02 seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: error: windows: no file or directory found with this name<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/winnt"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/winnt"<br>libguestfs: trace: case_sensitive_path "/winnt/system32"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: error: winnt: no file or directory found with this name<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/win32"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/win32"<br>libguestfs: trace: case_sensitive_path "/win32/system32"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: error: win32: no file or directory found with this name<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/win"<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/win"<br>libguestfs: trace: case_sensitive_path "/win/system32"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: error: win: no file or directory found with this name<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/boot.ini"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/boot.ini"<br>libguestfs: trace: is_file "/boot.ini"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: case_sensitive_path "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x48<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/System Volume Information"<br>libguestfs: trace: is_dir "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x4c<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 secondslibguestfs: trace: is_dir = 1<br>libguestfs: trace: case_sensitive_path "/Program Files"<br><br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/Program Files"<br>libguestfs: trace: is_dir "/Program Files"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: case_sensitive_path "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x48<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/System Volume Information"<br>libguestfs: trace: is_dir "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x4c<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 secondslibguestfs: trace: is_dir = 1<br>libguestfs: trace: umount_all<br><br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=fusectl dir=/sys/fs/fuse/connections type=fusectl opts=rw,relatime freq=0 passno=0<br>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<br>umount /sysroot<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: vfs_type "/dev/sda2"<br>guestfsd: main_loop: proc 47 (umount_all) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda2<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: check_for_filesystem_on: /dev/sda2 (ntfs)<br>libguestfs: trace: internal_parse_mountable "/dev/sda2"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x38<br>libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *><br>libguestfs: trace: is_whole_device "/dev/sda2"<br>guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds<br>libguestfs: trace: is_whole_device = 0<br>libguestfs: trace: mount_ro "/dev/sda2" "/"<br>guestfsd: main_loop: new request, len 0x40<br>mount -o ro /dev/sda2 /sysroot/<br>libguestfs: trace: mount_ro = 0<br>libguestfs: trace: part_to_partnum "/dev/sda2"<br>guestfsd: main_loop: proc 73 (mount_ro) took 0.14 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 293 (plibguestfs: trace: part_to_partnum = 2<br>libguestfs: trace: is_dir "/etc"<br>art_to_partnum) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/bin"<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 secondslibguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/share"<br><br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_llibguestfs: trace: is_dir = 0<br>libguestfs: trace: is_file "/grub/menu.lst"<br>oop: proc 38 (is_dir) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (islibguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub/grub.conf"<br>_file) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub2/grub.cfg"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/hurd/console"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_dir "/log"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: case_sensitive_path "/windows"<br>guestfsd: main_loop: new request, len 0x34<br>libguestfs: trace: case_sensitive_path = "/Windows"<br>libguestfs: trace: case_sensitive_path "/Windows/system32"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>libguestfs: trace: case_sensitive_path = "/Windows/System32"<br>libguestfs: trace: is_dir "/Windows/System32"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x44<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 1<br>libguestfs: trace: case_sensitive_path "/Windows/system32/config"<br>guestfsd: main_loop: new request, len 0x44<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/config"<br>libguestfs: trace: is_dir "/Windows/System32/config"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.13 seconds<br>guestfsd: main_loop: new request, len 0x48<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 1<br>libguestfs: trace: case_sensitive_path "/Windows/system32/cmd.exe"<br>guestfsd: main_loop: new request, len 0x48<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/cmd.exe"<br>libguestfs: trace: is_file "/Windows/System32/cmd.exe"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x4c<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 1<br>libguestfs: windows %SYSTEMROOT% = /Windows<br>libguestfs: trace: case_sensitive_path "/Windows/system32/cmd.exe"<br>guestfsd: main_loop: new request, len 0x48<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/cmd.exe"<br>libguestfs: trace: file_architecture "/Windows/System32/cmd.exe"<br>libguestfs: trace: file "/Windows/System32/cmd.exe"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x48<br>file -zb /sysroot/Windows/System32/cmd.exe<br>libguestfs: trace: file = "PE32+ executable (console) x86-64, for MS Windows"<br>libguestfs: trace: file_architecture = "x86_64"<br>libguestfs: trace: case_sensitive_path "/Windows/system32/config/software"<br>guestfsd: main_loop: proc 49 (file) took 0.04 seconds<br>guestfsd: main_loop: new request, len 0x50<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SOFTWARE"<br>libguestfs: trace: is_file "/Windows/System32/config/SOFTWARE"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.04 seconds<br>guestfsd: main_loop: new request, len 0x54<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 1<br>libguestfs: trace: hivex_open "/Windows/System32/config/SOFTWARE" "verbose:true"<br>guestfsd: main_loop: new request, len 0x5c<br>hivex: hivex_open: successfully read Windows Registry hive file:<br>  pages:          8593 [sml: 4096, lge: 16384]<br>  blocks:         712962 [sml: 8, avg: 53, lge: 16352]<br>  blocks used:    697410<br>  bytes used:     36983920<br>libguestfs: trace: hivex_open = 0<br>libguestfs: trace: hivex_root<br>guestfsd: main_loop: proc 350 (hivex_open) took 0.15 seconds<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds<br>libguestfs: trace: hivex_root = 4128<br>libguestfs: trace: hivex_node_get_child 4128 "Microsoft"<br>guestfsd: main_loop: new request, len 0x40<br>libguestfs: trace: hivex_node_get_child = 4448<br>libguestfs: trace: hivex_node_get_child 4448 "Windows NT"<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>libguestfs: trace: hivex_node_get_child = 104216<br>libguestfs: trace: hivex_node_get_child 104216 "CurrentVersion"<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x44<br>libguestfs: trace: hivex_node_get_child = 104312<br>libguestfs: trace: hivex_node_values 104312<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *><br>libguestfs: trace: hivex_value_key 4496744<br>guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>libguestfs: trace: hivex_value_key = "CurrentVersion"<br>libguestfs: trace: hivex_value_utf8 4496744<br>libguestfs: trace: hivex_value_value 4496744<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>libguestfs: trace: hivex_value_value = "6\x00.\x001\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "6.1"<br>libguestfs: trace: hivex_value_key 4496792<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CurrentBuild"<br>libguestfs: trace: hivex_value_key 4496848<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "SoftwareType"<br>libguestfs: trace: hivex_value_key 4481040<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CurrentType"<br>libguestfs: trace: hivex_value_key 4481344<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "InstallDate"<br>libguestfs: trace: hivex_value_key 4481880<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "RegisteredOrganization"<br>libguestfs: trace: hivex_value_key 4481928<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "RegisteredOwner"<br>libguestfs: trace: hivex_value_key 4482016<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "SystemRoot"<br>libguestfs: trace: hivex_value_key 29425096<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "InstallationType"<br>libguestfs: trace: hivex_value_utf8 29425096<br>libguestfs: trace: hivex_value_value 29425096<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "C\x00l\x00i\x00e\x00n\x00t\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "Client"<br>libguestfs: trace: hivex_value_key 29425160<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "EditionID"<br>libguestfs: trace: hivex_value_key 4482088<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "ProductName"<br>libguestfs: trace: hivex_value_utf8 4482088<br>libguestfs: trace: hivex_value_value 4482088<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "W\x00i\x00n\x00d\x00o\x00w\x00s\x00 \x007\x00 \x00U\x00l\x00t\x00i\x00m\x00a\x00t\x00e\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "Windows 7 Ultimate"<br>libguestfs: trace: hivex_value_key 11809408<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "ProductId"<br>libguestfs: trace: hivex_value_key 12809376<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "DigitalProductId"<br>libguestfs: trace: hivex_value_key 29052808<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "DigitalProductId4"<br>libguestfs: trace: hivex_value_key 32802208<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CurrentBuildNumber"<br>libguestfs: trace: hivex_value_key 29050992<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "BuildLab"<br>libguestfs: trace: hivex_value_key 32800272<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "BuildLabEx"<br>libguestfs: trace: hivex_value_key 32802488<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "BuildGUID"<br>libguestfs: trace: hivex_value_key 32802328<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CSDBuildNumber"<br>libguestfs: trace: hivex_value_key 1936496<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "PathName"<br>libguestfs: trace: hivex_value_key 11809336<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CSDVersion"<br>libguestfs: trace: hivex_close<br>guestfsd: main_loop: new request, len 0x28<br>hivex: hivex_close: hivex_close<br>libguestfs: trace: hivex_close = 0<br>libguestfs: trace: case_sensitive_path "/Windows/system32/config/system"<br>guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x4c<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SYSTEM"<br>libguestfs: trace: is_file "/Windows/System32/config/SYSTEM"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x50<br>libguestfs: trace: is_file = 1<br>libguestfs: trace: hivex_open "/Windows/System32/config/SYSTEM" "verbose:true"<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x58<br>hivex: hivex_open: successfully read Windows Registry hive file:<br>  pages:          2222 [sml: 4096, lge: 16384]<br>  blocks:         160340 [sml: 8, avg: 62, lge: 16352]<br>  blocks used:    155825<br>  bytes used:     9897016<br>guestfsd: main_loop: proc 350 (hivex_open) took 0.06 secondslibguestfs: trace: hivex_open = 0<br>libguestfs: trace: hivex_root<br><br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds<br>libguestfs: trace: hivex_root = 4128<br>libguestfs: trace: hivex_node_get_child 4128 "Select"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>libguestfs: trace: hivex_node_get_child = 592040<br>libguestfs: trace: hivex_node_get_value 592040 "Current"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 358 (hivex_node_get_valibguestfs: trace: hivex_node_get_value = 592168<br>libguestfs: trace: hivex_value_value 592168<br>lue) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "\x01\x00\x00\x00"<br>libguestfs: trace: hivex_node_get_child 4128 "MountedDevices"<br>guestfsd: main_loop: new request, len 0x44<br>guestfsd: main_loop: proc 355 (hivex_node_get_chlibguestfs: trace: hivex_node_get_child = 3013264<br>libguestfs: trace: hivex_node_values 3013264<br>ild) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds<br>libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *><br>libguestfs: trace: hivex_value_key 3013360<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "\DosDevices\C:"<br>libguestfs: trace: hivex_value_key 3323536<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "\??\Volume{797fade1-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3323608<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\??\Volume{797fade2-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3421288<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "\??\Volume{797fade5-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3421608<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\??\Volume{797fade6-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3441224<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\DosDevices\D:"<br>libguestfs: trace: hivex_value_key 3441544<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\DosDevices\E:"<br>libguestfs: trace: hivex_value_key 3013360<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\DosDevices\C:"<br>libguestfs: trace: hivex_value_type 3013360<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds<br>libguestfs: trace: hivex_value_type = 3<br>libguestfs: trace: hivex_value_value 3013360<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "K\x8dN\xb6\x00\x00P\x06\x00\x00\x00\x00"<br>libguestfs: trace: list_devices<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 7 (list_devices) took 0.00 secondslibguestfs: trace: list_devices = ["/dev/sda"]<br>libguestfs: trace: pread_device "/dev/sda" 4 440<br><br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 276 (pread_device) toolibguestfs: trace: pread_device = "K\x8dN\xb6"<br>libguestfs: trace: part_list "/dev/sda"<br>k 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>parted -s -m /dev/null<br>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?<br>Warning: Error fsyncing/closing /dev/null: Invalid argument<br>parted -m -- /dev/sda unit b print<br>libguestfs: trace: part_list = <struct guestfs_partition_list *><br>libguestfs: trace: hivex_value_key 3323536<br>guestfsd: main_loop: proc 213 (part_list) took 0.21 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\??\Volume{797fade1-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3323608<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\??\Volume{797fade2-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3421288<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\??\Volume{797fade5-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3421608<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\??\Volume{797fade6-df05-11e4-9736-806e6f6e6963}"<br>libguestfs: trace: hivex_value_key 3441224<br>guestfsd: main_loop: new request, len 0x30<br>libguestfs: trace: hivex_value_key = "\DosDevices\D:"<br>libguestfs: trace: hivex_value_type 3441224<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds<br>libguestfs: trace: hivex_value_type = 3<br>libguestfs: trace: hivex_value_value 3441224<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "\\x00?\x00?\x00\\x00I\x00D\x00E\x00#\x00C\x00d\x00R\x00o\x00m\x00Q\x00E\x00M\x00U\x00_\x00Q\x00E\x00M\x00U\x00_\x00D\x00V\x00D\x00-\x00R\x00O\x00M\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x002\x00.\x001\x00.\x00_\x00_\x00_\x00_\x00#\x005\x00&\x002\x007\x007\x000\x00a\x007\x00a\x00f\x00&\x000\x00&\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"<br>libguestfs: trace: hivex_value_key 3441544<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "\DosDevices\E:"<br>libguestfs: trace: hivex_value_type 3441544<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 360 (hivex_value_type) took 0.00 seconds<br>libguestfs: trace: hivex_value_type = 3<br>libguestfs: trace: hivex_value_value 3441544<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 secondslibguestfs: trace: hivex_value_value = "\\x00?\x00?\x00\\x00I\x00D\x00E\x00#\x00C\x00d\x00R\x00o\x00m\x00Q\x00E\x00M\x00U\x00_\x00Q\x00E\x00M\x00U\x00_\x00D\x00V\x00D\x00-\x00R\x00O\x00M\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x00_\x002\x00.\x001\x00.\x00_\x00_\x00_\x00_\x00#\x005\x00&\x002\x007\x007\x000\x00a\x007\x00a\x00f\x00&\x000\x00&\x000\x00.\x001\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"<br>libguestfs: trace: hivex_node_get_child 4128 "ControlSet001"<br><br>guestfsd: main_loop: new request, len 0x44<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>libguestfs: trace: hivex_node_get_child = 4448<br>libguestfs: trace: hivex_node_get_child 4448 "Services"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>libguestfs: trace: hivex_node_get_child = 4560<br>libguestfs: trace: hivex_node_get_child 4560 "Tcpip"<br>guestfsd: main_loop: new request, len 0x3c<br>libguestfs: trace: hivex_node_get_child = 241696<br>libguestfs: trace: hivex_node_get_child 241696 "Parameters"<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 355 (hivex_node_get_chlibguestfs: trace: hivex_node_get_child = 484384<br>libguestfs: trace: hivex_node_values 484384<br>ild) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 357 (hivex_node_values) took 0.00 seconds<br>libguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *><br>libguestfs: trace: hivex_value_key 484480<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "ICSDomain"<br>libguestfs: trace: hivex_value_key 642048<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondslibguestfs: trace: hivex_value_key = "SyncDomainWithMembership"<br>libguestfs: trace: hivex_value_key 3152384<br><br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "NV Hostname"<br>libguestfs: trace: hivex_value_key 3767280<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondlibguestfs: trace: hivex_value_key = "DataBasePath"<br>libguestfs: trace: hivex_value_key 3767416<br>s<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_llibguestfs: trace: hivex_value_key = "NameServer"<br>libguestfs: trace: hivex_value_key 3767456<br>oop: proc 359 (hivex_value_key) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "ForwardBroadcasts"<br>libguestfs: trace: hivex_value_key 3767536<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "IPEnableRouter"<br>libguestfs: trace: hivex_value_key 3815600<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "Domain"<br>libguestfs: trace: hivex_value_key 3767504<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "Hostname"<br>libguestfs: trace: hivex_value_utf8 3767504<br>libguestfs: trace: hivex_value_value 3767504<br>guestfsd: main_loop: new request, len 0x30<br>libguestfs: trace: hivex_value_value = "P\x00e\x00t\x00e\x00r\x00-\x00P\x00C\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "Peter-PC"<br>libguestfs: trace: hivex_value_key 3815712<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "SearchList"<br>libguestfs: trace: hivex_value_key 3815800<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondslibguestfs: trace: hivex_value_key = "UseDomainNameDevolution"<br>libguestfs: trace: hivex_value_key 3815848<br><br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "EnableICMPRedirect"<br>libguestfs: trace: hivex_value_key 3815752<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondslibguestfs: trace: hivex_value_key = "DeadGWDetectDefault"<br>libguestfs: trace: hivex_value_key 3815952<br><br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "DontAddDefaultGatewayDefault"<br>libguestfs: trace: hivex_value_key 8331744<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondlibguestfs: trace: hivex_value_key = "EnableWsd"<br>libguestfs: trace: hivex_value_key 8331784<br>s<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondlibguestfs: trace: hivex_value_key = "QualifyingDestinationThreshold"<br>libguestfs: trace: hivex_value_key 6918424<br>s<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 secondslibguestfs: trace: hivex_value_key = "DhcpNameServer"<br>libguestfs: trace: hivex_close<br><br>guestfsd: main_loop: new request, len 0x28<br>hivex: hivex_close: hivex_close<br>libguestfs: trace: hivex_close = 0<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=fusectl dir=/sys/fs/fuse/connections type=fusectl opts=rw,relatime freq=0 passno=0<br>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<br>umount /sysroot<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: inspect_get_roots<br>libguestfs: trace: inspect_get_roots = ["/dev/sda2"]<br>libguestfs: trace: inspect_os = ["/dev/sda2"]<br>libguestfs: trace: inspect_get_mountpoints "/dev/sda2"<br>libguestfs: trace: inspect_get_mountpoints = ["/", "/dev/sda2"]<br>libguestfs: trace: mount "/dev/sda2" "/"<br>guestfsd: main_loop: proc 47 (umount_all) took 0.02 seconds<br>guestfsd: main_loop: new request, len 0x40<br>mount -o  /dev/sda2 /sysroot/<br>The disk contains an unclean file system (0, 0).<br>The file system wasn't safely closed on Windows. Fixing.<br>libguestfs: trace: mount = 0<br>libguestfs: trace: checksums_out "sha1" "/" "/tmp/tmpAWHkYv"<br>guestfsd: main_loop: proc 1 (mount) took 2.02 seconds<br>guestfsd: main_loop: new request, len 0x38<br>cd /sysroot/ && find -type f -print0 | xargs -0 sha1sum<br>[   25.580340] perf interrupt took too long (2540 > 2500), lowering kernel.perf_event_max_sample_rate to 50000<br>sha1sum: ./Windows/Prefetch/ReadyBoot/Trace7.fx: Value too large for defined data type<br>[   67.835952] perf interrupt took too long (5048 > 5000), lowering kernel.perf_event_max_sample_rate to 25000<br>[  143.304037] perf interrupt took too long (10010 > 10000), lowering kernel.perf_event_max_sample_rate to 12500<br>pclose: /: Success<br>guestfsd: main_loop: proc 244 (checksums_out) took 245.25 seconds<br>libguestfs: trace: checksums_out = -1 (error)<br>libguestfs: trace: close<br>libguestfs: closing guestfs handle 0x2b45cc0 (state 2)<br>libguestfs: trace: internal_autosync<br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=fusectl dir=/sys/fs/fuse/connections type=fusectl opts=rw,relatime freq=0 passno=0<br>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<br>umount /sysroot<br>fsync /dev/sda<br>guestfsd: main_loop: proc 282 (internal_autosync) took 0.26 seconds<br>libguestfs: trace: internal_autosync = 0<br>libguestfs: sending SIGTERM to process 10112<br>libguestfs: command: run: rm<br>libguestfs: command: run: \ -rf /tmp/libguestfssil2bk<br>Traceback (most recent call last):<br>  File "/home/noxdafox/see/src/see/observer.py", line 128, in synchronous<br>    function(*args, **kwargs)<br>  File "/home/noxdafox/see_hooks/filesystem_diff.py", line 95, in stop_processing<br>    files1 = concurrent_list_files(self.disks[0])<br>  File "/home/noxdafox/see_hooks/filesystem_diff.py", line 130, in concurrent_list_files<br>    fs.checksums_out('sha1', '/', <a href="http://files.name" target="_blank">files.name</a>)<br>  File "/usr/lib/python2.7/dist-packages/guestfs.py", line 1427, in checksums_out<span class=""><br>    r = libguestfsmod.checksums_out (self._o, csumtype, directory, sumsfile)<br></span><span class="">RuntimeError: file receive cancelled by daemon<br> </span></div></div><br></div></div></blockquote><div><br></div><div>Seems today I'm "luckier"  than yesterday as I got the other error straight out after the previous one.<br><br></div><div>"hivex: hivex_open: returning ENOTSUP because: 
/sysroot/Windows/System32/config/SYSTEM: trailing garbage at end of file
 (at 0x998000, after 2221 pages)"<br><br></div><div>The above line makes my feelings about the snapshots even stronger. The advantage of snapshots is that I can monitor the evolution of an executable whith a better time granularity, is there a way to overcome these issues? I basically don't care if a file or a registry key is not fully written, I wish I could ignore them and keep continuing scanning the snapshots.<br></div><div><br>libguestfs: trace: set_verbose true<br>libguestfs: trace: set_verbose = 0<br>libguestfs: create: flags = 0, handle = 0x12b91a0, program = python<br>libguestfs: trace: add_drive "/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2" "readonly:true"<br>libguestfs: creating COW overlay to protect original drive content<br>libguestfs: trace: get_tmpdir<br>libguestfs: trace: get_tmpdir = "/tmp"<br>libguestfs: trace: disk_create "/tmp/libguestfsrYZlMe/overlay1" "qcow2" -1 "backingfile:/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2"<br>libguestfs: command: run: qemu-img<br>libguestfs: command: run: \ create<br>libguestfs: command: run: \ -f qcow2<br>libguestfs: command: run: \ -o backing_file=/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2<br>libguestfs: command: run: \ /tmp/libguestfsrYZlMe/overlay1<br>Formatting '/tmp/libguestfsrYZlMe/overlay1', fmt=qcow2 size=64424509440 backing_file='/dev/shm/shepherd/results/newtask.processed/pre_sample_injection.qcow2' encryption=off cluster_size=65536 lazy_refcounts=off <br>libguestfs: trace: disk_create = 0<br>libguestfs: trace: add_drive = 0<br>libguestfs: trace: launch<br>libguestfs: trace: version<br>libguestfs: trace: version = <struct guestfs_version *><br>libguestfs: trace: get_backend<br>libguestfs: trace: get_backend = "direct"<br>libguestfs: launch: program=python<br>libguestfs: launch: version=1.28.1<br>libguestfs: launch: backend registered: unix<br>libguestfs: launch: backend registered: uml<br>libguestfs: launch: backend registered: libvirt<br>libguestfs: launch: backend registered: direct<br>libguestfs: launch: backend=direct<br>libguestfs: launch: tmpdir=/tmp/libguestfsrYZlMe<br>libguestfs: launch: umask=0022<br>libguestfs: launch: euid=0<br>libguestfs: trace: get_backend_setting "force_tcg"<br>libguestfs: trace: get_backend_setting = NULL (error)<br>libguestfs: trace: get_cachedir<br>libguestfs: trace: get_cachedir = "/var/tmp"<br>libguestfs: [00000ms] begin building supermin appliance<br>libguestfs: [00000ms] run supermin<br>libguestfs: command: run: /usr/bin/supermin<br>libguestfs: command: run: \ --build<br>libguestfs: command: run: \ --verbose<br>libguestfs: command: run: \ --if-newer<br>libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock<br>libguestfs: command: run: \ --copy-kernel<br>libguestfs: command: run: \ -f ext2<br>libguestfs: command: run: \ --host-cpu x86_64<br>libguestfs: command: run: \ /usr/lib/x86_64-linux-gnu/guestfs/supermin.d<br>libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d<br>supermin: version: 5.1.11<br>supermin: package handler: debian/dpkg<br>supermin: acquiring lock on /var/tmp/.guestfs-0/lock<br>supermin: if-newer: output does not need rebuilding<br>libguestfs: [00129ms] finished building supermin appliance<br>libguestfs: [00129ms] begin testing qemu features<br>libguestfs: command: run: /usr/bin/qemu-system-x86_64<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -help<br>libguestfs: command: run: /usr/bin/qemu-system-x86_64<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -version<br>libguestfs: qemu version 2.1<br>libguestfs: command: run: /usr/bin/qemu-system-x86_64<br>libguestfs: command: run: \ -display none<br>libguestfs: command: run: \ -machine accel=kvm:tcg<br>libguestfs: command: run: \ -device ?<br>libguestfs: [00257ms] finished testing qemu features<br>libguestfs: trace: get_backend_setting "gdb"<br>libguestfs: trace: get_backend_setting = NULL (error)<br>[00266ms] /usr/bin/qemu-system-x86_64 \<br>    -global virtio-blk-pci.scsi=off \<br>    -nodefconfig \<br>    -enable-fips \<br>    -nodefaults \<br>    -display none \<br>    -cpu host \<br>    -machine accel=kvm:tcg \<br>    -m 500 \<br>    -no-reboot \<br>    -rtc driftfix=slew \<br>    -no-hpet \<br>    -global kvm-pit.lost_tick_policy=discard \<br>    -kernel /var/tmp/.guestfs-0/appliance.d/kernel \<br>    -initrd /var/tmp/.guestfs-0/appliance.d/initrd \<br>    -device virtio-scsi-pci,id=scsi \<br>    -drive file=/tmp/libguestfsrYZlMe/overlay1,cache=unsafe,format=qcow2,id=hd0,if=none \<br>    -device scsi-hd,drive=hd0 \<br>    -drive file=/var/tmp/.guestfs-0/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none \<br>    -device scsi-hd,drive=appliance \<br>    -device virtio-serial-pci \<br>    -serial stdio \<br>    -device sga \<br>    -chardev socket,path=/tmp/libguestfsrYZlMe/guestfsd.sock,id=channel0 \<br>    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \<br>    -append 'panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm'<br>Could not open option rom 'sgabios.bin': No such file or directory<br>[    0.000000] Initializing cgroup subsys cpuset<br>[    0.000000] Initializing cgroup subsys cpu<br>[    0.000000] Initializing cgroup subsys cpuacct<br>[    0.000000] Linux version 3.16.0-4-amd64 (<a href="mailto:debian-kernel@lists.debian.org">debian-kernel@lists.debian.org</a>) (gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13)<br>[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br>[    0.000000] e820: BIOS-provided physical RAM map:<br>[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable<br>[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001f3dffff] usable<br>[    0.000000] BIOS-e820: [mem 0x000000001f3e0000-0x000000001f3fffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved<br>[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved<br>[    0.000000] NX (Execute Disable) protection: active<br>[    0.000000] SMBIOS 2.8 present.<br>[    0.000000] Hypervisor detected: KVM<br>[    0.000000] AGP: No AGP bridge found<br>[    0.000000] e820: last_pfn = 0x1f3e0 max_arch_pfn = 0x400000000<br>[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106<br>[    0.000000] found SMP MP-table at [mem 0x000f0ec0-0x000f0ecf] mapped at [ffff8800000f0ec0]<br>[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]<br>[    0.000000] init_memory_mapping: [mem 0x1ee00000-0x1effffff]<br>[    0.000000] init_memory_mapping: [mem 0x1c000000-0x1edfffff]<br>[    0.000000] init_memory_mapping: [mem 0x00100000-0x1bffffff]<br>[    0.000000] init_memory_mapping: [mem 0x1f000000-0x1f3dffff]<br>[    0.000000] RAMDISK: [mem 0x1f015000-0x1f3d7fff]<br>[    0.000000] No NUMA configuration found<br>[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3dffff]<br>[    0.000000] Initmem setup node 0 [mem 0x00000000-0x1f3dffff]<br>[    0.000000]   NODE_DATA [mem 0x1f3db000-0x1f3dffff]<br>[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00<br>[    0.000000] kvm-clock: cpu 0, msr 0:1f00d001, primary cpu clock<br>[    0.000000] Zone ranges:<br>[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]<br>[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]<br>[    0.000000]   Normal   empty<br>[    0.000000] Movable zone start for each node<br>[    0.000000] Early memory node ranges<br>[    0.000000]   node   0: [mem 0x00001000-0x0009efff]<br>[    0.000000]   node   0: [mem 0x00100000-0x1f3dffff]<br>[    0.000000] SFI: Simple Firmware Interface v0.81 <a href="http://simplefirmware.org">http://simplefirmware.org</a><br>[    0.000000] Intel MultiProcessor Specification v1.4<br>[    0.000000] MPTABLE: OEM ID: BOCHSCPU<br>[    0.000000] MPTABLE: Product ID: 0.1         <br>[    0.000000] MPTABLE: APIC at: 0xFEE00000<br>[    0.000000] Processor #0 (Bootup-CPU)<br>[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23<br>[    0.000000] Processors: 1<br>[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs<br>[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]<br>[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]<br>[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]<br>[    0.000000] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices<br>[    0.000000] Booting paravirtualized kernel on KVM<br>[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1<br>[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88001ec00000 s80896 r8192 d21504 u2097152<br>[    0.000000] KVM setup async PF for cpu 0<br>[    0.000000] kvm-stealtime: cpu 0, msr 1ec0d080<br>[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 126099<br>[    0.000000] Policy zone: DMA32<br>[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br>[    0.000000] Disabling memory control group subsystem<br>[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)<br>[    0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240<br>[    0.000000] AGP: Checking aperture...<br>[    0.000000] AGP: No AGP bridge found<br>[    0.000000] Memory: 487724K/511480K available (5207K kernel code, 946K rwdata, 1832K rodata, 1204K init, 840K bss, 23756K reserved)<br>[    0.000000] Hierarchical RCU implementation.<br>[    0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.<br>[    0.000000] \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.<br>[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1<br>[    0.000000] NR_IRQS:33024 nr_irqs:256 16<br>[    0.000000] Console: colour *CGA 80x25<br>[    0.000000] console [ttyS0] enabled<br>[    0.000000] tsc: Detected 2659.998 MHz processor<br>[    0.008000] Calibrating delay loop (skipped) preset value.. 5319.99 BogoMIPS (lpj=10639992)<br>[    0.008000] pid_max: default: 32768 minimum: 301<br>[    0.008000] Security Framework initialized<br>[    0.008000] AppArmor: AppArmor disabled by boot time parameter<br>[    0.008000] Yama: disabled by default; enable with sysctl kernel.yama.*<br>[    0.008067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)<br>[    0.009283] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)<br>[    0.010331] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)<br>[    0.011209] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)<br>[    0.012390] Initializing cgroup subsys memory<br>[    0.012987] Initializing cgroup subsys devices<br>[    0.013599] Initializing cgroup subsys freezer<br>[    0.014200] Initializing cgroup subsys net_cls<br>[    0.014809] Initializing cgroup subsys blkio<br>[    0.016008] Initializing cgroup subsys perf_event<br>[    0.016639] Initializing cgroup subsys net_prio<br>[    0.017368] mce: CPU supports 10 MCE banks<br>[    0.017993] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4<br>[    0.017993] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0<br>[    0.017993] tlb_flushall_shift: -1<br>[    0.092574] Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - ffffffff81a20000)<br>[    0.098764] ftrace: allocating 21614 entries in 85 pages<br>[    0.104455] Enabling x2apic<br>[    0.104865] Enabled x2apic<br>[    0.105543] Switched APIC routing to physical x2apic.<br>[    0.109621] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1<br>[    0.110404] smpboot: CPU0: Intel(R) Xeon(R) CPU           E5430  @ 2.66GHz (fam: 06, model: 17, stepping: 0a)<br>[    0.220091] Performance Events: 4-deep LBR, Core2 events, Intel PMU driver.<br>[    0.221094] ... version:                2<br>[    0.221626] ... bit width:              40<br>[    0.222158] ... generic registers:      2<br>[    0.222682] ... value mask:             000000ffffffffff<br>[    0.223364] ... max period:             000000007fffffff<br>[    0.224001] ... fixed-purpose events:   3<br>[    0.224522] ... event mask:             0000000700000003<br>[    0.227619] x86: Booted up 1 node, 1 CPUs<br>[    0.228004] smpboot: Total of 1 processors activated (5319.99 BogoMIPS)<br>[    0.229280] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.<br>[    0.230515] devtmpfs: initialized<br>[    0.235695] pinctrl core: initialized pinctrl subsystem<br>[    0.236080] NET: Registered protocol family 16<br>[    0.236792] cpuidle: using governor ladder<br>[    0.237340] cpuidle: using governor menu<br>[    0.238126] PCI: Using configuration type 1 for base access<br>[    0.240101] ACPI: Interpreter disabled.<br>[    0.240682] vgaarb: loaded<br>[    0.241097] PCI: Probing PCI hardware<br>[    0.241636] PCI host bridge to bus 0000:00<br>[    0.242176] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]<br>[    0.242987] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]<br>[    0.243908] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]<br>[    0.250302] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]<br>[    0.251222] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]<br>[    0.252002] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]<br>[    0.252912] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]<br>[    0.254318] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI<br>[    0.255272] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB<br>[    0.274308] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]<br>[    0.275328] Switched to clocksource kvm-clock<br>[    0.278931] pnp: PnP ACPI: disabled<br>[    0.281135] NET: Registered protocol family 2<br>[    0.281979] TCP established hash table entries: 4096 (order: 3, 32768 bytes)<br>[    0.282943] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)<br>[    0.283857] TCP: Hash tables configured (established 4096 bind 4096)<br>[    0.284735] TCP: reno registered<br>[    0.285169] UDP hash table entries: 256 (order: 1, 8192 bytes)<br>[    0.285972] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)<br>[    0.286840] NET: Registered protocol family 1<br>[    0.287427] pci 0000:00:00.0: Limiting direct PCI/PCI transfers<br>[    0.288233] pci 0000:00:01.0: PIIX3: Enabling Passive Release<br>[    0.289001] pci 0000:00:01.0: Activating ISA DMA hang workarounds<br>[    0.289916] Unpacking initramfs...<br>[    0.295696] Freeing initrd memory: 3852K (ffff88001f015000 - ffff88001f3d8000)<br>[    0.296939] platform rtc_cmos: registered platform RTC device (no PNP device found)<br>[    0.298066] microcode: CPU0 sig=0x1067a, pf=0x1, revision=0x1<br>[    0.298874] microcode: Microcode Update Driver: v2.00 <<a href="mailto:tigran@aivazian.fsnet.co.uk">tigran@aivazian.fsnet.co.uk</a>>, Peter Oruba<br>[    0.300260] futex hash table entries: 256 (order: 2, 16384 bytes)<br>[    0.301102] audit: initializing netlink subsys (disabled)<br>[    0.301841] audit: type=2000 audit(1432795839.613:1): initialized<br>[    0.302982] HugeTLB registered 2 MB page size, pre-allocated 0 pages<br>[    0.303831] zbud: loaded<br>[    0.304307] VFS: Disk quotas dquot_6.5.2<br>[    0.304839] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)<br>[    0.305735] msgmni has been set to 960<br>[    0.306522] alg: No test for stdrng (krng)<br>[    0.307087] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)<br>[    0.308107] io scheduler noop registered<br>[    0.308630] io scheduler deadline registered<br>[    0.309219] io scheduler cfq registered (default)<br>[    0.309928] pci_hotplug: PCI Hot Plug PCI Core version: 0.5<br>[    0.310677] pciehp: PCI Express Hot Plug Controller Driver version: 0.4<br>[    0.311638] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled<br>[    0.339743] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A<br>[    0.341083] Linux agpgart interface v0.103<br>[    0.341745] i8042: PNP: No PS/2 controller found. Probing ports directly.<br>[    0.343402] serio: i8042 KBD port at 0x60,0x64 irq 1<br>[    0.344075] serio: i8042 AUX port at 0x60,0x64 irq 12<br>[    0.344856] mousedev: PS/2 mouse device common for all mice<br>[    0.345904] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0<br>[    0.347481] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0<br>[    0.348460] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram<br>[    0.349297] ledtrig-cpu: registered to indicate activity on CPUs<br>[    0.350149] AMD IOMMUv2 driver by Joerg Roedel <<a href="mailto:joerg.roedel@amd.com">joerg.roedel@amd.com</a>><br>[    0.350996] AMD IOMMUv2 functionality not available on this system<br>[    0.351894] TCP: cubic registered<br>[    0.352368] NET: Registered protocol family 10<br>[    0.353864] mip6: Mobile IPv6<br>[    0.354274] NET: Registered protocol family 17<br>[    0.354865] mpls_gso: MPLS GSO support<br>[    0.355574] registered taskstats version 1<br>[    0.356438] rtc_cmos rtc_cmos: setting system clock to 2015-05-28 06:50:39 UTC (1432795839)<br>[    0.359387] Freeing unused kernel memory: 1204K (ffffffff818ee000 - ffffffff81a1b000)<br>[    0.360457] Write protecting the kernel read-only data: 8192k<br>[    0.363754] Freeing unused kernel memory: 924K (ffff880001519000 - ffff880001600000)<br>[    0.365353] Freeing unused kernel memory: 216K (ffff8800017ca000 - ffff880001800000)<br>supermin: mounting /proc<br>supermin: uptime: 0.36 0.10<br>supermin: ext2 mini initrd starting up: 5.1.11 zlib xz<br>supermin: cmdline: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br>supermin: mounting /sys<br>supermin: internal insmod crc32-pclmul.ko<br>[    0.371156] PCLMULQDQ-NI instructions are not detected.<br>insmod: init_module: crc32-pclmul.ko: No such device<br>supermin: internal insmod crc32c-intel.ko<br>insmod: init_module: crc32c-intel.ko: No such device<br>supermin: internal insmod crct10dif_common.ko<br>supermin: internal insmod crct10dif-pclmul.ko<br>insmod: init_module: crct10dif-pclmul.ko: No such device<br>supermin: internal insmod crc32.ko<br>[    0.376789] alg: No test for crc32 (crc32-table)<br>supermin: internal insmod crc32c_generic.ko<br>supermin: internal insmod crct10dif_generic.ko<br>supermin: internal insmod scsi_mod.ko<br>[    0.383726] SCSI subsystem initialized<br>supermin: internal insmod libata.ko<br>supermin: internal insmod ata_piix.ko<br>[    0.389782] scsi0 : ata_piix<br>[    0.390263] scsi1 : ata_piix<br>[    0.390696] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc060 irq 14<br>[    0.391601] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc068 irq 15<br>supermin: internal insmod virtio.ko<br>supermin: internal insmod virtio_ring.ko<br>supermin: internal insmod virtio_blk.ko<br>supermin: internal insmod rng-core.ko<br>supermin: internal insmod virtio-rng.ko<br>supermin: internal insmod virtio_console.ko<br>supermin: internal insmod ideapad_slidebar.ko<br>[    0.554592] ideapad_slidebar: DMI does not match<br>insmod: init_module: ideapad_slidebar.ko: No such device<br>supermin: internal insmod virtio_net.ko<br>supermin: internal insmod sparse-keymap.ko<br>supermin: internal insmod rfkill.ko<br>supermin: internal insmod ideapad-laptop.ko<br>supermin: internal insmod megaraid.ko<br>supermin: internal insmod megaraid_mm.ko<br>[    0.562513] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)<br>supermin: internal insmod megaraid_mbox.ko<br>[    0.564673] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)<br>supermin: internal insmod megaraid_sas.ko<br>[    0.567408] megasas: 06.803.01.00-rc1 Mon. Mar. 10 17:00:00 PDT 2014<br>supermin: internal insmod scsi_transport_spi.ko<br>supermin: internal insmod crc-t10dif.ko<br>supermin: internal insmod sd_mod.ko<br>supermin: internal insmod cdrom.ko<br>supermin: internal insmod sr_mod.ko<br>supermin: internal insmod sym53c8xx.ko<br>supermin: internal insmod virtio_scsi.ko<br>supermin: internal insmod virtio_balloon.ko<br>supermin: internal insmod virtio_pci.ko<br>[    0.579860] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34<br>[    0.581726] scsi2 : Virtio SCSI HBA<br>[    0.582571] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5<br>[    0.583680] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35<br>[    0.589089] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.1. PQ: 0 ANSI: 5<br>[    0.606768] sd 2:0:0:0: [sda] 125829120 512-byte logical blocks: (64.4 GB/60.0 GiB)<br>[    0.608330] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)<br>[    0.609533] sd 2:0:0:0: [sda] Write Protect is off<br>[    0.610417] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<br>[    0.611988] sd 2:0:1:0: [sdb] Write Protect is off<br>[    0.612850] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA<br>[    0.615169]  sda: sda1 sda2<br>[    0.616151]  sdb: unknown partition table<br>[    0.617290] sd 2:0:0:0: [sda] Attached SCSI disk<br>[    0.618108] sd 2:0:1:0: [sdb] Attached SCSI disk<br>supermin: internal insmod jbd2.ko<br>supermin: internal insmod mbcache.ko<br>supermin: internal insmod crc16.ko<br>supermin: internal insmod ext4.ko<br>supermin: internal insmod crc-ccitt.ko<br>supermin: internal insmod crc-itu-t.ko<br>supermin: internal insmod crc7.ko<br>supermin: internal insmod libcrc32c.ko<br>supermin: picked /sys/block/sdb/dev as root device<br>supermin: creating /dev/root as block special 8:16<br>supermin: mounting new root on /root<br>[    0.647298] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem<br>[    0.680639] EXT4-fs (sdb): mounted filesystem without journal. Opts: <br>supermin: chroot<br>Starting /init script ...<br>[    1.625721] systemd-udevd[60]: starting version 215<br>[    1.677893] random: systemd-udevd urandom read with 79 bits of entropy available<br>[    1.819368] input: PC Speaker as /devices/platform/pcspkr/input/input2<br>[/usr/lib/tmpfiles.d/systemd.conf:26] Failed to replace specifiers: /run/log/journal/%m<br>[/usr/lib/tmpfiles.d/systemd.conf:29] Failed to replace specifiers: /var/log/journal/%m<br>/init: 73: /init: cannot create /sys/block/{h,s,ub,v}d*/queue/scheduler: Directory nonexistent<br>[    1.864405] sd 2:0:0:0: Attached scsi generic sg0 type 0<br>[    1.865490] sd 2:0:1:0: Attached scsi generic sg1 type 0<br>[    1.895225] ACPI Exception: AE_BAD_PARAMETER, Thread 479740880 could not acquire Mutex [0x1] (20140424/utmutex-285)<br>[    1.897055] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0<br>[    2.248689] random: nonblocking pool is initialized<br>mdadm: No arrays found in config file or automatically<br>[    2.364951] device-mapper: uevent: version 1.0.3<br>[    2.366356] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: <a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a><br>  No volume groups found<br>/init: 100: /init: ldmtool: not found<br>Linux (none) 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-2 (2015-04-13) x86_64 GNU/Linux<br>/dev:<br>total 0<br>crw------- 1 0 0  10, 235 May 28 06:50 autofs<br>drwxr-xr-x 2 0 0      120 May 28  2015 block<br>drwxr-xr-x 2 0 0       80 May 28 06:50 bsg<br>crw------- 1 0 0  10, 234 May 28 06:50 btrfs-control<br>drwxr-xr-x 2 0 0     2100 May 28 06:50 char<br>crw------- 1 0 0   5,   1 May 28 06:50 console<br>lrwxrwxrwx 1 0 0       11 May 28 06:50 core -> /proc/kcore<br>drwxr-xr-x 2 0 0       60 May 28 06:50 cpu<br>crw------- 1 0 0  10,  62 May 28 06:50 cpu_dma_latency<br>crw------- 1 0 0  10, 203 May 28 06:50 cuse<br>drwxr-xr-x 6 0 0      120 May 28  2015 disk<br>lrwxrwxrwx 1 0 0       13 May 28 06:50 fd -> /proc/self/fd<br>crw-rw-rw- 1 0 0   1,   7 May 28 06:50 full<br>crw------- 1 0 0  10, 229 May 28 06:50 fuse<br>drwxr-xr-x 3 0 0      120 May 28 06:50 input<br>crw-r--r-- 1 0 0   1,  11 May 28 06:50 kmsg<br>crw------- 1 0 0  10, 237 May 28 06:50 loop-control<br>drwxr-xr-x 2 0 0       60 May 28 06:50 mapper<br>crw------- 1 0 0  10, 227 May 28 06:50 mcelog<br>crw------- 1 0 0  10,  58 May 28 06:50 megadev0<br>crw------- 1 0 0   1,   1 May 28 06:50 mem<br>drwxr-xr-x 2 0 0       60 May 28 06:50 net<br>crw------- 1 0 0  10,  61 May 28 06:50 network_latency<br>crw------- 1 0 0  10,  60 May 28 06:50 network_throughput<br>crw-rw-rw- 1 0 0   1,   3 May 28 06:50 null<br>crw------- 1 0 0   1,   4 May 28 06:50 port<br>crw------- 1 0 0 108,   0 May 28 06:50 ppp<br>crw------- 1 0 0  10,   1 May 28 06:50 psaux<br>crw-rw-rw- 1 0 0   5,   2 May 28 06:50 ptmx<br>crw-rw-rw- 1 0 0   1,   8 May 28 06:50 random<br>crw------- 1 0 0  10,  59 May 28 06:50 rfkill<br>lrwxrwxrwx 1 0 0        4 May 28 06:50 rtc -> rtc0<br>crw------- 1 0 0 254,   0 May 28 06:50 rtc0<br>brw------- 1 0 0   8,   0 May 28 06:50 sda<br>brw------- 1 0 0   8,   1 May 28 06:50 sda1<br>brw------- 1 0 0   8,   2 May 28 06:50 sda2<br>brw------- 1 0 0   8,  16 May 28 06:50 sdb<br>crw------- 1 0 0  21,   0 May 28 06:50 sg0<br>crw------- 1 0 0  21,   1 May 28 06:50 sg1<br>crw------- 1 0 0  10, 231 May 28 06:50 snapshot<br>drwxr-xr-x 2 0 0       80 May 28 06:50 snd<br>lrwxrwxrwx 1 0 0       15 May 28 06:50 stderr -> /proc/self/fd/2<br>lrwxrwxrwx 1 0 0       15 May 28 06:50 stdin -> /proc/self/fd/0<br>lrwxrwxrwx 1 0 0       15 May 28 06:50 stdout -> /proc/self/fd/1<br>crw-rw-rw- 1 0 0   5,   0 May 28 06:50 tty<br>crw------- 1 0 0   4,   0 May 28 06:50 tty0<br>crw------- 1 0 0   4,   1 May 28 06:50 tty1<br>crw------- 1 0 0   4,  10 May 28 06:50 tty10<br>crw------- 1 0 0   4,  11 May 28 06:50 tty11<br>crw------- 1 0 0   4,  12 May 28 06:50 tty12<br>crw------- 1 0 0   4,  13 May 28 06:50 tty13<br>crw------- 1 0 0   4,  14 May 28 06:50 tty14<br>crw------- 1 0 0   4,  15 May 28 06:50 tty15<br>crw------- 1 0 0   4,  16 May 28 06:50 tty16<br>crw------- 1 0 0   4,  17 May 28 06:50 tty17<br>crw------- 1 0 0   4,  18 May 28 06:50 tty18<br>crw------- 1 0 0   4,  19 May 28 06:50 tty19<br>crw------- 1 0 0   4,   2 May 28 06:50 tty2<br>crw------- 1 0 0   4,  20 May 28 06:50 tty20<br>crw------- 1 0 0   4,  21 May 28 06:50 tty21<br>crw------- 1 0 0   4,  22 May 28 06:50 tty22<br>crw------- 1 0 0   4,  23 May 28 06:50 tty23<br>crw------- 1 0 0   4,  24 May 28 06:50 tty24<br>crw------- 1 0 0   4,  25 May 28 06:50 tty25<br>crw------- 1 0 0   4,  26 May 28 06:50 tty26<br>crw------- 1 0 0   4,  27 May 28 06:50 tty27<br>crw------- 1 0 0   4,  28 May 28 06:50 tty28<br>crw------- 1 0 0   4,  29 May 28 06:50 tty29<br>crw------- 1 0 0   4,   3 May 28 06:50 tty3<br>crw------- 1 0 0   4,  30 May 28 06:50 tty30<br>crw------- 1 0 0   4,  31 May 28 06:50 tty31<br>crw------- 1 0 0   4,  32 May 28 06:50 tty32<br>crw------- 1 0 0   4,  33 May 28 06:50 tty33<br>crw------- 1 0 0   4,  34 May 28 06:50 tty34<br>crw------- 1 0 0   4,  35 May 28 06:50 tty35<br>crw------- 1 0 0   4,  36 May 28 06:50 tty36<br>crw------- 1 0 0   4,  37 May 28 06:50 tty37<br>crw------- 1 0 0   4,  38 May 28 06:50 tty38<br>crw------- 1 0 0   4,  39 May 28 06:50 tty39<br>crw------- 1 0 0   4,   4 May 28 06:50 tty4<br>crw------- 1 0 0   4,  40 May 28 06:50 tty40<br>crw------- 1 0 0   4,  41 May 28 06:50 tty41<br>crw------- 1 0 0   4,  42 May 28 06:50 tty42<br>crw------- 1 0 0   4,  43 May 28 06:50 tty43<br>crw------- 1 0 0   4,  44 May 28 06:50 tty44<br>crw------- 1 0 0   4,  45 May 28 06:50 tty45<br>crw------- 1 0 0   4,  46 May 28 06:50 tty46<br>crw------- 1 0 0   4,  47 May 28 06:50 tty47<br>crw------- 1 0 0   4,  48 May 28 06:50 tty48<br>crw------- 1 0 0   4,  49 May 28 06:50 tty49<br>crw------- 1 0 0   4,   5 May 28 06:50 tty5<br>crw------- 1 0 0   4,  50 May 28 06:50 tty50<br>crw------- 1 0 0   4,  51 May 28 06:50 tty51<br>crw------- 1 0 0   4,  52 May 28 06:50 tty52<br>crw------- 1 0 0   4,  53 May 28 06:50 tty53<br>crw------- 1 0 0   4,  54 May 28 06:50 tty54<br>crw------- 1 0 0   4,  55 May 28 06:50 tty55<br>crw------- 1 0 0   4,  56 May 28 06:50 tty56<br>crw------- 1 0 0   4,  57 May 28 06:50 tty57<br>crw------- 1 0 0   4,  58 May 28 06:50 tty58<br>crw------- 1 0 0   4,  59 May 28 06:50 tty59<br>crw------- 1 0 0   4,   6 May 28 06:50 tty6<br>crw------- 1 0 0   4,  60 May 28 06:50 tty60<br>crw------- 1 0 0   4,  61 May 28 06:50 tty61<br>crw------- 1 0 0   4,  62 May 28 06:50 tty62<br>crw------- 1 0 0   4,  63 May 28 06:50 tty63<br>crw------- 1 0 0   4,   7 May 28 06:50 tty7<br>crw------- 1 0 0   4,   8 May 28 06:50 tty8<br>crw------- 1 0 0   4,   9 May 28 06:50 tty9<br>crw------- 1 0 0   4,  64 May 28 06:50 ttyS0<br>crw------- 1 0 0   4,  65 May 28 06:50 ttyS1<br>crw------- 1 0 0   4,  66 May 28 06:50 ttyS2<br>crw------- 1 0 0   4,  67 May 28 06:50 ttyS3<br>crw------- 1 0 0  10, 239 May 28 06:50 uhid<br>crw------- 1 0 0  10, 223 May 28 06:50 uinput<br>crw-rw-rw- 1 0 0   1,   9 May 28 06:50 urandom<br>crw------- 1 0 0   7,   0 May 28 06:50 vcs<br>crw------- 1 0 0   7,   1 May 28 06:50 vcs1<br>crw------- 1 0 0   7, 128 May 28 06:50 vcsa<br>crw------- 1 0 0   7, 129 May 28 06:50 vcsa1<br>drwxr-xr-x 2 0 0       60 May 28 06:50 vfio<br>crw------- 1 0 0  10,  63 May 28 06:50 vga_arbiter<br>crw------- 1 0 0  10, 137 May 28 06:50 vhci<br>crw------- 1 0 0  10, 238 May 28 06:50 vhost-net<br>drwxr-xr-x 2 0 0       60 May 28 06:50 virtio-ports<br>crw------- 1 0 0 249,   1 May 28 06:50 vport1p1<br>crw-rw-rw- 1 0 0   1,   5 May 28 06:50 zero<br><br>/dev/block:<br>total 0<br>lrwxrwxrwx 1 0 0 6 May 28 06:50 8:0 -> ../sda<br>lrwxrwxrwx 1 0 0 7 May 28 06:50 8:1 -> ../sda1<br>lrwxrwxrwx 1 0 0 6 May 28 06:50 8:16 -> ../sdb<br>lrwxrwxrwx 1 0 0 7 May 28 06:50 8:2 -> ../sda2<br><br>/dev/bsg:<br>total 0<br>crw------- 1 0 0 252, 0 May 28 06:50 2:0:0:0<br>crw------- 1 0 0 252, 1 May 28 06:50 2:0:1:0<br><br>/dev/char:<br>total 0<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 10:1 -> ../psaux<br>lrwxrwxrwx 1 0 0 16 May 28 06:50 10:184 -> ../cpu/microcode<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 10:227 -> ../mcelog<br>lrwxrwxrwx 1 0 0 11 May 28 06:50 10:231 -> ../snapshot<br>lrwxrwxrwx 1 0 0 17 May 28 06:50 10:236 -> ../mapper/control<br>lrwxrwxrwx 1 0 0 11 May 28 06:50 10:58 -> ../megadev0<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 10:59 -> ../rfkill<br>lrwxrwxrwx 1 0 0 21 May 28 06:50 10:60 -> ../network_throughput<br>lrwxrwxrwx 1 0 0 18 May 28 06:50 10:61 -> ../network_latency<br>lrwxrwxrwx 1 0 0 18 May 28 06:50 10:62 -> ../cpu_dma_latency<br>lrwxrwxrwx 1 0 0 14 May 28 06:50 10:63 -> ../vga_arbiter<br>lrwxrwxrwx 1 0 0 13 May 28 06:50 13:63 -> ../input/mice<br>lrwxrwxrwx 1 0 0 15 May 28 06:50 13:64 -> ../input/event0<br>lrwxrwxrwx 1 0 0 15 May 28 06:50 13:65 -> ../input/event1<br>lrwxrwxrwx 1 0 0  6 May 28 06:50 1:1 -> ../mem<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 1:11 -> ../kmsg<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 1:3 -> ../null<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 1:4 -> ../port<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 1:5 -> ../zero<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 1:7 -> ../full<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 1:8 -> ../random<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 1:9 -> ../urandom<br>lrwxrwxrwx 1 0 0  6 May 28 06:50 21:0 -> ../sg0<br>lrwxrwxrwx 1 0 0  6 May 28 06:50 21:1 -> ../sg1<br>lrwxrwxrwx 1 0 0 11 May 28 06:50 249:1 -> ../vport1p1<br>lrwxrwxrwx 1 0 0 14 May 28 06:50 252:0 -> ../bsg/2:0:0:0<br>lrwxrwxrwx 1 0 0 14 May 28 06:50 252:1 -> ../bsg/2:0:1:0<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 254:0 -> ../rtc0<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:0 -> ../tty0<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:1 -> ../tty1<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:10 -> ../tty10<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:11 -> ../tty11<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:12 -> ../tty12<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:13 -> ../tty13<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:14 -> ../tty14<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:15 -> ../tty15<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:16 -> ../tty16<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:17 -> ../tty17<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:18 -> ../tty18<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:19 -> ../tty19<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:2 -> ../tty2<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:20 -> ../tty20<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:21 -> ../tty21<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:22 -> ../tty22<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:23 -> ../tty23<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:24 -> ../tty24<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:25 -> ../tty25<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:26 -> ../tty26<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:27 -> ../tty27<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:28 -> ../tty28<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:29 -> ../tty29<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:3 -> ../tty3<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:30 -> ../tty30<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:31 -> ../tty31<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:32 -> ../tty32<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:33 -> ../tty33<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:34 -> ../tty34<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:35 -> ../tty35<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:36 -> ../tty36<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:37 -> ../tty37<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:38 -> ../tty38<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:39 -> ../tty39<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:4 -> ../tty4<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:40 -> ../tty40<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:41 -> ../tty41<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:42 -> ../tty42<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:43 -> ../tty43<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:44 -> ../tty44<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:45 -> ../tty45<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:46 -> ../tty46<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:47 -> ../tty47<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:48 -> ../tty48<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:49 -> ../tty49<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:5 -> ../tty5<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:50 -> ../tty50<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:51 -> ../tty51<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:52 -> ../tty52<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:53 -> ../tty53<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:54 -> ../tty54<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:55 -> ../tty55<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:56 -> ../tty56<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:57 -> ../tty57<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:58 -> ../tty58<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:59 -> ../tty59<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:6 -> ../tty6<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:60 -> ../tty60<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:61 -> ../tty61<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:62 -> ../tty62<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:63 -> ../tty63<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:64 -> ../ttyS0<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:65 -> ../ttyS1<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:66 -> ../ttyS2<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 4:67 -> ../ttyS3<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:7 -> ../tty7<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:8 -> ../tty8<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 4:9 -> ../tty9<br>lrwxrwxrwx 1 0 0  6 May 28 06:50 5:0 -> ../tty<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 5:1 -> ../console<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 5:2 -> ../ptmx<br>lrwxrwxrwx 1 0 0  6 May 28 06:50 7:0 -> ../vcs<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 7:1 -> ../vcs1<br>lrwxrwxrwx 1 0 0  7 May 28 06:50 7:128 -> ../vcsa<br>lrwxrwxrwx 1 0 0  8 May 28 06:50 7:129 -> ../vcsa1<br><br>/dev/cpu:<br>total 0<br>crw------- 1 0 0 10, 184 May 28 06:50 microcode<br><br>/dev/disk:<br>total 0<br>drwxr-xr-x 2 0 0 120 May 28 06:50 by-id<br>drwxr-xr-x 2 0 0  60 May 28 06:50 by-label<br>drwxr-xr-x 2 0 0 120 May 28 06:50 by-path<br>drwxr-xr-x 2 0 0 100 May 28 06:50 by-uuid<br><br>/dev/disk/by-id:<br>total 0<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> ../../sda1<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> ../../sda2<br><br>/dev/disk/by-label:<br>total 0<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 System\x20Reserved -> ../../sda1<br><br>/dev/disk/by-path:<br>total 0<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 pci-0000:00:02.0-scsi-0:0:0:0 -> ../../sda<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 pci-0000:00:02.0-scsi-0:0:0:0-part1 -> ../../sda1<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 pci-0000:00:02.0-scsi-0:0:0:0-part2 -> ../../sda2<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 pci-0000:00:02.0-scsi-0:0:1:0 -> ../../sdb<br><br>/dev/disk/by-uuid:<br>total 0<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 2EC85F8BC85F4FE7 -> ../../sda1<br>lrwxrwxrwx 1 0 0  9 May 28 06:50 885850b1-ca45-49f7-af27-f17bc946c164 -> ../../sdb<br>lrwxrwxrwx 1 0 0 10 May 28 06:50 DE8C61948C61684B -> ../../sda2<br><br>/dev/input:<br>total 0<br>drwxr-xr-x 2 0 0     80 May 28 06:50 by-path<br>crw------- 1 0 0 13, 64 May 28 06:50 event0<br>crw------- 1 0 0 13, 65 May 28 06:50 event1<br>crw------- 1 0 0 13, 63 May 28 06:50 mice<br><br>/dev/input/by-path:<br>total 0<br>lrwxrwxrwx 1 0 0 9 May 28 06:50 platform-i8042-serio-0-event-kbd -> ../event0<br>lrwxrwxrwx 1 0 0 9 May 28 06:50 platform-pcspkr-event-spkr -> ../event1<br><br>/dev/mapper:<br>total 0<br>crw------- 1 0 0 10, 236 May 28 06:50 control<br><br>/dev/net:<br>total 0<br>crw------- 1 0 0 10, 200 May 28 06:50 tun<br><br>/dev/snd:<br>total 0<br>crw------- 1 0 0 116,  1 May 28 06:50 seq<br>crw------- 1 0 0 116, 33 May 28 06:50 timer<br><br>/dev/vfio:<br>total 0<br>crw------- 1 0 0 10, 196 May 28 06:50 vfio<br><br>/dev/virtio-ports:<br>total 0<br>lrwxrwxrwx 1 0 0 11 May 28 06:50 org.libguestfs.channel.0 -> ../vport1p1<br>rootfs / rootfs rw 0 0<br>proc /proc proc rw,relatime 0 0<br>/dev/root / ext2 rw,noatime 0 0<br>/proc /proc proc rw,relatime 0 0<br>/sys /sys sysfs rw,relatime 0 0<br>tmpfs /run tmpfs rw,nosuid,relatime,size=98788k,mode=755 0 0<br>/dev /dev devtmpfs rw,relatime,size=243872k,nr_inodes=60968,mode=755 0 0<br>  No volume groups found<br>  No volume groups found<br>1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default <br>    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>    inet <a href="http://127.0.0.1/8">127.0.0.1/8</a> brd 127.255.255.255 scope host lo<br>       valid_lft forever preferred_lft forever<br>    inet6 ::1/128 scope host <br>       valid_lft forever preferred_lft forever<br>Module                  Size  Used by<br>dm_mod                 89373  0 <br>i2c_piix4              20864  0 <br>i2c_core               46012  1 i2c_piix4<br>evdev                  17445  0 <br>ata_generic            12490  0 <br>sg                     29973  0 <br>psmouse                99143  0 <br>serio_raw              12849  0 <br>pcspkr                 12595  0 <br>libcrc32c              12426  0 <br>crc7                   12345  0 <br>crc_itu_t              12347  0 <br>crc_ccitt              12347  0 <br>ext4                  473802  1 <br>crc16                  12343  1 ext4<br>mbcache                17171  1 ext4<br>jbd2                   82413  1 ext4<br>virtio_pci             17389  0 <br>virtio_balloon         13047  0 <br>virtio_scsi            17816  1 <br>sym53c8xx              74168  0 <br>sr_mod                 21903  0 <br>cdrom                  47424  1 sr_mod<br>sd_mod                 44356  1 <br>crc_t10dif             12431  1 sd_mod<br>scsi_transport_spi     27851  1 sym53c8xx<br>megaraid_sas           97499  0 <br>megaraid_mbox          38485  0 <br>megaraid_mm            17240  1 megaraid_mbox<br>megaraid               42836  0 <br>ideapad_laptop         17447  0 <br>rfkill                 18867  1 ideapad_laptop<br>sparse_keymap          12818  1 ideapad_laptop<br>virtio_net             26553  0 <br>virtio_console         22655  0 <br>virtio_rng             12783  0 [    2.662052] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3<br><br>rng_core               12733  1 virtio_rng<br>virtio_blk             17345  0 <br>virtio_ring            17513  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi<br>virtio                 13058  7 virtio_blk,virtio_net,virtio_pci,virtio_rng,virtio_balloon,virtio_console,virtio_scsi<br>ata_piix               33592  0 <br>libata                177457  2 ata_generic,ata_piix<br>scsi_mod              191405  10 sg,megaraid_mbox,scsi_transport_spi,libata,sym53c8xx,sd_mod,sr_mod,megaraid,megaraid_sas,virtio_scsi<br>crct10dif_generic      12581  1 <br>crc32c_generic         12656  1 <br>crc32                  12648  0 <br>crct10dif_common       12356  2 crct10dif_generic,crc_t10dif<br>Thu May 28 06:50:41 UTC 2015<br>clocksource: kvm-clock<br>uptime: 2.67 0.45<br>verbose daemon enabled<br>linux commmand line: panic=1 console=ttyS0 udevtimeout=6000 no_timer_check acpi=off printk.time=1 cgroup_disable=memory root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm<br><br>trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'<br>udevadm --debug settle<br>calling: settle<br>libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG<br>libguestfs: [05116ms] appliance is up<br>libguestfs: trace: launch = 0<br>libguestfs: trace: inspect_os<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: list_filesystems<br>libguestfs: trace: feature_available "lvm2"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds<br>libguestfs: trace: feature_available = 1<br>libguestfs: trace: feature_available "ldm"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 398 (feature_available) took 0.00 seconds<br>libguestfs: trace: feature_available = 0<br>libguestfs: trace: list_devices<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds<br>libguestfs: trace: list_devices = ["/dev/sda"]<br>libguestfs: trace: list_partitions<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds<br>libguestfs: trace: list_partitions = ["/dev/sda1", "/dev/sda2"]<br>libguestfs: trace: list_md_devices<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 300 (list_md_devices) took 0.00 seconds<br>libguestfs: trace: list_md_devices = []<br>libguestfs: trace: part_to_dev "/dev/sda1"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds<br>libguestfs: trace: part_to_dev = "/dev/sda"<br>libguestfs: trace: part_to_dev "/dev/sda2"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 272 (part_to_dev) took 0.00 seconds<br>libguestfs: trace: part_to_dev = "/dev/sda"<br>libguestfs: trace: vfs_type "/dev/sda1"<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda1<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: trace: vfs_type "/dev/sda2"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.04 seconds<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda2<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: trace: lvs<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x28<br>lvm lvs -o vg_name,lv_name --noheadings --separator /<br>  No volume groups found<br>libguestfs: trace: lvs = []<br>libguestfs: trace: list_filesystems = ["/dev/sda1", "ntfs", "/dev/sda2", "ntfs"]<br>libguestfs: trace: vfs_type "/dev/sda1"<br>guestfsd: main_loop: proc 11 (lvs) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda1<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: check_for_filesystem_on: /dev/sda1 (ntfs)<br>libguestfs: trace: internal_parse_mountable "/dev/sda1"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds<br>libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *><br>libguestfs: trace: is_whole_device "/dev/sda1"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds<br>libguestfs: trace: is_whole_device = 0<br>libguestfs: trace: mount_ro "/dev/sda1" "/"<br>guestfsd: main_loop: new request, len 0x40<br>mount -o ro /dev/sda1 /sysroot/<br>[    2.946858] fuse init (API version 7.23)<br>libguestfs: trace: mount_ro = 0<br>libguestfs: trace: part_to_partnum "/dev/sda1"<br>guestfsd: main_loop: proc 73 (mount_ro) took 0.21 seconds<br>guestfsd: main_loop: new request, len 0x38<br>libguestfs: trace: part_to_partnum = 1<br>libguestfs: trace: is_dir "/etc"<br>guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_llibguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/bin"<br>oop: proc 38 (is_dir) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/share"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_file "/grub/menu.lst"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 secondslibguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub/grub.conf"<br><br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub2/grub.cfg"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/hurd/console"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_dir "/log"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: case_sensitive_path "/windows"<br>guestfsd: main_loop: new request, len 0x34<br>libguestfs: trace: case_sensitive_path = "/windows"<br>libguestfs: trace: case_sensitive_path "/windows/system32"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: error: windows: no file or directory found with this name<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/winnt"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 secondslibguestfs: trace: case_sensitive_path = "/winnt"<br>libguestfs: trace: case_sensitive_path "/winnt/system32"<br><br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: error: winnt: no file or directory found with this name<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/win32"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/win32"<br>libguestfs: trace: case_sensitive_path "/win32/system32"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: error: win32: no file or directory found with this name<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/win"<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/win"<br>libguestfs: trace: case_sensitive_path "/win/system32"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: error: win: no file or directory found with this name<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = NULL (error)<br>libguestfs: trace: case_sensitive_path "/boot.ini"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/boot.ini"<br>libguestfs: trace: is_file "/boot.ini"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: case_sensitive_path "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x48<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/System Volume Information"<br>libguestfs: trace: is_dir "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x4c<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 1<br>libguestfs: trace: case_sensitive_path "/Program Files"<br>guestfsd: main_loop: new request, len 0x3c<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/Program Files"<br>libguestfs: trace: is_dir "/Program Files"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: case_sensitive_path "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x48<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>libguestfs: trace: case_sensitive_path = "/System Volume Information"<br>libguestfs: trace: is_dir "/System Volume Information"<br>guestfsd: main_loop: new request, len 0x4c<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 1<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=fusectl dir=/sys/fs/fuse/connections type=fusectl opts=rw,relatime freq=0 passno=0<br>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<br>umount /sysroot<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: vfs_type "/dev/sda2"<br>guestfsd: main_loop: proc 47 (umount_all) took 0.02 seconds<br>guestfsd: main_loop: new request, len 0x38<br>blkid -c /dev/null -o value -s TYPE /dev/sda2<br>libguestfs: trace: vfs_type = "ntfs"<br>libguestfs: check_for_filesystem_on: /dev/sda2 (ntfs)<br>libguestfs: trace: internal_parse_mountable "/dev/sda2"<br>guestfsd: main_loop: proc 198 (vfs_type) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 396 (internal_parse_mountable) took 0.00 seconds<br>libguestfs: trace: internal_parse_mountable = <struct guestfs_internal_mountable *><br>libguestfs: trace: is_whole_device "/dev/sda2"<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 395 (is_whole_device) took 0.00 seconds<br>libguestfs: trace: is_whole_device = 0<br>libguestfs: trace: mount_ro "/dev/sda2" "/"<br>guestfsd: main_loop: new request, len 0x40<br>mount -o ro /dev/sda2 /sysroot/<br>libguestfs: trace: mount_ro = 0<br>libguestfs: trace: part_to_partnum "/dev/sda2"<br>guestfsd: main_loop: proc 73 (mount_ro) took 0.05 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 293 (part_to_partnum) took 0.00 seconds<br>libguestfs: trace: part_to_partnum = 2<br>libguestfs: trace: is_dir "/etc"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/bin"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (islibguestfs: trace: is_dir = 0<br>libguestfs: trace: is_dir "/share"<br>_dir) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x38<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: is_file "/grub/menu.lst"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub/grub.conf"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/grub2/grub.cfg"<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 secondslibguestfs: trace: is_file = 0<br>libguestfs: trace: is_file "/hurd/console"<br><br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 0<br>libguestfs: trace: is_dir "/log"<br>guestfsd: main_loop: new request, len 0x34<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 0<br>libguestfs: trace: case_sensitive_path "/windows"<br>guestfsd: main_loop: new request, len 0x34<br>libguestfs: trace: case_sensitive_path = "/Windows"<br>libguestfs: trace: case_sensitive_path "/Windows/system32"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x40<br>libguestfs: trace: case_sensitive_path = "/Windows/System32"<br>libguestfs: trace: is_dir "/Windows/System32"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x44<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 1<br>libguestfs: trace: case_sensitive_path "/Windows/system32/config"<br>guestfsd: main_loop: new request, len 0x44<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/config"<br>libguestfs: trace: is_dir "/Windows/System32/config"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.08 seconds<br>guestfsd: main_loop: new request, len 0x48<br>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds<br>libguestfs: trace: is_dir = 1<br>libguestfs: trace: case_sensitive_path "/Windows/system32/cmd.exe"<br>guestfsd: main_loop: new request, len 0x48<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/cmd.exe"<br>libguestfs: trace: is_file "/Windows/System32/cmd.exe"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x4c<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 1<br>libguestfs: windows %SYSTEMROOT% = /Windows<br>libguestfs: trace: case_sensitive_path "/Windows/system32/cmd.exe"<br>guestfsd: main_loop: new request, len 0x48<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/cmd.exe"<br>libguestfs: trace: file_architecture "/Windows/System32/cmd.exe"<br>libguestfs: trace: file "/Windows/System32/cmd.exe"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x48<br>file -zb /sysroot/Windows/System32/cmd.exe<br>libguestfs: trace: file = "PE32+ executable (console) x86-64, for MS Windows"<br>libguestfs: trace: file_architecture = "x86_64"<br>libguestfs: trace: case_sensitive_path "/Windows/system32/config/software"<br>guestfsd: main_loop: proc 49 (file) took 0.07 seconds<br>guestfsd: main_loop: new request, len 0x50<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SOFTWARE"<br>libguestfs: trace: is_file "/Windows/System32/config/SOFTWARE"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.01 seconds<br>guestfsd: main_loop: new request, len 0x54<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 1<br>libguestfs: trace: hivex_open "/Windows/System32/config/SOFTWARE" "verbose:true"<br>guestfsd: main_loop: new request, len 0x5c<br>hivex: hivex_open: successfully read Windows Registry hive file:<br>  pages:          8593 [sml: 4096, lge: 16384]<br>  blocks:         712962 [sml: 8, avg: 53, lge: 16352]<br>  blocks used:    697410<br>  bytes used:     36983920<br>libguestfs: trace: hivex_open = 0<br>libguestfs: trace: hivex_root<br>guestfsd: main_loop: proc 350 (hivex_open) took 0.13 seconds<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: main_loop: proc 352 (hivex_root) took 0.00 seconds<br>libguestfs: trace: hivex_root = 4128<br>libguestfs: trace: hivex_node_get_child 4128 "Microsoft"<br>guestfsd: main_loop: new request, len 0x40<br>libguestfs: trace: hivex_node_get_child = 4448<br>libguestfs: trace: hivex_node_get_child 4448 "Windows NT"<br>guestfsd: main_loop: proc 355 (hivex_node_get_child) took 0.02 seconds<br>guestfsd: main_loop: new request, len 0x40<br>guestfsd: main_loop: proc 355 (hivexlibguestfs: trace: hivex_node_get_child = 104216<br>libguestfs: trace: hivex_node_get_child 104216 "CurrentVersion"<br>_node_get_child) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x44<br>guestfsd: main_loop: proc 355 (hivex_node_get_chlibguestfs: trace: hivex_node_get_child = 104312<br>libguestfs: trace: hivex_node_values 104312<br>ild) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 357 (hivex_node_valueslibguestfs: trace: hivex_node_values = <struct guestfs_hivex_value_list *><br>libguestfs: trace: hivex_value_key 4496744<br>) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "CurrentVersion"<br>libguestfs: trace: hivex_value_utf8 4496744<br>libguestfs: trace: hivex_value_value 4496744<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "6\x00.\x001\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "6.1"<br>libguestfs: trace: hivex_value_key 4496792<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CurrentBuild"<br>libguestfs: trace: hivex_value_key 4496848<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "SoftwareType"<br>libguestfs: trace: hivex_value_key 4481040<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CurrentType"<br>libguestfs: trace: hivex_value_key 4481344<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "InstallDate"<br>libguestfs: trace: hivex_value_key 4481880<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "RegisteredOrganization"<br>libguestfs: trace: hivex_value_key 4481928<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "RegisteredOwner"<br>libguestfs: trace: hivex_value_key 4482016<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "SystemRoot"<br>libguestfs: trace: hivex_value_key 29425096<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "InstallationType"<br>libguestfs: trace: hivex_value_utf8 29425096<br>libguestfs: trace: hivex_value_value 29425096<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "C\x00l\x00i\x00e\x00n\x00t\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "Client"<br>libguestfs: trace: hivex_value_key 29425160<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "EditionID"<br>libguestfs: trace: hivex_value_key 4482088<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "ProductName"<br>libguestfs: trace: hivex_value_utf8 4482088<br>libguestfs: trace: hivex_value_value 4482088<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 361 (hivex_value_value) took 0.00 seconds<br>libguestfs: trace: hivex_value_value = "W\x00i\x00n\x00d\x00o\x00w\x00s\x00 \x007\x00 \x00U\x00l\x00t\x00i\x00m\x00a\x00t\x00e\x00\x00\x00"<br>libguestfs: trace: hivex_value_utf8 = "Windows 7 Ultimate"<br>libguestfs: trace: hivex_value_key 11809408<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "ProductId"<br>libguestfs: trace: hivex_value_key 12809376<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "DigitalProductId"<br>libguestfs: trace: hivex_value_key 29052808<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "DigitalProductId4"<br>libguestfs: trace: hivex_value_key 32802208<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CurrentBuildNumber"<br>libguestfs: trace: hivex_value_key 29050992<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "BuildLab"<br>libguestfs: trace: hivex_value_key 32800272<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "BuildLabEx"<br>libguestfs: trace: hivex_value_key 32802488<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "BuildGUID"<br>libguestfs: trace: hivex_value_key 32802328<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "CSDBuildNumber"<br>libguestfs: trace: hivex_value_key 1936496<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) took 0.00 seconds<br>libguestfs: trace: hivex_value_key = "PathName"<br>libguestfs: trace: hivex_value_key 11809336<br>guestfsd: main_loop: new request, len 0x30<br>guestfsd: main_loop: proc 359 (hivex_value_key) libguestfs: trace: hivex_value_key = "CSDVersion"<br>libguestfs: trace: hivex_close<br>took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x28<br>hivex: hivex_close: hivex_close<br>libguestfs: trace: hivex_close = 0<br>libguestfs: trace: case_sensitive_path "/Windows/system32/config/system"<br>guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x4c<br>libguestfs: trace: case_sensitive_path = "/Windows/System32/config/SYSTEM"<br>libguestfs: trace: is_file "/Windows/System32/config/SYSTEM"<br>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds<br>guestfsd: main_loop: new request, len 0x50<br>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds<br>libguestfs: trace: is_file = 1<br>libguestfs: trace: hivex_open "/Windows/System32/config/SYSTEM" "verbose:true"<br>guestfsd: main_loop: new request, len 0x58<br>hivex: hivex_open: returning ENOTSUP because: /sysroot/Windows/System32/config/SYSTEM: trailing garbage at end of file (at 0x998000, after 2221 pages)<br>guestfsd: error: hivex failed to open /Windows/System32/config/SYSTEM: Operation not supported<br>guestfsd: main_loop: proc 350 (hivex_open) took 0.08 seconds<br>libguestfs: trace: hivex_open = -1 (error)<br>libguestfs: trace: hivex_close<br>guestfsd: main_loop: new request, len 0x28<br>guestfsd: error: do_hivex_close: you must call 'hivex-open' first to initialize the hivex handle<br>guestfsd: main_loop: proc 351 (hivex_close) took 0.00 seconds<br>libguestfs: trace: hivex_close = -1 (error)<br>libguestfs: trace: umount_all<br>guestfsd: main_loop: new request, len 0x28<br>umount-all: /proc/mounts: fsname=rootfs dir=/ type=rootfs opts=rw freq=0 passno=0<br>umount-all: /proc/mounts: fsname=proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0<br>umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=98788k,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=243872k,nr_inodes=60968,mode=755 freq=0 passno=0<br>umount-all: /proc/mounts: fsname=fusectl dir=/sys/fs/fuse/connections type=fusectl opts=rw,relatime freq=0 passno=0<br>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<br>umount /sysroot<br>libguestfs: trace: umount_all = 0<br>libguestfs: trace: inspect_os = NULL (error)<br>Traceback (most recent call last):<br>  File "/home/noxdafox/see/src/see/observer.py", line 128, in synchronous<br>    function(*args, **kwargs)<br>  File "/home/noxdafox/see_hooks/filesystem_diff.py", line 95, in stop_processing<br>    files1 = concurrent_list_files(self.disks[0])<br>  File "/home/noxdafox/see_hooks/filesystem_diff.py", line 128, in concurrent_list_files<br>    with FileSystem(disk_path) as fs:<br>  File "/home/noxdafox/pyguestfs/src/pyguestfs/filesystem.py", line 14, in __enter__<br>    self.mount_disk()<br>  File "/home/noxdafox/pyguestfs/src/pyguestfs/filesystem.py", line 27, in mount_disk<br>    for mountpoint, device in self._inspect_disk():<br>  File "/home/noxdafox/pyguestfs/src/pyguestfs/filesystem.py", line 35, in _inspect_disk<br>    roots = self.inspect_os()<br>  File "/usr/lib/python2.7/dist-packages/guestfs.py", line 4275, in inspect_os<br>    r = libguestfsmod.inspect_os (self._o)<br>RuntimeError: hivex_close: do_hivex_close: you must call 'hivex-open' first to initialize the hivex handle<br></div></div><br></div></div>