It seems the troubleshooting contact information is a bit outdated. I'll just forward the original mail.

Kind regards,
Julian

-------- Forwarded Message --------
Subject: Trouble running virt-customize and libguestfs-test-tool
Date: Wed, 11 Sep 2024 11:55:04 +0200
From: Julian Euler <eu...@emergencity.de>
Organization: emergenCITY
To: libgues...@redhat.com

To whom it may concern,

I'm trying to install the `qemu-guest-agent` and `python3` packages into a debian cloud-init image (as found here: https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2).

I have installed the libguestfs-tool via apt on my proxmox host (Debian 12) and ran the following command as root:

`virt-customize -a debian-12-genericcloud-amd64.qcow2 --install python3,qemu-guest-agent`

Here is the output for the `virt-customize` command:

```
[   0.0] Examining the guest ...
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_network true
libguestfs: trace: set_network = 0
libguestfs: trace: add_drive "debian-12-genericcloud-amd64.qcow2" "readonly:false" "protocol:file" "discard:besteffort"
libguestfs: trace: add_drive = 0
libguestfs: trace: launch
libguestfs: trace: max_disks
libguestfs: trace: max_disks = 255
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version = major: 1, minor: 48, release: 6, extra: , >
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=virt-customize
libguestfs: launch: version=1.48.6
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfsrQS0qb
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: begin building supermin appliance
libguestfs: run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /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.2
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: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
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: 9.0
libguestfs: qemu mandatory locking: yes
libguestfs: qemu KVM: enabled
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "force_kvm"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_sockdir
libguestfs: trace: get_sockdir = "/tmp"
libguestfs: finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
/usr/bin/qemu-system-x86_64 \
    -global virtio-blk-pci.scsi=off \
    -no-user-config \
    -nodefaults \
    -display none \
    -machine accel=kvm:tcg,graphics=off \
    -cpu max,la57=off \
    -m 1280 \
    -no-reboot \
    -rtc driftfix=slew \
    -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=/root/cloud_images/debian-12-genericcloud-amd64.qcow2,cache=writeback,discard=unmap,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 \
    -chardev socket,path=/tmp/libguestfsVbssl3/guestfsd.sock,id=channel0 \
    -device virtserialport,chardev=channel0,name=org.libguestfs.channel.0 \
    -netdev user,id=usernet,net=169.254.0.0/16 \
    -device virtio-net-pci,netdev=usernet \
-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=UUID=c8b60ed5-7fe4-4d4c-914f-e0e50d3278c9 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color" \x1bc\x1b[?7l\x1b[2J\x1b[0mSeaBIOS (version rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org)


iPXE (http://ipxe.org) 00:05.0 C000 PCI2.10 PnP PMM+4EFD0D90+4EF30D90 C000




Booting from ROM..\x1bc\x1b[?7l\x1b[2J[ 0.000000] Linux version 6.8.12-1-pve (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-1 (2024-08-05T16:17Z) () [ 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=UUID=c8b60ed5-7fe4-4d4c-914f-e0e50d3278c9 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004ffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000004ffe0000-0x000000004fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000001] kvm-clock: using sched offset of 284688623 cycles
[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000005] tsc: Detected 2999.994 MHz processor
[    0.000380] last_pfn = 0x4ffe0 max_arch_pfn = 0x400000000
[ 0.000646] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
[    0.000655] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.003405] found SMP MP-table at [mem 0x000f5460-0x000f546f]
[    0.003421] Using GB pages for direct mapping
[    0.003573] RAMDISK: [mem 0x4fbbd000-0x4ffdffff]
[    0.003797] ACPI: Early table checksum verification disabled
[    0.003801] ACPI: RSDP 0x00000000000F5280 000014 (v00 BOCHS )
[ 0.003804] ACPI: RSDT 0x000000004FFE1AC1 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003809] ACPI: FACP 0x000000004FFE1975 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003813] ACPI: DSDT 0x000000004FFE0040 001935 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[    0.003816] ACPI: FACS 0x000000004FFE0000 000040
[ 0.003818] ACPI: APIC 0x000000004FFE19E9 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003820] ACPI: HPET 0x000000004FFE1A61 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003822] ACPI: WAET 0x000000004FFE1A99 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003824] ACPI: Reserving FACP table memory at [mem 0x4ffe1975-0x4ffe19e8] [ 0.003826] ACPI: Reserving DSDT table memory at [mem 0x4ffe0040-0x4ffe1974] [ 0.003826] ACPI: Reserving FACS table memory at [mem 0x4ffe0000-0x4ffe003f] [ 0.003827] ACPI: Reserving APIC table memory at [mem 0x4ffe19e9-0x4ffe1a60] [ 0.003828] ACPI: Reserving HPET table memory at [mem 0x4ffe1a61-0x4ffe1a98] [ 0.003828] ACPI: Reserving WAET table memory at [mem 0x4ffe1a99-0x4ffe1ac0]
[    0.004476] No NUMA configuration found
[    0.004478] Faking a node at [mem 0x0000000000000000-0x000000004ffdffff]
[    0.004483] NODE_DATA(0) allocated [mem 0x4fb92000-0x4fbbcfff]
[    0.004669] Zone ranges:
[    0.004669]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004671]   DMA32    [mem 0x0000000001000000-0x000000004ffdffff]
[    0.004673]   Normal   empty
[    0.004674]   Device   empty
[    0.004674] Movable zone start for each node
[    0.004676] Early memory node ranges
[    0.004676]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.004678]   node   0: [mem 0x0000000000100000-0x000000004ffdffff]
[ 0.004679] Initmem setup node 0 [mem 0x0000000000001000-0x000000004ffdffff]
[    0.006752] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006789] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.026695] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.026695] ACPI: PM-Timer IO Port: 0x608
[    0.026695] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.026695] IOAPIC[0]: apic_id 0, version 0, address 0xfec00000, GSI 0-0
[    0.026695] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 2
[    0.026695] ACPI: Failed to find ioapic for gsi : 2
[    0.026695] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 5
[    0.026695] ACPI: Failed to find ioapic for gsi : 5
[    0.026695] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 9
[    0.026695] ACPI: Failed to find ioapic for gsi : 9
[    0.026695] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 10
[    0.026695] ACPI: Failed to find ioapic for gsi : 10
[    0.026695] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 11
[    0.026695] ACPI: Failed to find ioapic for gsi : 11
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 1
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 2
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 3
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 4
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 5
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 6
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 7
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 8
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 9
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 10
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 11
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 12
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 13
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 14
[    0.026695] ERROR: Unable to locate IOAPIC for GSI 15
[    0.026695] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026695] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026695] TSC deadline timer available
[    0.026695] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.026695] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write() [ 0.026698] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.026700] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.026700] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.026701] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.026702] [mem 0x50000000-0xfeffbfff] available for PCI devices
[    0.026704] Booting paravirtualized kernel on KVM
[ 0.026705] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.026713] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.029080] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u2097152
[    0.029176] kvm-guest: PV spinlocks disabled, single CPU
[ 0.029179] 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=UUID=c8b60ed5-7fe4-4d4c-914f-e0e50d3278c9 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=xterm-256color
[    0.029317] cgroup: Disabling memory control group subsystem
[ 0.029369] Unknown kernel command line parameters "edd=off udevtimeout=6000 guestfs_verbose=1 guestfs_network=1", will be passed to user space.
[    0.029382] random: crng init done
[ 0.031718] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.031978] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.032033] Fallback order for Node 0: 0
[    0.032036] Built 1 zonelists, mobility grouping on.  Total pages: 322272
[    0.032037] Policy zone: DMA32
[    0.032042] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.035802] Memory: 1231724K/1310200K available (20480K kernel code, 3250K rwdata, 13252K rodata, 4728K init, 6172K bss, 78216K reserved, 0K cma-reserved)
[    0.036742] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.036768] ftrace: allocating 55222 entries in 216 pages
[    0.047328] ftrace: allocated 216 pages with 4 groups
[    0.048339] Dynamic Preempt: voluntary
[    0.050415] rcu: Preemptible hierarchical RCU implementation.
[ 0.050416] rcu: \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[    0.050418] \tTrampoline variant of Tasks RCU enabled.
[    0.050418] \tRude variant of Tasks RCU enabled.
[    0.050419] \tTracing variant of Tasks RCU enabled.
[ 0.050420] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.050420] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.054792] NR_IRQS: 524544, nr_irqs: 33, preallocated irqs: 16
[ 0.055132] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.055145] Console: colour *CGA 80x25
[    0.055145] printk: legacy console [ttyS0] enabled
[    0.374121] ACPI: Core revision 20230628
[    0.375747] APIC: Switch to symmetric I/O mode setup
[    0.377712] x2apic enabled
[    0.378839] APIC: Switched APIC routing to: physical x2apic
[ 0.381444] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b3e3fac9a0, max_idle_ns: 440795340953 ns [ 0.385322] Calibrating delay loop (skipped) preset value.. 5999.98 BogoMIPS (lpj=2999994)
[    0.386316] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.386316] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[    0.386316] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 0.386316] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.386316] Spectre V2 : Mitigation: Retpolines
[ 0.386316] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.386316] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.386316] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.386316] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.386316] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.386316] Speculative Return Stack Overflow: IBPB-extending microcode not applied! [ 0.386316] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options. [ 0.386316] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode [ 0.386316] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.386316] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.386316] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.386316] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[ 0.386316] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.386316] Freeing SMP alternatives memory: 48K
[    0.386316] pid_max: default: 32768 minimum: 301
[ 0.386316] LSM: initializing lsm=lockdown,capability,yama,apparmor,integrity
[    0.386316] Yama: becoming mindful.
[    0.386316] AppArmor: AppArmor initialized
[ 0.386316] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.386316] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.386316] smpboot: CPU0: AMD EPYC 9354P 32-Core Processor (family: 0x19, model: 0x11, stepping: 0x1) [ 0.386557] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.387368] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.388349] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.389363] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.390336] ... version:                0
[    0.391327] ... bit width:              48
[    0.392326] ... generic registers:      6
[    0.393326] ... value mask:             0000ffffffffffff
[    0.394327] ... max period:             00007fffffffffff
[    0.395326] ... fixed-purpose events:   0
[    0.396327] ... event mask:             000000000000003f
[    0.397430] signal: max sigframe size: 1776
[    0.398439] rcu: Hierarchical SRCU implementation.
[    0.399328] rcu: \tMax phase no-delay instances is 400.
[    0.404423] smp: Bringing up secondary CPUs ...
[    0.405342] smp: Brought up 1 node, 1 CPU
[    0.406329] smpboot: Max logical packages: 1
[    0.407327] smpboot: Total of 1 processors activated (5999.98 BogoMIPS)
[    0.408855] devtmpfs: initialized
[    0.409393] x86/mm: Memory block size: 128MB
[ 0.411040] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.411345] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.412397] pinctrl core: initialized pinctrl subsystem
[    0.413653] PM: RTC time: 09:03:21, date: 2024-09-11
[    0.415645] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.416603] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.417339] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.418370] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.419340] audit: initializing netlink subsys (disabled)
[ 0.420377] audit: type=2000 audit(1726045401.873:1): state=initialized audit_enabled=0 res=1
[    0.421542] thermal_sys: Registered thermal governor 'fair_share'
[    0.421544] thermal_sys: Registered thermal governor 'bang_bang'
[    0.422332] thermal_sys: Registered thermal governor 'step_wise'
[    0.423327] thermal_sys: Registered thermal governor 'user_space'
[    0.424327] thermal_sys: Registered thermal governor 'power_allocator'
[    0.425340] EISA bus registered
[    0.427339] cpuidle: using governor ladder
[    0.428333] cpuidle: using governor menu
[    0.431547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.432617] PCI: Using configuration type 1 for base access
[    0.433328] PCI: Using configuration type 1 for extended access
[ 0.434546] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.462470] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.463328] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.464328] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.465327] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.469368] ACPI: Added _OSI(Module Device)
[    0.470330] ACPI: Added _OSI(Processor Device)
[    0.471328] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.472327] ACPI: Added _OSI(Processor Aggregator Device)
[    0.474877] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.475761] ERROR: Unable to locate IOAPIC for GSI 9
[    0.476328] ACPI: OSL: SCI (ACPI GSI 9) not registered
[    0.478660] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.479523] ACPI: Interpreter enabled
[    0.480345] ACPI: PM: (supports S0 S3 S4 S5)
[    0.481328] ACPI: Using IOAPIC for interrupt routing
[ 0.482530] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.483327] PCI: Using E820 reservations for host bridge windows
[    0.484504] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.489484] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.490333] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.491874] acpiphp: Slot [2] registered
[    0.492367] acpiphp: Slot [3] registered
[    0.493365] acpiphp: Slot [4] registered
[    0.494366] acpiphp: Slot [5] registered
[    0.495364] acpiphp: Slot [6] registered
[    0.496398] acpiphp: Slot [7] registered
[    0.497379] acpiphp: Slot [8] registered
[    0.498364] acpiphp: Slot [9] registered
[    0.499374] acpiphp: Slot [10] registered
[    0.500364] acpiphp: Slot [11] registered
[    0.501366] acpiphp: Slot [12] registered
[    0.502364] acpiphp: Slot [13] registered
[    0.503364] acpiphp: Slot [14] registered
[    0.504363] acpiphp: Slot [15] registered
[    0.505364] acpiphp: Slot [16] registered
[    0.506367] acpiphp: Slot [17] registered
[    0.507374] acpiphp: Slot [18] registered
[    0.508368] acpiphp: Slot [19] registered
[    0.509366] acpiphp: Slot [20] registered
[    0.510364] acpiphp: Slot [21] registered
[    0.511382] acpiphp: Slot [22] registered
[    0.512364] acpiphp: Slot [23] registered
[    0.513364] acpiphp: Slot [24] registered
[    0.514363] acpiphp: Slot [25] registered
[    0.515370] acpiphp: Slot [26] registered
[    0.516365] acpiphp: Slot [27] registered
[    0.517364] acpiphp: Slot [28] registered
[    0.518363] acpiphp: Slot [29] registered
[    0.519364] acpiphp: Slot [30] registered
[    0.520397] acpiphp: Slot [31] registered
[    0.521360] PCI host bridge to bus 0000:00
[    0.522328] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.523328] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[ 0.524329] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.525329] pci_bus 0000:00: root bus resource [mem 0x50000000-0xfebfffff window] [ 0.526327] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.527328] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.528922] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint [ 0.530685] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint [ 0.533209] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint
[    0.536223] pci 0000:00:01.1: BAR 4 [io  0xc0c0-0xc0cf]
[    0.537402] pci 0000:00:01.1: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk
[    0.538328] pci 0000:00:01.1: BAR 1 [io  0x03f6]: legacy IDE quirk
[    0.539328] pci 0000:00:01.1: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk
[    0.540328] pci 0000:00:01.1: BAR 3 [io  0x0376]: legacy IDE quirk
[ 0.541808] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint [ 0.543907] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.544353] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.546352] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
[    0.548328] pci 0000:00:02.0: BAR 0 [io  0xc080-0xc09f]
[    0.550330] pci 0000:00:02.0: BAR 1 [mem 0xfebc0000-0xfebc0fff]
[ 0.554774] pci 0000:00:02.0: BAR 4 [mem 0xfebf0000-0xfebf3fff 64bit pref] [ 0.559241] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000 conventional PCI endpoint
[    0.560173] pci 0000:00:03.0: BAR 0 [io  0xc000-0xc03f]
[    0.561052] pci 0000:00:03.0: BAR 1 [mem 0xfebc1000-0xfebc1fff]
[ 0.563329] pci 0000:00:03.0: BAR 4 [mem 0xfebf4000-0xfebf7fff 64bit pref] [ 0.568085] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
[    0.569163] pci 0000:00:04.0: BAR 0 [io  0xc040-0xc07f]
[    0.569923] pci 0000:00:04.0: BAR 1 [mem 0xfebc2000-0xfebc2fff]
[ 0.572004] pci 0000:00:04.0: BAR 4 [mem 0xfebf8000-0xfebfbfff 64bit pref] [ 0.576450] pci 0000:00:05.0: [1af4:1000] type 00 class 0x020000 conventional PCI endpoint
[    0.578092] pci 0000:00:05.0: BAR 0 [io  0xc0a0-0xc0bf]
[    0.578835] pci 0000:00:05.0: BAR 1 [mem 0xfebc3000-0xfebc3fff]
[ 0.580947] pci 0000:00:05.0: BAR 4 [mem 0xfebfc000-0xfebfffff 64bit pref]
[    0.581900] pci 0000:00:05.0: ROM [mem 0xfeb80000-0xfebbffff pref]
[    0.629796] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.630553] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.631561] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.632538] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.633464] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.634736] iommu: Default domain type: Translated
[    0.635328] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.636557] SCSI subsystem initialized
[    0.637411] usbcore: USB support disabled
[    0.638354] pps_core: LinuxPPS API ver. 1 registered
[ 0.639327] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it>
[    0.640333] PTP clock support registered
[    0.641408] EDAC MC: Ver: 3.0.0
[    0.643136] NetLabel: Initializing
[    0.643328] NetLabel:  domain hash size = 128
[    0.644327] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.645375] NetLabel:  unlabeled traffic allowed by default
[    0.646402] mctp: management component transport protocol core
[    0.647328] NET: Registered PF_MCTP protocol family
[    0.648332] PCI: Using ACPI for IRQ routing
[    0.649806] vgaarb: loaded
[    0.650517] clocksource: Switched to clocksource kvm-clock
[    0.653443] VFS: Disk quotas dquot_6.6.0
[ 0.655057] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.657838] AppArmor: AppArmor Filesystem Enabled
[    0.659629] pnp: PnP ACPI init
[    0.660885] ERROR: Unable to locate IOAPIC for GSI 1
[    0.662822] ERROR: Unable to locate IOAPIC for GSI 12
[    0.664796] ERROR: Unable to locate IOAPIC for GSI 6
[    0.666654] ERROR: Unable to locate IOAPIC for GSI 6
[    0.668589] ERROR: Unable to locate IOAPIC for GSI 4
[    0.670470] ERROR: Unable to locate IOAPIC for GSI 4
[    0.672402] ERROR: Unable to locate IOAPIC for GSI 8
[    0.674276] ERROR: Unable to locate IOAPIC for GSI 8
[    0.676547] pnp: PnP ACPI: found 5 devices
[ 0.684219] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.687557] NET: Registered PF_INET protocol family
[ 0.691590] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.712715] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.714505] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.717401] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.720363] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.723133] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.725618] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    0.728439] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.730971] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.733673] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.735849] NET: Registered PF_XDP protocol family
[    0.737656] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.740002] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[ 0.742311] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.744885] pci_bus 0000:00: resource 7 [mem 0x50000000-0xfebfffff window] [ 0.747445] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    0.750199] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.752375] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.754831] PCI: CLS 0 bytes, default 64
[    0.756528] Trying to unpack rootfs image as initramfs...
[ 0.758705] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e3fac9a0, max_idle_ns: 440795340953 ns
[    0.766675] Initialise system trusted keyrings
[    0.769284] Key type blacklist registered
[    0.771149] Freeing initrd memory: 4236K
[    0.772702] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    0.775146] zbud: loaded
[    0.776448] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.778751] fuse: init (API version 7.39)
[    0.780425] integrity: Platform Keyring initialized
[    0.782321] integrity: Machine keyring initialized
[    0.794873] Key type asymmetric registered
[    0.795677] Asymmetric key parser 'x509' registered
[ 0.797551] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.800359] io scheduler mq-deadline registered
[    0.802255] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.804917] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.807798] ACPI: button: Power Button [PWRF]
[    0.852258] ACPI: \_SB_.LNKB: Enabled at IRQ 10
[    0.852258] ERROR: Unable to locate IOAPIC for GSI 10
[    0.853331] virtio-pci 0000:00:02.0: PCI INT A: failed to register GSI
[    0.895669] ACPI: \_SB_.LNKC: Enabled at IRQ 11
[    0.897405] ERROR: Unable to locate IOAPIC for GSI 11
[    0.899310] virtio-pci 0000:00:03.0: PCI INT A: failed to register GSI
[    0.944258] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    0.944258] ERROR: Unable to locate IOAPIC for GSI 11
[    0.945234] virtio-pci 0000:00:04.0: PCI INT A: failed to register GSI
[    0.990258] ACPI: \_SB_.LNKA: Enabled at IRQ 10
[    0.990258] ERROR: Unable to locate IOAPIC for GSI 10
[    0.991151] virtio-pci 0000:00:05.0: PCI INT A: failed to register GSI
[    0.993738] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 1.022906] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.028376] Linux agpgart interface v0.103
[    1.031520] loop: module loaded
[    1.033847] scsi host0: ata_piix
[    1.035248] scsi host1: ata_piix
[ 1.036539] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 lpm-pol 0 [ 1.039433] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 lpm-pol 0
[    1.043690] ACPI: bus type drm_connector registered
[    1.045862] tun: Universal TUN/TAP device driver, 1.6
[    1.047823] PPP generic driver version 2.4.2
[ 1.049527] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.306529] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.308599] mousedev: PS/2 mouse device common for all mice
[    1.310867] rtc_cmos 00:04: RTC can wake from S4
[    1.313900] rtc_cmos 00:04: registered as rtc0
[ 1.315810] rtc_cmos 00:04: setting system clock to 2024-09-11T09:03:22 UTC (1726045402)
[    1.318919] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram
[    1.321315] i2c_dev: i2c /dev entries driver
[ 1.322979] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.327395] device-mapper: uevent: version 1.0.3
[ 1.329218] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-de...@redhat.com
[    1.332380] platform eisa.0: Probing EISA bus 0
[    1.334110] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.336595] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.338977] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.341330] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.343699] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.346082] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.348433] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.350841] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.353212] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.355590] platform eisa.0: EISA: Detected 0 cards
[ 1.357418] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
[    1.360206] ledtrig-cpu: registered to indicate activity on CPUs
[    1.362520] drop_monitor: Initializing network drop monitor service
[    1.364965] NET: Registered PF_INET6 protocol family
[    1.367371] Segment Routing with IPv6
[    1.368793] In-situ OAM (IOAM) with IPv6
[    1.370324] NET: Registered PF_PACKET protocol family
[    1.372255] Bridge firewalling registered
[    1.373814] Key type dns_resolver registered
[    1.375777] IPI shorthand broadcast: enabled
[    1.382379] registered taskstats version 1
[    1.383727] Loading compiled-in X.509 certificates
[ 1.386050] Loaded X.509 cert 'Build time autogenerated kernel key: 2d3694d451aa2b910becbb5e0691ac38ee12770c'
[    1.395205] Key type .fscrypt registered
[    1.396266] Key type fscrypt-provisioning registered
[    1.398533] Key type encrypted registered
[    1.400061] AppArmor: AppArmor sha256 policy hashing enabled
[    1.402224] ima: No TPM chip found, activating TPM-bypass!
[    1.404273] Loading compiled-in module X.509 certificates
[ 1.406698] Loaded X.509 cert 'Build time autogenerated kernel key: 2d3694d451aa2b910becbb5e0691ac38ee12770c'
[    1.410352] ima: Allocated hash algorithm: sha256
[    1.412139] ima: No architecture policies found
[    1.413872] evm: Initialising EVM extended attributes:
[    1.415798] evm: security.selinux
[    1.417057] evm: security.SMACK64
[    1.418391] evm: security.SMACK64EXEC
[    1.419808] evm: security.SMACK64TRANSMUTE
[    1.421353] evm: security.SMACK64MMAP
[    1.422754] evm: security.apparmor
[    1.424070] evm: security.ima
[    1.425207] evm: security.capability
[    1.426562] evm: HMAC attrs: 0x1
[    1.428151] PM:   Magic number: 8:311:70
[    1.429664]  memory: hash matches
[    1.437584] RAS: Correctable Errors collector initialized.
[ 1.439236] Unstable clock detected, switching default tracing clock to "global"
[    1.439236] If you want to keep using the local clock, then add:
[    1.439236]   "trace_clock=local"
[    1.439236] on the kernel command line
[    1.446677] clk: Disabling unused clocks
[    1.449776] Freeing unused decrypted memory: 2028K
[    1.451345] Freeing unused kernel image (initmem) memory: 4728K
[    1.452690] Write protecting the kernel read-only data: 34816k
[    1.454461] Freeing unused kernel image (rodata/data gap) memory: 1084K
[    1.506905] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.506905] Run /init as init process
[    1.542733] Bluetooth: Core ver 2.22
[    1.542733] NET: Registered PF_BLUETOOTH protocol family
[    1.542791] Bluetooth: HCI device and connection manager initialized
[    1.544266] Bluetooth: HCI socket layer initialized
[    1.545424] Bluetooth: L2CAP socket layer initialized
[    1.546613] Bluetooth: SCO socket layer initialized
[    1.562069] VFIO - User Level meta-driver version: 0.3
[  525.884288] init: attempt to access beyond end of device
[  525.884288] loop3: rw=4096, sector=2, nr_sectors = 2 limit=0
[  525.886805] EXT4-fs (loop3): unable to read superblock
[ 525.888086] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[  525.889031] CPU: 0 PID: 1 Comm: init Not tainted 6.8.12-1-pve #1
[ 525.889031] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[  525.889031] Call Trace:
[  525.889031]  <TASK>
[  525.889031]  dump_stack_lvl+0x27/0xa0
[  525.889031]  dump_stack+0x10/0x20
[  525.889031]  panic+0x343/0x370
[  525.889031]  do_exit+0x998/0xae0
[  525.889031]  do_group_exit+0x35/0x90
[  525.889031]  __x64_sys_exit_group+0x18/0x20
[  525.889031]  x64_sys_call+0x1822/0x24b0
[  525.889031]  do_syscall_64+0x81/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_syscall_64+0x8d/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_writev+0x81/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? syscall_exit_to_user_mode+0x89/0x260
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_syscall_64+0x8d/0x170
[  525.889031]  ? do_writev+0x81/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_writev+0x81/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? syscall_exit_to_user_mode+0x89/0x260
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_syscall_64+0x8d/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_syscall_64+0x8d/0x170
[  525.889031]  ? do_syscall_64+0x8d/0x170
[  525.889031]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.889031]  ? do_syscall_64+0x8d/0x170
[  525.889031]  ? exc_page_fault+0x94/0x1b0
[  525.889031]  entry_SYSCALL_64_after_hwframe+0x78/0x80
[  525.889031] RIP: 0033:0x40938a
[ 525.889031] Code: 48 8b 15 d1 5a 00 00 48 8b 35 ba 5a 00 00 48 8b 05 cb 5a 00 00 e9 9d fe ff ff 66 0f 1f 44 00 00 48 63 ff b8 e7 00 00 00 0f 05 <ba> 3c 00 00 00 90 48 89 d0 0f 05 eb f9 66 0f 1f 84 00 00 00 00 00 [ 525.889031] RSP: 002b:00007ffe5ef62f68 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7 [ 525.889031] RAX: ffffffffffffffda RBX: 000000000040b1e9 RCX: 000000000040938a [ 525.889031] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001 [ 525.889031] RBP: 0000000000000001 R08: 000000000040e020 R09: 000000000040e020 [ 525.889031] R10: 0000000000000400 R11: 0000000000000246 R12: 0000000000000007 [ 525.889031] R13: 000000000040b1b6 R14: 00007ffe5ef62fb0 R15: 00000ffffff00000
[  525.889031]  </TASK>
[ 525.889031] Kernel Offset: 0x1600000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[  525.889031] Rebooting in 1 seconds..
libguestfs: child_cleanup: 0x593dc8fb6a70: child process died
libguestfs: sending SIGTERM to process 2822178
libguestfs: qemu maxrss 237972K
libguestfs: trace: launch = -1 (error)
virt-customize: error: libguestfs error: guestfs_launch failed, see earlier
error messages

If reporting bugs, run virt-customize with debugging enabled and include
the complete output:

  virt-customize -v -x [...]
libguestfs: trace: close
libguestfs: closing guestfs handle 0x593dc8fb6a70 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsrQS0qb
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsVbssl3
```

I then also ran the `libguestfs-test-tool`:

```
root@pte:~/cloud_images# libguestfs-test-tool
     ************************************************************
     *                    IMPORTANT NOTICE
     *
     * When reporting bugs, include the COMPLETE, UNEDITED
     * output below in your bug report.
     *
     ************************************************************
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
LIBGUESTFS_TRACE=1
LIBGUESTFS_DEBUG=1
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
XDG_RUNTIME_DIR=/run/user/0
SELinux: sh: 1: getenforce: not found
libguestfs: trace: add_drive_scratch 104857600
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
libguestfs: trace: disk_create "/tmp/libguestfsFAawFC/scratch1.img" "raw" 104857600
libguestfs: trace: disk_create = 0
libguestfs: trace: add_drive "/tmp/libguestfsFAawFC/scratch1.img" "format:raw" "cachemode:unsafe"
libguestfs: trace: add_drive = 0
libguestfs: trace: add_drive_scratch = 0
libguestfs: trace: get_append
libguestfs: trace: get_append = "NULL"
guestfs_get_append: (null)
libguestfs: trace: get_autosync
libguestfs: trace: get_autosync = 1
guestfs_get_autosync: 1
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
guestfs_get_backend: direct
libguestfs: trace: get_backend_settings
libguestfs: trace: get_backend_settings = []
guestfs_get_backend_settings: []
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
guestfs_get_cachedir: /var/tmp
libguestfs: trace: get_hv
libguestfs: trace: get_hv = "/usr/bin/qemu-system-x86_64"
guestfs_get_hv: /usr/bin/qemu-system-x86_64
libguestfs: trace: get_memsize
libguestfs: trace: get_memsize = 1280
guestfs_get_memsize: 1280
libguestfs: trace: get_network
libguestfs: trace: get_network = 0
guestfs_get_network: 0
libguestfs: trace: get_path
libguestfs: trace: get_path = "/usr/lib/x86_64-linux-gnu/guestfs"
guestfs_get_path: /usr/lib/x86_64-linux-gnu/guestfs
libguestfs: trace: get_pgroup
libguestfs: trace: get_pgroup = 0
guestfs_get_pgroup: 0
libguestfs: trace: get_program
libguestfs: trace: get_program = "libguestfs-test-tool"
guestfs_get_program: libguestfs-test-tool
libguestfs: trace: get_recovery_proc
libguestfs: trace: get_recovery_proc = 1
guestfs_get_recovery_proc: 1
libguestfs: trace: get_smp
libguestfs: trace: get_smp = 1
guestfs_get_smp: 1
libguestfs: trace: get_sockdir
libguestfs: trace: get_sockdir = "/tmp"
guestfs_get_sockdir: /tmp
libguestfs: trace: get_tmpdir
libguestfs: trace: get_tmpdir = "/tmp"
guestfs_get_tmpdir: /tmp
libguestfs: trace: get_trace
libguestfs: trace: get_trace = 1
guestfs_get_trace: 1
libguestfs: trace: get_verbose
libguestfs: trace: get_verbose = 1
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: trace: launch
libguestfs: trace: max_disks
libguestfs: trace: max_disks = 255
libguestfs: trace: version
libguestfs: trace: version = <struct guestfs_version = major: 1, minor: 48, release: 6, extra: , >
libguestfs: trace: get_backend
libguestfs: trace: get_backend = "direct"
libguestfs: launch: program=libguestfs-test-tool
libguestfs: launch: version=1.48.6
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfsFAawFC
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
libguestfs: begin building supermin appliance
libguestfs: run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /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.2
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: trace: get_cachedir
libguestfs: trace: get_cachedir = "/var/tmp"
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: 9.0
libguestfs: qemu mandatory locking: yes
libguestfs: qemu KVM: enabled
libguestfs: trace: get_backend_setting "force_tcg"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_backend_setting "force_kvm"
libguestfs: trace: get_backend_setting = NULL (error)
libguestfs: trace: get_sockdir
libguestfs: trace: get_sockdir = "/tmp"
libguestfs: finished testing qemu features
libguestfs: trace: get_backend_setting "gdb"
libguestfs: trace: get_backend_setting = NULL (error)
/usr/bin/qemu-system-x86_64 \
    -global virtio-blk-pci.scsi=off \
    -no-user-config \
    -nodefaults \
    -display none \
    -machine accel=kvm:tcg,graphics=off \
    -cpu max,la57=off \
    -m 1280 \
    -no-reboot \
    -rtc driftfix=slew \
    -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/libguestfsFAawFC/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 \
    -chardev socket,path=/tmp/libguestfsmO8UJk/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=UUID=c8b60ed5-7fe4-4d4c-914f-e0e50d3278c9 selinux=0 guestfs_verbose=1 TERM=xterm-256color" \x1bc\x1b[?7l\x1b[2J\x1b[0mSeaBIOS (version rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org) Booting from ROM..\x1bc\x1b[?7l\x1b[2J[ 0.000000] Linux version 6.8.12-1-pve (build@proxmox) (gcc (Debian 12.2.0-14) 12.2.0, GNU ld (GNU Binutils for Debian) 2.40) #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-1 (2024-08-05T16:17Z) () [ 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=UUID=c8b60ed5-7fe4-4d4c-914f-e0e50d3278c9 selinux=0 guestfs_verbose=1 TERM=xterm-256color
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000004ffdffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000004ffe0000-0x000000004fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] APIC: Static calls initialized
[    0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[    0.000000] Hypervisor detected: KVM
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000001] kvm-clock: using sched offset of 245048173 cycles
[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[    0.000005] tsc: Detected 2999.994 MHz processor
[    0.000359] last_pfn = 0x4ffe0 max_arch_pfn = 0x400000000
[ 0.000632] MTRR map: 4 entries (3 fixed + 1 variable; max 19), built from 8 variable MTRRs
[    0.000642] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT
[    0.003400] found SMP MP-table at [mem 0x000f5470-0x000f547f]
[    0.003415] Using GB pages for direct mapping
[    0.003583] RAMDISK: [mem 0x4fbbd000-0x4ffdffff]
[    0.003684] ACPI: Early table checksum verification disabled
[    0.003688] ACPI: RSDP 0x00000000000F5290 000014 (v00 BOCHS )
[ 0.003692] ACPI: RSDT 0x000000004FFE1ABB 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003697] ACPI: FACP 0x000000004FFE196F 000074 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003701] ACPI: DSDT 0x000000004FFE0040 00192F (v01 BOCHS BXPC 00000001 BXPC 00000001)
[    0.003703] ACPI: FACS 0x000000004FFE0000 000040
[ 0.003705] ACPI: APIC 0x000000004FFE19E3 000078 (v03 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003707] ACPI: HPET 0x000000004FFE1A5B 000038 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003710] ACPI: WAET 0x000000004FFE1A93 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001) [ 0.003712] ACPI: Reserving FACP table memory at [mem 0x4ffe196f-0x4ffe19e2] [ 0.003713] ACPI: Reserving DSDT table memory at [mem 0x4ffe0040-0x4ffe196e] [ 0.003714] ACPI: Reserving FACS table memory at [mem 0x4ffe0000-0x4ffe003f] [ 0.003714] ACPI: Reserving APIC table memory at [mem 0x4ffe19e3-0x4ffe1a5a] [ 0.003715] ACPI: Reserving HPET table memory at [mem 0x4ffe1a5b-0x4ffe1a92] [ 0.003716] ACPI: Reserving WAET table memory at [mem 0x4ffe1a93-0x4ffe1aba]
[    0.004390] No NUMA configuration found
[    0.004392] Faking a node at [mem 0x0000000000000000-0x000000004ffdffff]
[    0.004399] NODE_DATA(0) allocated [mem 0x4fb92000-0x4fbbcfff]
[    0.004618] Zone ranges:
[    0.004619]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004621]   DMA32    [mem 0x0000000001000000-0x000000004ffdffff]
[    0.004622]   Normal   empty
[    0.004623]   Device   empty
[    0.004624] Movable zone start for each node
[    0.004626] Early memory node ranges
[    0.004626]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.004627]   node   0: [mem 0x0000000000100000-0x000000004ffdffff]
[ 0.004629] Initmem setup node 0 [mem 0x0000000000001000-0x000000004ffdffff]
[    0.006700] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006736] On node 0, zone DMA: 97 pages in unavailable ranges
[    0.026799] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.026799] ACPI: PM-Timer IO Port: 0x608
[    0.026799] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.026799] IOAPIC[0]: apic_id 0, version 0, address 0xfec00000, GSI 0-0
[    0.026799] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 2
[    0.026799] ACPI: Failed to find ioapic for gsi : 2
[    0.026799] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 5
[    0.026799] ACPI: Failed to find ioapic for gsi : 5
[    0.026799] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 9
[    0.026799] ACPI: Failed to find ioapic for gsi : 9
[    0.026799] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 10
[    0.026799] ACPI: Failed to find ioapic for gsi : 10
[    0.026799] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 11
[    0.026799] ACPI: Failed to find ioapic for gsi : 11
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 1
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 2
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 3
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 4
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 5
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 6
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 7
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 8
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 9
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 10
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 11
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 12
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 13
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 14
[    0.026799] ERROR: Unable to locate IOAPIC for GSI 15
[    0.026799] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.026799] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.026799] TSC deadline timer available
[    0.026799] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.026799] kvm-guest: APIC: eoi() replaced with kvm_guest_apic_eoi_write() [ 0.026799] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.026799] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.026799] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.026799] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.026799] [mem 0x50000000-0xfeffbfff] available for PCI devices
[    0.026799] Booting paravirtualized kernel on KVM
[ 0.026799] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.026799] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[    0.029119] percpu: Embedded 86 pages/cpu s229376 r8192 d114688 u2097152
[    0.029222] kvm-guest: PV spinlocks disabled, single CPU
[ 0.029225] 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=UUID=c8b60ed5-7fe4-4d4c-914f-e0e50d3278c9 selinux=0 guestfs_verbose=1 TERM=xterm-256color
[    0.029359] cgroup: Disabling memory control group subsystem
[ 0.029402] Unknown kernel command line parameters "edd=off udevtimeout=6000 guestfs_verbose=1", will be passed to user space.
[    0.029416] random: crng init done
[ 0.032038] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear) [ 0.032250] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.032305] Fallback order for Node 0: 0
[    0.032308] Built 1 zonelists, mobility grouping on.  Total pages: 322272
[    0.032309] Policy zone: DMA32
[    0.032313] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.035837] Memory: 1231724K/1310200K available (20480K kernel code, 3250K rwdata, 13252K rodata, 4728K init, 6172K bss, 78216K reserved, 0K cma-reserved)
[    0.036785] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.036811] ftrace: allocating 55222 entries in 216 pages
[    0.048387] ftrace: allocated 216 pages with 4 groups
[    0.049361] Dynamic Preempt: voluntary
[    0.051468] rcu: Preemptible hierarchical RCU implementation.
[ 0.051470] rcu: \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[    0.051471] \tTrampoline variant of Tasks RCU enabled.
[    0.051472] \tRude variant of Tasks RCU enabled.
[    0.051472] \tTracing variant of Tasks RCU enabled.
[ 0.051473] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[    0.051473] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.055831] NR_IRQS: 524544, nr_irqs: 33, preallocated irqs: 16
[ 0.056182] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.056196] Console: colour *CGA 80x25
[    0.056196] printk: legacy console [ttyS0] enabled
[    0.376914] ACPI: Core revision 20230628
[    0.378562] APIC: Switch to symmetric I/O mode setup
[    0.380586] x2apic enabled
[    0.381735] APIC: Switched APIC routing to: physical x2apic
[ 0.384353] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2b3e3fac9a0, max_idle_ns: 440795340953 ns [ 0.388259] Calibrating delay loop (skipped) preset value.. 5999.98 BogoMIPS (lpj=2999994)
[    0.389253] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.389253] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[    0.389253] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 0.389253] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.389253] Spectre V2 : Mitigation: Retpolines
[ 0.389253] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.389253] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.389253] Spectre V2 : Enabling Restricted Speculation for firmware calls [ 0.389253] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier [ 0.389253] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl [ 0.389253] Speculative Return Stack Overflow: IBPB-extending microcode not applied! [ 0.389253] Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options. [ 0.389253] Speculative Return Stack Overflow: Vulnerable: Safe RET, no microcode [ 0.389253] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.389253] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.389253] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.389253] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[ 0.389253] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.389253] Freeing SMP alternatives memory: 48K
[    0.389253] pid_max: default: 32768 minimum: 301
[ 0.389253] LSM: initializing lsm=lockdown,capability,yama,apparmor,integrity
[    0.389253] Yama: becoming mindful.
[    0.389253] AppArmor: AppArmor initialized
[ 0.389253] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.389253] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.389253] smpboot: CPU0: AMD EPYC 9354P 32-Core Processor (family: 0x19, model: 0x11, stepping: 0x1) [ 0.389483] RCU Tasks: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.390301] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1. [ 0.391285] RCU Tasks Trace: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1.
[    0.392297] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.393274] ... version:                0
[    0.394263] ... bit width:              48
[    0.395264] ... generic registers:      6
[    0.396263] ... value mask:             0000ffffffffffff
[    0.397263] ... max period:             00007fffffffffff
[    0.398263] ... fixed-purpose events:   0
[    0.399264] ... event mask:             000000000000003f
[    0.400402] signal: max sigframe size: 1776
[    0.401332] rcu: Hierarchical SRCU implementation.
[    0.402264] rcu: \tMax phase no-delay instances is 400.
[    0.407390] smp: Bringing up secondary CPUs ...
[    0.408277] smp: Brought up 1 node, 1 CPU
[    0.409267] smpboot: Max logical packages: 1
[    0.410264] smpboot: Total of 1 processors activated (5999.98 BogoMIPS)
[    0.411793] devtmpfs: initialized
[    0.412321] x86/mm: Memory block size: 128MB
[ 0.413913] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.414278] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[    0.415331] pinctrl core: initialized pinctrl subsystem
[    0.416616] PM: RTC time: 09:42:29, date: 2024-09-11
[    0.418550] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.419497] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations [ 0.420276] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations [ 0.421310] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.422277] audit: initializing netlink subsys (disabled)
[ 0.423327] audit: type=2000 audit(1726047749.859:1): state=initialized audit_enabled=0 res=1
[    0.424426] thermal_sys: Registered thermal governor 'fair_share'
[    0.424428] thermal_sys: Registered thermal governor 'bang_bang'
[    0.425269] thermal_sys: Registered thermal governor 'step_wise'
[    0.426265] thermal_sys: Registered thermal governor 'user_space'
[    0.427266] thermal_sys: Registered thermal governor 'power_allocator'
[    0.428278] EISA bus registered
[    0.430276] cpuidle: using governor ladder
[    0.431269] cpuidle: using governor menu
[    0.434449] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.435595] PCI: Using configuration type 1 for base access
[    0.436265] PCI: Using configuration type 1 for extended access
[ 0.437474] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.465423] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.466265] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.467266] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.468264] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.472299] ACPI: Added _OSI(Module Device)
[    0.473267] ACPI: Added _OSI(Processor Device)
[    0.474264] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.475264] ACPI: Added _OSI(Processor Aggregator Device)
[    0.477813] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.478693] ERROR: Unable to locate IOAPIC for GSI 9
[    0.479264] ACPI: OSL: SCI (ACPI GSI 9) not registered
[    0.480972] ACPI: _OSC evaluation for CPUs failed, trying _PDC
[    0.481507] ACPI: Interpreter enabled
[    0.482282] ACPI: PM: (supports S0 S3 S4 S5)
[    0.483265] ACPI: Using IOAPIC for interrupt routing
[ 0.484497] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.485264] PCI: Using E820 reservations for host bridge windows
[    0.486464] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.491926] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.492272] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.493859] acpiphp: Slot [2] registered
[    0.494311] acpiphp: Slot [3] registered
[    0.495303] acpiphp: Slot [4] registered
[    0.496322] acpiphp: Slot [5] registered
[    0.497301] acpiphp: Slot [6] registered
[    0.498301] acpiphp: Slot [7] registered
[    0.499300] acpiphp: Slot [8] registered
[    0.500300] acpiphp: Slot [9] registered
[    0.501302] acpiphp: Slot [10] registered
[    0.502301] acpiphp: Slot [11] registered
[    0.503303] acpiphp: Slot [12] registered
[    0.504302] acpiphp: Slot [13] registered
[    0.505320] acpiphp: Slot [14] registered
[    0.506302] acpiphp: Slot [15] registered
[    0.507301] acpiphp: Slot [16] registered
[    0.508310] acpiphp: Slot [17] registered
[    0.509303] acpiphp: Slot [18] registered
[    0.510306] acpiphp: Slot [19] registered
[    0.511302] acpiphp: Slot [20] registered
[    0.512302] acpiphp: Slot [21] registered
[    0.513302] acpiphp: Slot [22] registered
[    0.514301] acpiphp: Slot [23] registered
[    0.515319] acpiphp: Slot [24] registered
[    0.516301] acpiphp: Slot [25] registered
[    0.517315] acpiphp: Slot [26] registered
[    0.518302] acpiphp: Slot [27] registered
[    0.519301] acpiphp: Slot [28] registered
[    0.520301] acpiphp: Slot [29] registered
[    0.521302] acpiphp: Slot [30] registered
[    0.522302] acpiphp: Slot [31] registered
[    0.523297] PCI host bridge to bus 0000:00
[    0.524266] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.525265] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[ 0.526265] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.527265] pci_bus 0000:00: root bus resource [mem 0x50000000-0xfebfffff window] [ 0.528265] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[    0.529265] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.530861] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000 conventional PCI endpoint [ 0.532664] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100 conventional PCI endpoint [ 0.535215] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180 conventional PCI endpoint
[    0.538009] pci 0000:00:01.1: BAR 4 [io  0xc0a0-0xc0af]
[    0.539340] pci 0000:00:01.1: BAR 0 [io  0x01f0-0x01f7]: legacy IDE quirk
[    0.540266] pci 0000:00:01.1: BAR 1 [io  0x03f6]: legacy IDE quirk
[    0.541265] pci 0000:00:01.1: BAR 2 [io  0x0170-0x0177]: legacy IDE quirk
[    0.542264] pci 0000:00:01.1: BAR 3 [io  0x0376]: legacy IDE quirk
[ 0.543723] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000 conventional PCI endpoint [ 0.545854] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.546290] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.548288] pci 0000:00:02.0: [1af4:1005] type 00 class 0x00ff00 conventional PCI endpoint
[    0.550266] pci 0000:00:02.0: BAR 0 [io  0xc080-0xc09f]
[    0.552296] pci 0000:00:02.0: BAR 1 [mem 0xfebfd000-0xfebfdfff]
[ 0.556266] pci 0000:00:02.0: BAR 4 [mem 0xfebf0000-0xfebf3fff 64bit pref] [ 0.561237] pci 0000:00:03.0: [1af4:1004] type 00 class 0x010000 conventional PCI endpoint
[    0.562243] pci 0000:00:03.0: BAR 0 [io  0xc000-0xc03f]
[    0.563971] pci 0000:00:03.0: BAR 1 [mem 0xfebfe000-0xfebfefff]
[ 0.567059] pci 0000:00:03.0: BAR 4 [mem 0xfebf4000-0xfebf7fff 64bit pref] [ 0.571265] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000 conventional PCI endpoint
[    0.573266] pci 0000:00:04.0: BAR 0 [io  0xc040-0xc07f]
[    0.575020] pci 0000:00:04.0: BAR 1 [mem 0xfebff000-0xfebfffff]
[ 0.577266] pci 0000:00:04.0: BAR 4 [mem 0xfebf8000-0xfebfbfff 64bit pref]
[    0.629077] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[    0.629538] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[    0.630484] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[    0.631520] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[    0.632381] ACPI: PCI: Interrupt link LNKS configured for IRQ 9
[    0.633715] iommu: Default domain type: Translated
[    0.634266] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.635478] SCSI subsystem initialized
[    0.636339] usbcore: USB support disabled
[    0.637298] pps_core: LinuxPPS API ver. 1 registered
[ 0.638264] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it>
[    0.639268] PTP clock support registered
[    0.640341] EDAC MC: Ver: 3.0.0
[    0.642053] NetLabel: Initializing
[    0.642265] NetLabel:  domain hash size = 128
[    0.643263] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.644297] NetLabel:  unlabeled traffic allowed by default
[    0.645324] mctp: management component transport protocol core
[    0.646265] NET: Registered PF_MCTP protocol family
[    0.647272] PCI: Using ACPI for IRQ routing
[    0.648666] vgaarb: loaded
[    0.649465] clocksource: Switched to clocksource kvm-clock
[    0.652359] VFS: Disk quotas dquot_6.6.0
[ 0.653984] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.656761] AppArmor: AppArmor Filesystem Enabled
[    0.658575] pnp: PnP ACPI init
[    0.659813] ERROR: Unable to locate IOAPIC for GSI 1
[    0.661760] ERROR: Unable to locate IOAPIC for GSI 12
[    0.663722] ERROR: Unable to locate IOAPIC for GSI 6
[    0.665592] ERROR: Unable to locate IOAPIC for GSI 6
[    0.667522] ERROR: Unable to locate IOAPIC for GSI 4
[    0.669421] ERROR: Unable to locate IOAPIC for GSI 4
[    0.671348] ERROR: Unable to locate IOAPIC for GSI 8
[    0.673234] ERROR: Unable to locate IOAPIC for GSI 8
[    0.675489] pnp: PnP ACPI: found 5 devices
[ 0.683102] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.686486] NET: Registered PF_INET protocol family
[ 0.690513] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear) [ 0.711797] tcp_listen_portaddr_hash hash table entries: 1024 (order: 2, 16384 bytes, linear) [ 0.713615] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear) [ 0.716536] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear) [ 0.719519] TCP bind hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.722279] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.724785] MPTCP token hash table entries: 2048 (order: 3, 49152 bytes, linear)
[    0.727603] UDP hash table entries: 1024 (order: 3, 32768 bytes, linear)
[ 0.730135] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes, linear)
[    0.732847] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.734997] NET: Registered PF_XDP protocol family
[    0.736818] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.739178] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[ 0.741498] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.744105] pci_bus 0000:00: resource 7 [mem 0x50000000-0xfebfffff window] [ 0.746666] pci_bus 0000:00: resource 8 [mem 0x100000000-0x17fffffff window]
[    0.749398] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    0.751599] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    0.754003] PCI: CLS 0 bytes, default 64
[    0.755715] Trying to unpack rootfs image as initramfs...
[ 0.757905] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e3fac9a0, max_idle_ns: 440795340953 ns
[    0.765677] Initialise system trusted keyrings
[    0.768305] Freeing initrd memory: 4236K
[    0.769775] Key type blacklist registered
[    0.771424] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[    0.773871] zbud: loaded
[    0.775216] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.777520] fuse: init (API version 7.39)
[    0.779223] integrity: Platform Keyring initialized
[    0.781105] integrity: Machine keyring initialized
[    0.793675] Key type asymmetric registered
[    0.794458] Asymmetric key parser 'x509' registered
[ 0.796344] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.799152] io scheduler mq-deadline registered
[    0.800985] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.803654] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.806529] ACPI: button: Power Button [PWRF]
[    0.848142] ACPI: \_SB_.LNKB: Enabled at IRQ 10
[    0.849618] ERROR: Unable to locate IOAPIC for GSI 10
[    0.851530] virtio-pci 0000:00:02.0: PCI INT A: failed to register GSI
[    0.896141] ACPI: \_SB_.LNKC: Enabled at IRQ 11
[    0.896141] ERROR: Unable to locate IOAPIC for GSI 11
[    0.897269] virtio-pci 0000:00:03.0: PCI INT A: failed to register GSI
[    0.939319] ACPI: \_SB_.LNKD: Enabled at IRQ 11
[    0.941101] ERROR: Unable to locate IOAPIC for GSI 11
[    0.942988] virtio-pci 0000:00:04.0: PCI INT A: failed to register GSI
[    0.945591] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.975719] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.981288] Linux agpgart interface v0.103
[    0.984374] loop: module loaded
[    0.986622] scsi host0: ata_piix
[    0.987973] scsi host1: ata_piix
[ 0.989275] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14 lpm-pol 0 [ 0.992159] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15 lpm-pol 0
[    0.996414] ACPI: bus type drm_connector registered
[    0.998509] tun: Universal TUN/TAP device driver, 1.6
[    1.000450] PPP generic driver version 2.4.2
[ 1.002190] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    1.261414] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.263506] mousedev: PS/2 mouse device common for all mice
[    1.265733] rtc_cmos 00:04: RTC can wake from S4
[    1.268726] rtc_cmos 00:04: registered as rtc0
[ 1.270631] rtc_cmos 00:04: setting system clock to 2024-09-11T09:42:30 UTC (1726047750)
[    1.273836] rtc_cmos 00:04: alarms up to one day, y3k, 242 bytes nvram
[    1.276276] i2c_dev: i2c /dev entries driver
[ 1.277918] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[    1.282391] device-mapper: uevent: version 1.0.3
[ 1.284176] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-de...@redhat.com
[    1.287311] platform eisa.0: Probing EISA bus 0
[    1.288997] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.291513] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.293864] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.296261] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.298631] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.301009] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.303383] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.305748] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.308141] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.310505] platform eisa.0: EISA: Detected 0 cards
[ 1.312321] amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
[    1.315036] ledtrig-cpu: registered to indicate activity on CPUs
[    1.317362] drop_monitor: Initializing network drop monitor service
[    1.319765] NET: Registered PF_INET6 protocol family
[    1.322197] Segment Routing with IPv6
[    1.323561] In-situ OAM (IOAM) with IPv6
[    1.325132] NET: Registered PF_PACKET protocol family
[    1.327008] Bridge firewalling registered
[    1.328559] Key type dns_resolver registered
[    1.330499] IPI shorthand broadcast: enabled
[    1.336875] registered taskstats version 1
[    1.338268] Loading compiled-in X.509 certificates
[ 1.340560] Loaded X.509 cert 'Build time autogenerated kernel key: 2d3694d451aa2b910becbb5e0691ac38ee12770c'
[    1.349642] Key type .fscrypt registered
[    1.350722] Key type fscrypt-provisioning registered
[    1.352927] Key type encrypted registered
[    1.354429] AppArmor: AppArmor sha256 policy hashing enabled
[    1.356521] ima: No TPM chip found, activating TPM-bypass!
[    1.358584] Loading compiled-in module X.509 certificates
[ 1.360976] Loaded X.509 cert 'Build time autogenerated kernel key: 2d3694d451aa2b910becbb5e0691ac38ee12770c'
[    1.364606] ima: Allocated hash algorithm: sha256
[    1.366381] ima: No architecture policies found
[    1.368101] evm: Initialising EVM extended attributes:
[    1.369985] evm: security.selinux
[    1.371277] evm: security.SMACK64
[    1.372518] evm: security.SMACK64EXEC
[    1.373883] evm: security.SMACK64TRANSMUTE
[    1.375449] evm: security.SMACK64MMAP
[    1.376811] evm: security.apparmor
[    1.378113] evm: security.ima
[    1.379232] evm: security.capability
[    1.380564] evm: HMAC attrs: 0x1
[    1.382172] PM:   Magic number: 8:482:727
[    1.383669] PM:   hash matches drivers/base/power/main.c:598
[    1.385775] block loop7: hash matches
[    1.396009] RAS: Correctable Errors collector initialized.
[ 1.397479] Unstable clock detected, switching default tracing clock to "global"
[    1.397479] If you want to keep using the local clock, then add:
[    1.397479]   "trace_clock=local"
[    1.397479] on the kernel command line
[    1.404864] clk: Disabling unused clocks
[    1.407960] Freeing unused decrypted memory: 2028K
[    1.409489] Freeing unused kernel image (initmem) memory: 4728K
[    1.410834] Write protecting the kernel read-only data: 34816k
[    1.412569] Freeing unused kernel image (rodata/data gap) memory: 1084K
[    1.464740] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.464740] Run /init as init process
[    1.498410] Bluetooth: Core ver 2.22
[    1.498410] NET: Registered PF_BLUETOOTH protocol family
[    1.499027] Bluetooth: HCI device and connection manager initialized
[    1.500508] Bluetooth: HCI socket layer initialized
[    1.501651] Bluetooth: L2CAP socket layer initialized
[    1.502829] Bluetooth: SCO socket layer initialized
[    1.518205] VFIO - User Level meta-driver version: 0.3
[  525.839417] init: attempt to access beyond end of device
[  525.839417] loop3: rw=4096, sector=2, nr_sectors = 2 limit=0
[  525.841952] EXT4-fs (loop3): unable to read superblock
[ 525.843209] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100
[  525.844154] CPU: 0 PID: 1 Comm: init Not tainted 6.8.12-1-pve #1
[ 525.844154] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.16.3-0-ga6ed6b701f0a-prebuilt.qemu.org 04/01/2014
[  525.844154] Call Trace:
[  525.844154]  <TASK>
[  525.844154]  dump_stack_lvl+0x27/0xa0
[  525.844154]  dump_stack+0x10/0x20
[  525.844154]  panic+0x343/0x370
[  525.844154]  do_exit+0x998/0xae0
[  525.844154]  ? do_syscall_64+0x8d/0x170
[  525.844154]  do_group_exit+0x35/0x90
[  525.844154]  __x64_sys_exit_group+0x18/0x20
[  525.844154]  x64_sys_call+0x1822/0x24b0
[  525.844154]  do_syscall_64+0x81/0x170
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? do_writev+0x81/0x170
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? syscall_exit_to_user_mode+0x89/0x260
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? do_syscall_64+0x8d/0x170
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? syscall_exit_to_user_mode+0x89/0x260
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? do_syscall_64+0x8d/0x170
[  525.844154]  ? do_syscall_64+0x8d/0x170
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? do_syscall_64+0x8d/0x170
[  525.844154]  ? srso_alias_return_thunk+0x5/0xfbef5
[  525.844154]  ? exc_page_fault+0x94/0x1b0
[  525.844154]  entry_SYSCALL_64_after_hwframe+0x78/0x80
[  525.844154] RIP: 0033:0x40938a
[ 525.844154] Code: 48 8b 15 d1 5a 00 00 48 8b 35 ba 5a 00 00 48 8b 05 cb 5a 00 00 e9 9d fe ff ff 66 0f 1f 44 00 00 48 63 ff b8 e7 00 00 00 0f 05 <ba> 3c 00 00 00 90 48 89 d0 0f 05 eb f9 66 0f 1f 84 00 00 00 00 00 [ 525.844154] RSP: 002b:00007ffde6f69928 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7 [ 525.844154] RAX: ffffffffffffffda RBX: 000000000040b1e9 RCX: 000000000040938a [ 525.844154] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000001 [ 525.844154] RBP: 0000000000000001 R08: 000000000040e020 R09: 000000000040e020 [ 525.844154] R10: 0000000000000400 R11: 0000000000000246 R12: 0000000000000007 [ 525.844154] R13: 000000000040b1b6 R14: 00007ffde6f69970 R15: 00000ffffff00000
[  525.844154]  </TASK>
[ 525.844154] Kernel Offset: 0x2f200000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[  525.844154] Rebooting in 1 seconds..
libguestfs: error: appliance closed the connection unexpectedly, see earlier error messages
libguestfs: child_cleanup: 0x5b7686c0dc70: child process died
libguestfs: sending SIGTERM to process 2828408
libguestfs: qemu maxrss 237756K
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs: trace: launch = -1 (error)
libguestfs: trace: close
libguestfs: closing guestfs handle 0x5b7686c0dc70 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsFAawFC
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsmO8UJk
```

Here's my installed version:

```
virt-customize 1.48.2
libguestfs-test-tool 1.48.6
```

I'm very new to the tool, so if I overlooked something that should be obvious I'm sorry for generating noise.

Thanks in advance for any help.

Kind regards,
Juian Euler
--
Lab Engineer / Laboringenieur

LOEWE-Zentrum emergenCITY
Technische Universität Darmstadt
Mornewegstraße 30
S4/14, Raum 2.2.20
D-64293 Darmstadt
Tel: +49 6151 16-25490
_______________________________________________
Libguestfs mailing list -- guestfs@lists.libguestfs.org
To unsubscribe send an email to guestfs-le...@lists.libguestfs.org

Reply via email to