Hi Richard, Wish you a happy weekend!
Guestfs_launch fails after below error : ^^^^ libguestfs: is_openable: /dev/kvm: No such file or directory libguestfs: trace: get_backend_setting "force_tcg" libguestfs: trace: get_backend_setting = NULL (error) ^^^ Same line has also printed in " LIBGUESTFS_BACKEND=direct libguestfs-test-tool " at line $96-$98 ^^^ Could not access KVM kernel module: No such file or directory qemu-kvm: failed to initialize KVM: No such file or directory ^^^ Please find attachment of $> LIBGUESTFS_BACKEND=direct libguestfs-test-tool Thanks RR -----Original Message----- From: Richard W.M. Jones <rjo...@redhat.com> Sent: Sunday, September 17, 2023 2:07 AM To: Raja Ram Sharma <rshar...@opentext.com> Cc: Teja Konapalli <tkonapa...@opentext.com>; libguestfs@redhat.com; Divyanshu Kumar <dkum...@opentext.com> Subject: Re: [EXTERNAL] - Re: LIBGUESTFS mount disk failure CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. If you feel that the email is suspicious, please report it using PhishAlarm. Thanks for providing the libguestfs-test-tool output in a previous message. > While: guestfs_lanch error: > libguestfs: trace: set_verbose true > libguestfs: trace: set_verbose = 0 > libguestfs: trace: set_backend "direct" > libguestfs: trace: set_backend = 0 Here you're setting backend = "direct", and while that isn't necessarily a problem in itself, the libguestfs-test-tool output that you provided was for the (normal, for RHEL) libvirt backend. This could make a difference, so what's the output of: $ LIBGUESTFS_BACKEND=direct libguestfs-test-tool ? By the way, unless you have a specific reason to set 'LIBGUESTFS_BACKEND=direct' that you can articulate, it is best not to set this as it is less secure and less well tested. If you just copied that environment variable from somewhere without understanding why, then don't do that. Rich. -- Richard Jones, Virtualization Group, Red Hat https://urldefense.com/v3/__http://people.redhat.com/*rjones__;fg!!Obbck6kTJA!dH7uryqvh0lZ5fENv-UGELBhZf_4YeDluWD8HOiX9HhMDMbDUVpoUkP-GHdUVq06f9twxzOInZAGIZOv$ Read my programming and virtualization blog: https://urldefense.com/v3/__http://rwmj.wordpress.com__;!!Obbck6kTJA!dH7uryqvh0lZ5fENv-UGELBhZf_4YeDluWD8HOiX9HhMDMbDUVpoUkP-GHdUVq06f9twxzOInU_4VCMe$ Fedora Windows cross-compiler. Compile Windows programs, test, and build Windows installers. Over 100 libraries supported. https://urldefense.com/v3/__http://fedoraproject.org/wiki/MinGW__;!!Obbck6kTJA!dH7uryqvh0lZ5fENv-UGELBhZf_4YeDluWD8HOiX9HhMDMbDUVpoUkP-GHdUVq06f9twxzOInTq6QXk4$
[root@iwf1118164 ~]# LIBGUESTFS_BACKEND=direct libguestfs-test-tool ************************************************************ * IMPORTANT NOTICE * * When reporting bugs, include the COMPLETE, UNEDITED * output below in your bug report. * ************************************************************ LIBGUESTFS_BACKEND=direct PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin XDG_RUNTIME_DIR=/run/user/0 SELinux: Enforcing 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/libexec/qemu-kvm guestfs_get_memsize: 500 guestfs_get_network: 0 guestfs_get_path: /usr/lib64/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.38.4rhel=8,release=15.module+el8.2.0+5297+222a20af,libvirt 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/libguestfs3rE6U0 libguestfs: launch: umask=0022 libguestfs: launch: euid=0 libguestfs: is_openable: /dev/kvm: No such file or directory 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/lib64/guestfs/supermin.d libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d supermin: version: 5.1.19 supermin: rpm: detected RPM version 4.14 supermin: package handler: fedora/rpm 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/libexec/qemu-kvm, in /var/tmp/.guestfs-0 libguestfs: loading previously cached test results libguestfs: qemu version: 2.12 libguestfs: qemu mandatory locking: yes libguestfs: finished testing qemu features libguestfs: command: run: dmesg | grep -Eoh 'lpj=[[:digit:]]+' libguestfs: read_lpj_from_dmesg: external command exited with error status 1 libguestfs: read_lpj_from_files: no boot messages files are readable /usr/libexec/qemu-kvm \ -global virtio-blk-pci.scsi=off \ -enable-fips \ -nodefaults \ -display none \ -machine accel=kvm:tcg \ -m 500 \ -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/libguestfs3rE6U0/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/libguestfsllpofz/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 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm" Could not access KVM kernel module: No such file or directory qemu-kvm: failed to initialize KVM: No such file or directory qemu-kvm: Back to tcg accelerator libguestfs: responding to serial console Device Status Report \x1b[1;256r\x1b[256;256H\x1b[6n Google, Inc. Serial Graphics Adapter 08/26/19 SGABIOS $Id$ (mockbuild@) Mon Aug 26 10:27:06 UTC 2019 Term: 80x24 4 0 SeaBIOS (version 1.11.1-4.module+el8.1.0+4066+0f1aadab) Booting from ROM... \x1b[2J[ 0.000000] Linux version 4.18.0-193.el8.x86_64 (mockbu...@x86-vm-08.build.eng.bos.redhat.com) (gcc version 8.3.1 20191121 (Red Hat 8.3.1-5) (GCC)) #1 SMP Fri Mar 27 14:35:58 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=xterm [ 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-0x000000001f3ddfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001f3de000-0x000000001f3fffff] 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: Red Hat KVM, BIOS 1.11.1-4.module+el8.1.0+4066+0f1aadab 04/01/2014 [ 0.000000] tsc: Fast TSC calibration failed [ 0.000000] last_pfn = 0x1f3de max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT [ 0.000000] found SMP MP-table at [mem 0x000f5cd0-0x000f5cdf] [ 0.000000] RAMDISK: [mem 0x1ef6d000-0x1f3cffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F5AA0 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000001F3E1503 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000001F3E1417 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000001F3E0040 0013D7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000001F3E0000 000040 [ 0.000000] ACPI: APIC 0x000000001F3E148B 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000001f3ddfff] [ 0.000000] NODE_DATA(0) allocated [mem 0x1ef43000-0x1ef6cfff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001f3ddfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001f3ddfff] [ 0.000000] Zeroed struct page in unavailable ranges: 98 pages [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001f3ddfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] [mem 0x1f400000-0xfffbffff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on bare hardware [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] Detected CPU family 6h model 13 [ 0.000000] Warning: AMD Processor - this hardware has not undergone testing by Red Hat and might not be certified. Please consult https://hardware.redhat.com for certified hardware. [ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] percpu: Embedded 53 pages/cpu s180224 r8192 d28672 u2097152 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 125847 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm [ 0.000000] Specific versions of hardware are certified with Red Hat Enterprise Linux 8. Please see the list of hardware certified with Red Hat Enterprise Linux 8 at https://access.redhat.com/ecosystem. [ 0.000000] Memory: 261668K/511472K available (12292K kernel code, 2151K rwdata, 3848K rodata, 2404K init, 6476K bss, 48824K reserved, 0K cma-reserved) [ 0.000000] random: get_random_u64 called from cache_random_seq_create+0x7c/0x140 with crng_init=0 [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] ftrace: allocating 36334 entries in 142 pages [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1 [ 0.000000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16 [ 0.000000] Console: colour *CGA 80x25 [ 0.000000] printk: console [ttyS0] enabled [ 0.000000] ACPI: Core revision 20190703 [ 0.004000] APIC: Switch to symmetric I/O mode setup [ 0.014000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.017000] tsc: Unable to calibrate against PIT [ 0.017000] tsc: using PMTIMER reference calibration [ 0.017000] tsc: Detected 2397.143 MHz processor [ 0.018000] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x228dac90f64, max_idle_ns: 440795225077 ns [ 0.019585] Calibrating delay loop (skipped), value calculated using timer frequency.. 4794.28 BogoMIPS (lpj=2397143) [ 0.020326] pid_max: default: 32768 minimum: 301 [ 0.022583] Security Framework initialized [ 0.023029] Yama: becoming mindful. [ 0.024000] SELinux: Disabled at boot. [ 0.027922] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.028520] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.030048] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.030369] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.046773] Disabling memory control group subsystem [ 0.055354] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.056095] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.056801] FEATURE SPEC_CTRL Not Present [ 0.057088] FEATURE IBPB_SUPPORT Not Present [ 0.057366] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization [ 0.058166] Spectre V2 : Spectre mitigation: LFENCE not serializing, switching to generic retpoline [ 0.058549] Spectre V2 : Mitigation: Full generic retpoline [ 0.058756] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch [ 0.059044] Speculative Store Bypass: Vulnerable [ 0.256629] random: fast init done [ 0.737230] Freeing SMP alternatives memory: 32K [ 0.770000] smpboot: CPU0: AMD QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0xd, stepping: 0x3) [ 0.777353] Performance Events: PMU not available due to virtualization, using software events only. [ 0.780532] rcu: Hierarchical SRCU implementation. [ 0.787084] NMI watchdog: Perf NMI watchdog permanently disabled [ 0.791226] smp: Bringing up secondary CPUs ... [ 0.791520] smp: Brought up 1 node, 1 CPU [ 0.792080] smpboot: Max logical packages: 1 [ 0.792326] smpboot: Total of 1 processors activated (4794.28 BogoMIPS) [ 0.800116] node 0 initialised, 50245 pages in 1ms [ 0.823882] devtmpfs: initialized [ 0.828711] x86/mm: Memory block size: 128MB [ 0.839875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.840303] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.845169] pinctrl core: initialized pinctrl subsystem [ 0.856092] NET: Registered protocol family 16 [ 0.860033] audit: initializing netlink subsys (disabled) [ 0.865743] audit: type=2000 audit(1694943092.862:1): state=initialized audit_enabled=0 res=1 [ 0.874527] cpuidle: using governor menu [ 0.879260] ACPI: bus type PCI registered [ 0.879780] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.886207] PCI: Using configuration type 1 for base access [ 0.928818] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages [ 0.932623] cryptd: max_cpu_qlen set to 1000 [ 0.937501] ACPI: Added _OSI(Module Device) [ 0.937708] ACPI: Added _OSI(Processor Device) [ 0.937882] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.938000] ACPI: Added _OSI(Processor Aggregator Device) [ 0.938362] ACPI: Added _OSI(Linux-Dell-Video) [ 0.938546] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) [ 0.938729] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) [ 0.960042] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.980729] ACPI: Interpreter enabled [ 0.981935] ACPI: (supports S0 S5) [ 0.982000] ACPI: Using IOAPIC for interrupt routing [ 0.983300] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.986000] ACPI: Enabled 2 GPEs in block 00 to 0F [ 1.024197] clocksource: timekeeping watchdog on CPU0: Marking clocksource 'tsc-early' as unstable because the skew is too large: [ 1.024699] clocksource: 'refined-jiffies' wd_now: fffb7020 wd_last: fffb6e28 mask: ffffffff [ 1.025047] clocksource: 'tsc-early' cs_now: 2c35c6f14 cs_last: 267c34dd8 mask: ffffffffffffffff [ 1.025792] tsc: Marking TSC unstable due to clocksource watchdog [ 1.045000] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 1.045712] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3] [ 1.046791] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 1.056448] acpiphp: Slot [2] registered [ 1.057156] acpiphp: Slot [3] registered [ 1.057546] acpiphp: Slot [4] registered [ 1.057933] acpiphp: Slot [5] registered [ 1.058301] acpiphp: Slot [6] registered [ 1.058632] acpiphp: Slot [7] registered [ 1.059312] acpiphp: Slot [8] registered [ 1.059741] acpiphp: Slot [9] registered [ 1.060258] acpiphp: Slot [10] registered [ 1.060718] acpiphp: Slot [11] registered [ 1.061230] acpiphp: Slot [12] registered [ 1.061576] acpiphp: Slot [13] registered [ 1.062215] acpiphp: Slot [14] registered [ 1.062631] acpiphp: Slot [15] registered [ 1.063093] acpiphp: Slot [16] registered [ 1.063544] acpiphp: Slot [17] registered [ 1.064028] acpiphp: Slot [18] registered [ 1.064371] acpiphp: Slot [19] registered [ 1.064765] acpiphp: Slot [20] registered [ 1.065253] acpiphp: Slot [21] registered [ 1.065612] acpiphp: Slot [22] registered [ 1.066115] acpiphp: Slot [23] registered [ 1.066470] acpiphp: Slot [24] registered [ 1.066790] acpiphp: Slot [25] registered [ 1.067199] acpiphp: Slot [26] registered [ 1.067831] acpiphp: Slot [27] registered [ 1.068270] acpiphp: Slot [28] registered [ 1.069155] acpiphp: Slot [29] registered [ 1.069722] acpiphp: Slot [30] registered [ 1.070401] acpiphp: Slot [31] registered [ 1.071407] PCI host bridge to bus 0000:00 [ 1.072189] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 1.072652] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.073000] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.073502] pci_bus 0000:00: root bus resource [mem 0x1f400000-0xfebfffff window] [ 1.074066] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 1.074799] pci_bus 0000:00: root bus resource [bus 00-ff] [ 1.077140] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 [ 1.084459] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 [ 1.086150] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 [ 1.089103] pci 0000:00:01.1: reg 0x20: [io 0xc0a0-0xc0af] [ 1.090433] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 1.091094] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 1.091405] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 1.091683] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 1.093513] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 [ 1.094266] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 1.094694] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 1.097147] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 [ 1.098000] pci 0000:00:02.0: reg 0x10: [io 0xc080-0xc09f] [ 1.102805] pci 0000:00:02.0: reg 0x20: [mem 0xfebf0000-0xfebf3fff 64bit pref] [ 1.106581] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000 [ 1.107000] pci 0000:00:03.0: reg 0x10: [io 0xc000-0xc03f] [ 1.110064] pci 0000:00:03.0: reg 0x14: [mem 0xfebfe000-0xfebfefff] [ 1.111000] pci 0000:00:03.0: reg 0x20: [mem 0xfebf4000-0xfebf7fff 64bit pref] [ 1.115592] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000 [ 1.116076] pci 0000:00:04.0: reg 0x10: [io 0xc040-0xc07f] [ 1.119195] pci 0000:00:04.0: reg 0x14: [mem 0xfebff000-0xfebfffff] [ 1.130144] pci 0000:00:04.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref] [ 1.152575] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 1.156353] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 1.159073] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 1.161741] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 1.163455] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 1.176936] iommu: Default domain type: Passthrough [ 1.186413] vgaarb: loaded [ 1.192715] SCSI subsystem initialized [ 1.195252] usbcore: USB support disabled [ 1.198342] pps_core: LinuxPPS API ver. 1 registered [ 1.198854] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it> [ 1.199320] PTP clock support registered [ 1.203125] EDAC MC: Ver: 3.0.0 [ 1.208874] PCI: Using ACPI for IRQ routing [ 1.232485] NetLabel: Initializing [ 1.232921] NetLabel: domain hash size = 128 [ 1.233378] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.236904] NetLabel: unlabeled traffic allowed by default [ 1.244180] clocksource: Switched to clocksource refined-jiffies [ 1.477576] VFS: Disk quotas dquot_6.6.0 [ 1.478262] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.482351] pnp: PnP ACPI init [ 1.491384] pnp: PnP ACPI: found 5 devices [ 1.531093] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.531669] clocksource: Switched to clocksource acpi_pm [ 1.535667] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] [ 1.535918] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] [ 1.536316] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 1.536583] pci_bus 0000:00: resource 7 [mem 0x1f400000-0xfebfffff window] [ 1.537600] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window] [ 1.541905] NET: Registered protocol family 2 [ 1.553898] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes) [ 1.554703] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 1.555249] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 1.555899] TCP: Hash tables configured (established 4096 bind 4096) [ 1.557866] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 1.558589] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 1.564343] NET: Registered protocol family 1 [ 1.564906] NET: Registered protocol family 44 [ 1.565397] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 1.565773] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 1.566318] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 1.566678] PCI: CLS 0 bytes, default 64 [ 1.572829] Unpacking initramfs... [ 1.658564] Freeing initrd memory: 4492K [ 1.679635] alg: self-tests disabled [ 1.716430] Initialise system trusted keyrings [ 1.718848] Key type blacklist registered [ 1.721932] workingset: timestamp_bits=36 max_order=17 bucket_order=0 [ 1.783998] zbud: loaded [ 1.790052] pstore: using deflate compression [ 1.800879] Platform Keyring initialized [ 1.966967] NET: Registered protocol family 38 [ 1.968350] Key type asymmetric registered [ 1.968864] Asymmetric key parser 'x509' registered [ 1.970705] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.973874] io scheduler mq-deadline registered [ 1.974758] io scheduler kyber registered [ 1.976860] io scheduler bfq registered [ 1.987676] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 1.993536] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 2.001467] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 2.007621] ACPI: Power Button [PWRF] [ 2.283000] PCI Interrupt Link [LNKB] enabled at IRQ 10 [ 2.551335] PCI Interrupt Link [LNKC] enabled at IRQ 11 [ 2.831811] PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 2.838959] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled [ 2.868002] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 2.886461] Non-volatile memory driver v1.3 [ 2.916400] random: crng init done [ 2.920494] rdac: device handler registered [ 2.924208] hp_sw: device handler registered [ 2.924208] emc: device handler registered [ 2.926696] alua: device handler registered [ 2.930998] libphy: Fixed MDIO Bus: probed [ 2.936734] usbserial: usb_serial_init - registering generic driver failed [ 2.946831] usbserial: usb_serial_init - returning with error -19 [ 2.954454] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 2.962906] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.966415] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.971612] mousedev: PS/2 mouse device common for all mice [ 2.981604] rtc_cmos 00:00: RTC can wake from S4 [ 2.986847] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 2.997793] rtc_cmos 00:00: registered as rtc0 [ 3.000366] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 3.022725] hidraw: raw HID events driver (C) Jiri Kosina [ 3.025643] drop_monitor: Initializing network drop monitor service [ 3.027725] Initializing XFRM netlink socket [ 3.030871] NET: Registered protocol family 10 [ 3.043376] Segment Routing with IPv6 [ 3.044065] NET: Registered protocol family 17 [ 3.045465] mpls_gso: MPLS GSO support [ 3.048936] core: Using 10 MCE banks [ 3.053465] registered taskstats version 1 [ 3.053957] Loading compiled-in X.509 certificates [ 3.079663] Loaded X.509 cert 'Red Hat Enterprise Linux kernel signing key: f597a17b4041dae84c6a4fa1b04623b12b2b4d10' [ 3.083442] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80' [ 3.086575] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8' [ 3.088825] zswap: loaded using pool lzo/zbud [ 3.101599] Key type big_key registered [ 3.106364] Key type encrypted registered [ 3.107210] ima: No TPM chip found, activating TPM-bypass! [ 3.107650] ima: Allocated hash algorithm: sha1 [ 3.111522] evm: Initialising EVM extended attributes: [ 3.111773] evm: security.selinux [ 3.111958] evm: security.ima [ 3.112336] evm: security.capability [ 3.112513] evm: HMAC attrs: 0x1 [ 3.119557] rtc_cmos 00:00: setting system clock to 2023-09-17 09:31:36 UTC (1694943096) [ 3.121834] Unstable clock detected, switching default tracing clock to "global" [ 3.121834] If you want to keep using the local clock, then add: [ 3.121834] "trace_clock=local" [ 3.121834] on the kernel command line [ 3.151262] Freeing unused decrypted memory: 2040K [ 3.194685] Freeing unused kernel memory: 2404K [ 3.197701] Write protecting the kernel read-only data: 18432k [ 3.204470] Freeing unused kernel memory: 2020K [ 3.205530] Freeing unused kernel memory: 248K supermin: mounting /proc supermin: ext2 mini initrd starting up: 5.1.19 glibc supermin: cmdline: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm supermin: uptime: 3.28 0.68 supermin: mounting /sys supermin: internal insmod crc32-pclmul.ko [ 3.324442] 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 libnvdimm.ko supermin: internal insmod nfit.ko supermin: internal insmod libata.ko supermin: internal insmod ata_piix.ko [ 3.603238] scsi host0: ata_piix [ 3.608364] scsi host1: ata_piix [ 3.609459] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 [ 3.609841] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 supermin: internal insmod virtio_blk.ko supermin: internal insmod virtio_console.ko supermin: internal insmod failover.ko [ 3.894849] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 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 sd_mod.ko supermin: internal insmod virtio_scsi.ko [ 4.041686] scsi host2: Virtio SCSI HBA [ 4.061745] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 4.070271] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 4.995493] sd 2:0:0:0: Power-on or device reset occurred [ 5.008600] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (105 MB/100 MiB) [ 5.013579] sd 2:0:0:0: [sda] Write Protect is off [ 5.021937] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.035628] sd 2:0:1:0: Power-on or device reset occurred [ 5.043512] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB) [ 5.047811] sd 2:0:1:0: [sdb] Write Protect is off [ 5.050452] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 5.142236] sd 2:0:1:0: [sdb] Attached SCSI disk [ 5.148903] sd 2:0:0:0: [sda] Attached SCSI disk supermin: internal insmod virtio_balloon.ko supermin: internal insmod virtio_input.ko supermin: internal insmod jbd2.ko supermin: internal insmod mbcache.ko supermin: internal insmod ext4.ko supermin: internal insmod fuse.ko [ 5.532879] fuse: init (API version 7.31) supermin: internal insmod virtiofs.ko supermin: internal insmod crc-itu-t.ko supermin: internal insmod crc7.ko supermin: internal insmod crc8.ko supermin: internal insmod libcrc32c.ko supermin: picked /sys/block/sdb/dev (8:16) as root device supermin: creating /dev/root as block special 8:16 supermin: mounting new root on /root [ 5.611737] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem [ 5.676482] 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 printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_network=1* ]] + [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_rescue=1* ]] + [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_noreboot=1* ]] + [[ panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=/dev/sdb selinux=0 guestfs_verbose=1 TERM=xterm == *guestfs_boot_analysis=1* ]] + '[' '!' -d /sys ']' + mkdir -p /sys + mount -t sysfs /sys /sys + mkdir -p /run + mount -t tmpfs -o nosuid,size=20%,mode=0755 tmpfs /run + mkdir -p /run/lock + ln -s ../run/lock /var/lock + test -e /etc/mtab + 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=xterm == *selinux=1* ]] + mkdir -p /run/tmpfiles.d + kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf ++ dd if=/dev/urandom bs=16 count=1 status=none ++ od -x -A n + machine_id=' b575 449f 2c02 cd97 2363 c52b 1ab9 32b9' + echo b575449f2c02cd972363c52b1ab932b9 + systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot [/usr/lib/tmpfiles.d/mdadm.conf:1] Line references path below legacy directory /var/run/, updating /var/run/mdadm \xe2\x86\x92 /run/mdadm; please update the tmpfiles.d/ drop-in file accordingly. [/usr/lib/tmpfiles.d/systemd.conf:11] Unknown group 'utmp'. [/usr/lib/tmpfiles.d/systemd.conf:22] Unknown group 'systemd-journal'. [/usr/lib/tmpfiles.d/systemd.conf:23] Unknown group 'systemd-journal'. + for f in /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd /sbin/udevd /lib/udev/udevd /usr/lib/udev/udevd + '[' -x /lib/systemd/systemd-udevd ']' + UDEVD=/lib/systemd/systemd-udevd + break + '[' -z /lib/systemd/systemd-udevd ']' + /lib/systemd/systemd-udevd --daemon starting version 239 + udevadm trigger + udevadm settle --timeout=600 [ 14.046830] sd 2:0:0:0: Attached scsi generic sg0 type 0 [ 14.065525] 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 142: lvmetad: command not found + modprobe dm_mod [ 17.411140] device-mapper: uevent: version 1.0.3 [ 17.428817] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) 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 /init: line 152: ldmtool: command not found + test 1 = 1 + test '' '!=' 1 + uname -a Linux (none) 4.18.0-193.el8.x86_64 #1 SMP Fri Mar 27 14:35:58 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux + ls -lR /dev /dev: total 0 crw-r--r-- 1 root root 10, 235 Sep 17 09:31 autofs drwxr-xr-x 2 root root 80 Sep 17 09:31 block drwxr-xr-x 2 root root 80 Sep 17 09:31 bsg drwxr-xr-x 2 root root 2200 Sep 17 09:31 char crw------- 1 root root 5, 1 Sep 17 09:31 console lrwxrwxrwx 1 root root 11 Sep 17 09:31 core -> /proc/kcore drwxr-xr-x 3 root root 60 Sep 17 09:31 cpu crw------- 1 root root 10, 62 Sep 17 09:31 cpu_dma_latency drwxr-xr-x 5 root root 100 Sep 17 09:31 disk lrwxrwxrwx 1 root root 13 Sep 17 09:31 fd -> /proc/self/fd crw-rw-rw- 1 root root 1, 7 Sep 17 09:31 full crw-rw-rw- 1 root root 10, 229 Sep 17 09:31 fuse crw------- 1 root root 10, 228 Sep 17 09:31 hpet crw------- 1 root root 10, 183 Sep 17 09:31 hwrng drwxr-xr-x 3 root root 160 Sep 17 09:31 input crw-r--r-- 1 root root 1, 11 Sep 17 09:31 kmsg crw-rw---- 1 root disk 10, 237 Sep 17 09:31 loop-control drwxr-xr-x 2 root root 60 Sep 17 09:31 mapper crw------- 1 root root 10, 227 Sep 17 09:31 mcelog crw------- 1 root root 1, 1 Sep 17 09:31 mem crw------- 1 root root 10, 59 Sep 17 09:31 memory_bandwidth drwxr-xr-x 2 root root 60 Sep 17 09:31 net crw------- 1 root root 10, 61 Sep 17 09:31 network_latency crw------- 1 root root 10, 60 Sep 17 09:31 network_throughput crw-rw-rw- 1 root root 1, 3 Sep 17 09:31 null crw------- 1 root root 10, 144 Sep 17 09:31 nvram crw------- 1 root root 1, 4 Sep 17 09:31 port crw------- 1 root root 108, 0 Sep 17 09:31 ppp crw-rw-rw- 1 root root 5, 2 Sep 17 09:31 ptmx drwxr-xr-x 2 root root 0 Sep 17 09:31 pts crw-rw-rw- 1 root root 1, 8 Sep 17 09:31 random drwxr-xr-x 2 root root 60 Sep 17 09:31 raw lrwxrwxrwx 1 root root 4 Sep 17 09:31 rtc -> rtc0 crw------- 1 root root 251, 0 Sep 17 09:31 rtc0 brw------- 1 root root 8, 0 Sep 17 09:31 sda brw------- 1 root root 8, 16 Sep 17 09:31 sdb crw-rw---- 1 root disk 21, 0 Sep 17 09:31 sg0 crw-rw---- 1 root disk 21, 1 Sep 17 09:31 sg1 drwxrwxrwt 2 root root 40 Sep 17 09:31 shm crw------- 1 root root 10, 231 Sep 17 09:31 snapshot drwxr-xr-x 2 root root 80 Sep 17 09:31 snd lrwxrwxrwx 1 root root 15 Sep 17 09:31 stderr -> /proc/self/fd/2 lrwxrwxrwx 1 root root 15 Sep 17 09:31 stdin -> /proc/self/fd/0 lrwxrwxrwx 1 root root 15 Sep 17 09:31 stdout -> /proc/self/fd/1 crw-rw-rw- 1 root root 5, 0 Sep 17 09:31 tty crw------- 1 root root 4, 0 Sep 17 09:31 tty0 crw------- 1 root root 4, 1 Sep 17 09:31 tty1 crw------- 1 root root 4, 10 Sep 17 09:31 tty10 crw------- 1 root root 4, 11 Sep 17 09:31 tty11 crw------- 1 root root 4, 12 Sep 17 09:31 tty12 crw------- 1 root root 4, 13 Sep 17 09:31 tty13 crw------- 1 root root 4, 14 Sep 17 09:31 tty14 crw------- 1 root root 4, 15 Sep 17 09:31 tty15 crw------- 1 root root 4, 16 Sep 17 09:31 tty16 crw------- 1 root root 4, 17 Sep 17 09:31 tty17 crw------- 1 root root 4, 18 Sep 17 09:31 tty18 crw------- 1 root root 4, 19 Sep 17 09:31 tty19 crw------- 1 root root 4, 2 Sep 17 09:31 tty2 crw------- 1 root root 4, 20 Sep 17 09:31 tty20 crw------- 1 root root 4, 21 Sep 17 09:31 tty21 crw------- 1 root root 4, 22 Sep 17 09:31 tty22 crw------- 1 root root 4, 23 Sep 17 09:31 tty23 crw------- 1 root root 4, 24 Sep 17 09:31 tty24 crw------- 1 root root 4, 25 Sep 17 09:31 tty25 crw------- 1 root root 4, 26 Sep 17 09:31 tty26 crw------- 1 root root 4, 27 Sep 17 09:31 tty27 crw------- 1 root root 4, 28 Sep 17 09:31 tty28 crw------- 1 root root 4, 29 Sep 17 09:31 tty29 crw------- 1 root root 4, 3 Sep 17 09:31 tty3 crw------- 1 root root 4, 30 Sep 17 09:31 tty30 crw------- 1 root root 4, 31 Sep 17 09:31 tty31 crw------- 1 root root 4, 32 Sep 17 09:31 tty32 crw------- 1 root root 4, 33 Sep 17 09:31 tty33 crw------- 1 root root 4, 34 Sep 17 09:31 tty34 crw------- 1 root root 4, 35 Sep 17 09:31 tty35 crw------- 1 root root 4, 36 Sep 17 09:31 tty36 crw------- 1 root root 4, 37 Sep 17 09:31 tty37 crw------- 1 root root 4, 38 Sep 17 09:31 tty38 crw------- 1 root root 4, 39 Sep 17 09:31 tty39 crw------- 1 root root 4, 4 Sep 17 09:31 tty4 crw------- 1 root root 4, 40 Sep 17 09:31 tty40 crw------- 1 root root 4, 41 Sep 17 09:31 tty41 crw------- 1 root root 4, 42 Sep 17 09:31 tty42 crw------- 1 root root 4, 43 Sep 17 09:31 tty43 crw------- 1 root root 4, 44 Sep 17 09:31 tty44 crw------- 1 root root 4, 45 Sep 17 09:31 tty45 crw------- 1 root root 4, 46 Sep 17 09:31 tty46 crw------- 1 root root 4, 47 Sep 17 09:31 tty47 crw------- 1 root root 4, 48 Sep 17 09:31 tty48 crw------- 1 root root 4, 49 Sep 17 09:31 tty49 crw------- 1 root root 4, 5 Sep 17 09:31 tty5 crw------- 1 root root 4, 50 Sep 17 09:31 tty50 crw------- 1 root root 4, 51 Sep 17 09:31 tty51 crw------- 1 root root 4, 52 Sep 17 09:31 tty52 crw------- 1 root root 4, 53 Sep 17 09:31 tty53 crw------- 1 root root 4, 54 Sep 17 09:31 tty54 crw------- 1 root root 4, 55 Sep 17 09:31 tty55 crw------- 1 root root 4, 56 Sep 17 09:31 tty56 crw------- 1 root root 4, 57 Sep 17 09:31 tty57 crw------- 1 root root 4, 58 Sep 17 09:31 tty58 crw------- 1 root root 4, 59 Sep 17 09:31 tty59 crw------- 1 root root 4, 6 Sep 17 09:31 tty6 crw------- 1 root root 4, 60 Sep 17 09:31 tty60 crw------- 1 root root 4, 61 Sep 17 09:31 tty61 crw------- 1 root root 4, 62 Sep 17 09:31 tty62 crw------- 1 root root 4, 63 Sep 17 09:31 tty63 crw------- 1 root root 4, 7 Sep 17 09:31 tty7 crw------- 1 root root 4, 8 Sep 17 09:31 tty8 crw------- 1 root root 4, 9 Sep 17 09:31 tty9 crw------- 1 root root 4, 64 Sep 17 09:31 ttyS0 crw------- 1 root root 10, 239 Sep 17 09:31 uhid crw------- 1 root root 10, 223 Sep 17 09:31 uinput crw-rw-rw- 1 root root 1, 9 Sep 17 09:31 urandom crw------- 1 root root 245, 0 Sep 17 09:31 usbmon0 crw------- 1 root root 7, 0 Sep 17 09:31 vcs crw------- 1 root root 7, 1 Sep 17 09:31 vcs1 crw------- 1 root root 7, 128 Sep 17 09:31 vcsa crw------- 1 root root 7, 129 Sep 17 09:31 vcsa1 drwxr-xr-x 2 root root 60 Sep 17 09:31 vfio crw------- 1 root root 10, 63 Sep 17 09:31 vga_arbiter crw------- 1 root root 10, 137 Sep 17 09:31 vhci crw------- 1 root root 10, 238 Sep 17 09:31 vhost-net crw------- 1 root root 10, 241 Sep 17 09:31 vhost-vsock drwxr-xr-x 2 root root 60 Sep 17 09:31 virtio-ports crw------- 1 root root 241, 1 Sep 17 09:31 vport2p1 crw-rw-rw- 1 root root 1, 5 Sep 17 09:31 zero /dev/block: total 0 lrwxrwxrwx 1 root root 6 Sep 17 09:31 8:0 -> ../sda lrwxrwxrwx 1 root root 6 Sep 17 09:31 8:16 -> ../sdb /dev/bsg: total 0 crw------- 1 root root 246, 0 Sep 17 09:31 2:0:0:0 crw------- 1 root root 246, 1 Sep 17 09:31 2:0:1:0 /dev/char: total 0 lrwxrwxrwx 1 root root 8 Sep 17 09:31 10:144 -> ../nvram lrwxrwxrwx 1 root root 8 Sep 17 09:31 10:183 -> ../hwrng lrwxrwxrwx 1 root root 9 Sep 17 09:31 10:227 -> ../mcelog lrwxrwxrwx 1 root root 7 Sep 17 09:31 10:228 -> ../hpet lrwxrwxrwx 1 root root 7 Sep 17 09:31 10:229 -> ../fuse lrwxrwxrwx 1 root root 11 Sep 17 09:31 10:231 -> ../snapshot lrwxrwxrwx 1 root root 9 Sep 17 09:31 10:235 -> ../autofs lrwxrwxrwx 1 root root 17 Sep 17 09:31 10:236 -> ../mapper/control lrwxrwxrwx 1 root root 19 Sep 17 09:31 10:59 -> ../memory_bandwidth lrwxrwxrwx 1 root root 21 Sep 17 09:31 10:60 -> ../network_throughput lrwxrwxrwx 1 root root 18 Sep 17 09:31 10:61 -> ../network_latency lrwxrwxrwx 1 root root 18 Sep 17 09:31 10:62 -> ../cpu_dma_latency lrwxrwxrwx 1 root root 14 Sep 17 09:31 10:63 -> ../vga_arbiter lrwxrwxrwx 1 root root 15 Sep 17 09:31 13:32 -> ../input/mouse0 lrwxrwxrwx 1 root root 13 Sep 17 09:31 13:63 -> ../input/mice lrwxrwxrwx 1 root root 15 Sep 17 09:31 13:64 -> ../input/event0 lrwxrwxrwx 1 root root 15 Sep 17 09:31 13:65 -> ../input/event1 lrwxrwxrwx 1 root root 15 Sep 17 09:31 13:66 -> ../input/event2 lrwxrwxrwx 1 root root 13 Sep 17 09:31 162:0 -> ../raw/rawctl lrwxrwxrwx 1 root root 6 Sep 17 09:31 1:1 -> ../mem lrwxrwxrwx 1 root root 7 Sep 17 09:31 1:11 -> ../kmsg lrwxrwxrwx 1 root root 7 Sep 17 09:31 1:3 -> ../null lrwxrwxrwx 1 root root 7 Sep 17 09:31 1:4 -> ../port lrwxrwxrwx 1 root root 7 Sep 17 09:31 1:5 -> ../zero lrwxrwxrwx 1 root root 7 Sep 17 09:31 1:7 -> ../full lrwxrwxrwx 1 root root 9 Sep 17 09:31 1:8 -> ../random lrwxrwxrwx 1 root root 10 Sep 17 09:31 1:9 -> ../urandom lrwxrwxrwx 1 root root 12 Sep 17 09:31 202:0 -> ../cpu/0/msr lrwxrwxrwx 1 root root 14 Sep 17 09:31 203:0 -> ../cpu/0/cpuid lrwxrwxrwx 1 root root 6 Sep 17 09:31 21:0 -> ../sg0 lrwxrwxrwx 1 root root 6 Sep 17 09:31 21:1 -> ../sg1 lrwxrwxrwx 1 root root 11 Sep 17 09:31 241:1 -> ../vport2p1 lrwxrwxrwx 1 root root 10 Sep 17 09:31 245:0 -> ../usbmon0 lrwxrwxrwx 1 root root 14 Sep 17 09:31 246:0 -> ../bsg/2:0:0:0 lrwxrwxrwx 1 root root 14 Sep 17 09:31 246:1 -> ../bsg/2:0:1:0 lrwxrwxrwx 1 root root 7 Sep 17 09:31 251:0 -> ../rtc0 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:0 -> ../tty0 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:1 -> ../tty1 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:10 -> ../tty10 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:11 -> ../tty11 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:12 -> ../tty12 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:13 -> ../tty13 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:14 -> ../tty14 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:15 -> ../tty15 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:16 -> ../tty16 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:17 -> ../tty17 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:18 -> ../tty18 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:19 -> ../tty19 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:2 -> ../tty2 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:20 -> ../tty20 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:21 -> ../tty21 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:22 -> ../tty22 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:23 -> ../tty23 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:24 -> ../tty24 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:25 -> ../tty25 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:26 -> ../tty26 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:27 -> ../tty27 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:28 -> ../tty28 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:29 -> ../tty29 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:3 -> ../tty3 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:30 -> ../tty30 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:31 -> ../tty31 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:32 -> ../tty32 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:33 -> ../tty33 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:34 -> ../tty34 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:35 -> ../tty35 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:36 -> ../tty36 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:37 -> ../tty37 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:38 -> ../tty38 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:39 -> ../tty39 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:4 -> ../tty4 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:40 -> ../tty40 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:41 -> ../tty41 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:42 -> ../tty42 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:43 -> ../tty43 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:44 -> ../tty44 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:45 -> ../tty45 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:46 -> ../tty46 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:47 -> ../tty47 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:48 -> ../tty48 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:49 -> ../tty49 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:5 -> ../tty5 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:50 -> ../tty50 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:51 -> ../tty51 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:52 -> ../tty52 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:53 -> ../tty53 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:54 -> ../tty54 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:55 -> ../tty55 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:56 -> ../tty56 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:57 -> ../tty57 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:58 -> ../tty58 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:59 -> ../tty59 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:6 -> ../tty6 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:60 -> ../tty60 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:61 -> ../tty61 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:62 -> ../tty62 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:63 -> ../tty63 lrwxrwxrwx 1 root root 8 Sep 17 09:31 4:64 -> ../ttyS0 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:7 -> ../tty7 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:8 -> ../tty8 lrwxrwxrwx 1 root root 7 Sep 17 09:31 4:9 -> ../tty9 lrwxrwxrwx 1 root root 6 Sep 17 09:31 5:0 -> ../tty lrwxrwxrwx 1 root root 10 Sep 17 09:31 5:1 -> ../console lrwxrwxrwx 1 root root 7 Sep 17 09:31 5:2 -> ../ptmx lrwxrwxrwx 1 root root 6 Sep 17 09:31 7:0 -> ../vcs lrwxrwxrwx 1 root root 7 Sep 17 09:31 7:1 -> ../vcs1 lrwxrwxrwx 1 root root 7 Sep 17 09:31 7:128 -> ../vcsa lrwxrwxrwx 1 root root 8 Sep 17 09:31 7:129 -> ../vcsa1 /dev/cpu: total 0 drwxr-xr-x 2 root root 80 Sep 17 09:31 0 /dev/cpu/0: total 0 crw------- 1 root root 203, 0 Sep 17 09:31 cpuid crw------- 1 root root 202, 0 Sep 17 09:31 msr /dev/disk: total 0 drwxr-xr-x 2 root root 80 Sep 17 09:31 by-id drwxr-xr-x 2 root root 80 Sep 17 09:31 by-path drwxr-xr-x 2 root root 60 Sep 17 09:31 by-uuid /dev/disk/by-id: total 0 lrwxrwxrwx 1 root root 9 Sep 17 09:31 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb lrwxrwxrwx 1 root root 9 Sep 17 09:31 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda /dev/disk/by-path: total 0 lrwxrwxrwx 1 root root 9 Sep 17 09:31 pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda lrwxrwxrwx 1 root root 9 Sep 17 09:31 pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb /dev/disk/by-uuid: total 0 lrwxrwxrwx 1 root root 9 Sep 17 09:31 2a1bdedb-ca8f-417c-a737-b6f43515b526 -> ../../sdb /dev/input: total 0 drwxr-xr-x 2 root root 100 Sep 17 09:31 by-path crw------- 1 root root 13, 64 Sep 17 09:31 event0 crw------- 1 root root 13, 65 Sep 17 09:31 event1 crw------- 1 root root 13, 66 Sep 17 09:31 event2 crw------- 1 root root 13, 63 Sep 17 09:31 mice crw------- 1 root root 13, 32 Sep 17 09:31 mouse0 /dev/input/by-path: total 0 lrwxrwxrwx 1 root root 9 Sep 17 09:31 platform-i8042-serio-0-event-kbd -> ../event1 lrwxrwxrwx 1 root root 9 Sep 17 09:31 platform-i8042-serio-1-event-mouse -> ../event2 lrwxrwxrwx 1 root root 9 Sep 17 09:31 platform-i8042-serio-1-mouse -> ../mouse0 /dev/mapper: total 0 crw------- 1 root root 10, 236 Sep 17 09:31 control /dev/net: total 0 crw-rw-rw- 1 root root 10, 200 Sep 17 09:31 tun /dev/pts: total 0 c--------- 1 root root 5, 2 Sep 17 09:31 ptmx /dev/raw: total 0 crw------- 1 root root 162, 0 Sep 17 09:31 rawctl /dev/shm: total 0 /dev/snd: total 0 crw-rw---- 1 root audio 116, 1 Sep 17 09:31 seq crw-rw---- 1 root audio 116, 33 Sep 17 09:31 timer /dev/vfio: total 0 crw------- 1 root root 10, 196 Sep 17 09:31 vfio /dev/virtio-ports: total 0 lrwxrwxrwx 1 root root 11 Sep 17 09:31 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=94780k,mode=755 0 0 /dev /dev devtmpfs rw,relatime,size=231340k,nr_inodes=57835,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 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 151552 0 sg 40960 0 libcrc32c 16384 0 crc8 16384 0 crc7 16384 0 crc_itu_t 16384 0 virtiofs 28672 0 fuse 131072 1 virtiofs ext4 749568 1 mbcache 16384 1 ext4 jbd2 122880 1 ext4 virtio_input 16384 0 virtio_balloon 20480 0 virtio_scsi 20480 1 sd_mod 53248 1 nd_pmem 20480 0 nd_btt 24576 1 nd_pmem virtio_net 53248 0 net_failover 24576 1 virtio_net failover 16384 1 net_failover virtio_console 36864 0 virtio_blk 20480 0 ata_piix 36864 0 libata 270336 1 ata_piix nfit 65536 0 libnvdimm 184320 3 nd_btt,nd_pmem,nfit crc32_generic 16384 0 + date Sun Sep 17 09:31:54 UTC 2023 + echo -n 'clocksource: ' clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource acpi_pm + echo -n 'uptime: ' uptime: + cat /proc/uptime 20.92 1.04 + 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 lvm_system_dir = /tmp/lvm OCaml daemon loaded trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0' commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle calling: settle libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG libguestfs: appliance is up Guest launched OK. guestfsd: <= part_disk (0xd2) request length 60 bytes commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle -E /dev/sda calling: settle commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle calling: settle commandrvf: stdout=e stderr=y flags=0x10000 commandrvf: parted -s -- /dev/sda mklabel msdos mkpart primary 128s -128s Warning: The resulting partition is not properly aligned for best performance: 128s % 2048s != 0s commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle calling: settle guestfsd: => part_disk (0xd2) took 2.07 secs guestfsd: <= mkfs (0x116) request length 84 bytes commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle -E /dev/sda1 calling: settle commandrvf: stdout=y stderr=y flags=0x0 commandrvf: wipefs --help commandrvf: stdout=n stderr=n flags=0x0 commandrvf: wipefs -a --force /dev/sda1 commandrvf: stdout=n stderr=y flags=0x0 commandrvf: mke2fs -t ext2 -F /dev/sda1 mke2fs 1.45.4 (23-Sep-2019) guestfsd: => mkfs (0x116) took 0.83 secs guestfsd: <= vfs_type (0xc6) request length 56 bytes commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle -E /dev/sda1 calling: settle command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda1' command: blkid returned 0 command: blkid: stdout: ext2 guestfsd: => vfs_type (0xc6) took 0.83 secs guestfsd: <= mount (0x1) request length 64 bytes commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle -E /dev/sda1 calling: settle command: mount '/dev/sda1' '/sysroot//' [ 26.380247] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem [ 26.499097] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null) guestfsd: => mount (0x1) took 0.90 secs guestfsd: <= touch (0x3) request length 52 bytes guestfsd: => touch (0x3) took 0.06 secs guestfsd: <= internal_autosync (0x11a) request length 40 bytes umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0 umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0 umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0 umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=94780k,mode=755 freq=0 passno=0 umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=231340k,nr_inodes=57835,mode=755 freq=0 passno=0 umount-all: /proc/mounts: fsname=/dev/pts dir=/dev/pts type=devpts opts=rw,relatime,mode=600,ptmxmode=000 freq=0 passno=0 umount-all: /proc/mounts: fsname=shmfs dir=/dev/shm type=tmpfs opts=rw,relatime freq=0 passno=0 umount-all: /proc/mounts: fsname=/dev/sda1 dir=/sysroot type=ext2 opts=rw,relatime freq=0 passno=0 commandrvf: stdout=n stderr=y flags=0x0 commandrvf: umount /sysroot commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle -E /dev/sdb calling: settle commandrvf: stdout=n stderr=y flags=0x0 commandrvf: udevadm --debug settle -E /dev/sda calling: settle fsync /dev/sda libguestfs: sending SIGTERM to process 42270 libguestfs: qemu maxrss 331676K libguestfs: closing guestfs handle 0x55bd9848c700 (state 0) libguestfs: command: run: rm libguestfs: command: run: \ -rf /tmp/libguestfs3rE6U0 libguestfs: command: run: rm libguestfs: command: run: \ -rf /tmp/libguestfsllpofz ===== TEST FINISHED OK =====
_______________________________________________ Libguestfs mailing list Libguestfs@redhat.com https://listman.redhat.com/mailman/listinfo/libguestfs