[Libguestfs] Compilation on OL7.4 - Tests fail (possibly) due to libyajl

Claudio Sasso claudio.sasso at oracle.com
Thu Mar 29 08:51:46 UTC 2018


Hello list,

short description: in 1.38, after manual compilation on OL7.4, tests 
fail; the closest error in logs is guestfsd --verbose failing for 
libyajl not found, even if it appears correctly linked by the guestfsd 
executable. Any help/suggestion?

My environment is a bit tricky as I work on Oracle Linux 7.4; in my 
experience it is 99.9% assimilable to RHEL. The server I am using is 
dedicated to an application embedding libguestfs to analyse the content 
of VMs, and other things. I build libguestfs from source, instead of 
relying on the version installed by yum (I also use VirtualBox in this 
server, I need to use force_tcg=1 and I had issues with the pre-compiled 
version when I tried). I install all the dependencies which I have to 
compile manually in ~/install and prepend the following env to anything 
(configure / make / make install and tests).

env LIBGUESTFS_BACKEND_SETTINGS="force_tcg=1" LIBGUESTFS_DEBUG=1 
LIBGUESTFS_TRACE=1 CPPFLAGS="-I/home/vm/install/include 
-I/home/vm/install/usr/include" LDFLAGS="-L/home/vm/install/lib 
-L/home/vm/install/usr/lib" PATH="/home/vm/install/bin:$PATH"

After compilation, make check fails with a crash of the appliance; same 
happens with libguestfs-test-tool. Here is the final part of the log
+ cmd='guestfsd --verbose'
+ test '' = 1
+ false
+ test '' = 1
+ echo guestfsd --verbose
guestfsd --verbose
+ guestfsd --verbose
guestfsd: error while loading shared libraries: libyajl.so.2: cannot 
open shared object file: No such file or directory
+ sync
+ test '' = 1
+ reboot -f
Rebooting.
[    6.194831] kvm: exiting hardware virtualization
[    6.195551] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[    6.196217] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[    6.197375] reboot: Restarting system
[    6.197484] reboot: machine restart
libguestfs: error: appliance closed the connection unexpectedly, see 
earlier error messages
libguestfs: child_cleanup: 0xf4a160: child process died
libguestfs: sending SIGTERM to process 20925
libguestfs: qemu maxrss 342340K
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs: trace: launch = -1 (error)
libguestfs: trace: close
libguestfs: closing guestfs handle 0xf4a160 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsGxWqKQ
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /run/user/500/libguestfssLfpo6

My guess (not much sustained by data, other than message proximity) is 
that guestfsd cannot find libyajl.so.2, the verbose mode fails, and even 
if it finishes, perhaps an error message in the log makes the test fail. 
I am using yajl in yum, but I also tried to compile version 2.1.0 
manually and it did not change

$ sudo yum install yajl yajl-devel
Loaded plugins: ulninfo
Package yajl-2.0.4-4.el7.x86_64 already installed and latest version
Package yajl-devel-2.0.4-4.el7.x86_64 already installed and latest version

The guestfsd executable in appliance/supermin.d/ seems to link yajl 
correctly
$ cp -r libguestfs-1.38.0/appliance/supermin.d/*tar.gz /tmp/supermin.d/
$ cd /tmp/supermin.d/
$ for i in *tar.gz; do tar -xzf $i; done
$ ldd ./usr/sbin/guestfsd
     linux-vdso.so.1 =>  (0x00007fff4392d000)
     libacl.so.1 => /lib64/libacl.so.1 (0x00007f1a8919e000)
     libcap.so.2 => /lib64/libcap.so.2 (0x00007f1a88f99000)
     libyajl.so.2 => /lib64/libyajl.so.2 (0x00007f1a88d8e000)
     libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f1a88b67000)
     libaugeas.so.0 => /lib64/libaugeas.so.0 (0x00007f1a8891b000)
     libhivex.so.0 => /home/vm/install/lib/libhivex.so.0 
(0x00007f1a88708000)
     libiconv.so.2 => /home/vm/install/lib/libiconv.so.2 
(0x00007f1a88422000)
     libsystemd.so.0 => /lib64/libsystemd.so.0 (0x00007f1a883fa000)
     libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f1a88197000)
     libdl.so.2 => /lib64/libdl.so.2 (0x00007f1a87f93000)
     libm.so.6 => /lib64/libm.so.6 (0x00007f1a87c91000)
     libc.so.6 => /lib64/libc.so.6 (0x00007f1a878cd000)
     libattr.so.1 => /lib64/libattr.so.1 (0x00007f1a876c8000)
     /lib64/ld-linux-x86-64.so.2 (0x000055c87ee30000)
     libfa.so.1 => /lib64/libfa.so.1 (0x00007f1a874b5000)
     libxml2.so.2 => /lib64/libxml2.so.2 (0x00007f1a8714a000)
     libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f1a86f34000)
     librt.so.1 => /lib64/librt.so.1 (0x00007f1a86d2c000)
     liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f1a86b05000)
     libgcrypt.so.11 => /lib64/libgcrypt.so.11 (0x00007f1a86884000)
     libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00007f1a8667f000)
     libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f1a86464000)
     libdw.so.1 => /lib64/libdw.so.1 (0x00007f1a8621d000)
     libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1a86001000)
     libz.so.1 => /lib64/libz.so.1 (0x00007f1a85dea000)
     libelf.so.1 => /lib64/libelf.so.1 (0x00007f1a85bd2000)
     libbz2.so.1 => /lib64/libbz2.so.1 (0x00007f1a859c1000)
$ file /lib64/libyajl.so.2.0.4 /lib64/libyajl.so.2
/lib64/libyajl.so.2.0.4: ELF 64-bit LSB shared object, x86-64, version 1 
(SYSV), dynamically linked, 
BuildID[sha1]=b568a12b3f954f8a7fc2be567df484ccc5b1e058, stripped
/lib64/libyajl.so.2:     symbolic link to `libyajl.so.2.0.4'

Attached the output of ./libguestfs-test-tool run using this line
$ env LIBGUESTFS_BACKEND_SETTINGS="force_tcg=1" 
LIBGUESTFS_PATH=/home/vm/building7.4/deps4libguestfs/libguestfs-1.38.0/appliance 
LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 
CPPFLAGS="-I/home/vm/install/include -I/home/vm/install/usr/include" 
LDFLAGS="-L/home/vm/install/lib -L/home/vm/install/usr/lib" 
PATH="/home/vm/install/bin:$PATH" ./libguestfs-test-tool > 
libyajl.test-fail.out 2>&1


I am either missing something trivial OR this is not the cause of 
failure. In both cases, any help is greatly appreciated
Thanks in advance



-------------- next part --------------
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_path "../appliance"
libguestfs: trace: set_path = 0
libguestfs: trace: set_backend_settings "force_tcg=1"
libguestfs: trace: set_backend_settings = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
     ************************************************************
     *                    IMPORTANT NOTICE
     *
     * When reporting bugs, include the COMPLETE, UNEDITED
     * output below in your bug report.
     *
     ************************************************************
LIBGUESTFS_PATH=../appliance
LIBGUESTFS_BACKEND_SETTINGS=force_tcg=1
LIBGUESTFS_DEBUG=1
LIBGUESTFS_TRACE=1
PATH=/home/vm/install/bin:/home/vm/.opam/4.03.0/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/vm/.local/bin:/home/vm/bin
XDG_RUNTIME_DIR=/run/user/500
SELinux: Enforcing
libguestfs: trace: add_drive_scratch 104857600
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: disk_create "/tmp/libguestfsGxWqKQ/scratch1.img" "raw" 104857600
libguestfs: trace: disk_create = 0
libguestfs: trace: add_drive "/tmp/libguestfsGxWqKQ/scratch1.img" "format:raw" "cachemode:unsafe"
libguestfs: trace: add_drive = 0
libguestfs: trace: add_drive_scratch = 0
libguestfs: trace: get_append
libguestfs: trace: get_append = "NULL"
libguestfs: trace: get_autosync
libguestfs: trace: get_autosync = 1
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: trace: get_backend_settings
libguestfs: trace: get_backend_settings = ["force_tcg=1"]
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: trace: get_hv
libguestfs: trace: get_hv = "/usr/libexec/qemu-kvm"
libguestfs: trace: get_memsize
libguestfs: trace: get_memsize = 500
libguestfs: trace: get_network
libguestfs: trace: get_network = 0
libguestfs: trace: get_path
libguestfs: trace: get_path = "../appliance"
libguestfs: trace: get_pgroup
libguestfs: trace: get_pgroup = 0
libguestfs: trace: get_program
libguestfs: trace: get_program = "libguestfs-test-tool"
libguestfs: trace: get_recovery_proc
libguestfs: trace: get_recovery_proc = 1
libguestfs: trace: get_smp
libguestfs: trace: get_smp = 1
libguestfs: trace: get_sockdir
libguestfs: trace: get_sockdir = "/run/user/500"
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: get_trace
libguestfs: trace: get_trace = 1
libguestfs: trace: get_verbose
libguestfs: trace: get_verbose = 1
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct
guestfs_get_backend_settings: [force_tcg=1]
guestfs_get_cachedir: /var/tmp
guestfs_get_hv: /usr/libexec/qemu-kvm
guestfs_get_memsize: 500
guestfs_get_network: 0
guestfs_get_path: ../appliance
guestfs_get_pgroup: 0
guestfs_get_program: libguestfs-test-tool
guestfs_get_recovery_proc: 1
guestfs_get_smp: 1
guestfs_get_sockdir: /run/user/500
guestfs_get_tmpdir: /tmp
guestfs_get_trace: 1
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: trace: launch
libguestfs: trace: max_disks
libguestfs: trace: max_disks = 255
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version = major: 1, minor: 38, release: 0, extra: , >
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=libguestfs-test-tool
libguestfs: launch: version=1.38.0
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfsGxWqKQ
libguestfs: launch: umask=0002
libguestfs: launch: euid=500
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = "1"
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: begin building supermin appliance
libguestfs: run supermin
libguestfs: command: run: /home/vm/install/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /var/tmp/.guestfs-500/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ ../appliance/supermin.d
libguestfs: command: run: \ -o /var/tmp/.guestfs-500/appliance.d
supermin: version: 5.1.19
supermin: rpm: detected RPM version 4.11
supermin: package handler: fedora/rpm
supermin: acquiring lock on /var/tmp/.guestfs-500/lock
supermin: if-newer: output does not need rebuilding
libguestfs: finished building supermin appliance
libguestfs: begin testing qemu features
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: checking for previously cached test results of /usr/libexec/qemu-kvm, in /var/tmp/.guestfs-500
libguestfs: loading previously cached test results
libguestfs: QMP parse error: parse error: premature EOF\n                                       \n                     (right here) ------^\n (ignored)
libguestfs: qemu version: 1.5
libguestfs: qemu mandatory locking: no
libguestfs: trace: get_sockdir
libguestfs: trace: get_sockdir = "/run/user/500"
libguestfs: finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: command: run: dmesg | grep -Eoh 'lpj=[[:digit:]]+'
libguestfs: read_lpj_from_dmesg: calculated lpj=2294701
/usr/libexec/qemu-kvm \
    -global virtio-blk-pci.scsi=off \
    -nodefconfig \
    -enable-fips \
    -nodefaults \
    -display none \
    -machine accel=tcg \
    -m 500 \
    -no-reboot \
    -rtc driftfix=slew \
    -no-hpet \
    -global kvm-pit.lost_tick_policy=discard \
    -kernel /var/tmp/.guestfs-500/appliance.d/kernel \
    -initrd /var/tmp/.guestfs-500/appliance.d/initrd \
    -object rng-random,filename=/dev/urandom,id=rng0 \
    -device virtio-rng-pci,rng=rng0 \
    -device virtio-scsi-pci,id=scsi \
    -drive file=/tmp/libguestfsGxWqKQ/scratch1.img,cache=unsafe,format=raw,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive file=/var/tmp/.guestfs-500/appliance.d/root,snapshot=on,id=appliance,cache=unsafe,if=none,format=raw \
    -device scsi-hd,drive=appliance \
    -device virtio-serial-pci \
    -serial stdio \
    -device sga \
    -chardev socket,path=/run/user/500/libguestfssLfpo6/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -append "panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm"
libguestfs: responding to serial console Device Status Report
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 04/30/14
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (mockbuild@) Wed Apr 30 12:14:33 UTC 2014
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version 1.10.2-3.el7_4.1)


Booting from ROM...

\x1b[2J[    0.000000] Linux version 4.8.11-test (vm at host10) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Sun Nov 27 03:01:12 GMT 2016
[    0.000000] Command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm
[    0.000000] x86/fpu: Legacy x87 FPU detected.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BI00] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0BIOS-e820: [mem 0x000000001f3fc000-0x000000001f3fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] e820: last_pfn = 0x1f3fc mx86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] found SMP MP-table at [mem 0x000f7300-0x000f730f] mapped at [ffff8800000f7300]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] RAMDISK: [mem 0x1d97b000-0x1f3eefff]
[    0.tion disabled
[    0.000000] ACPI: RSDP 0x00000000000F7160 000014 (v00 BOCHS )
[    0.000000] ACPI: RSDT 0x000000001F3FFA9B 000030 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACP 0x000000001F3FF177 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
[ 001137 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: FACS 0x000000001F3FE000 000040
[    0.000000] ACPI: SSDT 0x000000001F3FF1EB 000838 (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
[    0.000000] ACPI: APIC 0x000000001F3FFA23 000078 (v01 BOCHS  BXPCAPIC  NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3fbfff]
[    0.000000] NODE_DATA(0) allocated [mem 0x1d959000-0x1d97afff]
[    0.000000] cma: Reserved 16 MiB at 0x000000001c800000
[    0.000000] Zone ranges:
[    0.000000]   DMffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x000000001f3fbfff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[  0000-0x000000001f3fbfff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001f3fbfff]
[    0.000000] ACPI: PM-Timer IO Port: 0x608
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xNT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level bus_irq 11 global_irq 11 high level)
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave mem00000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] e820: [mem 0x1f400000-0xfffbffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardwareies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.000000] percpu: Embedded 36 pages/cpu @ffff88001c600000 s107992 r8192 d31272 u2097152
[    0.000000] Bouping on.  Total pages: 125877
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reli0 guestfs_verbose=1 TERM=xterm
[    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000000] Memory: 432076K/511592K available (7486K kernel code, 1587K rwdata, 3400K rodata, 1944K init, 11376K bss, 63132K reserved, 16384K cma-reserved)
[    0.000000] SLUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] \tBuild-time adjustment of leaf fanout to 64.
[    0.000000] \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
[  
[    0.000000] \tOffload RCU callbacks from all CPUs
[    0.000000] \tOffload RCU callbacks from CPUs: 0.
[    0.000000] Console: colour *CGA 80x25
[    0.000000] console [ttyS0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.862 MHz processor
[    0.005733] Calibrating delay loop (skipped) preset value.. 4589.40 BogoMIPS (lpj=2294701)
[    0.006287] pid_max: default: 32768 minimum: 301
[    0.006620] ACPI: Core revision 20160422
[    0.032287] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.032412] 
[    0.033108] Security Framework initialized
[    0.033232] SELinux:  Disabled at boot.
[    0.035067] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.035915] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.036554] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.036701] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[    0.048186] Disabling memory control group subsystem
[    0.049832] mce: CPU supports 10 MCE banks
[    0.050732] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.050833] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.243421] Freeing SMP alternatives memory: 28K (ffffffff81f74000 - ffffffff81f7b000)
[    0.256086] random: fast init done
[    0.256249] ftrace: allocating 29419 entries in 115 pages
[    0.313372] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.313650] smpboot: Max logical packages: 1
[    0.317000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.317000] smpboot: CPU0: AMD QEMU Virtual CPU version 1.5.3 (family: 0x6, model: 0xd, stepping: 0x3)
[    0.317000] Performance Events: PMU not available due to virtualization, using software events only.
[    0.327247] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.327384] NMI watchdog: Shutting down hard lockup detector on all cpus
[    0.329069] x86: Booted up 1 node, 1 CPUs
[    0.329254] smpboot: Total of 1 processors activated (4589.40 BogoMIPS)
[    0.337755] devtmpfs: initialized
[    0.339826] x86/mm: Memory block size: 128MB
[    0.350928] evm: security.selinux
[    0.351024] evm: security.ima
[    0.351084] evm: security.capability
[    0.352897] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.356434] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.356582] pinctrl core: initialized pinctrl subsystem
[    0.363591] NET: Registered protocol family 16
[    0.366296] cpuidle: using governor menu
[    0.367269] ACPI: bus type PCI registered
[    0.367388] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.368741] PCI: Using configuration type 1 for base access
[    0.383524] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.386590] ACPI: Added _OSI(Module Device)
[    0.386703] ACPI: Added _OSI(Processor Device)
[    0.386773] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.386842] ACPI: Added _OSI(Processor Aggregator Device)
[    0.408753] ACPI: Interpreter enabled
[    0.409327] ACPI: (supports S0 S5)
[    0.409416] ACPI: Using IOAPIC for interrupt routing
[    0.409761] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.438120] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.438531] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.438791] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.439276] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.444562] acpiphp: Slot [3] registered
[    0.444797] acpiphp: Slot [4] registered
[    0.445068] acpiphp: Slot [5] registered
[    0.445261] acpiphp: Slot [6] registered
[    0.445424] acpiphp: Slot [7] registered
[    0.445586] acpiphp: Slot [8] registered
[    0.445761] acpiphp: Slot [9] registered
[    0.445947] acpiphp: Slot [10] registered
[    0.446136] acpiphp: Slot [11] registered
[    0.446300] acpiphp: Slot [12] registered
[    0.446458] acpiphp: Slot [13] registered
[    0.446615] acpiphp: Slot [14] registered
[    0.446784] acpiphp: Slot [15] registered
[    0.447110] acpiphp: Slot [16] registered
[    0.447350] acpiphp: Slot [17] registered
[    0.447523] acpiphp: Slot [18] registered
[    0.447686] acpiphp: Slot [19] registered
[    0.447847] acpiphp: Slot [20] registered
[    0.448110] acpiphp: Slot [21] registered
[    0.448295] acpiphp: Slot [22] registered
[    0.448472] acpiphp: Slot [23] registered
[    0.448648] acpiphp: Slot [24] registered
[    0.448823] acpiphp: Slot [25] registered
[    0.449070] acpiphp: Slot [26] registered
[    0.449245] acpiphp: Slot [27] registered
[    0.449432] acpiphp: Slot [28] registered
[    0.449619] acpiphp: Slot [29] registered
[    0.449781] acpiphp: Slot [30] registered
[    0.450015] acpiphp: Slot [31] registered
[    0.450265] PCI host bridge to bus 0000:00
[    0.450411] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.451059] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.451182] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.451292] pci_bus 0000:00: root bus resource [mem 0x1f400000-0xfebfffff window]
[    0.451472] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.459774] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.460041] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.460168] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.460285] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.462172] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
[    0.462344] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    0.486337] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    0.487286] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.488065] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.488768] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    0.489289] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    0.491000] ACPI: Enabled 16 GPEs in block 00 to 0F
[    0.493765] vgaarb: loaded
[    0.495066] SCSI subsystem initialized
[    0.495445] usbcore: USB support disabled
[    0.496738] PCI: Using ACPI for IRQ routing
[    0.501406] NetLabel: Initializing
[    0.501506] NetLabel:  domain hash size = 128
[    0.501574] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.502459] NetLabel:  unlabeled traffic allowed by default
[    0.503787] clocksource: Switched to clocksource refined-jiffies
[    0.558511] VFS: Disk quotas dquot_6.6.0
[    0.558735] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.560860] pnp: PnP ACPI init
[    0.565499] pnp: PnP ACPI: found 5 devices
[    0.586674] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.586891] clocksource: Switched to clocksource acpi_pm
[    0.587580] NET: Registered protocol family 2
[    0.591609] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[    0.591878] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[    0.592177] TCP: Hash tables configured (established 4096 bind 4096)
[    0.592577] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.593254] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.594631] NET: Registered protocol family 1
[    0.594909] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.595126] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.595297] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.598840] Unpacking initramfs...
[    0.691659] Freeing initrd memory: 27088K (ffff88001d97b000 - ffff88001f3ef000)
[    0.694757] Scanning for low memory corruption every 60 seconds
[    0.695985] alg: self-tests disabled
[    0.698832] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.699515] audit: initializing netlink subsys (disabled)
[    0.700281] audit: type=2000 audit(1522318731.699:1): initialized
[    0.705330] Initialise system trusted keyrings
[    0.706809] workingset: timestamp_bits=36 max_order=17 bucket_order=0
[    0.720624] zbud: loaded
[    0.733784] NET: Registered protocol family 38
[    0.734108] Key type asymmetric registered
[    0.734225] Asymmetric key parser 'x509' registered
[    0.734331] Key type pkcs7_test registered
[    0.734750] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[    0.735637] io scheduler noop registered
[    0.735751] io scheduler deadline registered (default)
[    0.736007] io scheduler cfq registered
[    0.737922] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.738316] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.740209] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.740675] ACPI: Power Button [PWRF]
[    0.742798] GHES: HEST is not enabled!
[    0.743638] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.765568] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.768761] Non-volatile memory driver v1.3
[    0.769216] Linux agpgart interface v0.103
[    0.772542] rdac: device handler registered
[    0.772903] hp_sw: device handler registered
[    0.773007] emc: device handler registered
[    0.773521] alua: device handler registered
[    0.774407] libphy: Fixed MDIO Bus: probed
[    0.774573] libphy: mdio_driver_register: mv88e6085
[    0.775778] usbserial: usb_serial_init - usb_register failed
[    0.776244] usbserial: usb_serial_init - returning with error -19
[    0.777231] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.779350] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.779601] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.781199] mousedev: PS/2 mouse device common for all mice
[    0.783563] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[    0.786382] rtc_cmos 00:00: RTC can wake from S4
[    0.789600] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.789991] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[    0.791743] hidraw: raw HID events driver (C) Jiri Kosina
[    0.793749] drop_monitor: Initializing network drop monitor service
[    0.794640] Initializing XFRM netlink socket
[    0.795806] NET: Registered protocol family 10
[    0.800873] NET: Registered protocol family 17
[    0.802705] microcode: AMD CPU family 0x6 not supported
[    0.804491] registered taskstats version 1
[    0.804650] Loading compiled-in X.509 certificates
[    0.818180] Loaded X.509 cert 'Build time autogenerated kernel key: 73861760848ba816c95240b0db3001aca177fa3c'
[    0.819062] zswap: loaded using pool lzo/zbud
[    0.820188] page_owner is disabled
[    0.826161] Key type big_key registered
[    0.827493] Key type trusted registered
[    0.828865] Key type encrypted registered
[    0.829247] ima: No TPM chip found, activating TPM-bypass!
[    0.830773] evm: HMAC attrs: 0x1
[    0.833322] rtc_cmos 00:00: setting system clock to 2018-03-29 10:18:53 UTC (1522318733)
[    0.864168] Freeing unused kernel memory: 1944K (ffffffff81d8e000 - ffffffff81f74000)
[    0.864377] Write protecting the kernel read-only data: 12288k
[    0.866470] Freeing unused kernel memory: 688K (ffff880001754000 - ffff880001800000)
[    0.875601] Freeing unused kernel memory: 696K (ffff880001b52000 - ffff880001c00000)
supermin: mounting /proc
supermin: ext2 mini initrd starting up: 5.1.19 glibc
supermin: cmdline: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm
supermin: uptime: 0.90 0.30
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
[    0.923236] PCLMULQDQ-NI instructions are not detected.
insmod: init_module: crc32-pclmul.ko: No such device
supermin: internal insmod crc32c-intel.ko
insmod: init_module: crc32c-intel.ko: No such device
supermin: internal insmod crct10dif-pclmul.ko
insmod: init_module: crct10dif-pclmul.ko: No such device
supermin: internal insmod crc32_generic.ko
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[    1.091134] scsi host0: ata_piix
[    1.092671] scsi host1: ata_piix
[    1.093272] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc080 irq 14
[    1.093434] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc088 irq 15
supermin: internal insmod virtio.ko
supermin: internal insmod virtio_ring.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod sd_mod.ko
supermin: internal insmod virtio_scsi.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_input.ko
supermin: internal insmod virtio_pci.ko
[    1.406376] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    1.406664] virtio-pci 0000:00:02.0: virtio_pci: leaving for legacy driver
[    1.412296] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[    1.412463] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[    1.413584] random: crng init done
[    1.416474] scsi host2: Virtio SCSI HBA
[    1.420555] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[    1.420721] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver
[    1.430409] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    1.5. PQ: 0 ANSI: 5
[    1.432478] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    1.5. PQ: 0 ANSI: 5
[    1.597208] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (105 MB/100 MiB)
[    1.598970] sd 2:0:0:0: [sda] Write Protect is off
[    1.600375] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    1.600866] sd 2:0:1:0: [sdb] Write Protect is off
[    1.601321] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.602868] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.615851] sd 2:0:1:0: [sdb] Attached SCSI disk
[    1.616839] sd 2:0:0:0: [sda] Attached SCSI disk
supermin: internal insmod mbcache.ko
supermin: internal insmod ext2.ko
[    1.688882] input: ImExPS/2 BYD TouchPad as /devices/platform/i8042/serio1/input/input3
[    1.696249] tsc: Refined TSC clocksource calibration: 2294.876 MHz
[    1.696413] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21144c93112, max_idle_ns: 440795225318 ns
[    1.696640] clocksource: Switched to clocksource tsc
supermin: internal insmod jbd2.ko
supermin: internal insmod ext4.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked /sys/block/sdb/dev (8:16) as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
supermin: deleting initramfs files
supermin: chroot
Starting /init script ...
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_network=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_rescue=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_noreboot=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_boot_analysis=1* ]]
+ '[' '!' -d /sys ']'
+ mkdir -p /sys
+ mount -t sysfs /sys /sys
+ mkdir -p /run
+ mount -t tmpfs -o nosuid,size=20%,mode=0755 tmpfs /run
+ mkdir -p /run/lock
+ ln -s ../run/lock /var/lock
+ test -e /etc/mtab
+ mount -t devtmpfs /dev /dev
+ mkdir -p /dev/pts
+ mount -t devpts /dev/pts /dev/pts
+ mkdir -p /dev/shm
+ mount -t tmpfs -o mode=1777 shmfs /dev/shm
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=2294701 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *selinux=1* ]]
+ mkdir -p /run/tmpfiles.d
+ kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
++ od -x -A n
++ dd if=/dev/urandom bs=16 count=1 status=none
+ machine_id=' 94f4 393d 4df3 ae6d 02aa b2a2 2331 36ab'
+ echo 94f4393d4df3ae6d02aab2a2233136ab
+ systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
[/usr/lib/tmpfiles.d/systemd.conf:11] Unknown group 'utmp'.
[/usr/lib/tmpfiles.d/systemd.conf:19] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:20] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:21] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:25] Unknown group 'systemd-journal'.
[/usr/lib/tmpfiles.d/systemd.conf:26] Unknown group 'systemd-journal'.
+ for f in /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd /sbin/udevd /lib/udev/udevd /usr/lib/udev/udevd
+ '[' -x /lib/systemd/systemd-udevd ']'
+ UDEVD=/lib/systemd/systemd-udevd
+ break
+ '[' -z /lib/systemd/systemd-udevd ']'
+ /lib/systemd/systemd-udevd --daemon
starting version 219
specified group 'input' unknown
+ udevadm trigger
+ udevadm settle --timeout=600
[    3.516181] FDC 0 is a S82078B
[    3.708689] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    3.810776] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0
[    3.983370] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    3.987334] sd 2:0:1:0: Attached scsi generic sg1 type 0
[    4.807322] ppdev: user-space parallel port driver
[    4.990561] kvm: Nested Virtualization enabled
+ shopt -s nullglob
+ for f in '/sys/block/sd*/device/timeout'
+ echo 300
+ for f in '/sys/block/sd*/device/timeout'
+ echo 300
+ for f in '/sys/block/{h,s,ub,v}d*/queue/scheduler'
+ echo noop
+ for f in '/sys/block/{h,s,ub,v}d*/queue/scheduler'
+ echo noop
+ shopt -u nullglob
+ ip addr add 127.0.0.1/8 brd + dev lo scope host
/init: line 120: ip: command not found
+ ip link set dev lo up
/init: line 121: ip: command not found
+ test '' = 1
+ mdadm -As --auto=yes --no-degraded
mdadm: No arrays found in config file or automatically
+ modprobe dm_mod
[    5.193315] device-mapper: uevent: version 1.0.3
[    5.194453] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel at redhat.com
+ lvm vgchange -aay --sysinit
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ mdadm -As --auto=yes --run
mdadm: No arrays found in config file or automatically
+ ldmtool create all
/init: line 144: ldmtool: command not found
+ test 1 = 1
+ test '' '!=' 1
+ uname -a
Linux (none) 4.8.11-test #1 SMP Sun Nov 27 03:01:12 GMT 2016 x86_64 x86_64 x86_64 GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw------- 1 root root  10, 235 Mar 29 10:18 autofs
drwxr-xr-x 2 root root       80 Mar 29 10:18 block
drwxr-xr-x 2 root root       80 Mar 29 10:18 bsg
crw------- 1 root root  10, 234 Mar 29 10:18 btrfs-control
drwxr-xr-x 2 root root     2220 Mar 29 10:18 char
crw------- 1 root root   5,   1 Mar 29 10:18 console
lrwxrwxrwx 1 root root       11 Mar 29 10:18 core -> /proc/kcore
drwxr-xr-x 3 root root       60 Mar 29 10:18 cpu
crw------- 1 root root  10,  62 Mar 29 10:18 cpu_dma_latency
crw------- 1 root root  10, 203 Mar 29 10:18 cuse
drwxr-xr-x 5 root root      100 Mar 29 10:18 disk
lrwxrwxrwx 1 root root       13 Mar 29 10:18 fd -> /proc/self/fd
crw-rw-rw- 1 root root   1,   7 Mar 29 10:18 full
crw-rw-rw- 1 root root  10, 229 Mar 29 10:18 fuse
crw------- 1 root root  10, 228 Mar 29 10:18 hpet
crw------- 1 root root  10, 183 Mar 29 10:18 hwrng
drwxr-xr-x 3 root root      180 Mar 29 10:18 input
crw-r--r-- 1 root root   1,  11 Mar 29 10:18 kmsg
crw------- 1 root root  10, 232 Mar 29 10:18 kvm
crw-rw---- 1 root disk  10, 237 Mar 29 10:18 loop-control
drwxr-xr-x 2 root root       60 Mar 29 10:18 mapper
crw------- 1 root root  10, 227 Mar 29 10:18 mcelog
crw------- 1 root root   1,   1 Mar 29 10:18 mem
crw------- 1 root root  10,  59 Mar 29 10:18 memory_bandwidth
drwxr-xr-x 2 root root       60 Mar 29 10:18 net
crw------- 1 root root  10,  61 Mar 29 10:18 network_latency
crw------- 1 root root  10,  60 Mar 29 10:18 network_throughput
crw-rw-rw- 1 root root   1,   3 Mar 29 10:18 null
crw------- 1 root root  10, 144 Mar 29 10:18 nvram
crw------- 1 root root   1,   4 Mar 29 10:18 port
crw------- 1 root root 108,   0 Mar 29 10:18 ppp
crw-rw-rw- 1 root root   5,   2 Mar 29 10:18 ptmx
drwxr-xr-x 2 root root        0 Mar 29 10:18 pts
crw-rw-rw- 1 root root   1,   8 Mar 29 10:18 random
drwxr-xr-x 2 root root       60 Mar 29 10:18 raw
lrwxrwxrwx 1 root root        4 Mar 29 10:18 rtc -> rtc0
crw------- 1 root root 250,   0 Mar 29 10:18 rtc0
brw------- 1 root root   8,   0 Mar 29 10:18 sda
brw------- 1 root root   8,  16 Mar 29 10:18 sdb
crw-rw---- 1 root disk  21,   0 Mar 29 10:18 sg0
crw-rw---- 1 root disk  21,   1 Mar 29 10:18 sg1
drwxrwxrwt 2 root root       40 Mar 29 10:18 shm
crw------- 1 root root  10, 231 Mar 29 10:18 snapshot
drwxr-xr-x 2 root root       80 Mar 29 10:18 snd
lrwxrwxrwx 1 root root       15 Mar 29 10:18 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root       15 Mar 29 10:18 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root       15 Mar 29 10:18 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root   5,   0 Mar 29 10:18 tty
crw------- 1 root root   4,   0 Mar 29 10:18 tty0
crw------- 1 root root   4,   1 Mar 29 10:18 tty1
crw------- 1 root root   4,  10 Mar 29 10:18 tty10
crw------- 1 root root   4,  11 Mar 29 10:18 tty11
crw------- 1 root root   4,  12 Mar 29 10:18 tty12
crw------- 1 root root   4,  13 Mar 29 10:18 tty13
crw------- 1 root root   4,  14 Mar 29 10:18 tty14
crw------- 1 root root   4,  15 Mar 29 10:18 tty15
crw------- 1 root root   4,  16 Mar 29 10:18 tty16
crw------- 1 root root   4,  17 Mar 29 10:18 tty17
crw------- 1 root root   4,  18 Mar 29 10:18 tty18
crw------- 1 root root   4,  19 Mar 29 10:18 tty19
crw------- 1 root root   4,   2 Mar 29 10:18 tty2
crw------- 1 root root   4,  20 Mar 29 10:18 tty20
crw------- 1 root root   4,  21 Mar 29 10:18 tty21
crw------- 1 root root   4,  22 Mar 29 10:18 tty22
crw------- 1 root root   4,  23 Mar 29 10:18 tty23
crw------- 1 root root   4,  24 Mar 29 10:18 tty24
crw------- 1 root root   4,  25 Mar 29 10:18 tty25
crw------- 1 root root   4,  26 Mar 29 10:18 tty26
crw------- 1 root root   4,  27 Mar 29 10:18 tty27
crw------- 1 root root   4,  28 Mar 29 10:18 tty28
crw------- 1 root root   4,  29 Mar 29 10:18 tty29
crw------- 1 root root   4,   3 Mar 29 10:18 tty3
crw------- 1 root root   4,  30 Mar 29 10:18 tty30
crw------- 1 root root   4,  31 Mar 29 10:18 tty31
crw------- 1 root root   4,  32 Mar 29 10:18 tty32
crw------- 1 root root   4,  33 Mar 29 10:18 tty33
crw------- 1 root root   4,  34 Mar 29 10:18 tty34
crw------- 1 root root   4,  35 Mar 29 10:18 tty35
crw------- 1 root root   4,  36 Mar 29 10:18 tty36
crw------- 1 root root   4,  37 Mar 29 10:18 tty37
crw------- 1 root root   4,  38 Mar 29 10:18 tty38
crw------- 1 root root   4,  39 Mar 29 10:18 tty39
crw------- 1 root root   4,   4 Mar 29 10:18 tty4
crw------- 1 root root   4,  40 Mar 29 10:18 tty40
crw------- 1 root root   4,  41 Mar 29 10:18 tty41
crw------- 1 root root   4,  42 Mar 29 10:18 tty42
crw------- 1 root root   4,  43 Mar 29 10:18 tty43
crw------- 1 root root   4,  44 Mar 29 10:18 tty44
crw------- 1 root root   4,  45 Mar 29 10:18 tty45
crw------- 1 root root   4,  46 Mar 29 10:18 tty46
crw------- 1 root root   4,  47 Mar 29 10:18 tty47
crw------- 1 root root   4,  48 Mar 29 10:18 tty48
crw------- 1 root root   4,  49 Mar 29 10:18 tty49
crw------- 1 root root   4,   5 Mar 29 10:18 tty5
crw------- 1 root root   4,  50 Mar 29 10:18 tty50
crw------- 1 root root   4,  51 Mar 29 10:18 tty51
crw------- 1 root root   4,  52 Mar 29 10:18 tty52
crw------- 1 root root   4,  53 Mar 29 10:18 tty53
crw------- 1 root root   4,  54 Mar 29 10:18 tty54
crw------- 1 root root   4,  55 Mar 29 10:18 tty55
crw------- 1 root root   4,  56 Mar 29 10:18 tty56
crw------- 1 root root   4,  57 Mar 29 10:18 tty57
crw------- 1 root root   4,  58 Mar 29 10:18 tty58
crw------- 1 root root   4,  59 Mar 29 10:18 tty59
crw------- 1 root root   4,   6 Mar 29 10:18 tty6
crw------- 1 root root   4,  60 Mar 29 10:18 tty60
crw------- 1 root root   4,  61 Mar 29 10:18 tty61
crw------- 1 root root   4,  62 Mar 29 10:18 tty62
crw------- 1 root root   4,  63 Mar 29 10:18 tty63
crw------- 1 root root   4,   7 Mar 29 10:18 tty7
crw------- 1 root root   4,   8 Mar 29 10:18 tty8
crw------- 1 root root   4,   9 Mar 29 10:18 tty9
crw------- 1 root root   4,  64 Mar 29 10:18 ttyS0
crw------- 1 root root  10, 239 Mar 29 10:18 uhid
crw------- 1 root root  10, 223 Mar 29 10:18 uinput
crw-rw-rw- 1 root root   1,   9 Mar 29 10:18 urandom
crw------- 1 root root 247,   0 Mar 29 10:18 usbmon0
crw------- 1 root root   7,   0 Mar 29 10:18 vcs
crw------- 1 root root   7,   1 Mar 29 10:18 vcs1
crw------- 1 root root   7, 128 Mar 29 10:18 vcsa
crw------- 1 root root   7, 129 Mar 29 10:18 vcsa1
drwxr-xr-x 2 root root       60 Mar 29 10:18 vfio
crw------- 1 root root  10,  63 Mar 29 10:18 vga_arbiter
crw------- 1 root root  10, 137 Mar 29 10:18 vhci
crw------- 1 root root  10, 238 Mar 29 10:18 vhost-net
drwxr-xr-x 2 root root       60 Mar 29 10:18 virtio-ports
crw------- 1 root root 245,   1 Mar 29 10:18 vport2p1
crw-rw-rw- 1 root root   1,   5 Mar 29 10:18 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Mar 29 10:18 8:0 -> ../sda
lrwxrwxrwx 1 root root 6 Mar 29 10:18 8:16 -> ../sdb

/dev/bsg:
total 0
crw------- 1 root root 248, 0 Mar 29 10:18 2:0:0:0
crw------- 1 root root 248, 1 Mar 29 10:18 2:0:1:0

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

/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Mar 29 10:18 0

/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Mar 29 10:18 cpuid
crw------- 1 root root 202, 0 Mar 29 10:18 msr

/dev/disk:
total 0
drwxr-xr-x 2 root root 80 Mar 29 10:18 by-id
drwxr-xr-x 2 root root 80 Mar 29 10:18 by-path
drwxr-xr-x 2 root root 60 Mar 29 10:18 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Mar 29 10:18 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 root root 9 Mar 29 10:18 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Mar 29 10:18 virtio-pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 9 Mar 29 10:18 virtio-pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Mar 29 10:18 777ff53d-4541-4df6-b561-26140b17343c -> ../../sdb

/dev/input:
total 0
drwxr-xr-x 2 root root    120 Mar 29 10:18 by-path
crw------- 1 root root 13, 64 Mar 29 10:18 event0
crw------- 1 root root 13, 65 Mar 29 10:18 event1
crw------- 1 root root 13, 66 Mar 29 10:18 event2
crw------- 1 root root 13, 67 Mar 29 10:18 event3
crw------- 1 root root 13, 63 Mar 29 10:18 mice
crw------- 1 root root 13, 32 Mar 29 10:18 mouse0

/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Mar 29 10:18 platform-i8042-serio-0-event-kbd -> ../event1
lrwxrwxrwx 1 root root 9 Mar 29 10:18 platform-i8042-serio-1-event-mouse -> ../event2
lrwxrwxrwx 1 root root 9 Mar 29 10:18 platform-i8042-serio-1-mouse -> ../mouse0
lrwxrwxrwx 1 root root 9 Mar 29 10:18 platform-pcspkr-event-spkr -> ../event3

/dev/mapper:
total 0
crw------- 1 root root 10, 236 Mar 29 10:18 control

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Mar 29 10:18 tun

/dev/pts:
total 0
c--------- 1 root root 5, 2 Mar 29 10:18 ptmx

/dev/raw:
total 0
crw------- 1 root root 162, 0 Mar 29 10:18 rawctl

/dev/shm:
total 0

/dev/snd:
total 0
crw-rw---- 1 root audio 116,  1 Mar 29 10:18 seq
crw-rw---- 1 root audio 116, 33 Mar 29 10:18 timer

/dev/vfio:
total 0
crw------- 1 root root 10, 196 Mar 29 10:18 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Mar 29 10:18 org.libguestfs.channel.0 -> ../vport2p1
+ cat /proc/mounts
/dev/root / ext2 rw,noatime,errors=continue,user_xattr,acl 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=95784k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=216052k,nr_inodes=54013,mode=755 0 0
/dev/pts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
shmfs /dev/shm tmpfs rw,relatime 0 0
+ cat /proc/mdstat
Personalities : 
unused devices: <none>
+ lvm pvs
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ lvm vgs
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ lvm lvs
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ ip a
/init: line 155: ip: command not found
+ ip r
/init: line 156: ip: command not found
+ cat /etc/resolv.conf
cat: /etc/resolv.conf: No such file or directory
+ lsmod
Module                  Size  Used by
dm_mod                110592  0 
kvm_amd                73728  0 
kvm                   585728  1 kvm_amd
ppdev                  20480  0 
sg                     36864  0 
irqbypass              16384  1 kvm
i2c_piix4              24576  0 
parport_pc             28672  0 
pcspkr                 16384  0 
serio_raw              16384  0 
ata_generic            16384  0 
i2c_core               65536  1 i2c_piix4
parport                49152  2 parport_pc,ppdev
pata_acpi              16384  0 
floppy                 73728  0 
acpi_cpufreq           20480  0 
libcrc32c              16384  0 
crc8                   16384  0 
crc7                   16384  0 
crc_itu_t              16384  0 
ext4                  581632  0 
jbd2                  114688  1 ext4
ext2                   73728  1 
mbcache                16384  3 ext4,ext2
virtio_pci             24576  0 
virtio_input           16384  0 
virtio_balloon         16384  0 
virtio_scsi            20480  1 
sd_mod                 49152  1 
virtio_net             28672  0 
virtio_console         28672  0 
virtio_rng             16384  0 
virtio_blk             20480  0 
virtio_ring            24576  8 virtio_input,virtio_blk,virtio_net,virtio_rng,virtio_scsi,virtio_balloon,virtio_console,virtio_pci
virtio                 16384  8 virtio_input,virtio_blk,virtio_net,virtio_rng,virtio_scsi,virtio_balloon,virtio_console,virtio_pci
ata_piix               36864  0 
libata                253952  3 ata_piix,ata_generic,pata_acpi
crc32_generic          16384  0 
+ date
Thu Mar 29 10:18:58 UTC 2018
+ echo -n 'clocksource: '
clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource
tsc
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
6.06 0.46
+ cmd=guestfsd
++ grep -Eo 'guestfs_channel=[^[:space:]]+' /proc/cmdline
+ eval
+ test x '!=' x
+ test 1 = 1
+ cmd='guestfsd --verbose'
+ test '' = 1
+ false
+ test '' = 1
+ echo guestfsd --verbose
guestfsd --verbose
+ guestfsd --verbose
guestfsd: error while loading shared libraries: libyajl.so.2: cannot open shared object file: No such file or directory
+ sync
+ test '' = 1
+ reboot -f
Rebooting.
[    6.194831] kvm: exiting hardware virtualization
[    6.195551] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[    6.196217] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[    6.197375] reboot: Restarting system
[    6.197484] reboot: machine restart
libguestfs: error: appliance closed the connection unexpectedly, see earlier error messages
libguestfs: child_cleanup: 0xf4a160: child process died
libguestfs: sending SIGTERM to process 20925
libguestfs: qemu maxrss 342340K
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs: trace: launch = -1 (error)
libguestfs: trace: close
libguestfs: closing guestfs handle 0xf4a160 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsGxWqKQ
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /run/user/500/libguestfssLfpo6


More information about the Libguestfs mailing list