libguestfs-test-tool fails with libkeyutils.so.1: cannot open shared object file: No such file or directory

Asked by Jevin gala

Hi,

I have an Ubuntu 18.04 server with kernel : 4.15.0-143-generic
Running libguestfs-test-tool fails with :

guestfsd: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No such file or directory

I am un-able to perform operations with guestfish for my vps disk.

cd /tmp/.guestfs-0/appliance.d (shows following )

# du -sh *
524K initrd
8.1M kernel
530M root

cd /var/tmp/.guestfs-0/appliance.d (shows following)

# du -sh *
524K initrd
8.1M kernel
530M root

replacing the appliance.d from another server helps to make it (then it shows this) work again :

# du -sh *
3.3M initrd
6.4M kernel
4.1G root

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu libguestfs Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What is the output of:

sudo updatedb; lsb_release -a; uname -a; locate libkeyutils.*

Thanks

Revision history for this message
Jevin gala (whatshouldiusethen) said (last edit ):
#2

# sudo updatedb; lsb_release -a; uname -a; locate libkeyutils.*

No LSB modules are available.

Distributor ID: Ubuntu

Description: Ubuntu 18.04.5 LTS

Release: 18.04

Codename: bionic
---------------------------------
Linux 4.15.0-143-generic #147-Ubuntu SMP Wed Apr 14 16:10:11 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
---------------------------------

locate libkeyutils.*

does not gives any output,

From /lib/x86_64-linux-gnu
# find libkeyutils*

libkeyutils.so.1

libkeyutils.so.1.5

libkeyutils.so.1.5.1

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

What is the output of the commands

apt-cache policy libguestfs-tools libkeyutils1 guestfsd
ldd /usr/sbin/guestfsd

Revision history for this message
Jevin gala (whatshouldiusethen) said :
#4

apt-cache policy libguestfs-tools libkeyutils1 guestfsd

libguestfs-tools:

  Installed: 1:1.36.13-1ubuntu3.3

  Candidate: 1:1.36.13-1ubuntu3.3

  Version table:

*** 1:1.36.13-1ubuntu3.3 500

        500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages

        100 /var/lib/dpkg/status

     1:1.36.13-1ubuntu3 500

        500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages

libkeyutils1:

  Installed: 1.5.9-9.2ubuntu2

  Candidate: 1.5.9-9.2ubuntu2

  Version table:

*** 1.5.9-9.2ubuntu2 500

        500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages

        100 /var/lib/dpkg/status

guestfsd:

  Installed: (none)

  Candidate: 1:1.36.13-1ubuntu3.3

  Version table:

     1:1.36.13-1ubuntu3.3 500

        500 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages
 ------------------

  ldd /usr/sbin/guestfsd

ldd: /usr/sbin/guestfsd: No such file or directory

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

What is the output of the commands

which guestfsd
ldd `which guestfsd`

Maybe installing the Ubuntu-provided version of guestfsd helps.

Revision history for this message
Jevin gala (whatshouldiusethen) said :
#6

I have installed guestfsd, would that fix the issue ?

# ldd /usr/sbin/guestfsd
        linux-vdso.so.1 (0x00007ffc9d9fa000)
        libacl.so.1 => /lib/x86_64-linux-gnu/libacl.so.1 (0x00007fda6111c000)
        libcap.so.2 => /lib/x86_64-linux-gnu/libcap.so.2 (0x00007fda60f16000)
        libyajl.so.2 => /usr/lib/x86_64-linux-gnu/libyajl.so.2 (0x00007fda60d0c000)
        libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007fda60ae4000)
        libaugeas.so.0 => /usr/lib/x86_64-linux-gnu/libaugeas.so.0 (0x00007fda60894000)
        libhivex.so.0 => /usr/lib/x86_64-linux-gnu/libhivex.so.0 (0x00007fda60682000)
        libsystemd.so.0 => /lib/x86_64-linux-gnu/libsystemd.so.0 (0x00007fda603fe000)
        libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007fda6018c000)
        libtsk.so.13 => /usr/lib/x86_64-linux-gnu/libtsk.so.13 (0x00007fda5fec3000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fda5fad2000)
        libattr.so.1 => /lib/x86_64-linux-gnu/libattr.so.1 (0x00007fda5f8cd000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fda5f6c9000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fda655c2000)
        libfa.so.1 => /usr/lib/x86_64-linux-gnu/libfa.so.1 (0x00007fda5f4b5000)
        libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 (0x00007fda5f0f4000)
        librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fda5eeec000)
        liblzma.so.5 => /lib/x86_64-linux-gnu/liblzma.so.5 (0x00007fda5ecc6000)
        liblz4.so.1 => /usr/lib/x86_64-linux-gnu/liblz4.so.1 (0x00007fda5eaaa000)
        libgcrypt.so.20 => /lib/x86_64-linux-gnu/libgcrypt.so.20 (0x00007fda5e78e000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fda5e56f000)
        libewf.so.2 => /usr/lib/x86_64-linux-gnu/libewf.so.2 (0x00007fda5e221000)
        libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007fda5e004000)
        libafflib.so.0 => /usr/lib/x86_64-linux-gnu/libafflib.so.0 (0x00007fda5dda2000)
        libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0 (0x00007fda5da99000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fda5d710000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007fda5d4f8000)
        libicuuc.so.60 => /usr/lib/x86_64-linux-gnu/libicuuc.so.60 (0x00007fda5d140000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fda5cda2000)
        libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0 (0x00007fda5cb8d000)
        libbfio.so.1 => /usr/lib/x86_64-linux-gnu/libbfio.so.1 (0x00007fda5c8c9000)
        libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007fda5c3fe000)
        libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4 (0x00007fda5c17c000)
        libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007fda5bf4a000)
        libicudata.so.60 => /usr/lib/x86_64-linux-gnu/libicudata.so.60 (0x00007fda5a3a1000)
        libnghttp2.so.14 => /usr/lib/x86_64-linux-gnu/libnghttp2.so.14 (0x00007fda5a17c000)
        libidn2.so.0 => /usr/lib/x86_64-linux-gnu/libidn2.so.0 (0x00007fda59f5f000)
        librtmp.so.1 => /usr/lib/x86_64-linux-gnu/librtmp.so.1 (0x00007fda59d43000)
        libpsl.so.5 => /usr/lib/x86_64-linux-gnu/libpsl.so.5 (0x00007fda59b35000)
        libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007fda598a8000)
        libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007fda5965d000)
        libldap_r-2.4.so.2 => /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2 (0x00007fda5940b000)
        liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2 (0x00007fda591fd000)
        libunistring.so.2 => /usr/lib/x86_64-linux-gnu/libunistring.so.2 (0x00007fda58e7f000)
        libgnutls.so.30 => /usr/lib/x86_64-linux-gnu/libgnutls.so.30 (0x00007fda58b19000)
        libhogweed.so.4 => /usr/lib/x86_64-linux-gnu/libhogweed.so.4 (0x00007fda588e5000)
        libnettle.so.6 => /usr/lib/x86_64-linux-gnu/libnettle.so.6 (0x00007fda586af000)
        libgmp.so.10 => /usr/lib/x86_64-linux-gnu/libgmp.so.10 (0x00007fda5842e000)
        libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007fda58158000)
        libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007fda57f26000)
        libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007fda57d22000)
        libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007fda57b17000)
        libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fda578fd000)
        libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (0x00007fda576e2000)
        libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3 (0x00007fda574a1000)
        libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0 (0x00007fda57172000)
        libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6 (0x00007fda56f5f000)
        libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007fda56d3e000)
        libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0 (0x00007fda56b35000)
        libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26 (0x00007fda568a8000)
        libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8 (0x00007fda56606000)
        libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4 (0x00007fda563d0000)
        libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18 (0x00007fda561ba000)
        libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007fda55fb2000)
        libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0 (0x00007fda55d89000)
        libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1 (0x00007fda55b7a000)
        libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5 (0x00007fda55930000)
        libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1 (0x00007fda556f8000)

Revision history for this message
Manfred Hampl (m-hampl) said :
#7

If you now run libguestfs-test-tool, does it work or do you still get the "error while loading shared libraries: libkeyutils.so.1" message?

Revision history for this message
Jevin gala (whatshouldiusethen) said :
#8

Hi,

Its still the same, I get that same message again.

Revision history for this message
Manfred Hampl (m-hampl) said :
#9

Please provide the output of the commands

sudo updatedb
locate guestfsd
which guestfsd

Revision history for this message
Jevin gala (whatshouldiusethen) said :
#10

# sudo updatedb

# locate guestfsd
/usr/sbin/guestfsd
/usr/share/doc/guestfsd
/usr/share/doc/guestfsd/README
/usr/share/doc/guestfsd/TODO.gz
/usr/share/doc/guestfsd/changelog.Debian.gz
/usr/share/doc/guestfsd/copyright
/usr/share/man/man8/guestfsd.8.gz
/var/cache/apt/archives/guestfsd_1%3a1.36.13-1ubuntu3.3_amd64.deb
/var/lib/dpkg/info/guestfsd.list
/var/lib/dpkg/info/guestfsd.md5sums

# which guestfsd
/usr/sbin/guestfsd

Revision history for this message
Manfred Hampl (m-hampl) said :
#11

Please provide the full output that you receive for

/usr/bin/libguestfs-test-tool --version
/usr/bin/libguestfs-test-tool --help
/usr/bin/libguestfs-test-tool

Revision history for this message
Jevin gala (whatshouldiusethen) said :
#12

I will update here with output once test tool again shows that error message.

Revision history for this message
Jevin gala (whatshouldiusethen) said :
#13

 /usr/bin/libguestfs-test-tool --version
libguestfs-test-tool 1.36.13
----------------------------------------------------------------------------------------------------------------------------------
 /usr/bin/libguestfs-test-tool --help
libguestfs-test-tool: interactive test tool
Copyright (C) 2009-2017 Red Hat Inc.
Usage:
  libguestfs-test-tool [--options]
Options:
  --help Display usage
  --qemudir dir Specify QEMU source directory
  --qemu qemu Specify QEMU binary
  --timeout n
  -t n Set launch timeout (default: 600 seconds)
  --version
  -V Display libguestfs version and exit
----------------------------------------------------------------------------------------------------------------------------------

/usr/bin/libguestfs-test-tool
     ************************************************************
     * IMPORTANT NOTICE
     *
     * When reporting bugs, include the COMPLETE, UNEDITED
     * output below in your bug report.
     *
     ************************************************************
LIBVIRT_DEFAULT_URI=qemu:///system
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
XDG_RUNTIME_DIR=/run/user/0
SELinux: sh: 1: getenforce: not found
guestfs_get_append: (null)
guestfs_get_autosync: 1
guestfs_get_backend: direct
guestfs_get_backend_settings: []
guestfs_get_cachedir: /var/tmp
guestfs_get_direct: 0
guestfs_get_hv: /usr/bin/qemu-system-x86_64
guestfs_get_memsize: 500
guestfs_get_network: 0
guestfs_get_path: /usr/lib/x86_64-linux-gnu/guestfs
guestfs_get_pgroup: 0
guestfs_get_program: libguestfs-test-tool
guestfs_get_recovery_proc: 1
guestfs_get_smp: 1
guestfs_get_sockdir: /tmp
guestfs_get_tmpdir: /tmp
guestfs_get_trace: 0
guestfs_get_verbose: 1
host_cpu: x86_64
Launching appliance, timeout set to 600 seconds.
libguestfs: launch: program=libguestfs-test-tool
libguestfs: launch: version=1.36.13
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/libguestfsYxe2mW
libguestfs: launch: umask=0022
libguestfs: launch: euid=0
libguestfs: begin building supermin appliance
libguestfs: run supermin
libguestfs: command: run: /usr/bin/supermin
libguestfs: command: run: \ --build
libguestfs: command: run: \ --verbose
libguestfs: command: run: \ --if-newer
libguestfs: command: run: \ --lock /var/tmp/.guestfs-0/lock
libguestfs: command: run: \ --copy-kernel
libguestfs: command: run: \ -f ext2
libguestfs: command: run: \ --host-cpu x86_64
libguestfs: command: run: \ /usr/lib/x86_64-linux-gnu/guestfs/supermin.d
libguestfs: command: run: \ -o /var/tmp/.guestfs-0/appliance.d
supermin: version: 5.1.19
supermin: package handler: debian/dpkg
supermin: acquiring lock on /var/tmp/.guestfs-0/lock
supermin: if-newer: output does not need rebuilding
libguestfs: finished building supermin appliance
libguestfs: begin testing qemu features
libguestfs: checking for previously cached test results of /usr/bin/qemu-system-x86_64, in /var/tmp/.guestfs-0
libguestfs: loading previously cached test results
libguestfs: qemu version: 2.11
libguestfs: qemu mandatory locking: yes
libguestfs: finished testing qemu features
[00013ms] /usr/bin/qemu-system-x86_64 \
    -global virtio-blk-pci.scsi=off \
    -enable-fips \
    -nodefaults \
    -display none \
    -machine accel=kvm:tcg \
    -cpu host \
    -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/libguestfsYxe2mW/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/libguestfsOji26u/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'
libguestfs: responding to serial console Device Status Report
\x1b[1;256r\x1b[256;256H\x1b[6n
Google, Inc.
Serial Graphics Adapter 03/05/17
SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (generic@generic) Sun, 05 Mar 2017 16:09:17 +0100
Term: 80x24
4 0
SeaBIOS (version 1.10.2-1ubuntu1)
Booting from ROM...
\x1b[2J[ 0.000000] Linux version 4.15.0-144-generic (buildd@lgw01-amd64-031) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #148-Ubuntu SMP Sat May 8 02:33:43 UTC 2021 (Ubuntu 4.15.0-144.148-generic 4.15.18)
[ 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] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[ 0.000000] e820: 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 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.10.2-1ubuntu1 04/01/2014
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: 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 0x000f6a90-0x000f6a9f]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] RAMDISK: [mem 0x1f34d000-0x1f3cffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F68B0 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x000000001F3E159D 00002C (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x000000001F3E1431 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x000000001F3E0040 0013F1 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x000000001F3E0000 000040
[ 0.000000] ACPI: APIC 0x000000001F3E1525 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 0x1f322000-0x1f34cfff]
[ 0.000000] kvm-clock: cpu 0, msr 0:1f2a2001, primary cpu clock
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: using sched offset of 178935668 cycles
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 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] Reserved but unavailable: 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 17, 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] TSC deadline timer available
[ 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] e820: [mem 0x1f400000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x500 with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:1 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u2097152
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1f023040
[ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[ 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] Memory: 473440K/511472K available (12300K kernel code, 2483K rwdata, 4316K rodata, 2448K init, 2724K bss, 38032K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] ftrace: allocating 39453 entries in 155 pages
[ 0.004000] Hierarchical RCU implementation.
[ 0.004000] \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=1.
[ 0.004000] \tTasks RCU enabled.
[ 0.004000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.004000] NR_IRQS: 524544, nr_irqs: 256, preallocated irqs: 16
[ 0.004000] Console: colour *CGA 80x25
[ 0.004000] console [ttyS0] enabled
[ 0.004000] ACPI: Core revision 20170831
[ 0.004000] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.004000] APIC: Switch to symmetric I/O mode setup
[ 0.004000] x2apic enabled
[ 0.004000] Switched APIC routing to physical x2apic.
[ 0.004000] tsc: Detected 3393.620 MHz processor
[ 0.004000] Calibrating delay loop (skipped) preset value.. 6787.24 BogoMIPS (lpj=13574480)
[ 0.004000] pid_max: default: 32768 minimum: 301
[ 0.004000] Security Framework initialized
[ 0.004000] Yama: becoming mindful.
[ 0.004000] AppArmor: AppArmor initialized
[ 0.004000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.004000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.004000] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.004000] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.004000] Disabling memory control group subsystem
[ 0.004000] Last level iTLB entries: 4KB 512, 2MB 255, 4MB 127
[ 0.004000] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 0.004000] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.004000] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.004000] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.004000] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.004000] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.004000] Freeing SMP alternatives memory: 36K
[ 0.004000] smpboot: CPU0: AMD Ryzen 5 2600 Six-Core Processor (family: 0x17, model: 0x8, stepping: 0x2)
[ 0.004000] Performance Events: AMD PMU driver.
[ 0.004000] ... version: 0
[ 0.004000] ... bit width: 48
[ 0.004000] ... generic registers: 4
[ 0.004000] ... value mask: 0000ffffffffffff
[ 0.004000] ... max period: 00007fffffffffff
[ 0.004000] ... fixed-purpose events: 0
[ 0.004000] ... event mask: 000000000000000f
[ 0.004048] Hierarchical SRCU implementation.
[ 0.005016] smp: Bringing up secondary CPUs ...
[ 0.005452] smp: Brought up 1 node, 1 CPU
[ 0.005849] smpboot: Max logical packages: 1
[ 0.006218] smpboot: Total of 1 processors activated (6787.24 BogoMIPS)
[ 0.006975] devtmpfs: initialized
[ 0.007329] x86/mm: Memory block size: 128MB
[ 0.007847] evm: security.selinux
[ 0.008006] evm: security.SMACK64
[ 0.008322] evm: security.SMACK64EXEC
[ 0.008671] evm: security.SMACK64TRANSMUTE
[ 0.009049] evm: security.SMACK64MMAP
[ 0.009387] evm: security.apparmor
[ 0.009717] evm: security.ima
[ 0.009993] evm: security.capability
[ 0.010428] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.011320] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 0.011908] pinctrl core: initialized pinctrl subsystem
[ 0.012122] RTC time: 15:39:28, date: 06/12/21
[ 0.012614] NET: Registered protocol family 16
[ 0.013124] audit: initializing netlink subsys (disabled)
[ 0.013720] cpuidle: using governor ladder
[ 0.014116] cpuidle: using governor menu
[ 0.014972] audit: type=2000 audit(1623512368.455:1): state=initialized audit_enabled=0 res=1
[ 0.015810] ACPI: bus type PCI registered
[ 0.016007] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.016687] PCI: Using configuration type 1 for base access
[ 0.017252] PCI: Using configuration type 1 for extended access
[ 0.018626] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.019254] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.019997] ACPI: Added _OSI(Module Device)
[ 0.020005] ACPI: Added _OSI(Processor Device)
[ 0.020425] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.020884] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.021383] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.021817] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.022308] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.023662] ACPI: Interpreter enabled
[ 0.024025] ACPI: (supports S0 S3 S4 S5)
[ 0.024409] ACPI: Using IOAPIC for interrupt routing
[ 0.024932] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.025907] ACPI: Enabled 2 GPEs in block 00 to 0F
[ 0.028753] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.029330] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.030103] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.030992] acpiphp: Slot [2] registered
[ 0.031396] acpiphp: Slot [3] registered
[ 0.031798] acpiphp: Slot [4] registered
[ 0.032052] acpiphp: Slot [5] registered
[ 0.032458] acpiphp: Slot [6] registered
[ 0.032857] acpiphp: Slot [7] registered
[ 0.033288] acpiphp: Slot [8] registered
[ 0.033693] acpiphp: Slot [9] registered
[ 0.034110] acpiphp: Slot [10] registered
[ 0.034533] acpiphp: Slot [11] registered
[ 0.034943] acpiphp: Slot [12] registered
[ 0.035355] acpiphp: Slot [13] registered
[ 0.035762] acpiphp: Slot [14] registered
[ 0.036046] acpiphp: Slot [15] registered
[ 0.036461] acpiphp: Slot [16] registered
[ 0.036858] acpiphp: Slot [17] registered
[ 0.037262] acpiphp: Slot [18] registered
[ 0.037666] acpiphp: Slot [19] registered
[ 0.038064] acpiphp: Slot [20] registered
[ 0.038467] acpiphp: Slot [21] registered
[ 0.038882] acpiphp: Slot [22] registered
[ 0.039278] acpiphp: Slot [23] registered
[ 0.039691] acpiphp: Slot [24] registered
[ 0.040036] acpiphp: Slot [25] registered
[ 0.040452] acpiphp: Slot [26] registered
[ 0.040853] acpiphp: Slot [27] registered
[ 0.041264] acpiphp: Slot [28] registered
[ 0.041671] acpiphp: Slot [29] registered
[ 0.042068] acpiphp: Slot [30] registered
[ 0.042475] acpiphp: Slot [31] registered
[ 0.042885] PCI host bridge to bus 0000:00
[ 0.043278] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.043894] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.044005] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.044712] pci_bus 0000:00: root bus resource [mem 0x1f400000-0xfebfffff window]
[ 0.045400] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]
[ 0.046119] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.049772] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.050460] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.051062] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.051750] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.052859] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI
[ 0.053557] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB
[ 0.078312] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.079189] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.080056] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.080945] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.081584] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.082322] SCSI subsystem initialized
[ 0.083821] vgaarb: loaded
[ 0.084017] usbcore: USB support disabled
[ 0.084499] EDAC MC: Ver: 3.0.0
[ 0.084985] PCI: Using ACPI for IRQ routing
[ 0.085548] NetLabel: Initializing
[ 0.085879] NetLabel: domain hash size = 128
[ 0.086304] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.086871] NetLabel: unlabeled traffic allowed by default
[ 0.087518] clocksource: Switched to clocksource kvm-clock
[ 0.092932] VFS: Disk quotas dquot_6.6.0
[ 0.093335] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.094045] AppArmor: AppArmor Filesystem Enabled
[ 0.094521] pnp: PnP ACPI init
[ 0.095184] pnp: PnP ACPI: found 5 devices
[ 0.100856] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.101724] NET: Registered protocol family 2
[ 0.102252] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.102917] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.103520] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.104136] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.104697] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.105304] NET: Registered protocol family 1
[ 0.105727] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.106281] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.106830] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.107469] Unpacking initramfs...
[ 0.108176] Freeing initrd memory: 524K
[ 0.108638] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x30eac3f3011, max_idle_ns: 440795332092 ns
[ 0.109634] Scanning for low memory corruption every 60 seconds
[ 0.110636] Initialise system trusted keyrings
[ 0.111078] Key type blacklist registered
[ 0.111501] workingset: timestamp_bits=36 max_order=17 bucket_order=0
[ 0.112926] zbud: loaded
[ 0.113724] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.114377] fuse init (API version 7.26)
[ 0.115388] Key type asymmetric registered
[ 0.115779] Asymmetric key parser 'x509' registered
[ 0.116293] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.117048] io scheduler noop registered
[ 0.117425] io scheduler deadline registered
[ 0.117870] io scheduler cfq registered (default)
[ 0.118446] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.119132] ACPI: Power Button [PWRF]
[ 0.137711] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[ 0.157312] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[ 0.183173] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.184567] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.208401] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.253050] Linux agpgart interface v0.103
[ 0.255538] loop: module loaded
[ 0.256852] scsi host0: ata_piix
[ 0.257363] scsi host1: ata_piix
[ 0.257812] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[ 0.258713] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[ 0.259929] libphy: Fixed MDIO Bus: probed
[ 0.260495] tun: Universal TUN/TAP device driver, 1.6
[ 0.261205] PPP generic driver version 2.4.2
[ 0.261851] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.263566] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.264494] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.265267] mousedev: PS/2 mouse device common for all mice
[ 0.266310] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.267802] rtc_cmos 00:00: RTC can wake from S4
[ 0.268512] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.269176] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram
[ 0.269799] i2c /dev entries driver
[ 0.270176] device-mapper: uevent: version 1.0.3
[ 0.270665] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: <email address hidden>
[ 0.271455] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.272231] NET: Registered protocol family 10
[ 0.272973] Segment Routing with IPv6
[ 0.273367] NET: Registered protocol family 17
[ 0.273826] Key type dns_resolver registered
[ 0.274356] mce: Using 10 MCE banks
[ 0.274705] RAS: Correctable Errors collector initialized.
[ 0.275240] sched_clock: Marking stable (272033329, 0)->(383441466, -111408137)
[ 0.276037] registered taskstats version 1
[ 0.276428] Loading compiled-in X.509 certificates
[ 0.277434] Loaded X.509 cert 'Build time autogenerated kernel key: 1e5516648b223d94d04ce7d99e6048c9b3ebcb77'
[ 0.278810] Loaded X.509 cert 'Canonical Ltd. Live Patch Signing: 14df34d1a87cf37625abec039ef2bf521249b969'
[ 0.280180] Loaded X.509 cert 'Canonical Ltd. Kernel Module Signing: 88f752e560a1e0737e31163a466ad7b70a850c19'
[ 0.281138] zswap: loaded using pool lzo/zbud
[ 0.281691] Key type big_key registered
[ 0.282062] Key type trusted registered
[ 0.282477] Key type encrypted registered
[ 0.282865] AppArmor: AppArmor sha1 policy hashing enabled
[ 0.283374] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 0.283972] ima: Allocated hash algorithm: sha1
[ 0.284480] evm: HMAC attrs: 0x1
[ 0.285050] Magic number: 9:624:689
[ 0.285493] rtc_cmos 00:00: setting system clock to 2021-06-12 15:39:28 UTC (1623512368)
[ 0.286313] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.286868] EDD information not available.
[ 0.429704] Freeing unused kernel image memory: 2448K
[ 0.436024] Write protecting the kernel read-only data: 20480k
[ 0.437253] Freeing unused kernel image memory: 2008K
[ 0.438158] Freeing unused kernel image memory: 1828K
[ 0.447660] x86/mm: Checked W+X mappings: passed, no W+X pages found.
supermin: mounting /proc
supermin: ext2 mini initrd starting up: 5.1.19
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: 0.45 0.14
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32_generic.ko
supermin: internal insmod nfit.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio-rng.ko
supermin: internal insmod crypto_engine.ko
supermin: internal insmod virtio_crypto.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod nd_btt.ko
[ 0.464308] random: fast init done
[ 0.464706] random: crng init done
supermin: internal insmod nd_pmem.ko
supermin: internal insmod rpmsg_core.ko
supermin: internal insmod virtio_rpmsg_bus.ko
supermin: internal insmod virtio_scsi.ko
[ 0.470212] scsi host2: Virtio SCSI HBA
[ 0.471798] scsi 2:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 0.473199] scsi 2:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 0.488018] sd 2:0:0:0: Power-on or device reset occurred
[ 0.489075] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 0.489972] sd 2:0:1:0: Power-on or device reset occurred
[ 0.490734] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 0.491560] sd 2:0:0:0: [sda] 204800 512-byte logical blocks: (105 MB/100 MiB)
[ 0.492377] sd 2:0:0:0: [sda] Write Protect is off
[ 0.492966] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.493888] sd 2:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[ 0.494647] sd 2:0:1:0: [sdb] Write Protect is off
[ 0.495189] sd 2:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.497802] sd 2:0:0:0: [sda] Attached SCSI disk
[ 0.499063] sd 2:0:1:0: [sdb] Attached SCSI disk
supermin: internal insmod virtio_input.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc4.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
[ 0.511963] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
[ 0.515104] 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
++ od -x -A n
++ dd if=/dev/urandom bs=16 count=1 status=none
+ machine_id=' 375d 1639 e941 4b93 1d0e aaac 9b89 b6a4'
+ echo 375d1639e9414b931d0eaaac9b89b6a4
+ systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
[/usr/lib/tmpfiles.d/systemd.conf:11] Unknown group 'utmp'.
[/usr/lib/tmpfiles.d/systemd.conf:19] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:20] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:21] Unknown user 'systemd-network'.
[/usr/lib/tmpfiles.d/systemd.conf:25] Unknown group 'systemd-journal'.
[/usr/lib/tmpfiles.d/systemd.conf:26] Unknown group 'systemd-journal'.
Failed to parse ACL "d:group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r--": No such file or directory. Ignoring
Failed to parse ACL "d:group::r-x,d:group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group::r-x,group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "d:group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r-x": No such file or directory. Ignoring
Failed to parse ACL "group:adm:r--": No such file or directory. Ignoring
+ for f in /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd /sbin/udevd /lib/udev/udevd /usr/lib/udev/udevd
+ '[' -x /lib/systemd/systemd-udevd ']'
+ UDEVD=/lib/systemd/systemd-udevd
+ break
+ '[' -z /lib/systemd/systemd-udevd ']'
+ /lib/systemd/systemd-udevd --daemon
starting version 237
+ udevadm trigger
+ udevadm settle --timeout=600
+ shopt -s nullglob
+ for f in /sys/block/sd*/device/timeout
+ echo 300
+ for f in /sys/block/sd*/device/timeout
+ echo 300
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 116: echo: write error: Invalid argument
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 116: echo: write error: Invalid argument
+ shopt -u nullglob
+ ip addr add 127.0.0.1/8 brd + dev lo scope host
+ ip link set dev lo up
+ test '' = 1
+ mdadm -As --auto=yes --run
mdadm: No arrays found in config file or automatically
+ modprobe dm_mod
+ lvm vgchange -aay --sysinit
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ ldmtool create all
[
]
+ test 1 = 1
+ test '' '!=' 1
+ uname -a
Linux (none) 4.15.0-144-generic #148-Ubuntu SMP Sat May 8 02:33:43 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw------- 1 0 0 10, 235 Jun 12 15:39 autofs
drwxr-xr-x 2 0 0 240 Jun 12 15:39 block
drwxr-xr-x 2 0 0 80 Jun 12 15:39 bsg
crw------- 1 0 0 10, 234 Jun 12 15:39 btrfs-control
drwxr-xr-x 2 0 0 2220 Jun 12 15:39 char
crw------- 1 0 0 5, 1 Jun 12 15:39 console
lrwxrwxrwx 1 0 0 11 Jun 12 15:39 core -> /proc/kcore
crw------- 1 0 0 10, 60 Jun 12 15:39 cpu_dma_latency
crw------- 1 0 0 10, 203 Jun 12 15:39 cuse
drwxr-xr-x 5 0 0 100 Jun 12 15:39 disk
crw------- 1 0 0 10, 62 Jun 12 15:39 ecryptfs
lrwxrwxrwx 1 0 0 13 Jun 12 15:39 fd -> /proc/self/fd
crw-rw-rw- 1 0 0 1, 7 Jun 12 15:39 full
crw-rw-rw- 1 0 0 10, 229 Jun 12 15:39 fuse
crw------- 1 0 0 10, 228 Jun 12 15:39 hpet
crw------- 1 0 0 10, 183 Jun 12 15:39 hwrng
drwxr-xr-x 3 0 0 120 Jun 12 15:39 input
crw-r--r-- 1 0 0 1, 11 Jun 12 15:39 kmsg
drwxr-xr-x 2 0 0 60 Jun 12 15:39 lightnvm
crw------- 1 0 0 10, 237 Jun 12 15:39 loop-control
brw------- 1 0 0 7, 0 Jun 12 15:39 loop0
brw------- 1 0 0 7, 1 Jun 12 15:39 loop1
brw------- 1 0 0 7, 2 Jun 12 15:39 loop2
brw------- 1 0 0 7, 3 Jun 12 15:39 loop3
brw------- 1 0 0 7, 4 Jun 12 15:39 loop4
brw------- 1 0 0 7, 5 Jun 12 15:39 loop5
brw------- 1 0 0 7, 6 Jun 12 15:39 loop6
brw------- 1 0 0 7, 7 Jun 12 15:39 loop7
drwxr-xr-x 2 0 0 60 Jun 12 15:39 mapper
crw------- 1 0 0 10, 227 Jun 12 15:39 mcelog
crw------- 1 0 0 1, 1 Jun 12 15:39 mem
crw------- 1 0 0 10, 57 Jun 12 15:39 memory_bandwidth
drwxr-xr-x 2 0 0 60 Jun 12 15:39 net
crw------- 1 0 0 10, 59 Jun 12 15:39 network_latency
crw------- 1 0 0 10, 58 Jun 12 15:39 network_throughput
crw-rw-rw- 1 0 0 1, 3 Jun 12 15:39 null
crw------- 1 0 0 1, 4 Jun 12 15:39 port
crw------- 1 0 0 108, 0 Jun 12 15:39 ppp
crw------- 1 0 0 10, 1 Jun 12 15:39 psaux
crw-rw-rw- 1 0 0 5, 2 Jun 12 15:39 ptmx
drwxr-xr-x 2 0 0 0 Jun 12 15:39 pts
crw-rw-rw- 1 0 0 1, 8 Jun 12 15:39 random
crw------- 1 0 0 10, 242 Jun 12 15:39 rfkill
lrwxrwxrwx 1 0 0 4 Jun 12 15:39 rtc -> rtc0
crw------- 1 0 0 249, 0 Jun 12 15:39 rtc0
brw------- 1 0 0 8, 0 Jun 12 15:39 sda
brw------- 1 0 0 8, 16 Jun 12 15:39 sdb
crw------- 1 0 0 21, 0 Jun 12 15:39 sg0
crw------- 1 0 0 21, 1 Jun 12 15:39 sg1
drwxrwxrwt 2 0 0 40 Jun 12 15:39 shm
crw------- 1 0 0 10, 231 Jun 12 15:39 snapshot
drwxr-xr-x 2 0 0 80 Jun 12 15:39 snd
lrwxrwxrwx 1 0 0 15 Jun 12 15:39 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 0 0 15 Jun 12 15:39 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 0 0 15 Jun 12 15:39 stdout -> /proc/self/fd/1
crw-rw-rw- 1 0 0 5, 0 Jun 12 15:39 tty
crw------- 1 0 0 4, 0 Jun 12 15:39 tty0
crw------- 1 0 0 4, 1 Jun 12 15:39 tty1
crw------- 1 0 0 4, 10 Jun 12 15:39 tty10
crw------- 1 0 0 4, 11 Jun 12 15:39 tty11
crw------- 1 0 0 4, 12 Jun 12 15:39 tty12
crw------- 1 0 0 4, 13 Jun 12 15:39 tty13
crw------- 1 0 0 4, 14 Jun 12 15:39 tty14
crw------- 1 0 0 4, 15 Jun 12 15:39 tty15
crw------- 1 0 0 4, 16 Jun 12 15:39 tty16
crw------- 1 0 0 4, 17 Jun 12 15:39 tty17
crw------- 1 0 0 4, 18 Jun 12 15:39 tty18
crw------- 1 0 0 4, 19 Jun 12 15:39 tty19
crw------- 1 0 0 4, 2 Jun 12 15:39 tty2
crw------- 1 0 0 4, 20 Jun 12 15:39 tty20
crw------- 1 0 0 4, 21 Jun 12 15:39 tty21
crw------- 1 0 0 4, 22 Jun 12 15:39 tty22
crw------- 1 0 0 4, 23 Jun 12 15:39 tty23
crw------- 1 0 0 4, 24 Jun 12 15:39 tty24
crw------- 1 0 0 4, 25 Jun 12 15:39 tty25
crw------- 1 0 0 4, 26 Jun 12 15:39 tty26
crw------- 1 0 0 4, 27 Jun 12 15:39 tty27
crw------- 1 0 0 4, 28 Jun 12 15:39 tty28
crw------- 1 0 0 4, 29 Jun 12 15:39 tty29
crw------- 1 0 0 4, 3 Jun 12 15:39 tty3
crw------- 1 0 0 4, 30 Jun 12 15:39 tty30
crw------- 1 0 0 4, 31 Jun 12 15:39 tty31
crw------- 1 0 0 4, 32 Jun 12 15:39 tty32
crw------- 1 0 0 4, 33 Jun 12 15:39 tty33
crw------- 1 0 0 4, 34 Jun 12 15:39 tty34
crw------- 1 0 0 4, 35 Jun 12 15:39 tty35
crw------- 1 0 0 4, 36 Jun 12 15:39 tty36
crw------- 1 0 0 4, 37 Jun 12 15:39 tty37
crw------- 1 0 0 4, 38 Jun 12 15:39 tty38
crw------- 1 0 0 4, 39 Jun 12 15:39 tty39
crw------- 1 0 0 4, 4 Jun 12 15:39 tty4
crw------- 1 0 0 4, 40 Jun 12 15:39 tty40
crw------- 1 0 0 4, 41 Jun 12 15:39 tty41
crw------- 1 0 0 4, 42 Jun 12 15:39 tty42
crw------- 1 0 0 4, 43 Jun 12 15:39 tty43
crw------- 1 0 0 4, 44 Jun 12 15:39 tty44
crw------- 1 0 0 4, 45 Jun 12 15:39 tty45
crw------- 1 0 0 4, 46 Jun 12 15:39 tty46
crw------- 1 0 0 4, 47 Jun 12 15:39 tty47
crw------- 1 0 0 4, 48 Jun 12 15:39 tty48
crw------- 1 0 0 4, 49 Jun 12 15:39 tty49
crw------- 1 0 0 4, 5 Jun 12 15:39 tty5
crw------- 1 0 0 4, 50 Jun 12 15:39 tty50
crw------- 1 0 0 4, 51 Jun 12 15:39 tty51
crw------- 1 0 0 4, 52 Jun 12 15:39 tty52
crw------- 1 0 0 4, 53 Jun 12 15:39 tty53
crw------- 1 0 0 4, 54 Jun 12 15:39 tty54
crw------- 1 0 0 4, 55 Jun 12 15:39 tty55
crw------- 1 0 0 4, 56 Jun 12 15:39 tty56
crw------- 1 0 0 4, 57 Jun 12 15:39 tty57
crw------- 1 0 0 4, 58 Jun 12 15:39 tty58
crw------- 1 0 0 4, 59 Jun 12 15:39 tty59
crw------- 1 0 0 4, 6 Jun 12 15:39 tty6
crw------- 1 0 0 4, 60 Jun 12 15:39 tty60
crw------- 1 0 0 4, 61 Jun 12 15:39 tty61
crw------- 1 0 0 4, 62 Jun 12 15:39 tty62
crw------- 1 0 0 4, 63 Jun 12 15:39 tty63
crw------- 1 0 0 4, 7 Jun 12 15:39 tty7
crw------- 1 0 0 4, 8 Jun 12 15:39 tty8
crw------- 1 0 0 4, 9 Jun 12 15:39 tty9
crw------- 1 0 0 4, 64 Jun 12 15:39 ttyS0
crw------- 1 0 0 5, 3 Jun 12 15:39 ttyprintk
crw------- 1 0 0 10, 239 Jun 12 15:39 uhid
crw------- 1 0 0 10, 223 Jun 12 15:39 uinput
crw-rw-rw- 1 0 0 1, 9 Jun 12 15:39 urandom
crw------- 1 0 0 10, 240 Jun 12 15:39 userio
crw------- 1 0 0 7, 0 Jun 12 15:39 vcs
crw------- 1 0 0 7, 1 Jun 12 15:39 vcs1
crw------- 1 0 0 7, 128 Jun 12 15:39 vcsa
crw------- 1 0 0 7, 129 Jun 12 15:39 vcsa1
drwxr-xr-x 2 0 0 60 Jun 12 15:39 vfio
crw------- 1 0 0 10, 63 Jun 12 15:39 vga_arbiter
crw------- 1 0 0 10, 137 Jun 12 15:39 vhci
crw------- 1 0 0 10, 238 Jun 12 15:39 vhost-net
crw------- 1 0 0 10, 241 Jun 12 15:39 vhost-vsock
drwxr-xr-x 2 0 0 60 Jun 12 15:39 virtio-ports
crw------- 1 0 0 245, 1 Jun 12 15:39 vport2p1
crw-rw-rw- 1 0 0 1, 5 Jun 12 15:39 zero

/dev/block:
total 0
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:0 -> ../loop0
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:1 -> ../loop1
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:2 -> ../loop2
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:3 -> ../loop3
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:4 -> ../loop4
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:5 -> ../loop5
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:6 -> ../loop6
lrwxrwxrwx 1 0 0 8 Jun 12 15:39 7:7 -> ../loop7
lrwxrwxrwx 1 0 0 6 Jun 12 15:39 8:0 -> ../sda
lrwxrwxrwx 1 0 0 6 Jun 12 15:39 8:16 -> ../sdb

/dev/bsg:
total 0
crw------- 1 0 0 246, 0 Jun 12 15:39 2:0:0:0
crw------- 1 0 0 246, 1 Jun 12 15:39 2:0:1:0

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

/dev/disk:
total 0
drwxr-xr-x 2 0 0 80 Jun 12 15:39 by-id
drwxr-xr-x 2 0 0 80 Jun 12 15:39 by-path
drwxr-xr-x 2 0 0 60 Jun 12 15:39 by-uuid

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 0 0 9 Jun 12 15:39 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 0 0 9 Jun 12 15:39 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 0 0 9 Jun 12 15:39 pci-0000:00:03.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 0 0 9 Jun 12 15:39 pci-0000:00:03.0-scsi-0:0:1:0 -> ../../sdb

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 0 0 9 Jun 12 15:39 97325bf2-e978-42b6-b5e0-755881df0793 -> ../../sdb

/dev/input:
total 0
drwxr-xr-x 2 0 0 60 Jun 12 15:39 by-path
crw------- 1 0 0 13, 64 Jun 12 15:39 event0
crw------- 1 0 0 13, 65 Jun 12 15:39 event1
crw------- 1 0 0 13, 63 Jun 12 15:39 mice

/dev/input/by-path:
total 0
lrwxrwxrwx 1 0 0 9 Jun 12 15:39 platform-i8042-serio-0-event-kbd -> ../event1

/dev/lightnvm:
total 0
crw------- 1 0 0 10, 61 Jun 12 15:39 control

/dev/mapper:
total 0
crw------- 1 0 0 10, 236 Jun 12 15:39 control

/dev/net:
total 0
crw-rw-rw- 1 0 0 10, 200 Jun 12 15:39 tun

/dev/pts:
total 0
c--------- 1 0 0 5, 2 Jun 12 15:39 ptmx

/dev/shm:
total 0

/dev/snd:
total 0
crw------- 1 0 0 116, 1 Jun 12 15:39 seq
crw------- 1 0 0 116, 33 Jun 12 15:39 timer

/dev/vfio:
total 0
crw------- 1 0 0 10, 196 Jun 12 15:39 vfio

/dev/virtio-ports:
total 0
lrwxrwxrwx 1 0 0 11 Jun 12 15:39 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=96060k,mode=755 0 0
/dev /dev devtmpfs rw,relatime,size=236736k,nr_inodes=59184,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
+ lvm pvs
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ lvm vgs
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ lvm lvs
  WARNING: Failed to connect to lvmetad. Falling back to device scanning.
+ ip a
1: lo: 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
libcrc32c 16384 0
crc8 16384 0
crc7 16384 0
crc4 16384 0
crc_itu_t 16384 0
virtio_input 16384 0
virtio_scsi 20480 1
virtio_rpmsg_bus 20480 0
rpmsg_core 16384 1 virtio_rpmsg_bus
nd_pmem 16384 0
nd_btt 24576 1 nd_pmem
virtio_net 49152 0
virtio_crypto 20480 0
crypto_engine 16384 1 virtio_crypto
virtio_rng 16384 0
virtio_blk 20480 0
nfit 57344 0
crc32_generic 16384 0
crct10dif_pclmul 16384 0
crc32_pclmul 16384 0
+ date
Sat Jun 12 15:39:29 UTC 2021
+ echo -n 'clocksource: '
clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource
kvm-clock
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
0.88 0.15
+ test '' = 1
+ cmd=guestfsd
++ grep -Eo 'guestfs_channel=[^[:space:]]+' /proc/cmdline
+ eval
+ test x '!=' x
+ test 1 = 1
+ cmd='guestfsd --verbose'
+ test '' = 1
+ echo guestfsd --verbose
guestfsd --verbose
+ guestfsd --verbose
----------------------------------------------------------
guestfsd: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No such file or directory
----------------------------------------------------------
+ sync
+ test '' = 1
+ reboot -f
Rebooting.
[ 0.907580] Unregister pv shared memory for cpu 0
[ 0.908063] sd 2:0:1:0: [sdb] Synchronizing SCSI cache
[ 0.908575] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[ 0.909198] reboot: Restarting system
[ 0.909518] reboot: machine restart
libguestfs: error: appliance closed the connection unexpectedly, see earlier error messages
libguestfs: child_cleanup: 0x56481e79b170: child process died
libguestfs: sending SIGTERM to process 27423
libguestfs: qemu maxrss 173844K
libguestfs: error: guestfs_launch failed, see earlier error messages
libguestfs: closing guestfs handle 0x56481e79b170 (state 0)
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsYxe2mW
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfsOji26u

Revision history for this message
Manfred Hampl (m-hampl) said :
#14
Revision history for this message
Richard Jones (rjones-redhat) said :
#15

Can you help with this problem?

Provide an answer of your own, or ask Jevin gala for more information if necessary.

To post a message you must log in.