Bug 26089 - LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 libguestfs-test-tool fails
Summary: LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 libguestfs-test-tool fails
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: All Packagers
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-16 12:48 CET by Shlomi Fish
Modified: 2020-11-24 03:14 CET (History)
2 users (show)

See Also:
Source RPM: libguestfs-1.40.2-2.mga8.src.rpm
CVE:
Status comment:


Attachments
Output of the test-tool without the env vars. (58.51 KB, text/plain)
2020-01-17 09:36 CET, Shlomi Fish
Details

Description Shlomi Fish 2020-01-16 12:48:49 CET
Description of problem:

When I run libguestfs-test-tools it generates an error:

```
+-zsh:60> LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 virt-filesystems -a hda.qcow2
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: create: flags = 0, handle = 0x1f9d250, program = virt-filesystems
libguestfs: trace: add_drive "hda.qcow2" "readonly:true"
libguestfs: creating COW overlay to protect original drive content
libguestfs: trace: disk_format "hda.qcow2"
libguestfs: command: run: qemu-img --help | grep -sqE -- '\binfo\b.*-U\b'
libguestfs: command: run: qemu-img
libguestfs: command: run: \ info
libguestfs: command: run: \ -U
libguestfs: command: run: \ --output json
libguestfs: command: run: \ ./hda.qcow2
libguestfs: parse_json: qemu-img info JSON output:\n{\n    "virtual-size": 5368709120,\n    "filename": "./hda.qcow2",\n    "cluster-size": 65536,\n    "format": "qcow2",\n    "actual-size": 1441767424,\n    "format-specific": {\n        "type": "qcow2",\n        "data": {\n            "compat": "1.1",\n            "lazy-refcounts": false,\n            "refcount-bits": 16,\n            "corrupt": false\n        }\n    },\n    "dirty-flag": false\n}\n\n
libguestfs: trace: disk_format = "qcow2"
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: disk_create "/tmp/libguestfsQFEN8s/overlay1.qcow2" "qcow2" -1 "backingfile:/home/shlomif/Download/unpack/qemu/arm-linux/hda.qcow2" "backingformat:qcow2"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/home/shlomif/Download/unpack/qemu/arm-linux/hda.qcow2,backing_fmt=qcow2
libguestfs: command: run: \ /tmp/libguestfsQFEN8s/overlay1.qcow2
Formatting '/tmp/libguestfsQFEN8s/overlay1.qcow2', fmt=qcow2 size=5368709120 backing_file=/home/shlomif/Download/unpack/qemu/arm-linux/hda.qcow2 backing_fmt=qcow2 cluster_size=65536 lazy_refcounts=off refcount_bits=16
libguestfs: trace: disk_create = 0
libguestfs: trace: get_backend_setting "internal_libvirt_imagelabel"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: max_disks
libguestfs: trace: max_disks = 255
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version = major: 1, minor: 40, release: 2, extra: mageia=8,release=2.mga8,libvirt, >
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "libvirt"
libguestfs: launch: program=virt-filesystems
libguestfs: launch: version=1.40.2mageia=8,release=2.mga8,libvirt
libguestfs: launch: backend registered: unix
libguestfs: launch: backend registered: uml
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=libvirt
libguestfs: launch: tmpdir=/tmp/libguestfsQFEN8s
libguestfs: launch: umask=0022
libguestfs: launch: euid=500
libguestfs: libvirt version = 6000000 (6.0.0)
libguestfs: guest random name = guestfs-og9s4xru3pzjf2m1
libguestfs: connect to libvirt
libguestfs: opening libvirt handle: URI = qemu:///session, auth = default+wrapper, flags = 0
libguestfs: successfully opened libvirt handle: conn = 0x1f9e9f0
libguestfs: qemu version (reported by libvirt) = 4002000 (4.2.0)
libguestfs: get libvirt capabilities
libguestfs: parsing capabilities XML
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_label"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_imagelabel"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "internal_libvirt_norelabel_disks"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: build appliance
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/tmp"
libguestfs: begin building supermin appliance
libguestfs: run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /tmp/.guestfs-500/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /usr/lib64/guestfs/supermin.d
libguestfs: command: run: \ -o /tmp/.guestfs-500/appliance.d
supermin: version: 5.1.20
supermin: rpm: detected RPM version 4.15
supermin: package handler: mageia/rpm
supermin: acquiring lock on /tmp/.guestfs-500/lock
supermin: if-newer: output does not need rebuilding
libguestfs: finished building supermin appliance
libguestfs: trace: disk_create "/tmp/libguestfsQFEN8s/overlay2.qcow2" "qcow2" -1 "backingfile:/tmp/.guestfs-500/appliance.d/root" "backingformat:raw"
libguestfs: command: run: qemu-img
libguestfs: command: run: \ create
libguestfs: command: run: \ -f qcow2
libguestfs: command: run: \ -o backing_file=/tmp/.guestfs-500/appliance.d/root,backing_fmt=raw
libguestfs: command: run: \ /tmp/libguestfsQFEN8s/overlay2.qcow2
Formatting '/tmp/libguestfsQFEN8s/overlay2.qcow2', fmt=qcow2 size=4294967296 backing_file=/tmp/.guestfs-500/appliance.d/root backing_fmt=raw cluster_size=65536 lazy_refcounts=off refcount_bits=16
libguestfs: trace: disk_create = 0
libguestfs: trace: get_sockdir
libguestfs: trace: get_sockdir = "/run/user/500"
libguestfs: set_socket_create_context: getcon failed: (none): Invalid argument [you can ignore this message if you are not using SELinux + sVirt]
libguestfs: clear_socket_create_context: setsockcreatecon failed: NULL: Invalid argument [you can ignore this message if you are not using SELinux + sVirt]
libguestfs: create libvirt XML
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/tmp"
libguestfs: libvirt XML:\n<?xml version="1.0"?>\n<domain type="kvm" xmlns:qemu="http://libvirt.org/schemas/domain/qemu/1.0">\n  <name>guestfs-og9s4xru3pzjf2m1</name>\n  <memory unit="MiB">768</memory>\n  <currentMemory unit="MiB">768</currentMemory>\n  <cpu mode="host-passthrough">\n    <model fallback="allow"/>\n  </cpu>\n  <vcpu>1</vcpu>\n  <clock offset="utc">\n    <timer name="rtc" tickpolicy="catchup"/>\n    <timer name="pit" tickpolicy="delay"/>\n    <timer name="hpet" present="no"/>\n  </clock>\n  <os>\n    <type>hvm</type>\n    <kernel>/tmp/.guestfs-500/appliance.d/kernel</kernel>\n    <initrd>/tmp/.guestfs-500/appliance.d/initrd</initrd>\n    <cmdline>panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen</cmdline>\n    <bios useserial="yes"/>\n  </os>\n  <on_reboot>destroy</on_reboot>\n  <devices>\n    <rng model="virtio">\n      <backend model="random">/dev/urandom</backend>\n    </rng>\n    <controller type="scsi" index="0" model="virtio-scsi"/>\n    <disk device="disk" type="file">\n      <source file="/tmp/libguestfsQFEN8s/overlay1.qcow2"/>\n      <target dev="sda" bus="scsi"/>\n      <driver name="qemu" type="qcow2" cache="unsafe"/>\n      <address type="drive" controller="0" bus="0" target="0" unit="0"/>\n    </disk>\n    <disk type="file" device="disk">\n      <source file="/tmp/libguestfsQFEN8s/overlay2.qcow2"/>\n      <target dev="sdb" bus="scsi"/>\n      <driver name="qemu" type="qcow2" cache="unsafe"/>\n      <address type="drive" controller="0" bus="0" target="1" unit="0"/>\n    </disk>\n    <serial type="unix">\n      <source mode="connect" path="/run/user/500/libguestfsmRm9Rs/console.sock"/>\n      <target port="0"/>\n    </serial>\n    <channel type="unix">\n      <source mode="connect" path="/run/user/500/libguestfsmRm9Rs/guestfsd.sock"/>\n      <target type="virtio" name="org.libguestfs.channel.0"/>\n    </channel>\n    <controller type="usb" model="none"/>\n    <memballoon model="none"/>\n  </devices>\n  <qemu:commandline>\n    <qemu:env name="TMPDIR" value="/tmp"/>\n  </qemu:commandline>\n</domain>\n
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/tmp"
libguestfs: command: run: ls
libguestfs: command: run: \ -a
libguestfs: command: run: \ -l
libguestfs: command: run: \ -R
libguestfs: command: run: \ -Z /tmp/.guestfs-500
libguestfs: /tmp/.guestfs-500:
libguestfs: total 0
libguestfs: drwxr-xr-x   3 shlomif shlomif ?   80 Jan 16 13:17 .
libguestfs: drwxrwxrwt 104 root    root    ? 2280 Jan 16 13:17 ..
libguestfs: drwxr-xr-x   2 shlomif shlomif ?  100 Jan 16 13:10 appliance.d
libguestfs: -rw-r--r--   1 shlomif shlomif ?    0 Jan 16 13:09 lock
libguestfs: 
libguestfs: /tmp/.guestfs-500/appliance.d:
libguestfs: total 380236
libguestfs: drwxr-xr-x 2 shlomif shlomif ?        100 Jan 16 13:10 .
libguestfs: drwxr-xr-x 3 shlomif shlomif ?         80 Jan 16 13:17 ..
libguestfs: -rw-r--r-- 1 shlomif shlomif ?    2557440 Jan 16 13:17 initrd
libguestfs: -rw-r--r-- 1 shlomif shlomif ?    6490496 Jan 16 13:17 kernel
libguestfs: -rw-r--r-- 1 shlomif shlomif ? 4294967296 Jan 16 13:17 root
libguestfs: command: run: ls
libguestfs: command: run: \ -a
libguestfs: command: run: \ -l
libguestfs: command: run: \ -Z /run/user/500/libguestfsmRm9Rs
libguestfs: total 0
libguestfs: drwx------ 2 shlomif shlomif ?  80 Jan 16 13:17 .
libguestfs: drwx------ 9 shlomif shlomif ? 300 Jan 16 13:17 ..
libguestfs: srwxr-xr-x 1 shlomif shlomif ?   0 Jan 16 13:17 console.sock
libguestfs: srwxr-xr-x 1 shlomif shlomif ?   0 Jan 16 13:17 guestfsd.sock
libguestfs: launch libvirt guest
libguestfs: responding to serial console Device Status Report
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 09/19/18
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (iurt@ecosse.mageia.org) Wed Sep 19 15:59:52 UTC 2018
Term: 80x24
4 0
\x1b[2J
SeaBIOS (version 1.13.0-2.mga8)


Machine UUID 831304be-b598-413e-a567-169918616d54


Booting from ROM...

\x1b[2J[    0.000000] Linux version 5.4.12-desktop-1.mga8 (iurt@ecosse.mageia.org) (gcc version 9.2.1 20200111 (Mageia 9.2.1-0.20200111.1.mga8)) #1 SMP Wed Jan 15 05:23:49 UTC 2020
[    0.000000] Command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002fffcfff] usable
[    0.000000] BIOS-e820: [mem 0x000000002fffd000-0x000000002fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.13.0-2.mga8 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr f8de001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 690148978 cycles
[    0.000007] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000011] tsc: Detected 3092.972 MHz processor
[    0.000976] last_pfn = 0x2fffd max_arch_pfn = 0x400000000
[    0.001037] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.009629] found SMP MP-table at [mem 0x000f5c30-0x000f5c3f]
[    0.009899] RAMDISK: [mem 0x2fd7f000-0x2ffeffff]
[    0.009929] ACPI: Early table checksum verification disabled
[    0.010015] ACPI BIOS Error (bug): A valid RSDP was not found (20190816/tbxfroot-210)
[    0.010380] No NUMA configuration found
[    0.010381] Faking a node at [mem 0x0000000000000000-0x000000002fffcfff]
[    0.010387] NODE_DATA(0) allocated [mem 0x2fff9000-0x2fffcfff]
[    0.010408] Zone ranges:
[    0.010409]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010410]   DMA32    [mem 0x0000000001000000-0x000000002fffcfff]
[    0.010411]   Normal   empty
[    0.010412] Movable zone start for each node
[    0.010413] Early memory node ranges
[    0.010414]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.010416]   node   0: [mem 0x0000000000100000-0x000000002fffcfff]
[    0.010610] Zeroed struct page in unavailable ranges: 98 pages
[    0.010612] Initmem setup node 0 [mem 0x0000000000001000-0x000000002fffcfff]
[    0.014165] Intel MultiProcessor Specification v1.4
[    0.014169] MPTABLE: OEM ID: BOCHSCPU
[    0.014169] MPTABLE: Product ID: 0.1         
[    0.014170] MPTABLE: APIC at: 0xFEE00000
[    0.014198] Processor #0 (Bootup-CPU)
[    0.014244] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[    0.014248] Processors: 1
[    0.014254] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.014276] KVM setup pv sched yield
[    0.014287] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.014289] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.014289] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.014290] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.014292] [mem 0x30000000-0xfeffbfff] available for PCI devices
[    0.014293] Booting paravirtualized kernel on KVM
[    0.014296] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[    0.117247] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:1 nr_node_ids:1
[    0.117598] percpu: Embedded 53 pages/cpu s177816 r8192 d31080 u2097152
[    0.117635] KVM setup async PF for cpu 0
[    0.117641] kvm-stealtime: cpu 0, msr 2ee17100
[    0.117648] Built 1 zonelists, mobility grouping on.  Total pages: 193414
[    0.117649] Policy zone: DMA32
[    0.117652] Kernel command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen
[    0.117854] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.117878] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.117923] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.119934] Memory: 742668K/786028K available (12291K kernel code, 1404K rwdata, 3932K rodata, 1696K init, 1280K bss, 43360K reserved, 0K cma-reserved)
[    0.120204] random: get_random_u64 called from cache_random_seq_create+0x7c/0x140 with crng_init=0
[    0.120265] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.120281] Kernel/User page tables isolation: enabled
[    0.120307] ftrace: allocating 37694 entries in 148 pages
[    0.135266] rcu: Hierarchical RCU implementation.
[    0.135268] rcu: \tRCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=1.
[    0.135269] \tTasks RCU enabled.
[    0.135270] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.135271] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.137700] NR_IRQS: 8448, nr_irqs: 256, preallocated irqs: 16
[    0.137873] rcu: \tOffload RCU callbacks from CPUs: (none).
[    0.138048] Console: colour *CGA 80x25
[    0.234641] printk: console [ttyS0] enabled
[    0.235688] APIC: Switch to symmetric I/O mode setup
[    0.237340] x2apic enabled
[    0.238389] Switched APIC routing to physical x2apic.
[    0.239360] KVM setup pv IPIs
[    0.241411] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c955856658, max_idle_ns: 440795256416 ns
[    0.243269] Calibrating delay loop (skipped) preset value.. 6185.94 BogoMIPS (lpj=3092972)
[    0.244264] pid_max: default: 32768 minimum: 301
[    0.244264] LSM: Security Framework initializing
[    0.244264] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.244264] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[    0.244264] Disabling memory control group subsystem
[    0.244264] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.244264] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.244264] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.244264] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.244264] Spectre V2 : Mitigation: Full generic retpoline
[    0.244264] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.244264] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.244264] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.244264] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.244264] MDS: Mitigation: Clear CPU buffers
[    0.244264] Freeing SMP alternatives memory: 36K
[    0.244264] smpboot: CPU0: Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (family: 0x6, model: 0x2a, stepping: 0x7)
[    0.244364] Performance Events: SandyBridge events, Intel PMU driver.
[    0.245280] core: PEBS disabled due to CPU errata, please upgrade microcode
[    0.246279] ... version:                2
[    0.247209] ... bit width:              48
[    0.247282] ... generic registers:      4
[    0.248237] ... value mask:             0000ffffffffffff
[    0.248277] ... max period:             000000007fffffff
[    0.249276] ... fixed-purpose events:   3
[    0.250274] ... event mask:             000000070000000f
[    0.251384] rcu: Hierarchical SRCU implementation.
[    0.253059] smp: Bringing up secondary CPUs ...
[    0.253277] smp: Brought up 1 node, 1 CPU
[    0.254007] smpboot: Max logical packages: 1
[    0.254274] smpboot: Total of 1 processors activated (6185.94 BogoMIPS)
[    0.255503] devtmpfs: initialized
[    0.256092] x86/mm: Memory block size: 128MB
[    0.256626] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.257290] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.258361] xor: automatically using best checksumming function   avx       
[    0.259275] pinctrl core: initialized pinctrl subsystem
[    0.260343] PM: RTC time: 11:17:26, date: 2020-01-16
[    0.261375] NET: Registered protocol family 16
[    0.262314] audit: initializing netlink subsys (disabled)
[    0.263414] cpuidle: using governor ladder
[    0.264094] cpuidle: using governor menu
[    0.264365] KVM setup pv remote TLB flush
[    0.265264] PCI: Using configuration type 1 for base access
[    0.266327] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[    0.267279] audit: type=2000 audit(1579173446.923:1): state=initialized audit_enabled=0 res=1
[    0.269474] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.288285] raid6: sse2x4   gen() 10460 MB/s
[    0.305274] raid6: sse2x4   xor()  7865 MB/s
[    0.322274] raid6: sse2x2   gen() 10484 MB/s
[    0.339277] raid6: sse2x2   xor()  7298 MB/s
[    0.356280] raid6: sse2x1   gen()  8660 MB/s
[    0.373278] raid6: sse2x1   xor()  6335 MB/s
[    0.374033] raid6: using algorithm sse2x2 gen() 10484 MB/s
[    0.374275] raid6: .... xor() 7298 MB/s, rmw enabled
[    0.375148] raid6: using ssse3x2 recovery algorithm
[    0.375444] ACPI: Interpreter disabled.
[    0.376128] iommu: Default domain type: Translated 
[    0.376399] vgaarb: loaded
[    0.377081] SCSI subsystem initialized
[    0.377425] EDAC MC: Ver: 3.0.0
[    0.378093] PCI: Probing PCI hardware
[    0.378312] PCI host bridge to bus 0000:00
[    0.378980] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.379277] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffff]
[    0.380293] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.381359] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.382822] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.384137] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.385867] pci 0000:00:01.1: reg 0x20: [io  0xc0a0-0xc0af]
[    0.387042] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.387279] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.388277] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.389273] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.390598] pci 0000:00:02.0: [1af4:1004] type 00 class 0x010000
[    0.392287] pci 0000:00:02.0: reg 0x10: [io  0xc000-0xc03f]
[    0.394055] pci 0000:00:02.0: reg 0x14: [mem 0xfebfe000-0xfebfefff]
[    0.396277] pci 0000:00:02.0: reg 0x20: [mem 0xfebf0000-0xfebf3fff 64bit pref]
[    0.399083] pci 0000:00:03.0: [1af4:1003] type 00 class 0x078000
[    0.400826] pci 0000:00:03.0: reg 0x10: [io  0xc040-0xc07f]
[    0.401908] pci 0000:00:03.0: reg 0x14: [mem 0xfebff000-0xfebfffff]
[    0.405256] pci 0000:00:03.0: reg 0x20: [mem 0xfebf4000-0xfebf7fff 64bit pref]
[    0.407719] pci 0000:00:04.0: [1af4:1005] type 00 class 0x00ff00
[    0.408923] pci 0000:00:04.0: reg 0x10: [io  0xc080-0xc09f]
[    0.410690] pci 0000:00:04.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref]
[    0.412950] pci_bus 0000:00: busn_res: [bus 00-ff] end is updated to 00
[    0.413294] pci 0000:00:01.0: PIIX/ICH IRQ router [8086:7000]
[    0.414562] NetLabel: Initializing
[    0.415140] NetLabel:  domain hash size = 128
[    0.415274] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.416264] NetLabel:  unlabeled traffic allowed by default
[    0.416422] clocksource: Switched to clocksource kvm-clock
[    0.431601] VFS: Disk quotas dquot_6.6.0
[    0.432604] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.434220] pnp: PnP ACPI: disabled
[    0.435984] thermal_sys: Registered thermal governor 'fair_share'
[    0.435985] thermal_sys: Registered thermal governor 'bang_bang'
[    0.437006] thermal_sys: Registered thermal governor 'step_wise'
[    0.438058] thermal_sys: Registered thermal governor 'user_space'
[    0.439082] thermal_sys: Registered thermal governor 'power_allocator'
[    0.440393] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.442713] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffffff]
[    0.443871] NET: Registered protocol family 2
[    0.444978] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
[    0.446558] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[    0.447910] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.449162] TCP: Hash tables configured (established 8192 bind 8192)
[    0.450292] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.451453] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    0.452696] NET: Registered protocol family 1
[    0.453497] NET: Registered protocol family 44
[    0.454337] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.455360] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.456409] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    0.457532] PCI: CLS 0 bytes, default 64
[    0.458215] Trying to unpack rootfs image as initramfs...
[    0.460640] Freeing initrd memory: 2500K
[    0.461445] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c955856658, max_idle_ns: 440795256416 ns
[    0.463517] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    0.465189] Initialise system trusted keyrings
[    0.465990] workingset: timestamp_bits=40 max_order=18 bucket_order=0
[    0.468435] zbud: loaded
[    0.472902] Key type asymmetric registered
[    0.474381] Asymmetric key parser 'x509' registered
[    0.475595] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.477376] io scheduler mq-deadline registered
[    0.478451] io scheduler kyber registered
[    0.479469] io scheduler bfq registered
[    0.480916] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.506387] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.508011] Linux agpgart interface v0.103
[    0.510296] brd: module loaded
[    0.511161] i8042: PNP: No PS/2 controller found.
[    0.512064] i8042: Probing ports directly.
[    0.513759] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.514651] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.515666] mousedev: PS/2 mouse device common for all mice
[    0.517007] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.519149] rtc_cmos rtc_cmos: registered as rtc0
[    0.520041] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    0.521294] intel_pstate: CPU model not supported
[    0.522397] ledtrig-cpu: registered to indicate activity on CPUs
[    0.523676] Key type dns_resolver registered
[    0.524471] mpls_gso: MPLS GSO support
[    0.525287] IPI shorthand broadcast: enabled
[    0.525985] sched_clock: Marking stable (419885387, 105384292)->(584803738, -59534059)
[    0.527451] registered taskstats version 1
[    0.528141] Loading compiled-in X.509 certificates
[    0.529018] zswap: loaded using pool lzo/zbud
[    0.529902] Key type ._fscrypt registered
[    0.530610] Key type .fscrypt registered
[    0.531643] Btrfs loaded, crc32c=crc32c-generic
[    0.532670] Key type encrypted registered
[    0.533638] PM:   Magic number: 4:57:277
[    0.534407] tty tty14: hash matches
[    0.535133] rtc_cmos rtc_cmos: setting system clock to 2020-01-16T11:17:26 UTC (1579173446)
[    0.538099] Freeing unused kernel image memory: 1696K
[    0.539028] Write protecting the kernel read-only data: 18432k
[    0.541175] Freeing unused kernel image memory: 2020K
[    0.542091] Freeing unused kernel image memory: 164K
[    0.552704] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.554273] x86/mm: Checking user space page tables
[    0.562905] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.564058] Run /init as init process
supermin: mounting /proc
supermin: ext2 mini initrd starting up: 5.1.20 glibc
supermin: cmdline: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen
supermin: uptime: 0.46 0.00
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
supermin: internal insmod crc32c-intel.ko
supermin: internal insmod crc32_generic.ko
supermin: internal insmod libnvdimm.ko
supermin: internal insmod nfit.ko
insmod: init_module: nfit.ko: No such device
supermin: internal insmod ata_piix.ko
[    0.580114] scsi host0: ata_piix
[    0.580773] scsi host1: ata_piix
[    0.581402] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    0.582585] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 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 crypto_engine.ko
supermin: internal insmod virtio_crypto.ko
supermin: internal insmod ide-core.ko
[    0.754002] Uniform Multi-Platform E-IDE driver
supermin: internal insmod piix.ko
supermin: internal insmod failover.ko
supermin: internal insmod net_failover.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod nd_btt.ko
supermin: internal insmod nd_pmem.ko
supermin: internal insmod nd_virtio.ko
supermin: internal insmod virtio_pmem.ko
supermin: internal insmod rpmsg_core.ko
supermin: internal insmod virtio_rpmsg_bus.ko
supermin: internal insmod virtio_scsi.ko
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_input.ko
supermin: internal insmod virtio_mmio.ko
supermin: internal insmod virtio_pci.ko
[    0.767651] virtio-pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 10
[    0.771250] scsi host2: Virtio SCSI HBA
[    0.772449] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    0.774130] sd 2:0:0:0: Power-on or device reset occurred
[    0.775439] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ PQ: 0 ANSI: 5
[    0.776934] sd 2:0:0:0: [sda] 10485760 512-byte logical blocks: (5.37 GB/5.00 GiB)
[    0.778367] sd 2:0:0:0: [sda] Write Protect is off
[    0.779279] sd 2:0:1:0: Power-on or device reset occurred
[    0.780250] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.782746] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[    0.784843] sd 2:0:1:0: [sdb] Write Protect is off
[    0.786628] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    0.791507] random: fast init done
[    0.792853]  sda: sda1 sda2 sda3 < sda5 >
[    0.795026] sd 2:0:0:0: [sda] Attached SCSI disk
[    0.797139] sd 2:0:1:0: [sdb] Attached SCSI disk
[    0.806126] virtio-pci 0000:00:03.0: PCI->APIC IRQ transform: INT A -> IRQ 11
[    0.827566] virtio-pci 0000:00:04.0: PCI->APIC IRQ transform: INT A -> IRQ 11
supermin: internal insmod fuse.ko
[    0.834159] fuse: init (API version 7.31)
[    0.835145] random: crng init done
supermin: internal insmod virtiofs.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc4.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.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
[    0.844447] ext2 filesystem being mounted at /root supports timestamps until 2038 (0x7fffffff)
supermin: deleting initramfs files
supermin: chroot
Starting /init script ...
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen == *guestfs_network=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen == *guestfs_rescue=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen == *guestfs_noreboot=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check 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=screen == *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
+ ln -s /proc/mounts /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 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=screen == *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=' 0e19 aaee 3128 bdd3 43ea 1eef 851b fe44'
+ echo 0e19aaee3128bdd343ea1eef851bfe44
+ systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
[/usr/lib/tmpfiles.d/dbus.conf:13] Unknown user 'messagebus'.
[/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
+ udevadm trigger
+ udevadm settle --timeout=600
+ 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
/init: line 116: echo: write error: Invalid argument
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 116: echo: write error: Invalid argument
+ shopt -u nullglob
+ ip addr add 127.0.0.1/8 brd + dev lo scope host
+ ip link set dev lo up
+ test '' = 1
+ mdadm -As --auto=yes --no-degraded
mdadm: No arrays found in config file or automatically
+ mkdir -p /tmp/lvm
+ touch /tmp/lvm/lvm.conf
+ LVM_SYSTEM_DIR=/tmp/lvm
+ export LVM_SYSTEM_DIR
+ lvmetad
/init: line 142: lvmetad: command not found
+ modprobe dm_mod
[    1.180492] device-mapper: uevent: version 1.0.3
[    1.183518] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: dm-devel@redhat.com
+ lvm pvscan --cache --activate ay
+ mdadm -As --auto=yes --run
mdadm: No arrays found in config file or automatically
+ ldmtool create all
[
]
+ test 1 = 1
+ test '' '!=' 1
+ uname -a
Linux (none) 5.4.12-desktop-1.mga8 #1 SMP Wed Jan 15 05:23:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw------- 1 root root  10, 235 Jan 16 11:17 autofs
drwxr-xr-x 2 root root      480 Jan 16 11:17 block
drwxr-xr-x 2 root root       80 Jan 16 11:17 bsg
crw------- 1 root root  10, 234 Jan 16 11:17 btrfs-control
drwxr-xr-x 2 root root     2000 Jan 16 11:17 char
crw------- 1 root root   5,   1 Jan 16 11:17 console
lrwxrwxrwx 1 root root       11 Jan 16 11:17 core -> /proc/kcore
crw------- 1 root root  10,  59 Jan 16 11:17 cpu_dma_latency
crw------- 1 root root  10, 203 Jan 16 11:17 cuse
drwxr-xr-x 6 root root      120 Jan 16 11:17 disk
lrwxrwxrwx 1 root root       13 Jan 16 11:17 fd -> /proc/self/fd
crw-rw-rw- 1 root root   1,   7 Jan 16 11:17 full
crw-rw-rw- 1 root root  10, 229 Jan 16 11:17 fuse
crw------- 1 root root  10, 183 Jan 16 11:17 hwrng
drwxr-xr-x 2 root root       60 Jan 16 11:17 input
crw-r--r-- 1 root root   1,  11 Jan 16 11:17 kmsg
drwxr-xr-x 2 root root       60 Jan 16 11:17 lightnvm
crw-rw---- 1 root disk  10, 237 Jan 16 11:17 loop-control
drwxr-xr-x 2 root root       60 Jan 16 11:17 mapper
crw------- 1 root root   1,   1 Jan 16 11:17 mem
drwxr-xr-x 2 root root       60 Jan 16 11:17 net
crw-rw-rw- 1 root root   1,   3 Jan 16 11:17 null
crw------- 1 root root  10, 144 Jan 16 11:17 nvram
drwxr-xr-x 2 root root       60 Jan 16 11:17 pktcdvd
crw------- 1 root root   1,   4 Jan 16 11:17 port
crw------- 1 root root 108,   0 Jan 16 11:17 ppp
crw------- 1 root root  10,   1 Jan 16 11:17 psaux
crw-rw-rw- 1 root root   5,   2 Jan 16 11:17 ptmx
drwxr-xr-x 2 root root        0 Jan 16 11:17 pts
brw------- 1 root root   1,   0 Jan 16 11:17 ram0
brw------- 1 root root   1,   1 Jan 16 11:17 ram1
brw------- 1 root root   1,  10 Jan 16 11:17 ram10
brw------- 1 root root   1,  11 Jan 16 11:17 ram11
brw------- 1 root root   1,  12 Jan 16 11:17 ram12
brw------- 1 root root   1,  13 Jan 16 11:17 ram13
brw------- 1 root root   1,  14 Jan 16 11:17 ram14
brw------- 1 root root   1,  15 Jan 16 11:17 ram15
brw------- 1 root root   1,   2 Jan 16 11:17 ram2
brw------- 1 root root   1,   3 Jan 16 11:17 ram3
brw------- 1 root root   1,   4 Jan 16 11:17 ram4
brw------- 1 root root   1,   5 Jan 16 11:17 ram5
brw------- 1 root root   1,   6 Jan 16 11:17 ram6
brw------- 1 root root   1,   7 Jan 16 11:17 ram7
brw------- 1 root root   1,   8 Jan 16 11:17 ram8
brw------- 1 root root   1,   9 Jan 16 11:17 ram9
crw-rw-rw- 1 root root   1,   8 Jan 16 11:17 random
crw------- 1 root root  10, 242 Jan 16 11:17 rfkill
lrwxrwxrwx 1 root root        4 Jan 16 11:17 rtc -> rtc0
crw------- 1 root root 252,   0 Jan 16 11:17 rtc0
brw------- 1 root root   8,   0 Jan 16 11:17 sda
brw------- 1 root root   8,   1 Jan 16 11:17 sda1
brw------- 1 root root   8,   2 Jan 16 11:17 sda2
brw------- 1 root root   8,   3 Jan 16 11:17 sda3
brw------- 1 root root   8,   5 Jan 16 11:17 sda5
brw------- 1 root root   8,  16 Jan 16 11:17 sdb
drwxrwxrwt 2 root root       40 Jan 16 11:17 shm
crw------- 1 root root  10, 231 Jan 16 11:17 snapshot
drwxr-xr-x 2 root root       80 Jan 16 11:17 snd
lrwxrwxrwx 1 root root       15 Jan 16 11:17 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root       15 Jan 16 11:17 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root       15 Jan 16 11:17 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root   5,   0 Jan 16 11:17 tty
crw------- 1 root root   4,   0 Jan 16 11:17 tty0
crw------- 1 root root   4,   1 Jan 16 11:17 tty1
crw------- 1 root root   4,  10 Jan 16 11:17 tty10
crw------- 1 root root   4,  11 Jan 16 11:17 tty11
crw------- 1 root root   4,  12 Jan 16 11:17 tty12
crw------- 1 root root   4,  13 Jan 16 11:17 tty13
crw------- 1 root root   4,  14 Jan 16 11:17 tty14
crw------- 1 root root   4,  15 Jan 16 11:17 tty15
crw------- 1 root root   4,  16 Jan 16 11:17 tty16
crw------- 1 root root   4,  17 Jan 16 11:17 tty17
crw------- 1 root root   4,  18 Jan 16 11:17 tty18
crw------- 1 root root   4,  19 Jan 16 11:17 tty19
crw------- 1 root root   4,   2 Jan 16 11:17 tty2
crw------- 1 root root   4,  20 Jan 16 11:17 tty20
crw------- 1 root root   4,  21 Jan 16 11:17 tty21
crw------- 1 root root   4,  22 Jan 16 11:17 tty22
crw------- 1 root root   4,  23 Jan 16 11:17 tty23
crw------- 1 root root   4,  24 Jan 16 11:17 tty24
crw------- 1 root root   4,  25 Jan 16 11:17 tty25
crw------- 1 root root   4,  26 Jan 16 11:17 tty26
crw------- 1 root root   4,  27 Jan 16 11:17 tty27
crw------- 1 root root   4,  28 Jan 16 11:17 tty28
crw------- 1 root root   4,  29 Jan 16 11:17 tty29
crw------- 1 root root   4,   3 Jan 16 11:17 tty3
crw------- 1 root root   4,  30 Jan 16 11:17 tty30
crw------- 1 root root   4,  31 Jan 16 11:17 tty31
crw------- 1 root root   4,  32 Jan 16 11:17 tty32
crw------- 1 root root   4,  33 Jan 16 11:17 tty33
crw------- 1 root root   4,  34 Jan 16 11:17 tty34
crw------- 1 root root   4,  35 Jan 16 11:17 tty35
crw------- 1 root root   4,  36 Jan 16 11:17 tty36
crw------- 1 root root   4,  37 Jan 16 11:17 tty37
crw------- 1 root root   4,  38 Jan 16 11:17 tty38
crw------- 1 root root   4,  39 Jan 16 11:17 tty39
crw------- 1 root root   4,   4 Jan 16 11:17 tty4
crw------- 1 root root   4,  40 Jan 16 11:17 tty40
crw------- 1 root root   4,  41 Jan 16 11:17 tty41
crw------- 1 root root   4,  42 Jan 16 11:17 tty42
crw------- 1 root root   4,  43 Jan 16 11:17 tty43
crw------- 1 root root   4,  44 Jan 16 11:17 tty44
crw------- 1 root root   4,  45 Jan 16 11:17 tty45
crw------- 1 root root   4,  46 Jan 16 11:17 tty46
crw------- 1 root root   4,  47 Jan 16 11:17 tty47
crw------- 1 root root   4,  48 Jan 16 11:17 tty48
crw------- 1 root root   4,  49 Jan 16 11:17 tty49
crw------- 1 root root   4,   5 Jan 16 11:17 tty5
crw------- 1 root root   4,  50 Jan 16 11:17 tty50
crw------- 1 root root   4,  51 Jan 16 11:17 tty51
crw------- 1 root root   4,  52 Jan 16 11:17 tty52
crw------- 1 root root   4,  53 Jan 16 11:17 tty53
crw------- 1 root root   4,  54 Jan 16 11:17 tty54
crw------- 1 root root   4,  55 Jan 16 11:17 tty55
crw------- 1 root root   4,  56 Jan 16 11:17 tty56
crw------- 1 root root   4,  57 Jan 16 11:17 tty57
crw------- 1 root root   4,  58 Jan 16 11:17 tty58
crw------- 1 root root   4,  59 Jan 16 11:17 tty59
crw------- 1 root root   4,   6 Jan 16 11:17 tty6
crw------- 1 root root   4,  60 Jan 16 11:17 tty60
crw------- 1 root root   4,  61 Jan 16 11:17 tty61
crw------- 1 root root   4,  62 Jan 16 11:17 tty62
crw------- 1 root root   4,  63 Jan 16 11:17 tty63
crw------- 1 root root   4,   7 Jan 16 11:17 tty7
crw------- 1 root root   4,   8 Jan 16 11:17 tty8
crw------- 1 root root   4,   9 Jan 16 11:17 tty9
crw------- 1 root root   4,  64 Jan 16 11:17 ttyS0
crw------- 1 root root  10,  60 Jan 16 11:17 udmabuf
crw------- 1 root root  10, 239 Jan 16 11:17 uhid
crw------- 1 root root  10, 223 Jan 16 11:17 uinput
crw-rw-rw- 1 root root   1,   9 Jan 16 11:17 urandom
crw------- 1 root root  10, 240 Jan 16 11:17 userio
crw------- 1 root root   7,   0 Jan 16 11:17 vcs
crw------- 1 root root   7,   1 Jan 16 11:17 vcs1
crw------- 1 root root   7, 128 Jan 16 11:17 vcsa
crw------- 1 root root   7, 129 Jan 16 11:17 vcsa1
crw------- 1 root root   7,  64 Jan 16 11:17 vcsu
crw------- 1 root root   7,  65 Jan 16 11:17 vcsu1
drwxr-xr-x 2 root root       60 Jan 16 11:17 vfio
crw------- 1 root root  10,  63 Jan 16 11:17 vga_arbiter
crw------- 1 root root  10, 137 Jan 16 11:17 vhci
crw------- 1 root root  10, 238 Jan 16 11:17 vhost-net
crw------- 1 root root  10, 241 Jan 16 11:17 vhost-vsock
drwxr-xr-x 2 root root       60 Jan 16 11:17 virtio-ports
crw------- 1 root root 245,   1 Jan 16 11:17 vport1p1
crw-rw-rw- 1 root root   1,   5 Jan 16 11:17 zero

/dev/block:
total 0
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:0 -> ../ram0
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:1 -> ../ram1
lrwxrwxrwx 1 root root 8 Jan 16 11:17 1:10 -> ../ram10
lrwxrwxrwx 1 root root 8 Jan 16 11:17 1:11 -> ../ram11
lrwxrwxrwx 1 root root 8 Jan 16 11:17 1:12 -> ../ram12
lrwxrwxrwx 1 root root 8 Jan 16 11:17 1:13 -> ../ram13
lrwxrwxrwx 1 root root 8 Jan 16 11:17 1:14 -> ../ram14
lrwxrwxrwx 1 root root 8 Jan 16 11:17 1:15 -> ../ram15
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:2 -> ../ram2
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:3 -> ../ram3
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:4 -> ../ram4
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:5 -> ../ram5
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:6 -> ../ram6
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:7 -> ../ram7
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:8 -> ../ram8
lrwxrwxrwx 1 root root 7 Jan 16 11:17 1:9 -> ../ram9
lrwxrwxrwx 1 root root 6 Jan 16 11:17 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Jan 16 11:17 8:1 -> ../sda1
lrwxrwxrwx 1 root root 6 Jan 16 11:17 8:16 -> ../sdb
lrwxrwxrwx 1 root root 7 Jan 16 11:17 8:2 -> ../sda2
lrwxrwxrwx 1 root root 7 Jan 16 11:17 8:3 -> ../sda3
lrwxrwxrwx 1 root root 7 Jan 16 11:17 8:5 -> ../sda5

/dev/bsg:
total 0
crw------- 1 root root 249, 0 Jan 16 11:17 2:0:0:0
crw------- 1 root root 249, 1 Jan 16 11:17 2:0:1:0

/dev/char:
total 0
lrwxrwxrwx 1 root root  8 Jan 16 11:17 10:1 -> ../psaux
lrwxrwxrwx 1 root root  8 Jan 16 11:17 10:183 -> ../hwrng
lrwxrwxrwx 1 root root  7 Jan 16 11:17 10:229 -> ../fuse
lrwxrwxrwx 1 root root 11 Jan 16 11:17 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 16 Jan 16 11:17 10:234 -> ../btrfs-control
lrwxrwxrwx 1 root root 17 Jan 16 11:17 10:236 -> ../mapper/control
lrwxrwxrwx 1 root root 18 Jan 16 11:17 10:59 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root 10 Jan 16 11:17 10:60 -> ../udmabuf
lrwxrwxrwx 1 root root 18 Jan 16 11:17 10:61 -> ../pktcdvd/control
lrwxrwxrwx 1 root root 19 Jan 16 11:17 10:62 -> ../lightnvm/control
lrwxrwxrwx 1 root root 14 Jan 16 11:17 10:63 -> ../vga_arbiter
lrwxrwxrwx 1 root root 13 Jan 16 11:17 13:63 -> ../input/mice
lrwxrwxrwx 1 root root  6 Jan 16 11:17 1:1 -> ../mem
lrwxrwxrwx 1 root root  7 Jan 16 11:17 1:11 -> ../kmsg
lrwxrwxrwx 1 root root  7 Jan 16 11:17 1:3 -> ../null
lrwxrwxrwx 1 root root  7 Jan 16 11:17 1:4 -> ../port
lrwxrwxrwx 1 root root  7 Jan 16 11:17 1:5 -> ../zero
lrwxrwxrwx 1 root root  7 Jan 16 11:17 1:7 -> ../full
lrwxrwxrwx 1 root root  9 Jan 16 11:17 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Jan 16 11:17 1:9 -> ../urandom
lrwxrwxrwx 1 root root 11 Jan 16 11:17 245:1 -> ../vport1p1
lrwxrwxrwx 1 root root 14 Jan 16 11:17 249:0 -> ../bsg/2:0:0:0
lrwxrwxrwx 1 root root 14 Jan 16 11:17 249:1 -> ../bsg/2:0:1:0
lrwxrwxrwx 1 root root  7 Jan 16 11:17 252:0 -> ../rtc0
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:0 -> ../tty0
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:1 -> ../tty1
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:10 -> ../tty10
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:11 -> ../tty11
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:12 -> ../tty12
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:13 -> ../tty13
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:14 -> ../tty14
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:15 -> ../tty15
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:16 -> ../tty16
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:17 -> ../tty17
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:18 -> ../tty18
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:19 -> ../tty19
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:2 -> ../tty2
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:20 -> ../tty20
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:21 -> ../tty21
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:22 -> ../tty22
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:23 -> ../tty23
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:24 -> ../tty24
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:25 -> ../tty25
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:26 -> ../tty26
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:27 -> ../tty27
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:28 -> ../tty28
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:29 -> ../tty29
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:3 -> ../tty3
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:30 -> ../tty30
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:31 -> ../tty31
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:32 -> ../tty32
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:33 -> ../tty33
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:34 -> ../tty34
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:35 -> ../tty35
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:36 -> ../tty36
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:37 -> ../tty37
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:38 -> ../tty38
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:39 -> ../tty39
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:4 -> ../tty4
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:40 -> ../tty40
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:41 -> ../tty41
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:42 -> ../tty42
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:43 -> ../tty43
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:44 -> ../tty44
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:45 -> ../tty45
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:46 -> ../tty46
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:47 -> ../tty47
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:48 -> ../tty48
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:49 -> ../tty49
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:5 -> ../tty5
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:50 -> ../tty50
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:51 -> ../tty51
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:52 -> ../tty52
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:53 -> ../tty53
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:54 -> ../tty54
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:55 -> ../tty55
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:56 -> ../tty56
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:57 -> ../tty57
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:58 -> ../tty58
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:59 -> ../tty59
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:6 -> ../tty6
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:60 -> ../tty60
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:61 -> ../tty61
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:62 -> ../tty62
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:63 -> ../tty63
lrwxrwxrwx 1 root root  8 Jan 16 11:17 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:7 -> ../tty7
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:8 -> ../tty8
lrwxrwxrwx 1 root root  7 Jan 16 11:17 4:9 -> ../tty9
lrwxrwxrwx 1 root root  6 Jan 16 11:17 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Jan 16 11:17 5:1 -> ../console
lrwxrwxrwx 1 root root  7 Jan 16 11:17 5:2 -> ../ptmx
lrwxrwxrwx 1 root root  6 Jan 16 11:17 7:0 -> ../vcs
lrwxrwxrwx 1 root root  7 Jan 16 11:17 7:1 -> ../vcs1
lrwxrwxrwx 1 root root  7 Jan 16 11:17 7:128 -> ../vcsa
lrwxrwxrwx 1 root root  8 Jan 16 11:17 7:129 -> ../vcsa1
lrwxrwxrwx 1 root root  7 Jan 16 11:17 7:64 -> ../vcsu
lrwxrwxrwx 1 root root  8 Jan 16 11:17 7:65 -> ../vcsu1

/dev/disk:
total 0
drwxr-xr-x 2 root root 160 Jan 16 11:17 by-id
drwxr-xr-x 2 root root 120 Jan 16 11:17 by-partuuid
drwxr-xr-x 2 root root 160 Jan 16 11:17 by-path
drwxr-xr-x 2 root root 120 Jan 16 11:17 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Jan 16 11:17 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 16 11:17 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 16 11:17 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 16 11:17 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 16 11:17 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-0-0-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Jan 16 11:17 scsi-0QEMU_QEMU_HARDDISK_drive-scsi0-0-1-0 -> ../../sdb

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Jan 16 11:17 8be4fddc-01 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 16 11:17 8be4fddc-02 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 16 11:17 8be4fddc-03 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 16 11:17 8be4fddc-05 -> ../../sda5

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Jan 16 11:17 pci-0000:00:02.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Jan 16 11:17 pci-0000:00:02.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Jan 16 11:17 pci-0000:00:02.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 16 11:17 pci-0000:00:02.0-scsi-0:0:0:0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Jan 16 11:17 pci-0000:00:02.0-scsi-0:0:0:0-part5 -> ../../sda5
lrwxrwxrwx 1 root root  9 Jan 16 11:17 pci-0000:00:02.0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 10 Jan 16 11:17 2635b48d-6028-49e7-bdd3-52fba9fafffc -> ../../sda2
lrwxrwxrwx 1 root root 10 Jan 16 11:17 5c09962e-8475-44c4-8ba8-010a5a8ad135 -> ../../sda1
lrwxrwxrwx 1 root root  9 Jan 16 11:17 8752d87d-1a60-49a4-84a7-15477626939a -> ../../sdb
lrwxrwxrwx 1 root root 10 Jan 16 11:17 b061f884-6b53-469d-9910-db15e6679bf4 -> ../../sda5

/dev/input:
total 0
crw------- 1 root root 13, 63 Jan 16 11:17 mice

/dev/lightnvm:
total 0
crw------- 1 root root 10, 62 Jan 16 11:17 control

/dev/mapper:
total 0
crw------- 1 root root 10, 236 Jan 16 11:17 control

/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Jan 16 11:17 tun

/dev/pktcdvd:
total 0
crw------- 1 root root 10, 61 Jan 16 11:17 control

/dev/pts:
total 0
c--------- 1 root root 5, 2 Jan 16 11:17 ptmx

/dev/shm:
total 0

/dev/snd:
total 0
crw-rw---- 1 root audio 116,  1 Jan 16 11:17 seq
crw-rw---- 1 root audio 116, 33 Jan 16 11:17 timer

/dev/vfio:
total 0
crw------- 1 root root 10, 196 Jan 16 11:17 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Jan 16 11:17 org.libguestfs.channel.0 -> ../vport1p1
+ 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=149820k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=371352k,nr_inodes=92838,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 config
+ lvm pvs
+ lvm vgs
+ lvm lvs
+ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
       valid_lft forever preferred_lft forever
+ ip r
+ cat /etc/resolv.conf
# $Id: resolv.conf 105891 2006-06-02 23:25:57Z othauvin $
# Basic resolv.conf

# search domain

# nameserver 127.0.0.1
# nameserver 127.0.0.1
# nameserver 127.0.0.1
+ lsmod
Module                  Size  Used by
dm_mod                155648  0
crc8                   16384  0
crc7                   16384  0
crc4                   16384  0
crc_itu_t              16384  0
crc_ccitt              16384  0
virtiofs               28672  0
fuse                  131072  1 virtiofs
virtio_pci             28672  0
virtio_mmio            16384  0
virtio_input           16384  0
virtio_balloon         20480  0
virtio_scsi            24576  1
virtio_rpmsg_bus       24576  0
rpmsg_core             16384  1 virtio_rpmsg_bus
virtio_pmem            16384  0
nd_virtio              16384  1 virtio_pmem
nd_pmem                24576  0
nd_btt                 28672  1 nd_pmem
virtio_net             57344  0
net_failover           20480  1 virtio_net
failover               16384  1 net_failover
piix                   16384  0
ide_core              135168  1 piix
virtio_crypto          28672  0
crypto_engine          16384  1 virtio_crypto
virtio_console         36864  0
virtio_rng             16384  0
virtio_blk             20480  0
virtio_ring            40960  13 virtio_rng,virtio_mmio,virtio_rpmsg_bus,virtio_console,virtio_balloon,virtio_scsi,virtiofs,virtio_crypto,nd_virtio,virtio_input,virtio_pci,virtio_blk,virtio_net
virtio                 16384  13 virtio_rng,virtio_mmio,virtio_rpmsg_bus,virtio_console,virtio_balloon,virtio_scsi,virtiofs,virtio_crypto,virtio_input,virtio_pci,virtio_blk,virtio_net,virtio_pmem
ata_piix               36864  0
libnvdimm             176128  3 nd_btt,nd_pmem,virtio_pmem
crc32_generic          16384  0
crc32c_intel           24576  0
crc32_pclmul           16384  0
+ date
Thu Jan 16 11:17:27 UTC 2020
+ echo -n 'clocksource: '
clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource
kvm-clock
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
1.52 0.17
+ 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: libtirpc.so.3: cannot open shared object file: No such file or directory
+ sync
+ test '' = 1
+ reboot -f
Rebooting.
[    1.657392] Unregister pv shared memory for cpu 0
[    1.658194] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[    1.659328] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[    1.660436] reboot: Restarting system
[    1.661094] reboot: machine restart
libguestfs: error: appliance closed the connection unexpectedly, see earlier error messages
libguestfs: child_cleanup: 0x1f9d250: child process died
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs: clear_socket_create_context: setsockcreatecon failed: NULL: Invalid argument [you can ignore this message if you are not using SELinux + sVirt]
libguestfs: trace: launch = -1 (error)
libguestfs: trace: close
libguestfs: closing guestfs handle 0x1f9d250 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsQFEN8s
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /run/user/500/libguestfsmRm9Rs
```
Comment 1 Lewis Smith 2020-01-16 22:09:25 CET
Shlomi
How much of the output above results from just running 'libguestfs-test-tools' ?
All of it? Including the LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1 ?
Spot the error... Or can you pinpoint it?
I wonder whether it is (near the end):
 guestfsd: error while loading shared libraries: libtirpc.so.3: cannot open shared object file: No such file or directory

Assigning globally because registered packager quiescent. CC'ing tv as recent committer.

CC: (none) => lewyssmith, thierry.vignaud
Assignee: bugsquad => pkg-bugs

Comment 2 Shlomi Fish 2020-01-17 09:36:19 CET
Created attachment 11459 [details]
Output of the test-tool without the env vars.
Comment 3 Thierry Vignaud 2020-11-11 21:06:37 CET
Does it work better with libguestfs-1.42.0?
Comment 4 Thierry Vignaud 2020-11-24 03:14:31 CET
Fixed with libguestfs-1.42.0-10.mga8

Resolution: (none) => FIXED
Status: NEW => RESOLVED


Note You need to log in before you can comment on or make changes to this bug.