Skip to content

Instantly share code, notes, and snippets.

@stevendanna
Created April 23, 2012 14:51
Show Gist options
  • Save stevendanna/2471411 to your computer and use it in GitHub Desktop.
Save stevendanna/2471411 to your computer and use it in GitHub Desktop.
$ sudo ./run test-tool/libguestfs-test-tool
===== Test starts here =====
LIBGUESTFS_PATH=/home/steven/libguestfs-1.17.32/appliance
LIBGUESTFS_DEBUG=1
TMPDIR=/home/steven/libguestfs-1.17.32
libguestfs: new guestfs handle 0x221cf60
library version: 1.17.32
guestfs_get_append: (null)
guestfs_get_attach_method: appliance
guestfs_get_autosync: 1
guestfs_get_direct: 0
guestfs_get_memsize: 500
guestfs_get_network: 0
guestfs_get_path: /home/steven/libguestfs-1.17.32/appliance
guestfs_get_pgroup: 0
guestfs_get_qemu: /usr/bin/kvm
guestfs_get_recovery_proc: 1
guestfs_get_selinux: 0
guestfs_get_smp: 1
guestfs_get_trace: 0
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: [00000ms] begin testing qemu features
libguestfs: [00010ms] finished testing qemu features
libguestfs: accept_from_daemon: 0x221cf60 g->state = 1
[00010ms] /usr/bin/kvm \
-global virtio-blk-pci.scsi=off \
-drive file=/tmp/libguestfs-test-tool-sda-IU5OM2,cache=off,format=raw,if=virtio \
-nodefconfig \
-enable-kvm \
-nodefaults \
-nographic \
-m 500 \
-no-reboot \
-no-hpet \
-device virtio-serial \
-serial stdio \
-chardev socket,path=/home/steven/libguestfs-1.17.32/libguestfsyc3N11/guestfsd.sock,id=channel0 \
-device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
-kernel /home/steven/libguestfs-1.17.32/appliance/kernel \
-initrd /home/steven/libguestfs-1.17.32/appliance/initrd \
-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-256color ' \
-drive file=/home/steven/libguestfs-1.17.32/appliance/root,snapshot=on,if=virtio,cache=unsafe[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.3.0-0.rc4.git1.4.fc17.x86_64 ([email protected]) (gcc version 4.7.0 20120208 (Red Hat 4.7.0-0.12) (GCC) ) #1 SMP Wed Feb 22 01:14:38 UTC 2012
[ 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-256color
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
[ 0.000000] BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001f3fd000 (usable)
[ 0.000000] BIOS-e820: 000000001f3fd000 - 000000001f400000 (reserved)
[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x1f3fd max_arch_pfn = 0x400000000
[ 0.000000] PAT not supported by CPU.
[ 0.000000] found SMP MP-table at [ffff8800000fdaf0] fdaf0
[ 0.000000] init_memory_mapping: 0000000000000000-000000001f3fd000
[ 0.000000] RAMDISK: 1f2db000 - 1f3f0000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000001f3fd000
[ 0.000000] Initmem setup node 0 0000000000000000-000000001f3fd000
[ 0.000000] NODE_DATA [000000001f2b4000 - 000000001f2dafff]
[ 0.000000] kvm-clock: Using msrs 12 and 11
[ 0.000000] kvm-clock: cpu 0, msr 0:1ef4e81, boot clock
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] Early memory PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009b
[ 0.000000] 0: 0x00000100 -> 0x0001f3fd
[ 0.000000] SFI: Simple Firmware Interface v0.81 http://simplefirmware.org
[ 0.000000] Intel MultiProcessor Specification v1.4
[ 0.000000] MPTABLE: OEM ID: BOCHSCPU
[ 0.000000] MPTABLE: Product ID: 0.1
[ 0.000000] MPTABLE: APIC at: 0xFEE00000
[ 0.000000] Processor #0 (Bootup-CPU)
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] Processors: 1
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009b000 - 000000000009c000
[ 0.000000] PM: Registered nosave memory: 000000000009c000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 1f400000 (gap: 1f400000:dfbfc000)
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:4096 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 476 pages/cpu @ffff88001f000000 s1920384 r8192 d21120 u2097152
[ 0.000000] kvm-clock: cpu 0, msr 0:1f1d3e81, primary cpu clock
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 125875
[ 0.000000] Policy zone: DMA32
[ 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-256color
[ 0.000000] Disabling memory control group subsystem
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 470188k/511988k available (6829k kernel code, 468k absent, 41332k reserved, 6610k data, 3208k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU lockdep checking is enabled.
[ 0.000000] NR_IRQS:262400 nr_irqs:256 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] Detected 2666.758 MHz processor.
[ 0.001999] Calibrating delay loop (skipped) preset value.. 5333.51 BogoMIPS (lpj=2666758)
[ 0.002006] pid_max: default: 32768 minimum: 301
[ 0.002606] Security Framework initialized
[ 0.003011] SELinux: Disabled at boot.
[ 0.003701] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.004139] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.005047] Mount-cache hash table entries: 256
[ 0.007238] Initializing cgroup subsys cpuacct
[ 0.007638] Initializing cgroup subsys memory
[ 0.008125] Initializing cgroup subsys devices
[ 0.008471] Initializing cgroup subsys freezer
[ 0.008818] Initializing cgroup subsys net_cls
[ 0.009013] Initializing cgroup subsys blkio
[ 0.009393] Initializing cgroup subsys perf_event
[ 0.010234] mce: CPU supports 10 MCE banks
[ 0.010684] SMP alternatives: switching to UP code
[ 0.029180] Freeing SMP alternatives: 20k freed
[ 0.029605] ftrace: allocating 22765 entries in 89 pages
[ 0.037887] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.038002] CPU0: Intel QEMU Virtual CPU version 0.14.1 stepping 03
[ 0.141056] Performance Events: unsupported p6 CPU model 2 no PMU driver, software events only.
[ 0.142288] NMI watchdog disabled (cpu0): hardware events not enabled
[ 0.142850] Brought up 1 CPUs
[ 0.142991] Total of 1 processors activated (5333.51 BogoMIPS).
[ 0.145555] devtmpfs: initialized
[ 0.149330] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.149991] RTC time: 14:49:47, date: 04/23/12
[ 0.150752] NET: Registered protocol family 16
[ 0.153770] PCI: Using configuration type 1 for base access
[ 0.167638] bio: create slab <bio-0> at 0
[ 0.168456] ACPI: Interpreter disabled.
[ 0.169473] vgaarb: loaded
[ 0.170796] SCSI subsystem initialized
[ 0.171683] usbcore: registered new interface driver usbfs
[ 0.172113] usbcore: registered new interface driver hub
[ 0.172620] usbcore: registered new device driver usb
[ 0.173484] PCI: Probing PCI hardware
[ 0.174324] PCI host bridge to bus 0000:00
[ 0.174636] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 0.174987] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[ 0.177092] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.177653] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.182020] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[ 0.184196] NetLabel: Initializing
[ 0.184490] NetLabel: domain hash size = 128
[ 0.184793] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.185104] NetLabel: unlabeled traffic allowed by default
[ 0.185616] Switching to clocksource kvm-clock
[ 0.289349] pnp: PnP ACPI: disabled
[ 0.308172] NET: Registered protocol family 2
[ 0.308833] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.310673] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.311612] TCP bind hash table entries: 16384 (order: 8, 1310720 bytes)
[ 0.313700] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.314252] TCP reno registered
[ 0.314501] UDP hash table entries: 256 (order: 3, 49152 bytes)
[ 0.315086] UDP-Lite hash table entries: 256 (order: 3, 49152 bytes)
[ 0.315964] NET: Registered protocol family 1
[ 0.316355] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.316786] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.317237] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.318274] Unpacking initramfs...
[ 0.323581] Freeing initrd memory: 1108k freed
[ 0.444723] DMA-API: preallocated 32768 debug entries
[ 0.445178] DMA-API: debugging enabled by kernel config
[ 0.445923] platform rtc_cmos: registered platform RTC device (no PNP device found)
[ 0.448751] Intel AES-NI instructions are not detected.
[ 0.450742] audit: initializing netlink socket (disabled)
[ 0.451324] type=2000 audit(1335192588.450:1): initialized
[ 0.465987] cryptomgr_test used greatest stack depth: 6120 bytes left
[ 0.467986] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.506122] VFS: Disk quotas dquot_6.5.2
[ 0.506844] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.512544] msgmni has been set to 920
[ 0.514111] cryptomgr_test used greatest stack depth: 5496 bytes left
[ 0.515605] cryptomgr_test used greatest stack depth: 5352 bytes left
[ 0.516287] alg: No test for stdrng (krng)
[ 0.516598] NET: Registered protocol family 38
[ 0.517394] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.518199] io scheduler noop registered
[ 0.518507] io scheduler deadline registered
[ 0.519418] io scheduler cfq registered (default)
[ 0.519812] start plist test
[ 0.521364] end plist test
[ 0.526669] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.527530] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.527999] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.529708] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 34
[ 0.530953] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[ 0.531903] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 35
[ 0.533259] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.555599] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.566531] Non-volatile memory driver v1.3
[ 0.566888] Linux agpgart interface v0.103
[ 0.576173] loop: module loaded
[ 0.582306] scsi0 : ata_piix
[ 0.584153] scsi1 : ata_piix
[ 0.584977] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc000 irq 14
[ 0.585482] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc008 irq 15
[ 0.586986] Fixed MDIO Bus: probed
[ 0.587767] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.588388] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.588888] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.590126] usbcore: registered new interface driver usbserial
[ 0.590728] USB Serial support registered for generic
[ 0.591409] usbcore: registered new interface driver usbserial_generic
[ 0.591908] usbserial: USB Serial Driver core
[ 0.592477] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 0.593958] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.594481] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.595864] mousedev: PS/2 mouse device common for all mice
[ 0.597607] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 0.602565] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[ 0.603333] rtc0: alarms up to one day, 114 bytes nvram
[ 0.604993] device-mapper: uevent: version 1.0.3
[ 0.606233] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: [email protected]
[ 0.608166] cpuidle: using governor ladder
[ 0.608521] cpuidle: using governor menu
[ 0.609474] EFI Variables Facility v0.08 2004-May-17
[ 0.611474] usbcore: registered new interface driver usbhid
[ 0.611906] usbhid: USB HID core driver
[ 0.613455] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.614147] TCP cubic registered
[ 0.614382] Initializing XFRM netlink socket
[ 0.616280] NET: Registered protocol family 10
[ 0.620292] Mobile IPv6
[ 0.620524] NET: Registered protocol family 17
[ 0.620853] Registering the dns_resolver key type
[ 0.622202] registered taskstats version 1
[ 0.623586] Magic number: 8:986:839
[ 0.623985] rtc_cmos rtc_cmos: setting system clock to 2012-04-23 14:49:48 UTC (1335192588)
[ 0.624848] Initializing network drop monitor service
[ 0.744087] Freeing unused kernel memory: 3208k freed
[ 0.745501] Write protecting the kernel read-only data: 12288k
[ 0.749432] Freeing unused kernel memory: 1344k freed
[ 0.753428] Freeing unused kernel memory: 1324k freed
febootstrap: mounting /proc
febootstrap: uptime: 0.75 0.15
febootstrap: ext2 mini initrd starting up: 3.13
febootstrap: mounting /sys
febootstrap: internal insmod libcrc32c.ko
febootstrap: internal insmod crc32c-intel.ko
insmod: init_module: crc32c-intel.ko: No such device
febootstrap: internal insmod crc-itu-t.ko
febootstrap: internal insmod crc-ccitt.ko
febootstrap: internal insmod crc8.ko
febootstrap: internal insmod crc7.ko
febootstrap: internal insmod scsi_transport_spi.ko
febootstrap: internal insmod sym53c8xx.ko
febootstrap: internal insmod rfkill.ko
febootstrap: internal insmod sparse-keymap.ko
febootstrap: internal insmod ideapad-laptop.ko
insmod: init_module: ideapad-laptop.ko: No such device
febootstrap: internal insmod virtio_mmio.ko
febootstrap: internal insmod virtio_balloon.ko
febootstrap: internal insmod virtio-rng.ko
febootstrap: internal insmod virtio_blk.ko
[ 0.778492] vda: unknown partition table
[ 0.782679] vdb: unknown partition table
febootstrap: internal insmod virtio_scsi.ko
febootstrap: internal insmod virtio_net.ko
febootstrap: picked /sys/block/vdb/dev as root device
febootstrap: creating /dev/root as block special 252:16
febootstrap: mounting new root on /root
[ 0.791052] EXT4-fs (vdb): mounting ext2 file system using the ext4 subsystem
[ 0.798910] EXT4-fs (vdb): mounted filesystem without journal. Opts:
febootstrap: chroot
/proc/uptime: No such file or directory
Starting /init script ...
[ 0.855962] mkdir used greatest stack depth: 3808 bytes left
rm: cannot remove `/proc': Is a directory
[ 0.866577] rm used greatest stack depth: 2944 bytes left
mkdir: cannot create directory `/proc': File exists
rm: cannot remove `/sys': Is a directory
mkdir: cannot create directory `/sys': File exists
[ 0.949456] udevd[49]: starting version 181
udevd[49]: specified group 'dialout' unknown
udevd[49]: specified group 'floppy' unknown
udevd[49]: specified group 'cdrom' unknown
udevd[49]: specified group 'tape' unknown
[ 1.032894] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input1
[ 1.095439] ACPI Exception: AE_BAD_PARAMETER, Thread 454197248 could not acquire Mutex [0x1] (20120111/utmutex-276)
[ 1.096278] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
Cannot find device "eth0"
Cannot find device "eth0"
RTNETLINK answers: No such process
mdadm: No arrays found in config file or automatically
FATAL: Module dm_mod not found.
Reading all physical volumes. This may take a while...
No volume groups found
No volume groups found
/dev:
total 0
crw------- 1 root root 10, 235 Apr 23 15:49 autofs
drwxr-xr-x 2 root root 240 Apr 23 15:49 block
c--------- 1 root root 10, 234 Apr 23 15:49 btrfs-control
drwxr-xr-x 2 root root 2140 Apr 23 15:49 char
crw------- 1 root root 5, 1 Apr 23 15:49 console
lrwxrwxrwx 1 root root 11 Apr 23 15:49 core -> /proc/kcore
drwxr-xr-x 3 root root 80 Apr 23 15:49 cpu
crw------- 1 root root 10, 62 Apr 23 15:49 cpu_dma_latency
drwxr-xr-x 4 root root 80 Apr 23 15:49 disk
lrwxrwxrwx 1 root root 13 Apr 23 15:49 fd -> /proc/self/fd
crw-rw-rw- 1 root root 1, 7 Apr 23 15:49 full
crw-rw-rw- 1 root root 10, 229 Apr 23 15:49 fuse
drwxr-xr-x 3 root root 140 Apr 23 15:49 input
crw------- 1 root root 1, 11 Apr 23 15:49 kmsg
crw------- 1 root root 10, 237 Apr 23 15:49 loop-control
brw-rw---- 1 root disk 7, 0 Apr 23 15:49 loop0
brw-rw---- 1 root disk 7, 1 Apr 23 15:49 loop1
brw-rw---- 1 root disk 7, 2 Apr 23 15:49 loop2
brw-rw---- 1 root disk 7, 3 Apr 23 15:49 loop3
brw-rw---- 1 root disk 7, 4 Apr 23 15:49 loop4
brw-rw---- 1 root disk 7, 5 Apr 23 15:49 loop5
brw-rw---- 1 root disk 7, 6 Apr 23 15:49 loop6
brw-rw---- 1 root disk 7, 7 Apr 23 15:49 loop7
drwxr-xr-x 2 root root 60 Apr 23 15:49 mapper
crw------- 1 root root 10, 227 Apr 23 15:49 mcelog
drwxr-xr-x 2 root root 60 Apr 23 15:49 md
crw-r----- 1 root kmem 1, 1 Apr 23 15:49 mem
drwxr-xr-x 2 root root 60 Apr 23 15:49 net
crw------- 1 root root 10, 61 Apr 23 15:49 network_latency
crw------- 1 root root 10, 60 Apr 23 15:49 network_throughput
crw-rw-rw- 1 root root 1, 3 Apr 23 15:49 null
crw-r----- 1 root kmem 10, 144 Apr 23 15:49 nvram
crw------- 1 root root 1, 12 Apr 23 15:49 oldmem
crw-r----- 1 root kmem 1, 4 Apr 23 15:49 port
c--------- 1 root root 108, 0 Apr 23 15:49 ppp
crw-rw-rw- 1 root tty 5, 2 Apr 23 15:49 ptmx
crw-rw-rw- 1 root root 1, 8 Apr 23 15:49 random
drwxr-xr-x 2 root root 60 Apr 23 15:49 raw
crw-r--r-- 1 root root 10, 59 Apr 23 15:49 rfkill
lrwxrwxrwx 1 root root 4 Apr 23 15:49 rtc -> rtc0
crw------- 1 root root 254, 0 Apr 23 15:49 rtc0
crw------- 1 root root 10, 231 Apr 23 15:49 snapshot
drwxr-xr-x 2 root root 80 Apr 23 15:49 snd
lrwxrwxrwx 1 root root 15 Apr 23 15:49 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root 15 Apr 23 15:49 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root 15 Apr 23 15:49 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root tty 5, 0 Apr 23 15:49 tty
crw--w---- 1 root tty 4, 0 Apr 23 15:49 tty0
crw--w---- 1 root tty 4, 1 Apr 23 15:49 tty1
crw--w---- 1 root tty 4, 10 Apr 23 15:49 tty10
crw--w---- 1 root tty 4, 11 Apr 23 15:49 tty11
crw--w---- 1 root tty 4, 12 Apr 23 15:49 tty12
crw--w---- 1 root tty 4, 13 Apr 23 15:49 tty13
crw--w---- 1 root tty 4, 14 Apr 23 15:49 tty14
crw--w---- 1 root tty 4, 15 Apr 23 15:49 tty15
crw--w---- 1 root tty 4, 16 Apr 23 15:49 tty16
crw--w---- 1 root tty 4, 17 Apr 23 15:49 tty17
crw--w---- 1 root tty 4, 18 Apr 23 15:49 tty18
crw--w---- 1 root tty 4, 19 Apr 23 15:49 tty19
crw--w---- 1 root tty 4, 2 Apr 23 15:49 tty2
crw--w---- 1 root tty 4, 20 Apr 23 15:49 tty20
crw--w---- 1 root tty 4, 21 Apr 23 15:49 tty21
crw--w---- 1 root tty 4, 22 Apr 23 15:49 tty22
crw--w---- 1 root tty 4, 23 Apr 23 15:49 tty23
crw--w---- 1 root tty 4, 24 Apr 23 15:49 tty24
crw--w---- 1 root tty 4, 25 Apr 23 15:49 tty25
crw--w---- 1 root tty 4, 26 Apr 23 15:49 tty26
crw--w---- 1 root tty 4, 27 Apr 23 15:49 tty27
crw--w---- 1 root tty 4, 28 Apr 23 15:49 tty28
crw--w---- 1 root tty 4, 29 Apr 23 15:49 tty29
crw--w---- 1 root tty 4, 3 Apr 23 15:49 tty3
crw--w---- 1 root tty 4, 30 Apr 23 15:49 tty30
crw--w---- 1 root tty 4, 31 Apr 23 15:49 tty31
crw--w---- 1 root tty 4, 32 Apr 23 15:49 tty32
crw--w---- 1 root tty 4, 33 Apr 23 15:49 tty33
crw--w---- 1 root tty 4, 34 Apr 23 15:49 tty34
crw--w---- 1 root tty 4, 35 Apr 23 15:49 tty35
crw--w---- 1 root tty 4, 36 Apr 23 15:49 tty36
crw--w---- 1 root tty 4, 37 Apr 23 15:49 tty37
crw--w---- 1 root tty 4, 38 Apr 23 15:49 tty38
crw--w---- 1 root tty 4, 39 Apr 23 15:49 tty39
crw--w---- 1 root tty 4, 4 Apr 23 15:49 tty4
crw--w---- 1 root tty 4, 40 Apr 23 15:49 tty40
crw--w---- 1 root tty 4, 41 Apr 23 15:49 tty41
crw--w---- 1 root tty 4, 42 Apr 23 15:49 tty42
crw--w---- 1 root tty 4, 43 Apr 23 15:49 tty43
crw--w---- 1 root tty 4, 44 Apr 23 15:49 tty44
crw--w---- 1 root tty 4, 45 Apr 23 15:49 tty45
crw--w---- 1 root tty 4, 46 Apr 23 15:49 tty46
crw--w---- 1 root tty 4, 47 Apr 23 15:49 tty47
crw--w---- 1 root tty 4, 48 Apr 23 15:49 tty48
crw--w---- 1 root tty 4, 49 Apr 23 15:49 tty49
crw--w---- 1 root tty 4, 5 Apr 23 15:49 tty5
crw--w---- 1 root tty 4, 50 Apr 23 15:49 tty50
crw--w---- 1 root tty 4, 51 Apr 23 15:49 tty51
crw--w---- 1 root tty 4, 52 Apr 23 15:49 tty52
crw--w---- 1 root tty 4, 53 Apr 23 15:49 tty53
crw--w---- 1 root tty 4, 54 Apr 23 15:49 tty54
crw--w---- 1 root tty 4, 55 Apr 23 15:49 tty55
crw--w---- 1 root tty 4, 56 Apr 23 15:49 tty56
crw--w---- 1 root tty 4, 57 Apr 23 15:49 tty57
crw--w---- 1 root tty 4, 58 Apr 23 15:49 tty58
crw--w---- 1 root tty 4, 59 Apr 23 15:49 tty59
crw--w---- 1 root tty 4, 6 Apr 23 15:49 tty6
crw--w---- 1 root tty 4, 60 Apr 23 15:49 tty60
crw--w---- 1 root tty 4, 61 Apr 23 15:49 tty61
crw--w---- 1 root tty 4, 62 Apr 23 15:49 tty62
crw--w---- 1 root tty 4, 63 Apr 23 15:49 tty63
crw--w---- 1 root tty 4, 7 Apr 23 15:49 tty7
crw--w---- 1 root tty 4, 8 Apr 23 15:49 tty8
crw--w---- 1 root tty 4, 9 Apr 23 15:49 tty9
crw------- 1 root root 4, 64 Apr 23 15:49 ttyS0
crw------- 1 root root 4, 65 Apr 23 15:49 ttyS1
crw------- 1 root root 4, 66 Apr 23 15:49 ttyS2
crw------- 1 root root 4, 67 Apr 23 15:49 ttyS3
c--------- 1 root root 10, 223 Apr 23 15:49 uinput
crw-rw-rw- 1 root root 1, 9 Apr 23 15:49 urandom
crw------- 1 root root 251, 0 Apr 23 15:49 usbmon0
crw-rw---- 1 root tty 7, 0 Apr 23 15:49 vcs
crw-rw---- 1 root tty 7, 1 Apr 23 15:49 vcs1
crw-rw---- 1 root tty 7, 128 Apr 23 15:49 vcsa
crw-rw---- 1 root tty 7, 129 Apr 23 15:49 vcsa1
brw-rw---- 1 root disk 252, 0 Apr 23 15:49 vda
brw-rw---- 1 root disk 252, 16 Apr 23 15:49 vdb
crw------- 1 root root 10, 63 Apr 23 15:49 vga_arbiter
c--------- 1 root root 10, 238 Apr 23 15:49 vhost-net
drwxr-xr-x 2 root root 60 Apr 23 15:49 virtio-ports
crw------- 1 root root 252, 1 Apr 23 15:49 vport0p1
crw-rw-rw- 1 root root 1, 5 Apr 23 15:49 zero
/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Apr 23 15:49 252:0 -> ../vda
lrwxrwxrwx 1 root root 6 Apr 23 15:49 252:16 -> ../vdb
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:0 -> ../loop0
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:1 -> ../loop1
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:2 -> ../loop2
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:3 -> ../loop3
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:4 -> ../loop4
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:5 -> ../loop5
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:6 -> ../loop6
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:7 -> ../loop7
/dev/char:
total 0
lrwxrwxrwx 1 root root 8 Apr 23 15:49 10:144 -> ../nvram
lrwxrwxrwx 1 root root 9 Apr 23 15:49 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 11 Apr 23 15:49 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 9 Apr 23 15:49 10:235 -> ../autofs
lrwxrwxrwx 1 root root 17 Apr 23 15:49 10:236 -> ../mapper/control
lrwxrwxrwx 1 root root 15 Apr 23 15:49 10:237 -> ../loop-control
lrwxrwxrwx 1 root root 9 Apr 23 15:49 10:59 -> ../rfkill
lrwxrwxrwx 1 root root 21 Apr 23 15:49 10:60 -> ../network_throughput
lrwxrwxrwx 1 root root 18 Apr 23 15:49 10:61 -> ../network_latency
lrwxrwxrwx 1 root root 18 Apr 23 15:49 10:62 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root 14 Apr 23 15:49 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 15 Apr 23 15:49 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 13 Apr 23 15:49 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Apr 23 15:49 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Apr 23 15:49 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 13 Apr 23 15:49 162:0 -> ../raw/rawctl
lrwxrwxrwx 1 root root 6 Apr 23 15:49 1:1 -> ../mem
lrwxrwxrwx 1 root root 7 Apr 23 15:49 1:11 -> ../kmsg
lrwxrwxrwx 1 root root 9 Apr 23 15:49 1:12 -> ../oldmem
lrwxrwxrwx 1 root root 7 Apr 23 15:49 1:3 -> ../null
lrwxrwxrwx 1 root root 7 Apr 23 15:49 1:4 -> ../port
lrwxrwxrwx 1 root root 7 Apr 23 15:49 1:5 -> ../zero
lrwxrwxrwx 1 root root 7 Apr 23 15:49 1:7 -> ../full
lrwxrwxrwx 1 root root 9 Apr 23 15:49 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Apr 23 15:49 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Apr 23 15:49 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 14 Apr 23 15:49 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root 10 Apr 23 15:49 251:0 -> ../usbmon0
lrwxrwxrwx 1 root root 11 Apr 23 15:49 252:1 -> ../vport0p1
lrwxrwxrwx 1 root root 7 Apr 23 15:49 254:0 -> ../rtc0
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:0 -> ../tty0
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:1 -> ../tty1
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:10 -> ../tty10
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:11 -> ../tty11
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:12 -> ../tty12
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:13 -> ../tty13
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:14 -> ../tty14
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:15 -> ../tty15
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:16 -> ../tty16
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:17 -> ../tty17
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:18 -> ../tty18
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:19 -> ../tty19
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:2 -> ../tty2
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:20 -> ../tty20
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:21 -> ../tty21
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:22 -> ../tty22
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:23 -> ../tty23
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:24 -> ../tty24
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:25 -> ../tty25
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:26 -> ../tty26
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:27 -> ../tty27
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:28 -> ../tty28
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:29 -> ../tty29
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:3 -> ../tty3
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:30 -> ../tty30
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:31 -> ../tty31
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:32 -> ../tty32
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:33 -> ../tty33
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:34 -> ../tty34
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:35 -> ../tty35
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:36 -> ../tty36
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:37 -> ../tty37
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:38 -> ../tty38
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:39 -> ../tty39
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:4 -> ../tty4
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:40 -> ../tty40
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:41 -> ../tty41
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:42 -> ../tty42
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:43 -> ../tty43
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:44 -> ../tty44
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:45 -> ../tty45
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:46 -> ../tty46
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:47 -> ../tty47
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:48 -> ../tty48
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:49 -> ../tty49
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:5 -> ../tty5
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:50 -> ../tty50
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:51 -> ../tty51
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:52 -> ../tty52
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:53 -> ../tty53
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:54 -> ../tty54
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:55 -> ../tty55
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:56 -> ../tty56
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:57 -> ../tty57
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:58 -> ../tty58
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:59 -> ../tty59
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:6 -> ../tty6
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:60 -> ../tty60
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:61 -> ../tty61
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:62 -> ../tty62
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:63 -> ../tty63
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:65 -> ../ttyS1
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:66 -> ../ttyS2
lrwxrwxrwx 1 root root 8 Apr 23 15:49 4:67 -> ../ttyS3
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:7 -> ../tty7
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:8 -> ../tty8
lrwxrwxrwx 1 root root 7 Apr 23 15:49 4:9 -> ../tty9
lrwxrwxrwx 1 root root 6 Apr 23 15:49 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Apr 23 15:49 5:1 -> ../console
lrwxrwxrwx 1 root root 7 Apr 23 15:49 5:2 -> ../ptmx
lrwxrwxrwx 1 root root 6 Apr 23 15:49 7:0 -> ../vcs
lrwxrwxrwx 1 root root 7 Apr 23 15:49 7:1 -> ../vcs1
lrwxrwxrwx 1 root root 7 Apr 23 15:49 7:128 -> ../vcsa
lrwxrwxrwx 1 root root 8 Apr 23 15:49 7:129 -> ../vcsa1
/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Apr 23 15:49 0
c--------- 1 root root 10, 184 Apr 23 15:49 microcode
/dev/cpu/0:
total 0
cr--r--r-- 1 root root 203, 0 Apr 23 15:49 cpuid
crw------- 1 root root 202, 0 Apr 23 15:49 msr
/dev/disk:
total 0
drwxr-xr-x 2 root root 80 Apr 23 15:49 by-path
drwxr-xr-x 2 root root 60 Apr 23 15:49 by-uuid
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Apr 23 15:49 pci-0000:00:03.0-virtio-pci-virtio1 -> ../../vda
lrwxrwxrwx 1 root root 9 Apr 23 15:49 pci-0000:00:04.0-virtio-pci-virtio2 -> ../../vdb
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Apr 23 15:49 3eca7bf0-7fef-4bb9-a8b7-50f6aa255f89 -> ../../vdb
/dev/input:
total 0
drwxr-xr-x 2 root root 100 Apr 23 15:49 by-path
crw-r----- 1 root root 13, 64 Apr 23 15:49 event0
crw-r----- 1 root root 13, 65 Apr 23 15:49 event1
crw-r----- 1 root root 13, 63 Apr 23 15:49 mice
crw-r----- 1 root root 13, 32 Apr 23 15:49 mouse0
/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Apr 23 15:49 platform-i8042-serio-0-event-kbd -> ../event0
lrwxrwxrwx 1 root root 9 Apr 23 15:49 platform-i8042-serio-1-event-mouse -> ../event1
lrwxrwxrwx 1 root root 9 Apr 23 15:49 platform-i8042-serio-1-mouse -> ../mouse0
/dev/mapper:
total 0
crw------- 1 root root 10, 236 Apr 23 15:49 control
/dev/md:
total 0
-rw------- 1 root root 0 Apr 23 15:49 md-device-map
/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Apr 23 15:49 tun
/dev/raw:
total 0
crw-rw---- 1 root disk 162, 0 Apr 23 15:49 rawctl
/dev/snd:
total 0
crw-rw---- 1 root audio 116, 1 Apr 23 15:49 seq
crw-rw---- 1 root audio 116, 33 Apr 23 15:49 timer
/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Apr 23 15:49 org.libguestfs.channel.0 -> ../vport0p1
rootfs / rootfs rw 0 0
proc /proc proc rw,relatime 0 0
/dev/root / ext2 rw,noatime,user_xattr,barrier=1 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
/dev /dev devtmpfs rw,relatime,size=235104k,nr_inodes=58776,mode=755 0 0
No volume groups found
No volume groups found
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
Module Size Used by
i2c_piix4 17790 0
i2c_core 38067 1 i2c_piix4
virtio_net 23368 0
virtio_scsi 17774 0
virtio_blk 17687 1
virtio_rng 12963 0
virtio_balloon 13311 0
virtio_mmio 13193 0
sparse_keymap 13526 0
rfkill 25736 0
sym53c8xx 80733 0
scsi_transport_spi 30273 1 sym53c8xx
crc7 12581 0
crc8 12708 0
crc_ccitt 12573 0
crc_itu_t 12579 0
libcrc32c 12603 0
Mon Apr 23 15:49:50 BST 2012
uptime: 2.67 1.05
verbose daemon enabled
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-256color
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: [04669ms] appliance is up
Guest launched OK.
libguestfs: send_to_daemon: 64 bytes: 00 00 00 3c | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d2 | 00 00 00 00 | ...
guestfsd: main_loop: new request, len 0x3c
/dev/sda: No such file or directory
udevadm settle
udevsettle
udevsettle: No such file or directory
parted -s -- /dev/vda mklabel msdos mkpart primary 128s -128s
Warning: The resulting partition is not properly aligned for best performance.
udevadm settle
udevsettle
udevsettle: No such file or directory
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 d2 | 00 00 00 01 | 00 12 34 00 | ...
libguestfs: send_to_daemon: 68 bytes: 00 00 00 40 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2a | 00 00 00 00 | ...
guestfsd: main_loop: proc 210 (part_disk) took 0.21 seconds
guestfsd: main_loop: new request, len 0x40
/dev/sda1: No such file or directory
mke2fs -t ext2 -F /dev/vda1
mke2fs 1.42 (29-Nov-2011)
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 2a | 00 00 00 01 | 00 12 34 01 | ...
libguestfs: send_to_daemon: 72 bytes: 00 00 00 44 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 4a | 00 00 00 00 | ...
guestfsd: main_loop: proc 42 (mkfs) took 0.30 seconds
guestfsd: main_loop: new request, len 0x44
/dev/sda1: No such file or directory
mount -o /dev/vda1 /sysroot/
[ 3.322849] EXT4-fs (vda1): mounting ext2 file system using the ext4 subsystem
[ 3.340595] EXT4-fs (vda1): mounted filesystem without journal. Opts: (null)
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 4a | 00 00 00 01 | 00 12 34 02 | ...
libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 03 | 00 00 00 00 | ...
guestfsd: main_loop: proc 74 (mount_options) took 0.11 seconds
guestfsd: main_loop: new request, len 0x34
libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 03 | 00 00 00 01 | 00 12 34 03 | ...
libguestfs: closing guestfs handle 0x221cf60 (state 2)
libguestfs: send_to_daemon: 44 bytes: 00 00 00 28 | 20 00 f5 f5 | 00 00 00 04 | 00 00 01 1a | 00 00 00 00 | ...
guestfsd: main_loop: proc 3 (touch) took 0.00 seconds
guestfsd: main_loop: new request, len 0x28
umount /sysroot
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 04 | ...
libguestfs: sending SIGTERM to process 27628
===== TEST FINISHED OK =====
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment