Here is the updated libguestfs-test-tool output after the command below:
echo /usr/lib/x86_64-linux-gnu/libtsk.so.19 > 
/usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zz-libtsk

    On Monday, October 5, 2020, 03:56:34 PM EDT, Richard W.M. Jones 
<rjo...@redhat.com> wrote:  
 
 On Mon, Oct 05, 2020 at 07:51:56PM +0000, Alexander Prada wrote:
> Rich,
> 
> Thank you for the very quick response. I tried the echo command that you 
> listed
> and it still gives me the same error:

Need to see the full output of libguestfs-test-tool, as a text file.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into KVM guests.
http://libguestfs.org/virt-v2v

  
root@kali:/home/kali/AutoRecon/results/10.10.10.93/exploit# libguestfs-test-tool
     ************************************************************
     *                    IMPORTANT NOTICE
     *
     * When reporting bugs, include the COMPLETE, UNEDITED
     * output below in your bug report.
     *
     ************************************************************
LIBGUESTFS_PATH=/usr/lib/x86_64-linux-gnu/guestfs
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SELinux: sh: 1: getenforce: not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct
guestfs_get_backend_settings: []
guestfs_get_cachedir: /var/tmp
guestfs_get_hv: /usr/bin/qemu-system-x86_64
guestfs_get_memsize: 768
guestfs_get_network: 0
guestfs_get_path: /usr/lib/x86_64-linux-gnu/guestfs
guestfs_get_pgroup: 0
guestfs_get_program: libguestfs-test-tool
guestfs_get_recovery_proc: 1
guestfs_get_smp: 1
guestfs_get_sockdir: /tmp
guestfs_get_tmpdir: /tmp
guestfs_get_trace: 0
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: launch: program=libguestfs-test-tool
libguestfs: launch: version=1.42.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/libguestfsBLItId
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
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 /var/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /usr/lib/x86_64-linux-gnu/guestfs/supermin.d
libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
supermin: version: 5.2.0
supermin: package handler: debian/dpkg
supermin: acquiring lock on /var/tmp/.guestfs-0/lock
supermin: if-newer: output does not need rebuilding
libguestfs: finished building supermin appliance
libguestfs: begin testing qemu features
libguestfs: checking for previously cached test results of 
/usr/bin/qemu-system-x86_64, in /var/tmp/.guestfs-0
libguestfs: loading previously cached test results
libguestfs: qemu version: 5.1
libguestfs: qemu mandatory locking: yes
libguestfs: qemu KVM: disabled
libguestfs: finished testing qemu features
libguestfs: command: run: dmesg | grep -Eoh 'lpj=[[:digit:]]+'
libguestfs: read_lpj_from_dmesg: calculated lpj=14400020
libguestfs: command: run: file
libguestfs: command: run: \ -- /var/tmp/.guestfs-0/appliance.d/root
/usr/bin/qemu-system-x86_64 \
    -global virtio-blk-pci.scsi=off \
    -no-user-config \
    -enable-fips \
    -nodefaults \
    -display none \
    -machine accel=kvm:tcg \
    -m 768 \
    -no-reboot \
    -rtc driftfix=slew \
    -no-hpet \
    -global kvm-pit.lost_tick_policy=discard \
    -kernel /var/tmp/.guestfs-0/appliance.d/kernel \
    -initrd /var/tmp/.guestfs-0/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/libguestfsBLItId/scratch1.img,cache=unsafe,format=raw,id=hd0,if=none \
    -device scsi-hd,drive=hd0 \
    -drive 
file=/var/tmp/.guestfs-0/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=/tmp/libguestfsILF1Nc/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=14400020 printk.time=1 
cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 
8250.nr_uarts=1 root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 
guestfs_verbose=1 TERM=xterm-256color"
Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize kvm: No such file or directory
qemu-system-x86_64: falling back to tcg
libguestfs: responding to serial console Device Status Report
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 08/11/20
SGABIOS $Id$ (build@debian) Tue Aug 11 19:52:46 UTC 2020
Term: 80x24
4 0
SeaBIOS (version 1.14.0-1)
Booting from ROM...
\x1b[2J[    0.000000] Linux version 5.4.0-kali3-amd64 (de...@kali.org) (gcc 
version 9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.4.13-1kali1 
(2020-01-20)
[    0.000000] Command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 
udev.event-timeout=6000 no_timer_check lpj=14400020 printk.time=1 
cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 
8250.nr_uarts=1 root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 
guestfs_verbose=1 TERM=xterm-256color
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    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-0x000000002ffdcfff] usable
[    0.000000] BIOS-e820: [mem 0x000000002ffdd000-0x000000002fffffff] 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.14.0-1 
04/01/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3599.987 MHz processor
[    0.006179] last_pfn = 0x2ffdd max_arch_pfn = 0x400000000
[    0.007161] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.019029] found SMP MP-table at [mem 0x000f5cd0-0x000f5cdf]
[    0.022942] RAMDISK: [mem 0x2fb56000-0x2ffcffff]
[    0.023464] ACPI: Early table checksum verification disabled
[    0.023795] ACPI: RSDP 0x00000000000F5B10 000014 (v00 BOCHS )
[    0.023977] ACPI: RSDT 0x000000002FFE143F 000030 (v01 BOCHS  BXPCRSDT 
00000001 BXPC 00000001)
[    0.026336] ACPI: FACP 0x000000002FFE132B 000074 (v01 BOCHS  BXPCFACP 
00000001 BXPC 00000001)
[    0.026732] ACPI: DSDT 0x000000002FFE0040 0012EB (v01 BOCHS  BXPCDSDT 
00000001 BXPC 00000001)
[    0.026793] ACPI: FACS 0x000000002FFE0000 000040
[    0.026844] ACPI: APIC 0x000000002FFE139F 000078 (v01 BOCHS  BXPCAPIC 
00000001 BXPC 00000001)
[    0.026870] ACPI: WAET 0x000000002FFE1417 000028 (v01 BOCHS  BXPCWAET 
00000001 BXPC 00000001)
[    0.028313] No NUMA configuration found
[    0.028335] Faking a node at [mem 0x0000000000000000-0x000000002ffdcfff]
[    0.028854] NODE_DATA(0) allocated [mem 0x2ffd8000-0x2ffdcfff]
[    0.032840] Zone ranges:
[    0.032912]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.032949]   DMA32    [mem 0x0000000001000000-0x000000002ffdcfff]
[    0.032959]   Normal   empty
[    0.032973]   Device   empty
[    0.032983] Movable zone start for each node
[    0.033010] Early memory node ranges
[    0.033034]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.033149]   node   0: [mem 0x0000000000100000-0x000000002ffdcfff]
[    0.035297] Zeroed struct page in unavailable ranges: 98 pages
[    0.035444] Initmem setup node 0 [mem 0x0000000000001000-0x000000002ffdcfff]
[    0.058169] ACPI: PM-Timer IO Port: 0x608
[    0.058551] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.058857] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.058949] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.059130] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.059157] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.059227] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.059238] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.059385] Using ACPI (MADT) for SMP configuration information
[    0.059649] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.060336] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.060373] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.060395] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.060403] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.060482] [mem 0x30000000-0xfffbffff] available for PCI devices
[    0.060512] Booting paravirtualized kernel on bare hardware
[    0.060791] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.540632] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 
nr_node_ids:1
[    0.549188] percpu: Embedded 53 pages/cpu s178584 r8192 d30312 u2097152
[    0.551093] Built 1 zonelists, mobility grouping on.  Total pages: 193382
[    0.551123] Policy zone: DMA32
[    0.551264] Kernel command line: panic=1 console=ttyS0 edd=off 
udevtimeout=6000 udev.event-timeout=6000 no_timer_check lpj=14400020 
printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests 
tsc=reliable 8250.nr_uarts=1 root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 
selinux=0 guestfs_verbose=1 TERM=xterm-256color
[    0.554538] Dentry cache hash table entries: 131072 (order: 8, 1048576 
bytes, linear)
[    0.555470] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, 
linear)
[    0.556659] mem auto-init: stack:off, heap alloc:off, heap free:off
[    0.562439] Memory: 742484K/785900K available (10243K kernel code, 1196K 
rwdata, 3736K rodata, 1668K init, 2056K bss, 43416K reserved, 0K cma-reserved)
[    0.562921] random: get_random_u64 called from 
__kmem_cache_create+0x3e/0x530 with crng_init=0
[    0.569456] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.572867] ftrace: allocating 33931 entries in 133 pages
[    0.631170] rcu: Hierarchical RCU implementation.
[    0.631260] rcu: \tRCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
[    0.631353] rcu: RCU calculated value of scheduler-enlistment delay is 25 
jiffies.
[    0.631376] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.645241] NR_IRQS: 33024, nr_irqs: 256, preallocated irqs: 16
[    0.653451] Console: colour *CGA 80x25
[    0.699474] printk: console [ttyS0] enabled
[    0.700299] ACPI: Core revision 20190816
[    0.709091] APIC: Switch to symmetric I/O mode setup
[    0.713174] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.713831] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 
0x33e4467e0c6, max_idle_ns: 440795211700 ns
[    0.714476] Calibrating delay loop (skipped) preset value.. 7200.01 BogoMIPS 
(lpj=14400020)
[    0.715121] pid_max: default: 32768 minimum: 301
[    0.715984] LSM: Security Framework initializing
[    0.716673] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.719932] AppArmor: AppArmor initialized
[    0.720258] TOMOYO Linux initialized
[    0.721127] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, 
linear)
[    0.721372] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 
bytes, linear)
[    0.731874] Disabling memory control group subsystem
[    0.738948] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.739306] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.739761] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user 
pointer sanitization
[    0.742321] Spectre V2 : Mitigation: Full AMD retpoline
[    0.742692] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on 
context switch
[    0.742974] Speculative Store Bypass: Vulnerable
[    0.856066] Freeing SMP alternatives memory: 24K
[    0.986252] smpboot: CPU0: AMD QEMU Virtual CPU version 2.5+ (family: 0x6, 
model: 0x6, stepping: 0x3)
[    0.987410] Performance Events: PMU not available due to virtualization, 
using software events only.
[    0.988927] rcu: Hierarchical SRCU implementation.
[    0.992242] NMI watchdog: Perf NMI watchdog permanently disabled
[    0.996310] smp: Bringing up secondary CPUs ...
[    0.996627] smp: Brought up 1 node, 1 CPU
[    0.996816] smpboot: Max logical packages: 1
[    0.996992] smpboot: Total of 1 processors activated (7200.01 BogoMIPS)
[    1.007920] devtmpfs: initialized
[    1.012574] x86/mm: Memory block size: 128MB
[    1.017485] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    1.018049] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    1.019205] pinctrl core: initialized pinctrl subsystem
[    1.032407] NET: Registered protocol family 16
[    1.035472] audit: initializing netlink subsys (disabled)
[    1.046180] cpuidle: using governor ladder
[    1.046616] audit: type=2000 audit(1601938563.336:1): state=initialized 
audit_enabled=0 res=1
[    1.047282] cpuidle: using governor menu
[    1.048224] ACPI: bus type PCI registered
[    1.048405] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    1.053103] PCI: Using configuration type 1 for base access
[    1.068445] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    1.075618] alg: self-tests disabled
[    1.119000] ACPI: Added _OSI(Module Device)
[    1.119402] ACPI: Added _OSI(Processor Device)
[    1.119607] ACPI: Added _OSI(3.0 _SCP Extensions)
[    1.119765] ACPI: Added _OSI(Processor Aggregator Device)
[    1.120038] ACPI: Added _OSI(Linux-Dell-Video)
[    1.120193] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    1.121226] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    1.136400] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    1.145442] ACPI: Interpreter enabled
[    1.147034] ACPI: (supports S0 S3 S4 S5)
[    1.147247] ACPI: Using IOAPIC for interrupt routing
[    1.148063] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    1.150667] ACPI: Enabled 2 GPEs in block 00 to 0F
[    1.181734] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    1.182731] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI 
HPX-Type3]
[    1.183623] acpi PNP0A03:00: fail to add MMCONFIG information, can't access 
extended PCI configuration space under this bridge.
[    1.189607] acpiphp: Slot [2] registered
[    1.190448] acpiphp: Slot [3] registered
[    1.190650] acpiphp: Slot [4] registered
[    1.190839] acpiphp: Slot [5] registered
[    1.191049] acpiphp: Slot [6] registered
[    1.191238] acpiphp: Slot [7] registered
[    1.191488] acpiphp: Slot [8] registered
[    1.191683] acpiphp: Slot [9] registered
[    1.191863] acpiphp: Slot [10] registered
[    1.192043] acpiphp: Slot [11] registered
[    1.192223] acpiphp: Slot [12] registered
[    1.192420] acpiphp: Slot [13] registered
[    1.192614] acpiphp: Slot [14] registered
[    1.193052] acpiphp: Slot [15] registered
[    1.193236] acpiphp: Slot [16] registered
[    1.193442] acpiphp: Slot [17] registered
[    1.193619] acpiphp: Slot [18] registered
[    1.193802] acpiphp: Slot [19] registered
[    1.193992] acpiphp: Slot [20] registered
[    1.194355] acpiphp: Slot [21] registered
[    1.194541] acpiphp: Slot [22] registered
[    1.194724] acpiphp: Slot [23] registered
[    1.194903] acpiphp: Slot [24] registered
[    1.195083] acpiphp: Slot [25] registered
[    1.195373] acpiphp: Slot [26] registered
[    1.195572] acpiphp: Slot [27] registered
[    1.195759] acpiphp: Slot [28] registered
[    1.195945] acpiphp: Slot [29] registered
[    1.196131] acpiphp: Slot [30] registered
[    1.196336] acpiphp: Slot [31] registered
[    1.196804] PCI host bridge to bus 0000:00
[    1.197053] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    1.197288] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    1.197496] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff 
window]
[    1.198286] pci_bus 0000:00: root bus resource [mem 0x30000000-0xfebfffff 
window]
[    1.198509] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff 
window]
[    1.198820] pci_bus 0000:00: root bus resource [bus 00-ff]
[    1.199462] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    1.202252] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    1.203647] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    1.208026] pci 0000:00:01.1: reg 0x20: [io  0xc0a0-0xc0af]
[    1.210691] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    1.211006] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    1.211218] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    1.211459] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    1.214436] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    1.214947] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 
ACPI
[    1.215184] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
[    1.216005] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00
[    1.218180] pci 0000:00:02.0: reg 0x10: [io  0xc080-0xc09f]
[    1.218813] pci 0000:00:02.0: reg 0x20: [mem 0xfebf0000-0xfebf3fff 64bit 
pref]
[    1.221069] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000
[    1.222252] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc03f]
[    1.222252] pci 0000:00:03.0: reg 0x14: [mem 0xfebfe000-0xfebfefff]
[    1.229399] pci 0000:00:03.0: reg 0x20: [mem 0xfebf4000-0xfebf7fff 64bit 
pref]
[    1.234793] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000
[    1.236676] pci 0000:00:04.0: reg 0x10: [io  0xc040-0xc07f]
[    1.238334] pci 0000:00:04.0: reg 0x14: [mem 0xfebff000-0xfebfffff]
[    1.243842] pci 0000:00:04.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit 
pref]
[    1.248645] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[    1.251170] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    1.251703] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    1.252221] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[    1.252567] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[    1.255060] iommu: Default domain type: Translated 
[    1.257701] vgaarb: loaded
[    1.259802] EDAC MC: Ver: 3.0.0
[    1.262252] PCI: Using ACPI for IRQ routing
[    1.277733] clocksource: Switched to clocksource tsc-early
[    1.362969] VFS: Disk quotas dquot_6.6.0
[    1.363385] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.370229] AppArmor: AppArmor Filesystem Enabled
[    1.371492] pnp: PnP ACPI init
[    1.374706] pnp: PnP ACPI: found 5 devices
[    1.386239] thermal_sys: Registered thermal governor 'fair_share'
[    1.386286] thermal_sys: Registered thermal governor 'bang_bang'
[    1.386813] thermal_sys: Registered thermal governor 'step_wise'
[    1.387390] thermal_sys: Registered thermal governor 'user_space'
[    1.392864] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, 
max_idle_ns: 2085701024 ns
[    1.394852] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.395137] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.395342] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.395550] pci_bus 0000:00: resource 7 [mem 0x30000000-0xfebfffff window]
[    1.396565] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    1.397781] NET: Registered protocol family 2
[    1.407878] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 
bytes, linear)
[    1.408354] TCP established hash table entries: 8192 (order: 4, 65536 bytes, 
linear)
[    1.408715] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, 
linear)
[    1.411491] TCP: Hash tables configured (established 8192 bind 8192)
[    1.413190] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.413650] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
[    1.415115] NET: Registered protocol family 1
[    1.415115] NET: Registered protocol family 44
[    1.416369] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.416644] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.416883] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.417125] PCI: CLS 0 bytes, default 64
[    1.420585] Trying to unpack rootfs image as initramfs...
[    1.449667] Freeing initrd memory: 4584K
[    1.458548] Initialise system trusted keyrings
[    1.460871] Key type blacklist registered
[    1.462042] workingset: timestamp_bits=40 max_order=18 bucket_order=0
[    1.473538] zbud: loaded
[    1.477188] Platform Keyring initialized
[    1.477533] Key type asymmetric registered
[    1.477745] Asymmetric key parser 'x509' registered
[    1.478229] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
250)
[    1.479655] io scheduler mq-deadline registered
[    1.482456] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.485096] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    1.508606] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 
16550A
[    1.512787] Linux agpgart interface v0.103
[    1.514768] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroe...@suse.de>
[    1.515060] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    1.518475] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 
0x60,0x64 irq 1,12
[    1.521885] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.522281] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.523914] mousedev: PS/2 mouse device common for all mice
[    1.526218] input: AT Translated Set 2 keyboard as 
/devices/platform/i8042/serio0/input/input0
[    1.529504] rtc_cmos 00:04: RTC can wake from S4
[    1.534430] rtc_cmos 00:04: registered as rtc0
[    1.535746] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram
[    1.537094] ledtrig-cpu: registered to indicate activity on CPUs
[    1.539485] drop_monitor: Initializing network drop monitor service
[    1.542657] NET: Registered protocol family 10
[    1.563634] Segment Routing with IPv6
[    1.564481] mip6: Mobile IPv6
[    1.564741] NET: Registered protocol family 17
[    1.565946] mpls_gso: MPLS GSO support
[    1.568220] IPI shorthand broadcast: enabled
[    1.568617] sched_clock: Marking stable (1509623623, 57402647)->(1614986517, 
-47960247)
[    1.572073] registered taskstats version 1
[    1.572323] Loading compiled-in X.509 certificates
[    1.581997] Loaded X.509 cert 'Debian Secure Boot CA: 
6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    1.582531] Loaded X.509 cert 'Debian Secure Boot Signer: 00a7468def'
[    1.583561] zswap: loaded using pool lzo/zbud
[    1.585447] Key type ._fscrypt registered
[    1.585646] Key type .fscrypt registered
[    1.586544] AppArmor: AppArmor sha1 policy hashing enabled
[    1.591138] rtc_cmos 00:04: setting system clock to 2020-10-05T22:56:04 UTC 
(1601938564)
[    1.641695] Freeing unused kernel image memory: 1668K
[    1.642060] Write protecting the kernel read-only data: 16384k
[    1.644723] Freeing unused kernel image memory: 2036K
[    1.645457] Freeing unused kernel image memory: 360K
[    1.696754] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.697221] Run /init as init process
supermin: mounting /proc
supermin: ext2 mini initrd starting up: 5.2.0
supermin: cmdline: panic=1 console=ttyS0 edd=off udevtimeout=6000 
udev.event-timeout=6000 no_timer_check lpj=14400020 printk.time=1 
cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 
8250.nr_uarts=1 root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 
guestfs_verbose=1 TERM=xterm-256color
supermin: uptime: 1.67 0.17
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
[    1.741079] crc32_pclmul: module verification failed: signature and/or 
required key missing - tainting kernel
[    1.744933] 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 crc32c_generic.ko
supermin: internal insmod libnvdimm.ko
supermin: internal insmod nfit.ko
supermin: internal insmod scsi_mod.ko
[    1.797404] SCSI subsystem initialized
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
[    1.827933] scsi host0: ata_piix
[    1.833713] scsi host1: ata_piix
[    1.834372] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[    1.834612] 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 rng-core.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 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 sd_mod.ko
[    2.036316] random: fast init done
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
[    2.180444] PCI Interrupt Link [LNKB] enabled at IRQ 10
[    2.192056] random: crng init done
[    2.306588] PCI Interrupt Link [LNKC] enabled at IRQ 11
[    2.311739] scsi host2: Virtio SCSI HBA
[    2.327759] scsi 2:0:0:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ 
PQ: 0 ANSI: 5
[    2.334995] scsi 2:0:1:0: Direct-Access     QEMU     QEMU HARDDISK    2.5+ 
PQ: 0 ANSI: 5
[    2.466688] tsc: Refined TSC clocksource calibration: 3599.976 MHz
[    2.467081] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 
0x33e43ca19a9, max_idle_ns: 440795315102 ns
[    2.467736] clocksource: Switched to clocksource tsc
[    2.471242] sd 2:0:0:0: Power-on or device reset occurred
[    2.475295] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (105 MB/100 
MiB)
[    2.478570] sd 2:0:0:0: [sda] Write Protect is off
[    2.480100] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.481057] sd 2:0:1:0: Power-on or device reset occurred
[    2.484269] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 
GiB)
[    2.486368] sd 2:0:1:0: [sdb] Write Protect is off
[    2.487889] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    2.688970] sd 2:0:0:0: [sda] Attached SCSI disk
[    2.693040] sd 2:0:1:0: [sdb] Attached SCSI disk
[    2.746135] PCI Interrupt Link [LNKD] enabled at IRQ 11
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod crc16.ko
supermin: internal insmod ext4.ko
supermin: internal insmod fuse.ko
[    2.948863] fuse: init (API version 7.31)
supermin: internal insmod virtiofs.ko
supermin: internal insmod crc-ccitt.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc64.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked 8:16 as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
[    2.975786] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[    2.991864] EXT4-fs (sdb): mounted filesystem without journal. Opts: 
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=14400020 printk.time=1 cgroup_disable=memory usbcore.nousb 
cryptomgr.notests tsc=reliable 8250.nr_uarts=1 
root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 guestfs_verbose=1 
TERM=xterm-256color == *guestfs_network=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 
no_timer_check lpj=14400020 printk.time=1 cgroup_disable=memory usbcore.nousb 
cryptomgr.notests tsc=reliable 8250.nr_uarts=1 
root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 guestfs_verbose=1 
TERM=xterm-256color == *guestfs_rescue=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 
no_timer_check lpj=14400020 printk.time=1 cgroup_disable=memory usbcore.nousb 
cryptomgr.notests tsc=reliable 8250.nr_uarts=1 
root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 guestfs_verbose=1 
TERM=xterm-256color == *guestfs_noreboot=1* ]]
+ [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 
no_timer_check lpj=14400020 printk.time=1 cgroup_disable=memory usbcore.nousb 
cryptomgr.notests tsc=reliable 8250.nr_uarts=1 
root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 guestfs_verbose=1 
TERM=xterm-256color == *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 lpj=14400020 printk.time=1 cgroup_disable=memory usbcore.nousb 
cryptomgr.notests tsc=reliable 8250.nr_uarts=1 
root=UUID=57cb7668-ed9b-4f20-991c-36929bc472b5 selinux=0 guestfs_verbose=1 
TERM=xterm-256color == *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=' 00bd 7f99 9bb4 b197 9dab fbc6 d0d2 caa6'
+ echo 00bd7f999bb4b1979dabfbc6d0d2caa6
+ systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
[/usr/lib/tmpfiles.d/static-nodes-permissions.conf:12] Unknown group 'audio'.
[/usr/lib/tmpfiles.d/static-nodes-permissions.conf:13] Unknown group 'audio'.
[/usr/lib/tmpfiles.d/static-nodes-permissions.conf:14] Unknown group 'disk'.
[/usr/lib/tmpfiles.d/static-nodes-permissions.conf:17] Unknown group 'kvm'.
[/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:22] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:26] Unknown group 'systemd-journal'.
[/usr/lib/tmpfiles.d/systemd.conf:27] Unknown group 'systemd-journal'.
Failed to parse ACL "d:group::r-x,d:group:adm:r-x,group::r-x,group:adm:r-x": No 
such file or directory. Ignoring
Failed to parse ACL "d:group:adm:r-x,group:adm:r-x": No such file or directory. 
Ignoring
Failed to parse ACL "group:adm:r--": No such file or directory. Ignoring
Failed to parse ACL "d:group::r-x,d:group:adm:r-x,group::r-x,group:adm:r-x": No 
such file or directory. Ignoring
Failed to parse ACL "d:group:adm:r-x,group:adm:r-x": No such file or directory. 
Ignoring
Failed to parse ACL "group:adm:r--": No such file or directory. Ignoring
+ 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 245.4-3
+ udevadm trigger
+ udevadm settle --timeout=600
[    5.246205] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    5.255318] sd 2:0:1:0: Attached scsi generic sg1 type 0
+ 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 144: lvmetad: command not found
+ modprobe dm_mod
[    6.778965] device-mapper: uevent: version 1.0.3
[    6.784018] device-mapper: ioctl: 4.41.0-ioctl (2019-09-16) initialised: 
dm-de...@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.0-kali3-amd64 #1 SMP Debian 5.4.13-1kali1 (2020-01-20) x86_64 
GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw------- 1 0 0  10, 235 Oct  5 22:56 autofs
drwxr-xr-x 2 0 0       80 Oct  5 22:56 block
drwxr-xr-x 2 0 0       80 Oct  5 22:56 bsg
crw------- 1 0 0  10, 234 Oct  5 22:56 btrfs-control
drwxr-xr-x 2 0 0     1980 Oct  5 22:56 char
crw------- 1 0 0   5,   1 Oct  5 22:56 console
lrwxrwxrwx 1 0 0       11 Oct  5 22:56 core -> /proc/kcore
crw------- 1 0 0  10,  62 Oct  5 22:56 cpu_dma_latency
crw------- 1 0 0  10, 203 Oct  5 22:56 cuse
drwxr-xr-x 5 0 0      100 Oct  5 22:56 disk
lrwxrwxrwx 1 0 0       13 Oct  5 22:56 fd -> /proc/self/fd
crw-rw-rw- 1 0 0   1,   7 Oct  5 22:56 full
crw-rw-rw- 1 0 0  10, 229 Oct  5 22:56 fuse
crw------- 1 0 0  10, 228 Oct  5 22:56 hpet
crw------- 1 0 0  10, 183 Oct  5 22:56 hwrng
drwxr-xr-x 2 0 0       60 Oct  5 22:56 input
crw-r--r-- 1 0 0   1,  11 Oct  5 22:56 kmsg
crw------- 1 0 0  10, 237 Oct  5 22:56 loop-control
drwxr-xr-x 2 0 0       60 Oct  5 22:56 mapper
crw------- 1 0 0   1,   1 Oct  5 22:56 mem
drwxr-xr-x 2 0 0       60 Oct  5 22:56 net
crw-rw-rw- 1 0 0   1,   3 Oct  5 22:56 null
crw------- 1 0 0  10, 144 Oct  5 22:56 nvram
crw------- 1 0 0   1,   4 Oct  5 22:56 port
crw------- 1 0 0 108,   0 Oct  5 22:56 ppp
crw------- 1 0 0  10,   1 Oct  5 22:56 psaux
crw-rw-rw- 1 0 0   5,   2 Oct  5 22:56 ptmx
drwxr-xr-x 2 0 0        0 Oct  5 22:56 pts
crw-rw-rw- 1 0 0   1,   8 Oct  5 22:56 random
crw------- 1 0 0  10, 242 Oct  5 22:56 rfkill
lrwxrwxrwx 1 0 0        4 Oct  5 22:56 rtc -> rtc0
crw------- 1 0 0 252,   0 Oct  5 22:56 rtc0
brw------- 1 0 0   8,   0 Oct  5 22:56 sda
brw------- 1 0 0   8,  16 Oct  5 22:56 sdb
crw------- 1 0 0  21,   0 Oct  5 22:56 sg0
crw------- 1 0 0  21,   1 Oct  5 22:56 sg1
drwxrwxrwt 2 0 0       40 Oct  5 22:56 shm
crw------- 1 0 0  10, 231 Oct  5 22:56 snapshot
drwxr-xr-x 2 0 0       80 Oct  5 22:56 snd
lrwxrwxrwx 1 0 0       15 Oct  5 22:56 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 0 0       15 Oct  5 22:56 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 0 0       15 Oct  5 22:56 stdout -> /proc/self/fd/1
crw-rw-rw- 1 0 0   5,   0 Oct  5 22:56 tty
crw------- 1 0 0   4,   0 Oct  5 22:56 tty0
crw------- 1 0 0   4,   1 Oct  5 22:56 tty1
crw------- 1 0 0   4,  10 Oct  5 22:56 tty10
crw------- 1 0 0   4,  11 Oct  5 22:56 tty11
crw------- 1 0 0   4,  12 Oct  5 22:56 tty12
crw------- 1 0 0   4,  13 Oct  5 22:56 tty13
crw------- 1 0 0   4,  14 Oct  5 22:56 tty14
crw------- 1 0 0   4,  15 Oct  5 22:56 tty15
crw------- 1 0 0   4,  16 Oct  5 22:56 tty16
crw------- 1 0 0   4,  17 Oct  5 22:56 tty17
crw------- 1 0 0   4,  18 Oct  5 22:56 tty18
crw------- 1 0 0   4,  19 Oct  5 22:56 tty19
crw------- 1 0 0   4,   2 Oct  5 22:56 tty2
crw------- 1 0 0   4,  20 Oct  5 22:56 tty20
crw------- 1 0 0   4,  21 Oct  5 22:56 tty21
crw------- 1 0 0   4,  22 Oct  5 22:56 tty22
crw------- 1 0 0   4,  23 Oct  5 22:56 tty23
crw------- 1 0 0   4,  24 Oct  5 22:56 tty24
crw------- 1 0 0   4,  25 Oct  5 22:56 tty25
crw------- 1 0 0   4,  26 Oct  5 22:56 tty26
crw------- 1 0 0   4,  27 Oct  5 22:56 tty27
crw------- 1 0 0   4,  28 Oct  5 22:56 tty28
crw------- 1 0 0   4,  29 Oct  5 22:56 tty29
crw------- 1 0 0   4,   3 Oct  5 22:56 tty3
crw------- 1 0 0   4,  30 Oct  5 22:56 tty30
crw------- 1 0 0   4,  31 Oct  5 22:56 tty31
crw------- 1 0 0   4,  32 Oct  5 22:56 tty32
crw------- 1 0 0   4,  33 Oct  5 22:56 tty33
crw------- 1 0 0   4,  34 Oct  5 22:56 tty34
crw------- 1 0 0   4,  35 Oct  5 22:56 tty35
crw------- 1 0 0   4,  36 Oct  5 22:56 tty36
crw------- 1 0 0   4,  37 Oct  5 22:56 tty37
crw------- 1 0 0   4,  38 Oct  5 22:56 tty38
crw------- 1 0 0   4,  39 Oct  5 22:56 tty39
crw------- 1 0 0   4,   4 Oct  5 22:56 tty4
crw------- 1 0 0   4,  40 Oct  5 22:56 tty40
crw------- 1 0 0   4,  41 Oct  5 22:56 tty41
crw------- 1 0 0   4,  42 Oct  5 22:56 tty42
crw------- 1 0 0   4,  43 Oct  5 22:56 tty43
crw------- 1 0 0   4,  44 Oct  5 22:56 tty44
crw------- 1 0 0   4,  45 Oct  5 22:56 tty45
crw------- 1 0 0   4,  46 Oct  5 22:56 tty46
crw------- 1 0 0   4,  47 Oct  5 22:56 tty47
crw------- 1 0 0   4,  48 Oct  5 22:56 tty48
crw------- 1 0 0   4,  49 Oct  5 22:56 tty49
crw------- 1 0 0   4,   5 Oct  5 22:56 tty5
crw------- 1 0 0   4,  50 Oct  5 22:56 tty50
crw------- 1 0 0   4,  51 Oct  5 22:56 tty51
crw------- 1 0 0   4,  52 Oct  5 22:56 tty52
crw------- 1 0 0   4,  53 Oct  5 22:56 tty53
crw------- 1 0 0   4,  54 Oct  5 22:56 tty54
crw------- 1 0 0   4,  55 Oct  5 22:56 tty55
crw------- 1 0 0   4,  56 Oct  5 22:56 tty56
crw------- 1 0 0   4,  57 Oct  5 22:56 tty57
crw------- 1 0 0   4,  58 Oct  5 22:56 tty58
crw------- 1 0 0   4,  59 Oct  5 22:56 tty59
crw------- 1 0 0   4,   6 Oct  5 22:56 tty6
crw------- 1 0 0   4,  60 Oct  5 22:56 tty60
crw------- 1 0 0   4,  61 Oct  5 22:56 tty61
crw------- 1 0 0   4,  62 Oct  5 22:56 tty62
crw------- 1 0 0   4,  63 Oct  5 22:56 tty63
crw------- 1 0 0   4,   7 Oct  5 22:56 tty7
crw------- 1 0 0   4,   8 Oct  5 22:56 tty8
crw------- 1 0 0   4,   9 Oct  5 22:56 tty9
crw------- 1 0 0   4,  64 Oct  5 22:56 ttyS0
crw------- 1 0 0  10, 239 Oct  5 22:56 uhid
crw------- 1 0 0  10, 223 Oct  5 22:56 uinput
crw-rw-rw- 1 0 0   1,   9 Oct  5 22:56 urandom
crw------- 1 0 0   7,   0 Oct  5 22:56 vcs
crw------- 1 0 0   7,   1 Oct  5 22:56 vcs1
crw------- 1 0 0   7, 128 Oct  5 22:56 vcsa
crw------- 1 0 0   7, 129 Oct  5 22:56 vcsa1
crw------- 1 0 0   7,  64 Oct  5 22:56 vcsu
crw------- 1 0 0   7,  65 Oct  5 22:56 vcsu1
drwxr-xr-x 2 0 0       60 Oct  5 22:56 vfio
crw------- 1 0 0  10,  63 Oct  5 22:56 vga_arbiter
crw------- 1 0 0  10, 137 Oct  5 22:56 vhci
crw------- 1 0 0  10, 238 Oct  5 22:56 vhost-net
crw------- 1 0 0  10, 241 Oct  5 22:56 vhost-vsock
drwxr-xr-x 2 0 0       60 Oct  5 22:56 virtio-ports
crw------- 1 0 0 247,   1 Oct  5 22:56 vport2p1
crw-rw-rw- 1 0 0   1,   5 Oct  5 22:56 zero

/dev/block:
total 0
lrwxrwxrwx 1 0 0 6 Oct  5 22:56 8:0 -> ../sda
lrwxrwxrwx 1 0 0 6 Oct  5 22:56 8:16 -> ../sdb

/dev/bsg:
total 0
crw------- 1 0 0 250, 0 Oct  5 22:56 2:0:0:0
crw------- 1 0 0 250, 1 Oct  5 22:56 2:0:1:0

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

/dev/disk:
total 0
drwxr-xr-x 2 0 0 80 Oct  5 22:56 by-id
drwxr-xr-x 2 0 0 80 Oct  5 22:56 by-path
drwxr-xr-x 2 0 0 60 Oct  5 22:56 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 0 0 9 Oct  5 22:56 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 0 0 9 Oct  5 22:56 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 0 0 9 Oct  5 22:56 pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 0 0 9 Oct  5 22:56 pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 0 0 9 Oct  5 22:56 57cb7668-ed9b-4f20-991c-36929bc472b5 -> 
../../sdb

/dev/input:
total 0
crw------- 1 0 0 13, 63 Oct  5 22:56 mice

/dev/mapper:
total 0
crw------- 1 0 0 10, 236 Oct  5 22:56 control

/dev/net:
total 0
crw-rw-rw- 1 0 0 10, 200 Oct  5 22:56 tun

/dev/pts:
total 0
c--------- 1 0 0 5, 2 Oct  5 22:56 ptmx

/dev/shm:
total 0

/dev/snd:
total 0
crw------- 1 0 0 116,  1 Oct  5 22:56 seq
crw------- 1 0 0 116, 33 Oct  5 22:56 timer

/dev/vfio:
total 0
crw------- 1 0 0 10, 196 Oct  5 22:56 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 0 0 11 Oct  5 22:56 org.libguestfs.channel.0 -> ../vport2p1
+ cat /proc/mounts
/dev/root / ext2 rw,noatime 0 0
/proc /proc proc rw,relatime 0 0
/sys /sys sysfs rw,relatime 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=150232k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=371252k,nr_inodes=92813,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
cat: /proc/mdstat: No such file or directory
+ 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
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
+ ip r
+ cat /etc/resolv.conf
cat: /etc/resolv.conf: No such file or directory
+ lsmod
Module                  Size  Used by
dm_mod                155648  0
sg                     40960  0
libcrc32c              16384  0
crc8                   16384  0
crc7                   16384  0
crc64                  16384  0
crc_itu_t              16384  0
crc_ccitt              16384  0
virtiofs               32768  0
fuse                  139264  1 virtiofs
ext4                  761856  1
crc16                  16384  1 ext4
mbcache                16384  1 ext4
jbd2                  131072  1 ext4
virtio_pci             28672  0
virtio_mmio            16384  0
virtio_input           16384  0
virtio_balloon         24576  0
virtio_scsi            24576  1
sd_mod                 57344  1
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
virtio_crypto          28672  0
crypto_engine          16384  1 virtio_crypto
virtio_console         36864  0
virtio_rng             16384  0
rng_core               16384  1 virtio_rng
virtio_blk             20480  0
virtio_ring            40960  12 
virtio_rng,virtio_mmio,virtio_console,virtio_balloon,virtio_scsi,virtiofs,virtio_crypto,nd_virtio,virtio_input,virtio_pci,virtio_blk,virtio_net
virtio                 16384  12 
virtio_rng,virtio_mmio,virtio_console,virtio_balloon,virtio_scsi,virtiofs,virtio_crypto,virtio_input,virtio_pci,virtio_blk,virtio_net,virtio_pmem
ata_piix               36864  0
libata                278528  1 ata_piix
scsi_mod              249856  4 virtio_scsi,sd_mod,libata,sg
nfit                   69632  0
libnvdimm             184320  4 nd_btt,nd_pmem,nfit,virtio_pmem
crc32c_generic         16384  2
crc32_generic          16384  0
+ date
Mon Oct  5 22:56:11 UTC 2020
+ echo -n 'clocksource: '
clocksource: + cat 
/sys/devices/system/clocksource/clocksource0/current_clocksource
tsc
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
8.52 0.77
+ 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: libtsk.so.19: cannot open 
shared object file: No such file or directory
+ sync
+ test '' = 1
+ reboot -f
Rebooting.
[    8.846286] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[    8.846954] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[    8.847931] reboot: Restarting system
[    8.848129] reboot: machine restart
libguestfs: error: appliance closed the connection unexpectedly, see earlier 
error messages
libguestfs: child_cleanup: 0x5626d38c44a0: child process died
libguestfs: sending SIGTERM to process 29107
libguestfs: qemu maxrss 407964K
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs: closing guestfs handle 0x5626d38c44a0 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsBLItId
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsILF1Nc
_______________________________________________
Libguestfs mailing list
Libguestfs@redhat.com
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to