<div dir="ltr"><div>Hi Richard,<br></div><div><br></div><div>Thanks a lot for your prompt response. I am enumerating the steps that I followed during the provisioning, if it helps. </div><div><br></div><div>-Arup</div><div>

<br></div><div>1. These are the commands that I used to create the disk image.</div>
<div><br></div><div><div>qemu-img create -f qcow2 base_VM.qcow2 512M</div><div>kvm -m 512 -cdrom Core-current.iso -hda base_VM.qcow2 -boot d -net nic,macaddr=00:00:00:00:cc:10 -net tap,script=/etc/ovs-ifup0,downscript=/etc/ovs-ifdown0</div>


</div><div><br></div><div>2. a) The output of qemu-img</div><div><div>qemu-img info base_VM.qcow2 </div><div>image: images/base_VM.qcow2</div><div>file format: qcow2</div><div>virtual size: 512M (536870912 bytes)</div><div>


disk size: 46M</div><div>cluster_size: 65536</div></div><div>2. b)  virt-filesystems --all --long -h -a base_VM.qcow2 </div><div>Name       Type        VFS   Label  MBR  Size  Parent</div><div>/dev/sda1  filesystem  ext4  -      -    512M  -</div>


<div>/dev/sda1  partition   -     -      83   512M  /dev/sda</div><div>/dev/sda   device      -     -      -    512M  -</div><div><br></div><div><br></div><div>3. The trace report:</div><div><br></div><div>a. I am trying to run virt-ls for the disk image of the guest. The guest runs Tiny Core Linux version: 4.7.7 with kernel 3.0.21-tinycore.</div>

<div><br></div><div>b. virt-ls -a images/base_VM.qcow2 /</div><div><br></div><div>c. </div><div>virt-ls: no operating system was found on this disk</div><div><br></div><div>If using guestfish '-i' option, remove this option and instead</div>

<div>use the commands 'run' followed by 'list-filesystems'.</div><div>You can then mount filesystems you want by hand using the</div><div>'mount' or 'mount-ro' command.</div><div><br></div>

<div>If using guestmount '-i', remove this option and choose the</div><div>filesystem(s) you want to see by manually adding '-m' option(s).</div><div>Use 'virt-filesystems' to see what filesystems are available.</div>

<div><br></div><div>If using other virt tools, this disk image won't work</div><div>with these tools.  Use the guestfish equivalent commands</div><div>(see the virt tool manual page).</div><div><br></div><div>d. </div>

<div>i) The version of libguestfs:  </div><div>guestfish --version</div><div>guestfish 1.14.8</div><div><br></div><div>ii) The host is Ubuntu 12.04.4 LTS with kernel 3.2.0-58-generic</div><div><br></div><div>iii) libguestfs is installed using apt-get. </div>

<div><br></div><div>iv) The detail test report</div><div><br></div><div><div>libguestfs: new guestfs handle 0x86c1f0</div><div>libguestfs: trace: add_drive_opts "images/base_VM.qcow2" "readonly:true"</div>

<div>libguestfs: trace: add_drive_opts = 0</div><div>libguestfs: trace: launch</div><div>libguestfs: [00000ms] febootstrap-supermin-helper --verbose -f checksum '/usr/lib/guestfs/supermin.d' x86_64</div><div>supermin helper [00000ms] whitelist = (not specified), host_cpu = x86_64, kernel = (null), initrd = (null), appliance = (null)</div>

<div>supermin helper [00000ms] inputs[0] = /usr/lib/guestfs/supermin.d</div><div>checking modpath /lib/modules/3.2.0-58-generic is a directory</div><div>picked vmlinuz-3.2.0-58-generic because modpath /lib/modules/3.2.0-58-generic exists</div>

<div>supermin helper [00000ms] finished creating kernel</div><div>supermin helper [00000ms] visiting /usr/lib/guestfs/supermin.d</div><div>supermin helper [00000ms] visiting /usr/lib/guestfs/supermin.d/base.img</div><div>

supermin helper [00000ms] visiting /usr/lib/guestfs/supermin.d/daemon.img</div><div>supermin helper [00000ms] visiting /usr/lib/guestfs/supermin.d/hostfiles</div><div>supermin helper [00021ms] visiting /usr/lib/guestfs/supermin.d/init.img</div>

<div>supermin helper [00021ms] adding kernel modules</div><div>supermin helper [00186ms] finished creating appliance</div><div>libguestfs: [00189ms] begin testing qemu features</div><div>libguestfs: [00226ms] finished testing qemu features</div>

<div>libguestfs: accept_from_daemon: 0x86c1f0 g->state = 1</div><div>[00227ms] /usr/bin/kvm \</div><div>    -global virtio-blk-pci.scsi=off \</div><div>    -drive file=images/base_VM.qcow2,snapshot=on,if=virtio \</div>

<div>    -nodefconfig \</div><div>    -machine accel=kvm:tcg \</div><div>    -nodefaults \</div><div>    -nographic \</div><div>    -m 500 \</div><div>    -no-reboot \</div><div>    -no-hpet \</div><div>    -device virtio-serial \</div>

<div>    -serial stdio \</div><div>    -chardev socket,path=/tmp/libguestfsl1fLIR/guestfsd.sock,id=channel0 \</div><div>    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \</div><div>    -kernel /var/tmp/.guestfs-0/kernel.2016 \</div>

<div>    -initrd /var/tmp/.guestfs-0/initrd.2016 \</div><div>    -append 'panic=1 console=ttyS0 udevtimeout=300 no_timer_check acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm ' \</div>

<div>    -drive file=/var/tmp/.guestfs-0/root.2016,snapshot=on,if=virtio,cache=unsafe[    0.000000] Initializing cgroup subsys cpuset</div><div>[    0.000000] Initializing cgroup subsys cpu</div><div>[    0.000000] Linux version 3.2.0-58-generic (buildd@allspice) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 (Ubuntu 3.2.0-58.88-generic 3.2.53)</div>

<div>[    0.000000] Command line: panic=1 console=ttyS0 udevtimeout=300 no_timer_check acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm </div><div>[    0.000000] KERNEL supported cpus:</div>

<div>[    0.000000]   Intel GenuineIntel</div><div>[    0.000000]   AMD AuthenticAMD</div><div>[    0.000000]   Centaur CentaurHauls</div><div>[    0.000000] BIOS-provided physical RAM map:</div><div>[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)</div>

<div>[    0.000000]  BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)</div><div>[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)</div><div>[    0.000000]  BIOS-e820: 0000000000100000 - 000000001f3fd000 (usable)</div>

<div>[    0.000000]  BIOS-e820: 000000001f3fd000 - 000000001f400000 (reserved)</div><div>[    0.000000]  BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)</div><div>[    0.000000]  BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)</div>

<div>[    0.000000] NX (Execute Disable) protection: active</div><div>[    0.000000] SMBIOS 2.4 present.</div><div>[    0.000000] No AGP bridge found</div><div>[    0.000000] last_pfn = 0x1f3fd max_arch_pfn = 0x400000000</div>

<div>[    0.000000] PAT not supported by CPU.</div><div>[    0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0</div><div>[    0.000000] init_memory_mapping: 0000000000000000-000000001f3fd000</div><div>[    0.000000] RAMDISK: 1f2e9000 - 1f3f0000</div>

<div>[    0.000000] No NUMA configuration found</div><div>[    0.000000] Faking a node at 0000000000000000-000000001f3fd000</div><div>[    0.000000] Initmem setup node 0 0000000000000000-000000001f3fd000</div><div>[    0.000000]   NODE_DATA [000000001f3f5000 - 000000001f3f9fff]</div>

<div>[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00</div><div>[    0.000000] kvm-clock: cpu 0, msr 0:1cfa741, boot clock</div><div>[    0.000000] Zone PFN ranges:</div><div>[    0.000000]   DMA      0x00000010 -> 0x00001000</div>

<div>[    0.000000]   DMA32    0x00001000 -> 0x00100000</div><div>[    0.000000]   Normal   empty</div><div>[    0.000000] Movable zone start PFN for each node</div><div>[    0.000000] early_node_map[2] active PFN ranges</div>

<div>[    0.000000]     0: 0x00000010 -> 0x0000009b</div><div>[    0.000000]     0: 0x00000100 -> 0x0001f3fd</div><div>[    0.000000] SFI: Simple Firmware Interface v0.81 <a href="http://simplefirmware.org">http://simplefirmware.org</a></div>

<div>[    0.000000] Intel MultiProcessor Specification v1.4</div><div>[    0.000000] MPTABLE: OEM ID: BOCHSCPU</div><div>[    0.000000] MPTABLE: Product ID: 0.1         </div><div>[    0.000000] MPTABLE: APIC at: 0xFEE00000</div>

<div>[    0.000000] Processor #0 (Bootup-CPU)</div><div>[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23</div><div>[    0.000000] Processors: 1</div><div>[    0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs</div>

<div>[    0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000</div><div>[    0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000</div><div>[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000</div>

<div>[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000</div><div>[    0.000000] Allocating PCI resources starting at 1f400000 (gap: 1f400000:dfbfc000)</div><div>[    0.000000] Booting paravirtualized kernel on KVM</div>

<div>[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1</div><div>[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001f000000 s83136 r8192 d23360 u2097152</div><div>[    0.000000] kvm-clock: cpu 0, msr 0:1f013741, primary cpu clock</div>

<div>[    0.000000] KVM setup async PF for cpu 0</div><div>[    0.000000] kvm-stealtime: cpu 0, msr 1f00ddc0</div><div>[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 125875</div><div>
[    0.000000] Policy zone: DMA32</div>
<div>[    0.000000] Kernel command line: panic=1 console=ttyS0 udevtimeout=300 no_timer_check acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm </div><div>[    0.000000] Disabling memory control group subsystem</div>

<div>[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)</div><div>[    0.000000] Checking aperture...</div><div>[    0.000000] No AGP bridge found</div><div>[    0.000000] Memory: 486360k/511988k available (6588k kernel code, 468k absent, 25160k reserved, 6617k data, 924k init)</div>

<div>[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1</div><div>[    0.000000] Hierarchical RCU implementation.</div><div>[    0.000000] \tRCU dyntick-idle grace-period acceleration is enabled.</div>

<div>[    0.000000] NR_IRQS:16640 nr_irqs:256 16</div><div>[    0.000000] Console: colour *CGA 80x25</div><div>[    0.000000] console [ttyS0] enabled</div><div>[    0.000000] Detected 2133.408 MHz processor.</div><div>[    0.008000] Calibrating delay loop (skipped) preset value.. 4266.81 BogoMIPS (lpj=8533632)</div>

<div>[    0.008000] pid_max: default: 32768 minimum: 301</div><div>[    0.008000] Security Framework initialized</div><div>[    0.008000] AppArmor: AppArmor initialized</div><div>[    0.008000] Yama: becoming mindful.</div>

<div>[    0.008000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)</div><div>[    0.008000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)</div><div>[    0.008059] Mount-cache hash table entries: 256</div>

<div>[    0.008607] Initializing cgroup subsys cpuacct</div><div>[    0.009046] Initializing cgroup subsys memory</div><div>[    0.009483] Initializing cgroup subsys devices</div><div>[    0.009921] Initializing cgroup subsys freezer</div>

<div>[    0.010365] Initializing cgroup subsys blkio</div><div>[    0.010778] Initializing cgroup subsys perf_event</div><div>[    0.011297] mce: CPU supports 10 MCE banks</div><div>[    0.012159] SMP alternatives: switching to UP code</div>

<div>[    0.029324] Freeing SMP alternatives: 24k freed</div><div>[    0.029828] ftrace: allocating 26602 entries in 105 pages</div><div>[    0.037316] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1</div><div>[    0.037919] CPU0: Intel QEMU Virtual CPU version 1.0 stepping 03</div>

<div>[    0.144065] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.</div><div>[    0.145018] NMI watchdog disabled (cpu0): hardware events not enabled</div><div>[    0.145617] Brought up 1 CPUs</div>

<div>[    0.145893] Total of 1 processors activated (4266.81 BogoMIPS).</div><div>[    0.146806] devtmpfs: initialized</div><div>[    0.148008] EVM: security.selinux</div><div>[    0.148012] EVM: security.SMACK64</div><div>

[    0.148324] EVM: security.capability</div><div>[    0.149453] print_constraints: dummy: </div><div>[    0.149921] RTC time: 12:06:59, date: 03/24/14</div><div>[    0.150369] NET: Registered protocol family 16</div><div>

[    0.150988] PCI: Using configuration type 1 for base access</div><div>[    0.152659] bio: create slab <bio-0> at 0</div><div>[    0.153145] ACPI: Interpreter disabled.</div><div>[    0.153575] vgaarb: loaded</div>

<div>[    0.153921] i2c-core: driver [aat2870] using legacy suspend method</div><div>[    0.154500] i2c-core: driver [aat2870] using legacy resume method</div><div>[    0.155104] SCSI subsystem initialized</div><div>[    0.155527] usbcore: registered new interface driver usbfs</div>

<div>[    0.156026] usbcore: registered new interface driver hub</div><div>[    0.156527] usbcore: registered new device driver usb</div><div>[    0.157068] PCI: Probing PCI hardware</div><div>[    0.158950] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI</div>

<div>[    0.159653] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB</div><div>[    0.176584] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]</div><div>[    0.177887] NetLabel: Initializing</div><div>[    0.178527] NetLabel:  domain hash size = 128</div>

<div>[    0.179218] NetLabel:  protocols = UNLABELED CIPSOv4</div><div>[    0.180033] NetLabel:  unlabeled traffic allowed by default</div><div>[    0.181006] Switching to clocksource kvm-clock</div><div>[    0.189971] AppArmor: AppArmor Filesystem Enabled</div>

<div>[    0.190461] pnp: PnP ACPI: disabled</div><div>[    0.192409] NET: Registered protocol family 2</div><div>[    0.192942] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)</div><div>[    0.193737] TCP established hash table entries: 16384 (order: 6, 262144 bytes)</div>

<div>[    0.194452] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)</div><div>[    0.195091] TCP: Hash tables configured (established 16384 bind 16384)</div><div>[    0.195678] TCP reno registered</div><div>[    0.195966] UDP hash table entries: 256 (order: 1, 8192 bytes)</div>

<div>[    0.196510] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)</div><div>[    0.197124] NET: Registered protocol family 1</div><div>[    0.197581] pci 0000:00:00.0: Limiting direct PCI/PCI transfers</div><div>

[    0.198119] pci 0000:00:01.0: PIIX3: Enabling Passive Release</div><div>[    0.198644] pci 0000:00:01.0: Activating ISA DMA hang workarounds</div><div>[    0.199312] platform rtc_cmos: registered platform RTC device (no PNP device found)</div>

<div>[    0.200227] audit: initializing netlink socket (disabled)</div><div>[    0.200744] type=2000 audit(1395662820.196:1): initialized</div><div>[    0.224979] Trying to unpack rootfs image as initramfs...</div><div>[    0.226470] Freeing initrd memory: 1052k freed</div>

<div>[    0.227190] HugeTLB registered 2 MB page size, pre-allocated 0 pages</div><div>[    0.229435] VFS: Disk quotas dquot_6.5.2</div><div>[    0.229915] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)</div><div>

[    0.230961] fuse init (API version 7.17)</div><div>[    0.231482] msgmni has been set to 952</div><div>[    0.232113] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)</div><div>[    0.232815] io scheduler noop registered</div>

<div>[    0.233186] io scheduler deadline registered</div><div>[    0.233607] io scheduler cfq registered (default)</div><div>[    0.234115] pci_hotplug: PCI Hot Plug PCI Core version: 0.5</div><div>[    0.234634] pciehp: PCI Express Hot Plug Controller Driver version: 0.4</div>

<div>[    0.235381] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34</div><div>[    0.236210] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35</div><div>[    0.237561] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35</div>

<div>[    0.238550] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled</div><div>[    0.260387] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A</div><div>[    0.262182] Linux agpgart interface v0.103</div><div>

[    0.263803] brd: module loaded</div><div>[    0.264844] loop: module loaded</div><div>[    0.273988]  vda: vda1</div><div>[    0.277929]  vdb: unknown partition table</div><div>[    0.280064] scsi0 : ata_piix</div><div>

[    0.280707] scsi1 : ata_piix</div><div>[    0.281257] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14</div><div>[    0.282340] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15</div><div>[    0.284233] Fixed MDIO Bus: probed</div>

<div>[    0.284924] tun: Universal TUN/TAP device driver, 1.6</div><div>[    0.285731] tun: (C) 1999-2004 Max Krasnyansky <<a href="mailto:maxk@qualcomm.com">maxk@qualcomm.com</a>></div><div>[    0.287057] PPP generic driver version 2.4.2</div>

<div>[    0.287907] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver</div><div>[    0.289036] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver</div><div>[    0.290051] uhci_hcd: USB Universal Host Controller Interface driver</div>

<div>[    0.291120] usbcore: registered new interface driver libusual</div><div>[    0.292105] i8042: PNP: No PS/2 controller found. Probing ports directly.</div><div>[    0.294153] serio: i8042 KBD port at 0x60,0x64 irq 1</div>

<div>[    0.295014] serio: i8042 AUX port at 0x60,0x64 irq 12</div><div>[    0.295996] mousedev: PS/2 mouse device common for all mice</div><div>[    0.297140] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0</div>

<div>[    0.298283] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0</div><div>[    0.298977] rtc0: alarms up to one day, 114 bytes nvram</div><div>[    0.299519] device-mapper: uevent: version 1.0.3</div><div>[    0.300028] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: <a href="mailto:dm-devel@redhat.com">dm-devel@redhat.com</a></div>

<div>[    0.300801] cpuidle: using governor ladder</div><div>[    0.301172] cpuidle: using governor menu</div><div>[    0.301527] EFI Variables Facility v0.08 2004-May-17</div><div>[    0.302184] TCP cubic registered</div>

<div>[    0.302600] NET: Registered protocol family 10</div><div>[    0.303447] NET: Registered protocol family 17</div><div>[    0.303871] Registering the dns_resolver key type</div><div>[    0.304413] registered taskstats version 1</div>

<div>[    0.305283]   Magic number: 6:122:128</div><div>[    0.305759] rtc_cmos rtc_cmos: setting system clock to 2014-03-24 12:06:59 UTC (1395662819)</div><div>[    0.306527] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found</div>

<div>[    0.307078] EDD information not available.</div><div>[    0.443339] Freeing unused kernel memory: 924k freed</div><div>[    0.444441] Write protecting the kernel read-only data: 12288k</div><div>[    0.454143] Freeing unused kernel memory: 1584k freed</div>

<div>[    0.458958] Freeing unused kernel memory: 1188k freed</div><div>febootstrap: mounting /proc</div><div>febootstrap: uptime: 0.46 0.17</div><div>febootstrap: ext2 mini initrd starting up: 3.14</div><div>febootstrap: mounting /sys</div>

<div>febootstrap: internal insmod libcrc32c.ko</div><div>febootstrap: internal insmod crc-itu-t.ko</div><div>febootstrap: internal insmod crc-ccitt.ko</div><div>febootstrap: internal insmod crc7.ko</div><div>febootstrap: internal insmod crc8.ko</div>

<div>febootstrap: internal insmod sparse-keymap.ko</div><div>febootstrap: internal insmod ideapad-laptop.ko</div><div>insmod: init_module: ideapad-laptop.ko: No such device</div><div>febootstrap: internal insmod virtio_mmio.ko</div>

<div>febootstrap: internal insmod virtio_balloon.ko</div><div>febootstrap: internal insmod virtio-rng.ko</div><div>febootstrap: internal insmod virtio_console.ko</div><div>febootstrap: internal insmod ext2.ko</div><div>febootstrap: picked /sys/block/vdb/dev as root device</div>

<div>febootstrap: creating /dev/root as block special 253:16</div><div>febootstrap: mounting new root on /root</div><div>febootstrap: chroot</div><div>/proc/uptime: No such file or directory</div><div>Starting /init script ...</div>

<div>rm: cannot remove `/proc': Is a directory</div><div>mkdir: cannot create directory `/proc': File exists</div><div>rm: cannot remove `/sys': Is a directory</div><div>mkdir: cannot create directory `/sys': File exists</div>

<div>cannot open /dev/null</div><div>FATAL: Module pci:v00008086d00007000sv00001AF4sd00001100bc06sc01i00 not found.</div><div>FATAL: Module platform:Fixed not found.</div><div>WARNING: Not loading blacklisted module snd_pcsp</div>

<div>WARNING: Not loading blacklisted module pcspkr</div><div>FATAL: Module platform:pcspkr not found.</div><div>FATAL: Module pci:v00008086d00001237sv00001AF4sd00001100bc06sc00i00 not found.</div><div>insmod /lib/modules/3.2.0-58-generic/kernel/drivers/input/serio/serio_raw.ko </div>

<div>insmod /lib/modules/3.2.0-58-generic/kernel/drivers/input/serio/serio_raw.ko </div><div>insmod /lib/modules/3.2.0-58-generic/kernel/drivers/i2c/busses/i2c-piix4.ko </div><div>[    1.017725] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0</div>

<div>insmod /lib/modules/3.2.0-58-generic/kernel/drivers/input/mouse/psmouse.ko </div><div>[    1.468107] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input1</div><div>SIOCSIFADDR: No such device</div>

<div>eth0: ERROR while getting interface flags: No such device</div><div>SIOCADDRT: No such process</div><div>  Reading all physical volumes.  This may take a while...</div><div>  No volume groups found</div><div>  No volume groups found</div>

<div>/dev:</div><div>total 36</div><div>crw------T 1 0 0  10, 235 Mar 24 12:07 autofs</div><div>drwxr-xr-x 2 0 0     4096 Mar 24 12:07 block</div><div>crw------T 1 0 0  10, 234 Mar 24 12:07 btrfs-control</div><div>drwxr-xr-x 2 0 0     4096 Mar 24 12:07 char</div>

<div>crw------- 1 0 0   5,   1 Mar 24 12:07 console</div><div>lrwxrwxrwx 1 0 0       11 Mar 24 12:07 core -> /proc/kcore</div><div>drwxr-xr-x 2 0 0     4096 Mar 24 12:07 cpu</div><div>crw------- 1 0 0  10,  60 Mar 24 12:07 cpu_dma_latency</div>

<div>drwxr-xr-x 4 0 0     4096 Mar 24 12:07 disk</div><div>crw------- 1 0 0  10,  61 Mar 24 12:07 ecryptfs</div><div>lrwxrwxrwx 1 0 0       13 Mar 24 12:07 fd -> /proc/self/fd</div><div>crw-rw-rw- 1 0 0   1,   7 Mar 24 12:07 full</div>

<div>crw------T 1 0 0  10, 229 Mar 24 12:07 fuse</div><div>drwxr-xr-x 3 0 0     4096 Mar 24 12:07 input</div><div>crw------- 1 0 0   1,  11 Mar 24 12:07 kmsg</div><div>crw------- 1 0 0  10, 237 Mar 24 12:07 loop-control</div>

<div>brw------- 1 0 0   7,   0 Mar 24 12:07 loop0</div><div>brw------- 1 0 0   7,   1 Mar 24 12:07 loop1</div><div>brw------- 1 0 0   7,   2 Mar 24 12:07 loop2</div><div>brw------- 1 0 0   7,   3 Mar 24 12:07 loop3</div>
<div>
brw------- 1 0 0   7,   4 Mar 24 12:07 loop4</div><div>brw------- 1 0 0   7,   5 Mar 24 12:07 loop5</div><div>brw------- 1 0 0   7,   6 Mar 24 12:07 loop6</div><div>brw------- 1 0 0   7,   7 Mar 24 12:07 loop7</div><div>
drwxr-xr-x 2 0 0     4096 Mar 24 12:07 mapper</div>
<div>crw------- 1 0 0  10, 227 Mar 24 12:07 mcelog</div><div>crw-r----- 1 0 0   1,   1 Mar 24 12:07 mem</div><div>drwxr-xr-x 2 0 0     4096 Mar 24 12:07 net</div><div>crw------- 1 0 0  10,  59 Mar 24 12:07 network_latency</div>

<div>crw------- 1 0 0  10,  58 Mar 24 12:07 network_throughput</div><div>crw-rw-rw- 1 0 0   1,   3 Mar 24 12:07 null</div><div>crw------- 1 0 0   1,  12 Mar 24 12:07 oldmem</div><div>crw-r----- 1 0 0   1,   4 Mar 24 12:07 port</div>

<div>crw------- 1 0 0 108,   0 Mar 24 12:07 ppp</div><div>crw------- 1 0 0  10,   1 Mar 24 12:07 psaux</div><div>crw-rw-rw- 1 0 0   5,   2 Mar 24 12:07 ptmx</div><div>brw------- 1 0 0   1,   0 Mar 24 12:07 ram0</div><div>

brw------- 1 0 0   1,   1 Mar 24 12:07 ram1</div><div>brw------- 1 0 0   1,  10 Mar 24 12:07 ram10</div><div>brw------- 1 0 0   1,  11 Mar 24 12:07 ram11</div><div>brw------- 1 0 0   1,  12 Mar 24 12:07 ram12</div><div>brw------- 1 0 0   1,  13 Mar 24 12:07 ram13</div>

<div>brw------- 1 0 0   1,  14 Mar 24 12:07 ram14</div><div>brw------- 1 0 0   1,  15 Mar 24 12:07 ram15</div><div>brw------- 1 0 0   1,   2 Mar 24 12:07 ram2</div><div>brw------- 1 0 0   1,   3 Mar 24 12:07 ram3</div><div>

brw------- 1 0 0   1,   4 Mar 24 12:07 ram4</div><div>brw------- 1 0 0   1,   5 Mar 24 12:07 ram5</div><div>brw------- 1 0 0   1,   6 Mar 24 12:07 ram6</div><div>brw------- 1 0 0   1,   7 Mar 24 12:07 ram7</div><div>brw------- 1 0 0   1,   8 Mar 24 12:07 ram8</div>

<div>brw------- 1 0 0   1,   9 Mar 24 12:07 ram9</div><div>crw-rw-rw- 1 0 0   1,   8 Mar 24 12:07 random</div><div>crw-r--r-- 1 0 0  10,  62 Mar 24 12:07 rfkill</div><div>lrwxrwxrwx 1 0 0        4 Mar 24 12:07 rtc -> rtc0</div>

<div>crw------- 1 0 0 254,   0 Mar 24 12:07 rtc0</div><div>crw------- 1 0 0  10, 231 Mar 24 12:07 snapshot</div><div>drwxr-xr-x 2 0 0     4096 Mar 24 12:07 snd</div><div>lrwxrwxrwx 1 0 0       15 Mar 24 12:07 stderr -> /proc/self/fd/2</div>

<div>lrwxrwxrwx 1 0 0       15 Mar 24 12:07 stdin -> /proc/self/fd/0</div><div>lrwxrwxrwx 1 0 0       15 Mar 24 12:07 stdout -> /proc/self/fd/1</div><div>crw-rw-rw- 1 0 0   5,   0 Mar 24 12:07 tty</div><div>crw--w---- 1 0 0   4,   0 Mar 24 12:07 tty0</div>

<div>crw--w---- 1 0 0   4,   1 Mar 24 12:07 tty1</div><div>crw--w---- 1 0 0   4,  10 Mar 24 12:07 tty10</div><div>crw--w---- 1 0 0   4,  11 Mar 24 12:07 tty11</div><div>crw--w---- 1 0 0   4,  12 Mar 24 12:07 tty12</div><div>

crw--w---- 1 0 0   4,  13 Mar 24 12:07 tty13</div><div>crw--w---- 1 0 0   4,  14 Mar 24 12:07 tty14</div><div>crw--w---- 1 0 0   4,  15 Mar 24 12:07 tty15</div><div>crw--w---- 1 0 0   4,  16 Mar 24 12:07 tty16</div><div>
crw--w---- 1 0 0   4,  17 Mar 24 12:07 tty17</div>
<div>crw--w---- 1 0 0   4,  18 Mar 24 12:07 tty18</div><div>crw--w---- 1 0 0   4,  19 Mar 24 12:07 tty19</div><div>crw--w---- 1 0 0   4,   2 Mar 24 12:07 tty2</div><div>crw--w---- 1 0 0   4,  20 Mar 24 12:07 tty20</div><div>

crw--w---- 1 0 0   4,  21 Mar 24 12:07 tty21</div><div>crw--w---- 1 0 0   4,  22 Mar 24 12:07 tty22</div><div>crw--w---- 1 0 0   4,  23 Mar 24 12:07 tty23</div><div>crw--w---- 1 0 0   4,  24 Mar 24 12:07 tty24</div><div>
crw--w---- 1 0 0   4,  25 Mar 24 12:07 tty25</div>
<div>crw--w---- 1 0 0   4,  26 Mar 24 12:07 tty26</div><div>crw--w---- 1 0 0   4,  27 Mar 24 12:07 tty27</div><div>crw--w---- 1 0 0   4,  28 Mar 24 12:07 tty28</div><div>crw--w---- 1 0 0   4,  29 Mar 24 12:07 tty29</div>
<div>
crw--w---- 1 0 0   4,   3 Mar 24 12:07 tty3</div><div>crw--w---- 1 0 0   4,  30 Mar 24 12:07 tty30</div><div>crw--w---- 1 0 0   4,  31 Mar 24 12:07 tty31</div><div>crw--w---- 1 0 0   4,  32 Mar 24 12:07 tty32</div><div>crw--w---- 1 0 0   4,  33 Mar 24 12:07 tty33</div>

<div>crw--w---- 1 0 0   4,  34 Mar 24 12:07 tty34</div><div>crw--w---- 1 0 0   4,  35 Mar 24 12:07 tty35</div><div>crw--w---- 1 0 0   4,  36 Mar 24 12:07 tty36</div><div>crw--w---- 1 0 0   4,  37 Mar 24 12:07 tty37</div>
<div>
crw--w---- 1 0 0   4,  38 Mar 24 12:07 tty38</div><div>crw--w---- 1 0 0   4,  39 Mar 24 12:07 tty39</div><div>crw--w---- 1 0 0   4,   4 Mar 24 12:07 tty4</div><div>crw--w---- 1 0 0   4,  40 Mar 24 12:07 tty40</div><div>crw--w---- 1 0 0   4,  41 Mar 24 12:07 tty41</div>

<div>crw--w---- 1 0 0   4,  42 Mar 24 12:07 tty42</div><div>crw--w---- 1 0 0   4,  43 Mar 24 12:07 tty43</div><div>crw--w---- 1 0 0   4,  44 Mar 24 12:07 tty44</div><div>crw--w---- 1 0 0   4,  45 Mar 24 12:07 tty45</div>
<div>
crw--w---- 1 0 0   4,  46 Mar 24 12:07 tty46</div><div>crw--w---- 1 0 0   4,  47 Mar 24 12:07 tty47</div><div>crw--w---- 1 0 0   4,  48 Mar 24 12:07 tty48</div><div>crw--w---- 1 0 0   4,  49 Mar 24 12:07 tty49</div><div>
crw--w---- 1 0 0   4,   5 Mar 24 12:07 tty5</div>
<div>crw--w---- 1 0 0   4,  50 Mar 24 12:07 tty50</div><div>crw--w---- 1 0 0   4,  51 Mar 24 12:07 tty51</div><div>crw--w---- 1 0 0   4,  52 Mar 24 12:07 tty52</div><div>crw--w---- 1 0 0   4,  53 Mar 24 12:07 tty53</div>
<div>
crw--w---- 1 0 0   4,  54 Mar 24 12:07 tty54</div><div>crw--w---- 1 0 0   4,  55 Mar 24 12:07 tty55</div><div>crw--w---- 1 0 0   4,  56 Mar 24 12:07 tty56</div><div>crw--w---- 1 0 0   4,  57 Mar 24 12:07 tty57</div><div>
crw--w---- 1 0 0   4,  58 Mar 24 12:07 tty58</div>
<div>crw--w---- 1 0 0   4,  59 Mar 24 12:07 tty59</div><div>crw--w---- 1 0 0   4,   6 Mar 24 12:07 tty6</div><div>crw--w---- 1 0 0   4,  60 Mar 24 12:07 tty60</div><div>crw--w---- 1 0 0   4,  61 Mar 24 12:07 tty61</div><div>

crw--w---- 1 0 0   4,  62 Mar 24 12:07 tty62</div><div>crw--w---- 1 0 0   4,  63 Mar 24 12:07 tty63</div><div>crw--w---- 1 0 0   4,   7 Mar 24 12:07 tty7</div><div>crw--w---- 1 0 0   4,   8 Mar 24 12:07 tty8</div><div>crw--w---- 1 0 0   4,   9 Mar 24 12:07 tty9</div>

<div>crw------- 1 0 0   4,  64 Mar 24 12:07 ttyS0</div><div>crw------- 1 0 0   4,  65 Mar 24 12:07 ttyS1</div><div>crw------- 1 0 0   4,  74 Mar 24 12:07 ttyS10</div><div>crw------- 1 0 0   4,  75 Mar 24 12:07 ttyS11</div>

<div>crw------- 1 0 0   4,  76 Mar 24 12:07 ttyS12</div><div>crw------- 1 0 0   4,  77 Mar 24 12:07 ttyS13</div><div>crw------- 1 0 0   4,  78 Mar 24 12:07 ttyS14</div><div>crw------- 1 0 0   4,  79 Mar 24 12:07 ttyS15</div>

<div>crw------- 1 0 0   4,  80 Mar 24 12:07 ttyS16</div><div>crw------- 1 0 0   4,  81 Mar 24 12:07 ttyS17</div><div>crw------- 1 0 0   4,  82 Mar 24 12:07 ttyS18</div><div>crw------- 1 0 0   4,  83 Mar 24 12:07 ttyS19</div>

<div>crw------- 1 0 0   4,  66 Mar 24 12:07 ttyS2</div><div>crw------- 1 0 0   4,  84 Mar 24 12:07 ttyS20</div><div>crw------- 1 0 0   4,  85 Mar 24 12:07 ttyS21</div><div>crw------- 1 0 0   4,  86 Mar 24 12:07 ttyS22</div>

<div>crw------- 1 0 0   4,  87 Mar 24 12:07 ttyS23</div><div>crw------- 1 0 0   4,  88 Mar 24 12:07 ttyS24</div><div>crw------- 1 0 0   4,  89 Mar 24 12:07 ttyS25</div><div>crw------- 1 0 0   4,  90 Mar 24 12:07 ttyS26</div>

<div>crw------- 1 0 0   4,  91 Mar 24 12:07 ttyS27</div><div>crw------- 1 0 0   4,  92 Mar 24 12:07 ttyS28</div><div>crw------- 1 0 0   4,  93 Mar 24 12:07 ttyS29</div><div>crw------- 1 0 0   4,  67 Mar 24 12:07 ttyS3</div>

<div>crw------- 1 0 0   4,  94 Mar 24 12:07 ttyS30</div><div>crw------- 1 0 0   4,  95 Mar 24 12:07 ttyS31</div><div>crw------- 1 0 0   4,  68 Mar 24 12:07 ttyS4</div><div>crw------- 1 0 0   4,  69 Mar 24 12:07 ttyS5</div>

<div>crw------- 1 0 0   4,  70 Mar 24 12:07 ttyS6</div><div>crw------- 1 0 0   4,  71 Mar 24 12:07 ttyS7</div><div>crw------- 1 0 0   4,  72 Mar 24 12:07 ttyS8</div><div>crw------- 1 0 0   4,  73 Mar 24 12:07 ttyS9</div>
<div>
crw------- 1 0 0   5,   3 Mar 24 12:07 ttyprintk</div><div>crw-r----- 1 0 0  10, 223 Mar 24 12:07 uinput</div><div>crw-rw-rw- 1 0 0   1,   9 Mar 24 12:07 urandom</div><div>crw------- 1 0 0 252,   0 Mar 24 12:07 usbmon0</div>

<div>crw------- 1 0 0   7,   0 Mar 24 12:07 vcs</div><div>crw------- 1 0 0   7,   1 Mar 24 12:07 vcs1</div><div>crw------- 1 0 0   7, 128 Mar 24 12:07 vcsa</div><div>crw------- 1 0 0   7, 129 Mar 24 12:07 vcsa1</div><div>

brw------- 1 0 0 253,   0 Mar 24 12:07 vda</div><div>brw------- 1 0 0 253,   1 Mar 24 12:07 vda1</div><div>brw------- 1 0 0 253,  16 Mar 24 12:07 vdb</div><div>crw------- 1 0 0  10,  63 Mar 24 12:07 vga_arbiter</div><div>

drwxr-xr-x 2 0 0     4096 Mar 24 12:07 virtio-ports</div><div>crw------- 1 0 0 251,   1 Mar 24 12:07 vport0p1</div><div>crw-rw-rw- 1 0 0   1,   5 Mar 24 12:07 zero</div><div><br></div><div>/dev/block:</div><div>total 0</div>

<div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:0 -> ../ram0</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:1 -> ../ram1</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 1:10 -> ../ram10</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 1:11 -> ../ram11</div>

<div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 1:12 -> ../ram12</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 1:13 -> ../ram13</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 1:14 -> ../ram14</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 1:15 -> ../ram15</div>

<div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:2 -> ../ram2</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:3 -> ../ram3</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:4 -> ../ram4</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:5 -> ../ram5</div>

<div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:6 -> ../ram6</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:7 -> ../ram7</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:8 -> ../ram8</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 1:9 -> ../ram9</div>

<div>lrwxrwxrwx 1 0 0 6 Mar 24 12:07 253:0 -> ../vda</div><div>lrwxrwxrwx 1 0 0 7 Mar 24 12:07 253:1 -> ../vda1</div><div>lrwxrwxrwx 1 0 0 6 Mar 24 12:07 253:16 -> ../vdb</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:0 -> ../loop0</div>

<div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:1 -> ../loop1</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:2 -> ../loop2</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:3 -> ../loop3</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:4 -> ../loop4</div>

<div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:5 -> ../loop5</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:6 -> ../loop6</div><div>lrwxrwxrwx 1 0 0 8 Mar 24 12:07 7:7 -> ../loop7</div><div><br></div><div>/dev/char:</div><div>

total 0</div><div>lrwxrwxrwx 1 0 0  6 Mar 24 12:07 108:0 -> ../ppp</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 10:1 -> ../psaux</div><div>lrwxrwxrwx 1 0 0 10 Mar 24 12:07 10:200 -> ../net/tun</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 10:223 -> ../uinput</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 10:227 -> ../mcelog</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 10:229 -> ../fuse</div><div>lrwxrwxrwx 1 0 0 11 Mar 24 12:07 10:231 -> ../snapshot</div><div>lrwxrwxrwx 1 0 0 17 Mar 24 12:07 10:236 -> ../mapper/control</div>

<div>lrwxrwxrwx 1 0 0 15 Mar 24 12:07 10:237 -> ../loop-control</div><div>lrwxrwxrwx 1 0 0 21 Mar 24 12:07 10:58 -> ../network_throughput</div><div>lrwxrwxrwx 1 0 0 18 Mar 24 12:07 10:59 -> ../network_latency</div>

<div>lrwxrwxrwx 1 0 0 18 Mar 24 12:07 10:60 -> ../cpu_dma_latency</div><div>lrwxrwxrwx 1 0 0 11 Mar 24 12:07 10:61 -> ../ecryptfs</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 10:62 -> ../rfkill</div><div>lrwxrwxrwx 1 0 0 14 Mar 24 12:07 10:63 -> ../vga_arbiter</div>

<div>lrwxrwxrwx 1 0 0 15 Mar 24 12:07 13:32 -> ../input/mouse0</div><div>lrwxrwxrwx 1 0 0 13 Mar 24 12:07 13:63 -> ../input/mice</div><div>lrwxrwxrwx 1 0 0 15 Mar 24 12:07 13:64 -> ../input/event0</div><div>lrwxrwxrwx 1 0 0 15 Mar 24 12:07 13:65 -> ../input/event1</div>

<div>lrwxrwxrwx 1 0 0  6 Mar 24 12:07 1:1 -> ../mem</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 1:11 -> ../kmsg</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 1:12 -> ../oldmem</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 1:3 -> ../null</div>

<div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 1:4 -> ../port</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 1:5 -> ../zero</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 1:7 -> ../full</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 1:8 -> ../random</div>

<div>lrwxrwxrwx 1 0 0 10 Mar 24 12:07 1:9 -> ../urandom</div><div>lrwxrwxrwx 1 0 0 11 Mar 24 12:07 251:1 -> ../vport0p1</div><div>lrwxrwxrwx 1 0 0 10 Mar 24 12:07 252:0 -> ../usbmon0</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 254:0 -> ../rtc0</div>

<div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:0 -> ../tty0</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:1 -> ../tty1</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:10 -> ../tty10</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:11 -> ../tty11</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:12 -> ../tty12</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:13 -> ../tty13</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:14 -> ../tty14</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:15 -> ../tty15</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:16 -> ../tty16</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:17 -> ../tty17</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:18 -> ../tty18</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:19 -> ../tty19</div>

<div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:2 -> ../tty2</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:20 -> ../tty20</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:21 -> ../tty21</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:22 -> ../tty22</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:23 -> ../tty23</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:24 -> ../tty24</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:25 -> ../tty25</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:26 -> ../tty26</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:27 -> ../tty27</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:28 -> ../tty28</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:29 -> ../tty29</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:3 -> ../tty3</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:30 -> ../tty30</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:31 -> ../tty31</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:32 -> ../tty32</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:33 -> ../tty33</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:34 -> ../tty34</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:35 -> ../tty35</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:36 -> ../tty36</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:37 -> ../tty37</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:38 -> ../tty38</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:39 -> ../tty39</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:4 -> ../tty4</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:40 -> ../tty40</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:41 -> ../tty41</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:42 -> ../tty42</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:43 -> ../tty43</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:44 -> ../tty44</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:45 -> ../tty45</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:46 -> ../tty46</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:47 -> ../tty47</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:48 -> ../tty48</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:49 -> ../tty49</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:5 -> ../tty5</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:50 -> ../tty50</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:51 -> ../tty51</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:52 -> ../tty52</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:53 -> ../tty53</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:54 -> ../tty54</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:55 -> ../tty55</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:56 -> ../tty56</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:57 -> ../tty57</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:58 -> ../tty58</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:59 -> ../tty59</div>

<div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:6 -> ../tty6</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:60 -> ../tty60</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:61 -> ../tty61</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:62 -> ../tty62</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:63 -> ../tty63</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:64 -> ../ttyS0</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:65 -> ../ttyS1</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:66 -> ../ttyS2</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:67 -> ../ttyS3</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:68 -> ../ttyS4</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:69 -> ../ttyS5</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:7 -> ../tty7</div>

<div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:70 -> ../ttyS6</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:71 -> ../ttyS7</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:72 -> ../ttyS8</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 4:73 -> ../ttyS9</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:74 -> ../ttyS10</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:75 -> ../ttyS11</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:76 -> ../ttyS12</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:77 -> ../ttyS13</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:78 -> ../ttyS14</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:79 -> ../ttyS15</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:8 -> ../tty8</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:80 -> ../ttyS16</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:81 -> ../ttyS17</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:82 -> ../ttyS18</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:83 -> ../ttyS19</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:84 -> ../ttyS20</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:85 -> ../ttyS21</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:86 -> ../ttyS22</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:87 -> ../ttyS23</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:88 -> ../ttyS24</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:89 -> ../ttyS25</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 4:9 -> ../tty9</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:90 -> ../ttyS26</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:91 -> ../ttyS27</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:92 -> ../ttyS28</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:93 -> ../ttyS29</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:94 -> ../ttyS30</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 4:95 -> ../ttyS31</div>

<div>lrwxrwxrwx 1 0 0  6 Mar 24 12:07 5:0 -> ../tty</div><div>lrwxrwxrwx 1 0 0 10 Mar 24 12:07 5:1 -> ../console</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 5:2 -> ../ptmx</div><div>lrwxrwxrwx 1 0 0 12 Mar 24 12:07 5:3 -> ../ttyprintk</div>

<div>lrwxrwxrwx 1 0 0  6 Mar 24 12:07 7:0 -> ../vcs</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 7:1 -> ../vcs1</div><div>lrwxrwxrwx 1 0 0  7 Mar 24 12:07 7:128 -> ../vcsa</div><div>lrwxrwxrwx 1 0 0  8 Mar 24 12:07 7:129 -> ../vcsa1</div>

<div><br></div><div>/dev/cpu:</div><div>total 0</div><div>crw------T 1 0 0 10, 184 Mar 24 12:07 microcode</div><div><br></div><div>/dev/disk:</div><div>total 8</div><div>drwxr-xr-x 2 0 0 4096 Mar 24 12:07 by-path</div><div>

drwxr-xr-x 2 0 0 4096 Mar 24 12:07 by-uuid</div><div><br></div><div>/dev/disk/by-path:</div><div>total 0</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 pci-0000:00:03.0-virtio-pci-virtio1 -> ../../vda</div><div>lrwxrwxrwx 1 0 0 10 Mar 24 12:07 pci-0000:00:03.0-virtio-pci-virtio1-part1 -> ../../vda1</div>

<div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 pci-0000:00:04.0-virtio-pci-virtio2 -> ../../vdb</div><div><br></div><div>/dev/disk/by-uuid:</div><div>total 0</div><div>lrwxrwxrwx 1 0 0  9 Mar 24 12:07 8ebe3a71-4155-49f2-b2f4-11fd0ace63cb -> ../../vdb</div>

<div>lrwxrwxrwx 1 0 0 10 Mar 24 12:07 f0a6c6df-5e2d-4a7f-9bd9-72111ca78a13 -> ../../vda1</div><div><br></div><div>/dev/input:</div><div>total 4</div><div>drwxr-xr-x 2 0 0   4096 Mar 24 12:07 by-path</div><div>crw-r----- 1 0 0 13, 64 Mar 24 12:07 event0</div>

<div>crw-r----- 1 0 0 13, 65 Mar 24 12:07 event1</div><div>crw-r----- 1 0 0 13, 63 Mar 24 12:07 mice</div><div>crw-r----- 1 0 0 13, 32 Mar 24 12:07 mouse0</div><div><br></div><div>/dev/input/by-path:</div><div>total 0</div>

<div>lrwxrwxrwx 1 0 0 9 Mar 24 12:07 platform-i8042-serio-0-event-kbd -> ../event0</div><div>lrwxrwxrwx 1 0 0 9 Mar 24 12:07 platform-i8042-serio-1-event-mouse -> ../event1</div><div>lrwxrwxrwx 1 0 0 9 Mar 24 12:07 platform-i8042-serio-1-mouse -> ../mouse0</div>

<div><br></div><div>/dev/mapper:</div><div>total 0</div><div>crw------- 1 0 0 10, 236 Mar 24 12:07 control</div><div><br></div><div>/dev/net:</div><div>total 0</div><div>crw-rw-rwT 1 0 0 10, 200 Mar 24 12:07 tun</div><div>

<br></div><div>/dev/snd:</div><div>total 0</div><div>crw------T 1 0 0 116,  1 Mar 24 12:07 seq</div><div>crw------T 1 0 0 116, 33 Mar 24 12:07 timer</div><div><br></div><div>/dev/virtio-ports:</div><div>total 0</div><div>

lrwxrwxrwx 1 0 0 11 Mar 24 12:07 org.libguestfs.channel.0 -> ../vport0p1</div><div>rootfs / rootfs rw 0 0</div><div>proc /proc proc rw,relatime 0 0</div><div>/dev/root / ext2 rw,noatime,errors=continue,user_xattr,acl 0 0</div>

<div>/proc /proc proc rw,relatime 0 0</div><div>/sys /sys sysfs rw,relatime 0 0</div><div>tmpfs /run tmpfs rw,nosuid,relatime,size=98228k,mode=755 0 0</div><div>  No volume groups found</div><div>  No volume groups found</div>

<div>lo        Link encap:Local Loopback  </div><div>          inet addr:127.0.0.1  Mask:255.0.0.0</div><div>          inet6 addr: ::1/128 Scope:Host</div><div>          UP LOOPBACK RUNNING  MTU:16436  Metric:1</div><div>

          RX packets:0 errors:0 dropped:0 overruns:0 frame:0</div><div>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0</div><div>          collisions:0 txqueuelen:0 </div><div>          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)</div>

<div><br></div><div>Kernel IP routing table</div><div>Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface</div><div>Module                  Size  Used by</div><div>mac_hid                13253  0 </div>

<div>psmouse                97519  0 </div><div>i2c_piix4              13301  0 </div><div>serio_raw              13211  0 </div><div>ext2                   73795  1 </div><div>virtio_console         23104  0 </div><div>
virtio_rng             12963  0 </div>
<div>virtio_balloon         13108  0 </div><div>virtio_mmio            13191  0 </div><div>sparse_keymap          13890  0 </div><div>crc8                   12893  0 </div><div>crc7                   12703  0 </div><div>
crc_ccitt              12707  0 </div>
<div>crc_itu_t              12707  0 </div><div>libcrc32c              12644  0 </div><div>Mon Mar 24 12:07:01 UTC 2014</div><div>uptime: 2.04 0.93</div><div>verbose daemon enabled</div><div>linux commmand line: panic=1 console=ttyS0 udevtimeout=300 no_timer_check acpi=off printk.time=1 cgroup_disable=memory selinux=0 guestfs_verbose=1 TERM=xterm </div>

<div><br></div><div>libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG</div><div>libguestfs: [04754ms] appliance is up</div><div>libguestfs: trace: launch = 0</div><div>libguestfs: trace: list_partitions</div><div>

libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 08 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x28</div><div>guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds</div>

<div>libguestfs: recv_from_daemon: 60 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 08 | 00 00 00 01 | 00 12 34 00 | ...</div><div>libguestfs: trace: list_partitions = ["/dev/vda1"]</div><div>libguestfs: trace: vfs_type "/dev/vda1"</div>

<div>libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c6 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x38</div><div>blkid -c /dev/null -o value -s TYPE /dev/vda1</div>

<div>libguestfs: recv_from_daemon: 48 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c6 | 00 00 00 01 | 00 12 34 01 | ...</div><div>libguestfs: trace: vfs_type = "ext4"</div><div>libguestfs: trace: inspect_os</div>

<div>libguestfs: trace: umount_all</div><div>libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2f | 00 00 00 00 | ...</div><div>guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds</div>

<div>guestfsd: main_loop: new request, len 0x28</div><div>guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2f | 00 00 00 01 | 00 12 34 02 | ...</div>

<div>libguestfs: trace: umount_all = 0</div><div>libguestfs: trace: list_devices</div><div>libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 07 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x28</div>

<div>guestfsd: main_loop: proc 7 (list_devices) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 56 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 07 | 00 00 00 01 | 00 12 34 03 | ...</div><div>libguestfs: trace: list_devices = ["/dev/vda"]</div>

<div>libguestfs: trace: vfs_type "/dev/vda"</div><div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c6 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x34</div>

<div>blkid -c /dev/null -o value -s TYPE /dev/vda</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c6 | 00 00 00 01 | 00 12 34 04 | ...</div><div>libguestfs: trace: vfs_type = ""</div>

<div>libguestfs: check_for_filesystem_on: /dev/vda 1 0 ()</div><div>libguestfs: trace: mount_ro "/dev/vda" "/"</div><div>libguestfs: send_to_daemon: 64 bytes: 00 00 00 3c | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 49 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds</div><div>guestfsd: main_loop: new request, len 0x3c</div><div>mount -o ro /dev/vda /sysroot/</div><div>[    2.157680] EXT3-fs (vda): error: can't find ext3 filesystem on dev vda.</div>

<div>[    2.160394] EXT4-fs (vda): VFS: Can't find ext4 filesystem</div><div>[    2.164624] EXT2-fs (vda): error: can't find an ext2 filesystem on dev vda.</div><div>mount: you must specify the filesystem type</div>

<div>guestfsd: error: /dev/vda on /: mount: you must specify the filesystem type</div><div>guestfsd: main_loop: proc 73 (mount_ro) took 0.03 seconds</div><div>libguestfs: recv_from_daemon: 108 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 49 | 00 00 00 01 | 00 12 34 05 | ...</div>

<div>libguestfs: trace: mount_ro = -1 (error)</div><div>libguestfs: trace: list_partitions</div><div>libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 08 | 00 00 00 00 | ...</div><div>

guestfsd: main_loop: new request, len 0x28</div><div>guestfsd: main_loop: proc 8 (list_partitions) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 60 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 08 | 00 00 00 01 | 00 12 34 06 | ...</div>

<div>libguestfs: trace: list_partitions = ["/dev/vda1"]</div><div>libguestfs: trace: vfs_type "/dev/vda1"</div><div>libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c6 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: new request, len 0x38</div><div>blkid -c /dev/null -o value -s TYPE /dev/vda1</div><div>libguestfs: recv_from_daemon: 48 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c6 | 00 00 00 01 | 00 12 34 07 | ...</div>

<div>libguestfs: trace: vfs_type = "ext4"</div><div>libguestfs: check_for_filesystem_on: /dev/vda1 0 1 (ext4)</div><div>libguestfs: trace: mount_ro "/dev/vda1" "/"</div><div>libguestfs: send_to_daemon: 68 bytes: 00 00 00 40 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 49 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: proc 198 (vfs_type) took 0.02 seconds</div><div>guestfsd: main_loop: new request, len 0x40</div><div>mount -o ro /dev/vda1 /sysroot/</div><div>[    2.227429] EXT4-fs (vda1): INFO: recovery required on readonly filesystem</div>

<div>[    2.228602] EXT4-fs (vda1): write access will be enabled during recovery</div><div>[    2.238240] EXT4-fs (vda1): recovery complete</div><div>[    2.240435] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null)</div>

<div>guestfsd: main_loop: proc 73 (mount_ro) took 0.03 seconds</div><div>libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 49 | 00 00 00 01 | 00 12 34 08 | ...</div><div>libguestfs: trace: mount_ro = 0</div>

<div>libguestfs: trace: is_dir "/etc"</div><div>libguestfs: send_to_daemon: 52 bytes: 00 00 00 30 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x30</div>

<div>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 01 | 00 12 34 09 | ...</div><div>libguestfs: trace: is_dir = 0</div>

<div>libguestfs: trace: is_dir "/bin"</div><div>libguestfs: send_to_daemon: 52 bytes: 00 00 00 30 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x30</div>

<div>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 01 | 00 12 34 0a | ...</div><div>libguestfs: trace: is_dir = 0</div>

<div>libguestfs: trace: is_dir "/share"</div><div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x34</div>

<div>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 01 | 00 12 34 0b | ...</div><div>libguestfs: trace: is_dir = 0</div>

<div>libguestfs: trace: is_file "/grub/menu.lst"</div><div>libguestfs: send_to_daemon: 64 bytes: 00 00 00 3c | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x3c</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 0c | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: is_file "/grub/grub.conf"</div><div>libguestfs: send_to_daemon: 64 bytes: 00 00 00 3c | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x3c</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 0d | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: is_dir "/log"</div><div>libguestfs: send_to_daemon: 52 bytes: 00 00 00 30 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x30</div>

<div>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 01 | 00 12 34 0e | ...</div><div>libguestfs: trace: is_dir = 0</div>

<div>libguestfs: trace: case_sensitive_path "/windows"</div><div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x34</div>

<div>guestfsd: error: windows: no file or directory found with this name</div><div>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 100 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 01 | 00 12 34 0f | ...</div>

<div>libguestfs: trace: case_sensitive_path = NULL (error)</div><div>libguestfs: trace: case_sensitive_path "/winnt"</div><div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: new request, len 0x34</div><div>guestfsd: error: winnt: no file or directory found with this name</div><div>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 96 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 01 | 00 12 34 10 | ...</div>

<div>libguestfs: trace: case_sensitive_path = NULL (error)</div><div>libguestfs: trace: case_sensitive_path "/win32"</div><div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: new request, len 0x34</div><div>guestfsd: error: win32: no file or directory found with this name</div><div>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 96 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 01 | 00 12 34 11 | ...</div>

<div>libguestfs: trace: case_sensitive_path = NULL (error)</div><div>libguestfs: trace: case_sensitive_path "/win"</div><div>libguestfs: send_to_daemon: 52 bytes: 00 00 00 30 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: new request, len 0x30</div><div>guestfsd: error: win: no file or directory found with this name</div><div>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 96 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 01 | 00 12 34 12 | ...</div>

<div>libguestfs: trace: case_sensitive_path = NULL (error)</div><div>libguestfs: trace: case_sensitive_path "/System Volume Information"</div><div>libguestfs: send_to_daemon: 76 bytes: 00 00 00 48 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: new request, len 0x48</div><div>guestfsd: error: System Volume Information: no file or directory found with this name</div><div>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds</div>

<div>libguestfs: recv_from_daemon: 116 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 01 | 00 12 34 13 | ...</div><div>libguestfs: trace: case_sensitive_path = NULL (error)</div><div>libguestfs: trace: case_sensitive_path "/System Volume Information"</div>

<div>libguestfs: send_to_daemon: 76 bytes: 00 00 00 48 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x48</div><div>guestfsd: error: System Volume Information: no file or directory found with this name</div>

<div>guestfsd: main_loop: proc 197 (case_sensitive_path) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 116 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 c5 | 00 00 00 01 | 00 12 34 14 | ...</div><div>libguestfs: trace: case_sensitive_path = NULL (error)</div>

<div>libguestfs: trace: is_file "/isolinux/isolinux.cfg"</div><div>libguestfs: send_to_daemon: 72 bytes: 00 00 00 44 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x44</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 15 | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: is_dir "/EFI/BOOT"</div><div>libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x38</div>

<div>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 01 | 00 12 34 16 | ...</div><div>libguestfs: trace: is_dir = 0</div>

<div>libguestfs: trace: is_file "/images/install.img"</div><div>libguestfs: send_to_daemon: 68 bytes: 00 00 00 40 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x40</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 17 | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: is_dir "/.disk"</div><div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x34</div>

<div>guestfsd: main_loop: proc 38 (is_dir) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 26 | 00 00 00 01 | 00 12 34 18 | ...</div><div>libguestfs: trace: is_dir = 0</div>

<div>libguestfs: trace: is_file "/.discinfo"</div><div>libguestfs: send_to_daemon: 60 bytes: 00 00 00 38 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x38</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 19 | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: is_file "/i386/txtsetup.sif"</div><div>libguestfs: send_to_daemon: 68 bytes: 00 00 00 40 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x40</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 1a | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: is_file "/amd64/txtsetup.sif"</div><div>libguestfs: send_to_daemon: 68 bytes: 00 00 00 40 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x40</div>

<div>guestfsd: main_loop: proc 37 (is_file) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 25 | 00 00 00 01 | 00 12 34 1b | ...</div><div>libguestfs: trace: is_file = 0</div>

<div>libguestfs: trace: umount_all</div><div>libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2f | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x28</div><div>
umount /sysroot</div>
<div>libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2f | 00 00 00 01 | 00 12 34 1c | ...</div><div>libguestfs: trace: umount_all = 0</div><div>libguestfs: trace: available "lvm2"</div>

<div>libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d8 | 00 00 00 00 | ...</div><div>guestfsd: main_loop: proc 47 (umount_all) took 0.00 seconds</div><div>guestfsd: main_loop: new request, len 0x34</div>

<div>guestfsd: main_loop: proc 216 (available) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d8 | 00 00 00 01 | 00 12 34 1d | ...</div><div>libguestfs: trace: available = 0</div>

<div>libguestfs: trace: lvs</div><div>libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 0b | 00 00 00 00 | ...</div><div>guestfsd: main_loop: new request, len 0x28</div><div>lvm lvs -o vg_name,lv_name --noheadings --separator /</div>

<div>  No volume groups found</div><div>guestfsd: main_loop: proc 11 (lvs) took 0.00 seconds</div><div>libguestfs: recv_from_daemon: 44 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 0b | 00 00 00 01 | 00 12 34 1e | ...</div>

<div>libguestfs: trace: lvs = []</div><div>libguestfs: trace: inspect_os = []</div><div>virt-ls: no operating system was found on this disk</div><div><br></div><div>If using guestfish '-i' option, remove this option and instead</div>

<div>use the commands 'run' followed by 'list-filesystems'.</div><div>You can then mount filesystems you want by hand using the</div><div>'mount' or 'mount-ro' command.</div><div><br></div>

<div>If using guestmount '-i', remove this option and choose the</div><div>filesystem(s) you want to see by manually adding '-m' option(s).</div><div>Use 'virt-filesystems' to see what filesystems are available.</div>

<div><br></div><div>If using other virt tools, this disk image won't work</div><div>with these tools.  Use the guestfish equivalent commands</div><div>(see the virt tool manual page).</div><div>libguestfs: trace: close</div>

<div>libguestfs: closing guestfs handle 0x86c1f0 (state 2)</div><div>libguestfs: trace: internal_autosync</div><div>libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 00 | ...</div>

<div>guestfsd: main_loop: new request, len 0x28</div><div>libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 01 | 00 12 34 1f | ...</div><div>libguestfs: trace: internal_autosync = 0</div>

<div>libguestfs: trace: kill_subprocess</div><div>libguestfs: sending SIGTERM to process 2027</div><div>libguestfs: trace: kill_subprocess = 0</div></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div>

Regards<br><br>Arup Raton Roy<br>Graduate Student<br>David R. Cheriton School of Computer Science <br>University of Waterloo, Ontario, Canada<br></div>
<br><br><div class="gmail_quote">On Sun, Mar 23, 2014 at 11:19 AM, Richard W.M. Jones <span dir="ltr"><<a href="mailto:rjones@redhat.com" target="_blank">rjones@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="">On Sun, Mar 23, 2014 at 12:26:28PM +0000, Richard W.M. Jones wrote:<br>
> Secondly, we should be able to inspect all Linux guests, including<br>
> Tiny Core Linux, but it looks like in this case it is failing.  This<br>
> is a bug.<br>
<br>
</div>I had a look at how the Tiny Core Linux ISO is arranged.  It loads the<br>
main operating system root partition as a single large initramfs, with<br>
optional modules loaded [somehow -- not sure of the exact mechanism]<br>
as squashfs filesystems.  There's nothing wrong with that of course,<br>
but it makes it challenging to have 'guestfish -i' open with the TCL<br>
root filesystem, and thus programs like 'virt-cat', 'virt-ls' etc are<br>
unlikely to work in the way you expect.  There's probably not much we<br>
can do except have inspection simply identify that it is TCL.<br>
<br>
I have filed a bug about this:<br>
<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1079734" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1079734</a><br>
<br>
Rich.<br>
<br>
----------------------------------------------------------------------<br>
<br>
Opening the ISO file:<br>
<br>
$ guestfish --ro -a TinyCore-current.iso<br>
<br>
Welcome to guestfish, the guest filesystem shell for<br>
editing virtual machine filesystems and disk images.<br>
<br>
Type: 'help' for help on commands<br>
      'man' to read the manual<br>
      'quit' to quit the shell<br>
<br>
><fs> run<br>
><fs> list-filesystems<br>
/dev/sda1: iso9660<br>
><fs> mount /dev/sda1 /<br>
><fs> ll /boot<br>
total 8720<br>
dr-xr-xr-x 3 root root    2048 May 26  2013 .<br>
dr-xr-xr-x 4 root root    2048 Jan 24 13:49 ..<br>
-r--r--r-- 1 root root 5981138 Jan 24 13:49 core.gz<br>
dr-xr-xr-x 2 root root    2048 May 26  2013 isolinux<br>
-r--r--r-- 1 root root 2941168 Jan 24 13:49 vmlinuz<br>
><fs> download /boot/core.gz /tmp/core.gz<br>
><fs> ll /cde/optional<br>
total 4590<br>
dr-xr-xr-x 2 root root   10240 Jan 24 13:49 .<br>
dr-xr-xr-x 3 root root    2048 Jan 24 13:49 ..<br>
-r--r--r-- 1 root root 1273856 Jan 24 13:49 Xlibs.tcz<br>
-r--r--r-- 1 root root      44 Jan 24 13:49 Xlibs.tcz.md5.txt<br>
[etc]<br>
><fs> download /cde/optional/Xlibs.tcz /tmp/Xlibs.tcz<br>
><fs> exit<br>
<br>
The core initramfs:<br>
<br>
$ zcat core.gz | cpio -it | grep etc/<br>
17678 blocks<br>
etc/hostname<br>
etc/init.d<br>
etc/init.d/tc-functions<br>
etc/init.d/tc-restore.sh<br>
etc/init.d/tc_noscan.lst<br>
etc/init.d/dhcp.sh<br>
etc/init.d/tc-config<br>
etc/init.d/rc.shutdown<br>
etc/init.d/settime.sh<br>
etc/init.d/rcS<br>
etc/init.d/services<br>
etc/init.d/services/dhcp<br>
etc/init.d/services/tftpd<br>
etc/init.d/services/crond<br>
etc/modprobe.conf<br>
etc/passwd<br>
etc/gshadow<br>
[etc]<br>
<br>
An optional module:<br>
<br>
$ guestfish -a Xlibs.tcz<br>
<br>
Welcome to guestfish, the guest filesystem shell for<br>
editing virtual machine filesystems and disk images.<br>
<br>
Type: 'help' for help on commands<br>
      'man' to read the manual<br>
      'quit' to quit the shell<br>
<br>
><fs> run<br>
><fs> list-filesystems<br>
/dev/sda: squashfs<br>
><fs> mount /dev/sda /<br>
><fs> ll /usr/bin/<br>
total 137<br>
drwxr-sr-x 2 root root   243 Aug 16  2013 .<br>
drwxr-sr-x 6 root root    63 Dec 15  2011 ..<br>
-rwxr-xr-x 1 root root   530 Jan 14  2011 desktop.sh<br>
-rwxr-xr-x 1 root root   873 Jan 14  2011 getRGB<br>
-rwxr-xr-x 1 root root 14000 Mar  8  2010 hsetroot<br>
-rwxr-xr-x 1 root root  7156 May 20  2010 mcookie<br>
-rwxr-xr-x 1 root root   649 Feb  8  2012 setupdesktop<br>
-rwxr-xr-x 1 root root  4052 Mar  4  2010 showrgb<br>
-rwxr-xr-x 1 root root  1234 Dec 22  2011 startx<br>
-rwxr-xr-x 1 root root  1932 Jun  9  2009 waitforX<br>
-rwxr-xr-x 1 root root 29672 Apr 18  2009 xauth<br>
-rwxr-xr-x 1 root root  7196 Apr 18  2009 xkill<br>
-rwxr-xr-x 1 root root 14376 Apr 18  2009 xlsfonts<br>
-rwxr-xr-x 1 root root 21852 Apr 18  2009 xmodmap<br>
-rwxr-xr-x 1 root root 29800 Apr 18  2009 xset<br>
lrwxrwxrwx 1 root root     9 Nov  7 16:13 xsetup -> xsetup.sh<br>
-rwxr-xr-x 1 root root  2820 Jan 14  2011 xsetup.sh<br>
<div class=""><br>
<br>
<br>
--<br>
Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" target="_blank">http://people.redhat.com/~rjones</a><br>
</div>libguestfs lets you edit virtual machines.  Supports shell scripting,<br>
bindings from many languages.  <a href="http://libguestfs.org" target="_blank">http://libguestfs.org</a><br>
</blockquote></div><br></div>