Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save prakashmishra1598/60e6f814b9fc5014ff3dae020e77303b to your computer and use it in GitHub Desktop.
Save prakashmishra1598/60e6f814b9fc5014ff3dae020e77303b to your computer and use it in GitHub Desktop.
/usr/local/bin/entrypoint: line 5: [: missing `]'
Preparing virt-v2v
Starting virt-v2v
+ ls -l /var/tmp/v2v
total 4
lrwxrwxrwx 1 107 root 25 Aug 3 16:00 PhotonOS-5.0-sda -> /mnt/disks/disk0/disk.img
-rw-r--r-- 1 107 root 16 Aug 3 16:00 vmware.pw
+ '[' vCenter == vCenter ']'
+ exec virt-v2v -v -x -i libvirt -ic 'vpx://tmpadmin%40vsphere.local@10.10.128.10/Datacenter/host/Cluster2/10.10.20.110?no_verify=1' -o local -os /var/tmp/v2v -ip /var/tmp/v2v/vmware.pw -it vddk -io vddk-libdir=/opt/vmware-vix-disklib-distrib -io vddk-thumbprint=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2 -- PhotonOS-5.0
+ /usr/local/bin/virt-v2v-monitor
I0803 16:00:38.310793 12 virt-v2v-monitor.go:66] Setting up prometheus endpoint :2112/metrics
I0803 16:00:38.310907 12 virt-v2v-monitor.go:84] Prometheus progress counter registered.
virt-v2v: virt-v2v 2.3.4rhel=9,release=3.el9 (x86_64)
libvirt version: 9.3.0
check_host_free_space: large_tmpdir=/var/tmp free_space=33535639552
[ 0.0] Setting up the source: -i libvirt -ic vpx://tmpadmin%40vsphere.local@10.10.128.10/Datacenter/host/Cluster2/10.10.20.110?no_verify=1 -it vddk PhotonOS-5.0
libvirt xml is:
<domain type='vmware' xmlns:vmware='http://libvirt.org/schemas/domain/vmware/1.0'>
<name>PhotonOS-5.0</name>
<uuid>42388606-fb03-ee7a-49a2-6b47bba5394c</uuid>
<memory unit='KiB'>2097152</memory>
<currentMemory unit='KiB'>2097152</currentMemory>
<vcpu placement='static'>2</vcpu>
<cputune>
<shares>2000</shares>
</cputune>
<os>
<type arch='x86_64'>hvm</type>
</os>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
<disk type='file' device='disk'>
<source file='[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk'/>
<target dev='sda' bus='scsi'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
<disk type='file' device='cdrom'>
<target dev='sda' bus='sata'/>
<readonly/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
<controller type='scsi' index='0' model='lsilogic'/>
<controller type='sata' index='0'/>
<interface type='vds'>
<mac address='00:50:56:b8:d4:46' type='generated'/>
<source switchid='503810ec-fd13-f2da-fc9b-bedc6c583d43' portid='2333' portgroupid='dvportgroup-99' connectionid='1655342255'/>
<model type='vmxnet3'/>
</interface>
<video>
<model type='vmvga' vram='4096' primary='yes'/>
</video>
</devices>
<vmware:datacenterpath>Datacenter</vmware:datacenterpath>
<vmware:moref>vm-20645</vmware:moref>
</domain>
nbdkit --dump-config
nbdkit version: 1.34.1
nbdkit --dump-config
nbdkit version: 1.34.1
running nbdkit:
LANG=C 'nbdkit' '--exit-with-parent' '--foreground' '--pidfile' '/tmp/v2vnbdkit.bcTLgc/nbdkit1.pid' '--unix' '/tmp/v2v.tCVBMC/in0' '--threads' '16' '-D' 'nbdkit.backend.datapath=0' '-D' 'vddk.stats=1' '-D' 'vddk.datapath=0' '--verbose' '--filter' 'multi-conn' '--filter' 'cow' '--filter' 'blocksize' '--filter' 'cacheextents' '--filter' 'retry' 'vddk' 'server=10.10.128.10' 'vm=moref=vm-20645' 'file=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk' 'user=tmpadmin@vsphere.local' 'libdir=/opt/vmware-vix-disklib-distrib' 'thumbprint=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2' 'minblock=512' 'maxdata=2M' 'multi-conn-mode=disable' 'cow-block-size=4096' 'cow-on-read=/tmp/v2v.tCVBMC/convert' 'password=+/var/tmp/v2v/vmware.pw'
nbdkit: debug: nbdkit 1.34.1 (nbdkit-1.34.1-1.el9)
nbdkit: debug: TLS disabled: could not load TLS certificates
nbdkit: debug: registering plugin /usr/lib64/nbdkit/plugins/nbdkit-vddk-plugin.so
nbdkit: debug: registered plugin /usr/lib64/nbdkit/plugins/nbdkit-vddk-plugin.so (name vddk)
nbdkit: debug: vddk: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-retry-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-retry-filter.so (name retry)
nbdkit: debug: retry: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-cacheextents-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-cacheextents-filter.so (name cacheextents)
nbdkit: debug: cacheextents: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-blocksize-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-blocksize-filter.so (name blocksize)
nbdkit: debug: blocksize: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-cow-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-cow-filter.so (name cow)
nbdkit: debug: cow: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-multi-conn-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-multi-conn-filter.so (name multi-conn)
nbdkit: debug: multi-conn: load
nbdkit: debug: multi-conn: config key=server, value=10.10.128.10
nbdkit: debug: cow: config key=server, value=10.10.128.10
nbdkit: debug: blocksize: config key=server, value=10.10.128.10
nbdkit: debug: cacheextents: config key=server, value=10.10.128.10
nbdkit: debug: retry: config key=server, value=10.10.128.10
nbdkit: debug: vddk: config key=server, value=10.10.128.10
nbdkit: debug: multi-conn: config key=vm, value=moref=vm-20645
nbdkit: debug: cow: config key=vm, value=moref=vm-20645
nbdkit: debug: blocksize: config key=vm, value=moref=vm-20645
nbdkit: debug: cacheextents: config key=vm, value=moref=vm-20645
nbdkit: debug: retry: config key=vm, value=moref=vm-20645
nbdkit: debug: vddk: config key=vm, value=moref=vm-20645
nbdkit: debug: multi-conn: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: cow: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: blocksize: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: cacheextents: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: retry: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: vddk: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: multi-conn: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: cow: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: blocksize: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: cacheextents: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: retry: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: vddk: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: multi-conn: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: cow: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: blocksize: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: cacheextents: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: retry: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: vddk: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: multi-conn: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: cow: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: blocksize: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: cacheextents: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: retry: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: vddk: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: multi-conn: config key=minblock, value=512
nbdkit: debug: cow: config key=minblock, value=512
nbdkit: debug: blocksize: config key=minblock, value=512
nbdkit: debug: multi-conn: config key=maxdata, value=2M
nbdkit: debug: cow: config key=maxdata, value=2M
nbdkit: debug: blocksize: config key=maxdata, value=2M
nbdkit: debug: multi-conn: config key=multi-conn-mode, value=disable
nbdkit: debug: multi-conn: config key=cow-block-size, value=4096
nbdkit: debug: cow: config key=cow-block-size, value=4096
nbdkit: debug: multi-conn: config key=cow-on-read, value=/tmp/v2v.tCVBMC/convert
nbdkit: debug: cow: config key=cow-on-read, value=/tmp/v2v.tCVBMC/convert
nbdkit: debug: multi-conn: config key=password, value=+/var/tmp/v2v/vmware.pw
nbdkit: debug: cow: config key=password, value=+/var/tmp/v2v/vmware.pw
nbdkit: debug: blocksize: config key=password, value=+/var/tmp/v2v/vmware.pw
nbdkit: debug: cacheextents: config key=password, value=+/var/tmp/v2v/vmware.pw
nbdkit: debug: retry: config key=password, value=+/var/tmp/v2v/vmware.pw
nbdkit: debug: vddk: config key=password, value=+/var/tmp/v2v/vmware.pw
nbdkit: debug: multi-conn: config_complete
nbdkit: debug: cow: config_complete
nbdkit: debug: blocksize: config_complete
nbdkit: debug: configured values minblock=512 maxdata=2097152 maxlen=0
nbdkit: debug: cacheextents: config_complete
nbdkit: debug: retry: config_complete
nbdkit: debug: vddk: config_complete
nbdkit: debug: using thread model: serialize_requests
nbdkit: debug: vddk: get_ready
nbdkit: debug: original command line occupies 681 bytes
nbdkit: debug: adding reexeced_=
nbdkit: debug: re-executing with updated LD_LIBRARY_PATH=/opt/vmware-vix-disklib-distrib/lib64
nbdkit: debug: nbdkit 1.34.1 (nbdkit-1.34.1-1.el9)
nbdkit: debug: TLS disabled: could not load TLS certificates
nbdkit: debug: registering plugin /usr/lib64/nbdkit/plugins/nbdkit-vddk-plugin.so
nbdkit: debug: registered plugin /usr/lib64/nbdkit/plugins/nbdkit-vddk-plugin.so (name vddk)
nbdkit: debug: vddk: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-retry-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-retry-filter.so (name retry)
nbdkit: debug: retry: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-cacheextents-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-cacheextents-filter.so (name cacheextents)
nbdkit: debug: cacheextents: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-blocksize-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-blocksize-filter.so (name blocksize)
nbdkit: debug: blocksize: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-cow-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-cow-filter.so (name cow)
nbdkit: debug: cow: load
nbdkit: debug: registering filter /usr/lib64/nbdkit/filters/nbdkit-multi-conn-filter.so
nbdkit: debug: registered filter /usr/lib64/nbdkit/filters/nbdkit-multi-conn-filter.so (name multi-conn)
nbdkit: debug: multi-conn: load
nbdkit: debug: multi-conn: config key=server, value=10.10.128.10
nbdkit: debug: cow: config key=server, value=10.10.128.10
nbdkit: debug: blocksize: config key=server, value=10.10.128.10
nbdkit: debug: cacheextents: config key=server, value=10.10.128.10
nbdkit: debug: retry: config key=server, value=10.10.128.10
nbdkit: debug: vddk: config key=server, value=10.10.128.10
nbdkit: debug: multi-conn: config key=vm, value=moref=vm-20645
nbdkit: debug: cow: config key=vm, value=moref=vm-20645
nbdkit: debug: blocksize: config key=vm, value=moref=vm-20645
nbdkit: debug: cacheextents: config key=vm, value=moref=vm-20645
nbdkit: debug: retry: config key=vm, value=moref=vm-20645
nbdkit: debug: vddk: config key=vm, value=moref=vm-20645
nbdkit: debug: multi-conn: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: cow: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: blocksize: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: cacheextents: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: retry: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: vddk: config key=file, value=[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk
nbdkit: debug: multi-conn: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: cow: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: blocksize: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: cacheextents: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: retry: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: vddk: config key=user, value=tmpadmin@vsphere.local
nbdkit: debug: multi-conn: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: cow: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: blocksize: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: cacheextents: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: retry: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: vddk: config key=libdir, value=/opt/vmware-vix-disklib-distrib
nbdkit: debug: multi-conn: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: cow: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: blocksize: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: cacheextents: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: retry: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: vddk: config key=thumbprint, value=E3:95:23:08:79:A6:6B:2B:B6:82:6F:34:A7:88:85:12:11:47:6D:C2
nbdkit: debug: multi-conn: config key=minblock, value=512
nbdkit: debug: cow: config key=minblock, value=512
nbdkit: debug: blocksize: config key=minblock, value=512
nbdkit: debug: multi-conn: config key=maxdata, value=2M
nbdkit: debug: cow: config key=maxdata, value=2M
nbdkit: debug: blocksize: config key=maxdata, value=2M
nbdkit: debug: multi-conn: config key=multi-conn-mode, value=disable
nbdkit: debug: multi-conn: config key=cow-block-size, value=4096
nbdkit: debug: cow: config key=cow-block-size, value=4096
nbdkit: debug: multi-conn: config key=cow-on-read, value=/tmp/v2v.tCVBMC/convert
nbdkit: debug: cow: config key=cow-on-read, value=/tmp/v2v.tCVBMC/convert
nbdkit: debug: multi-conn: config key=password, value=-3
nbdkit: debug: cow: config key=password, value=-3
nbdkit: debug: blocksize: config key=password, value=-3
nbdkit: debug: cacheextents: config key=password, value=-3
nbdkit: debug: retry: config key=password, value=-3
nbdkit: debug: vddk: config key=password, value=-3
nbdkit: debug: multi-conn: config key=reexeced_, value=
nbdkit: debug: cow: config key=reexeced_, value=
nbdkit: debug: blocksize: config key=reexeced_, value=
nbdkit: debug: cacheextents: config key=reexeced_, value=
nbdkit: debug: retry: config key=reexeced_, value=
nbdkit: debug: vddk: config key=reexeced_, value=
nbdkit: debug: multi-conn: config_complete
nbdkit: debug: cow: config_complete
nbdkit: debug: blocksize: config_complete
nbdkit: debug: configured values minblock=512 maxdata=2097152 maxlen=0
nbdkit: debug: cacheextents: config_complete
nbdkit: debug: retry: config_complete
nbdkit: debug: vddk: config_complete
nbdkit: debug: cleaning up after re-exec
nbdkit: debug: using thread model: serialize_requests
nbdkit: debug: vddk: get_ready
nbdkit: debug: retry: get_ready thread_model=2
nbdkit: debug: cacheextents: get_ready thread_model=2
nbdkit: debug: blocksize: get_ready thread_model=2
nbdkit: debug: cow: get_ready thread_model=2
nbdkit: debug: cow: temporary directory for overlay: /var/tmp
nbdkit: debug: multi-conn: get_ready thread_model=2
nbdkit: debug: bound to unix socket /tmp/v2v.tCVBMC/in0
nbdkit: debug: written pidfile /tmp/v2vnbdkit.bcTLgc/nbdkit1.pid
nbdkit: debug: vddk: after_fork
nbdkit: debug: VDDK call: VixDiskLib_InitEx (6, 5, &debug_fn, &error_fn, &error_fn, /opt/vmware-vix-disklib-distrib, NULL)
nbdkit: error: FileGetUserName: Unable to retrieve the user name associated with UID 107.
nbdkit: error: FileGetUserIdentifier: Failed to get user name, using UID.
nbdkit: debug: OBJLIB-LIB: Objlib initialized.
nbdkit: debug: VixDiskLib: Attempting to locate advanced transport module in "/opt/vmware-vix-disklib-distrib".
nbdkit: debug: VixDiskLib: Advanced transport plugin /opt/vmware-vix-disklib-distrib/lib64/libdiskLibPlugin.so was successfully loaded into vixDiskLib.
nbdkit: debug: VixDiskLib: Enabling advanced transport modes.
nbdkit: debug: 2023-08-03T16:00:39.131Z trivia -[00054] [Originator@6876 sub=ThreadPool] Thread enlisted
nbdkit: debug: DictionaryLoad: Cannot open file "/etc/vmware/config": No such file or directory.
nbdkit: debug: [msg.dictionary.load.openFailed] Cannot open file "/etc/vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.131Z info -[00054] [Originator@6876 sub=ThreadPool] Entering fair thread loop
nbdkit: debug: PREF Optional preferences file not found at /etc/vmware/config. Using default values.
nbdkit: debug: 2023-08-03T16:00:39.131Z trivia -[00052] [Originator@6876 sub=ThreadPool] Thread enlisted
nbdkit: debug: 2023-08-03T16:00:39.131Z trivia -[00053] [Originator@6876 sub=ThreadPool] Thread enlisted
nbdkit: debug: 2023-08-03T16:00:39.131Z info -[00052] [Originator@6876 sub=ThreadPool] Entering IO thread loop
nbdkit: debug: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.131Z info -[00053] [Originator@6876 sub=ThreadPool] Entering IO thread loop
nbdkit: debug: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
nbdkit: debug: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
nbdkit: debug: DictionaryLoad: Cannot open file "/usr/lib/vmware/config": No such file or directory.
nbdkit: debug: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/config": No such file or directory.
nbdkit: debug: PREF Optional preferences file not found at /usr/lib/vmware/config. Using default values.
nbdkit: debug: DictionaryLoad: Cannot open file "//.vmware/config": No such file or directory.
nbdkit: debug: [msg.dictionary.load.openFailed] Cannot open file "//.vmware/config": No such file or directory.
nbdkit: debug: PREF Optional preferences file not found at //.vmware/config. Using default values.
nbdkit: debug: DictionaryLoad: Cannot open file "//.vmware/preferences": No such file or directory.
nbdkit: debug: [msg.dictionary.load.openFailed] Cannot open file "//.vmware/preferences": No such file or directory.
nbdkit: debug: PREF Optional preferences file not found at //.vmware/preferences. Using default values.
nbdkit: debug: lib/ssl: OpenSSL using FIPS_drbg for RAND
nbdkit: debug: lib/ssl: protocol list tls1.2
nbdkit: debug: lib/ssl: protocol list tls1.2 (openssl flags 0x17000000)
nbdkit: debug: lib/ssl: cipher list ECDHE+AESGCM:RSA+AESGCM:ECDHE+AES:RSA+AES
nbdkit: debug: lib/ssl: curves list prime256v1:secp384r1:secp521r1
nbdkit: debug: VixDiskLib: Initialize transport modes.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC connection accept timeout: 180000 milliseconds
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC request timeout: 180000 milliseconds
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC read timeout: 60000 milliseconds
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC write timeout: 600000 milliseconds
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC fssrvr request timeout: 0 milliseconds
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC fssrvr write timeout: 0 milliseconds
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [NFC VERBOSE]NFC max recv retries: 1
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] DictionaryLoad: Cannot open file "/etc/vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [msg.dictionary.load.openFailed] Cannot open file "/etc/vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] PREF Optional preferences file not found at /etc/vmware/config. Using default values.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] DictionaryLoad: Cannot open file "/usr/lib/vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] PREF Optional preferences file not found at /usr/lib/vmware/config. Using default values.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] DictionaryLoad: Cannot open file "//.vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [msg.dictionary.load.openFailed] Cannot open file "//.vmware/config": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] PREF Optional preferences file not found at //.vmware/config. Using default values.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] DictionaryLoad: Cannot open file "//.vmware/preferences": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] [msg.dictionary.load.openFailed] Cannot open file "//.vmware/preferences": No such file or directory.
nbdkit: debug: 2023-08-03T16:00:39.147Z info -[00047] [Originator@6876 sub=Libs] PREF Optional preferences file not found at //.vmware/preferences. Using default values.
nbdkit: debug: 2023-08-03T16:00:39.148Z info -[00047] [Originator@6876 sub=Libs] lib/ssl: OpenSSL using FIPS_drbg for RAND
nbdkit: debug: 2023-08-03T16:00:39.148Z info -[00047] [Originator@6876 sub=Libs] lib/ssl: protocol list tls1.2
nbdkit: debug: 2023-08-03T16:00:39.148Z info -[00047] [Originator@6876 sub=Libs] lib/ssl: protocol list tls1.2 (openssl flags 0x17000000)
nbdkit: debug: 2023-08-03T16:00:39.148Z info -[00047] [Originator@6876 sub=Libs] lib/ssl: cipher list ECDHE+AESGCM:RSA+AESGCM:ECDHE+AES:RSA+AES
nbdkit: debug: 2023-08-03T16:00:39.148Z info -[00047] [Originator@6876 sub=Libs] lib/ssl: curves list prime256v1:secp384r1:secp521r1
nbdkit: debug: VixDiskLib: Available transport modes: file:san:hotadd:nbdssl:nbd.
nbdkit: debug: VMware VixDiskLib (7.0.3) Release build-18705163
nbdkit: debug: retry: after_fork
nbdkit: debug: cacheextents: after_fork
nbdkit: debug: blocksize: after_fork
nbdkit: debug: cow: after_fork
nbdkit: debug: multi-conn: after_fork
[ 1.7] Opening the source
libguestfs: trace: set_verbose true
libguestfs: trace: set_verbose = 0
libguestfs: trace: set_identifier "v2v"
libguestfs: trace: v2v: set_identifier = 0
libguestfs: trace: v2v: set_program "virt-v2v"
libguestfs: trace: v2v: set_program = 0
libguestfs: trace: v2v: get_memsize
libguestfs: trace: v2v: get_memsize = 1280
libguestfs: trace: v2v: set_memsize 2560
libguestfs: trace: v2v: set_memsize = 0
libguestfs: trace: v2v: set_smp 8
libguestfs: trace: v2v: set_smp = 0
libguestfs: trace: v2v: set_network true
libguestfs: trace: v2v: set_network = 0
libguestfs: trace: v2v: add_drive "" "format:raw" "protocol:nbd" "server:unix:/tmp/v2v.tCVBMC/in0" "cachemode:unsafe" "discard:besteffort"
libguestfs: trace: v2v: add_drive = 0
libguestfs: trace: v2v: launch
libguestfs: trace: v2v: max_disks
libguestfs: trace: v2v: max_disks = 255
libguestfs: trace: v2v: get_tmpdir
libguestfs: trace: v2v: get_tmpdir = "/tmp"
libguestfs: trace: v2v: version
libguestfs: trace: v2v: version = <struct guestfs_version = major: 1, minor: 50, release: 1, extra: rhel=9,release=6.el9,libvirt, >
libguestfs: trace: v2v: get_backend
libguestfs: trace: v2v: get_backend = "direct"
libguestfs: launch: program=virt-v2v
libguestfs: launch: identifier=v2v
libguestfs: launch: version=1.50.1rhel=9,release=6.el9,libvirt
libguestfs: launch: backend registered: direct
libguestfs: launch: backend registered: libvirt
libguestfs: launch: backend=direct
libguestfs: launch: tmpdir=/tmp/libguestfs72gCiD
libguestfs: launch: umask=0022
libguestfs: launch: euid=107
libguestfs: begin testing qemu features
libguestfs: trace: v2v: get_cachedir
libguestfs: trace: v2v: get_cachedir = "/var/tmp"
libguestfs: checking for previously cached test results of /usr/libexec/qemu-kvm, in /var/tmp/.guestfs-107
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -help
libguestfs: command: run: /usr/libexec/qemu-kvm
libguestfs: command: run: \ -display none
libguestfs: command: run: \ -machine q35,accel=kvm:tcg
libguestfs: command: run: \ -device ?
libguestfs: command: run: echo '{ "execute": "qmp_capabilities" }' '{ "execute": "query-qmp-schema" }' '{ "execute": "quit" }' | QEMU_AUDIO_DRV=none "/usr/libexec/qemu-kvm" -display none -machine "q35,accel=kvm:tcg" -qmp stdio
libguestfs: command: run: echo '{ "execute": "qmp_capabilities" }' '{ "execute": "query-kvm" }' '{ "execute": "quit" }' | QEMU_AUDIO_DRV=none "/usr/libexec/qemu-kvm" -display none -machine "q35,accel=kvm:tcg" -qmp stdio
libguestfs: saving test results
libguestfs: qemu version: 8.0
libguestfs: qemu mandatory locking: yes
libguestfs: qemu KVM: enabled
libguestfs: trace: v2v: get_backend_setting "force_tcg"
libguestfs: trace: v2v: get_backend_setting = NULL (error)
libguestfs: trace: v2v: get_backend_setting "force_kvm"
libguestfs: trace: v2v: get_backend_setting = NULL (error)
libguestfs: trace: v2v: get_sockdir
libguestfs: trace: v2v: get_sockdir = "/tmp"
libguestfs: finished testing qemu features
libguestfs: trace: v2v: get_backend_setting "gdb"
libguestfs: trace: v2v: get_backend_setting = NULL (error)
libguestfs: command: run: qemu-img
libguestfs: command: run: \ dd
libguestfs: command: run: \ if=/usr/lib64/guestfs/appliance/root
libguestfs: command: run: \ of=/tmp/libguestfs72gCiD/root3.raw
libguestfs: command: run: \ bs=256k
libguestfs: command: run: \ count=1
/usr/libexec/qemu-kvm \
-global virtio-blk-pci.scsi=off \
-no-user-config \
-nodefaults \
-display none \
-machine q35,accel=kvm:tcg,graphics=off \
-cpu max,la57=off \
-smp 8 \
-m 2560 \
-no-reboot \
-rtc driftfix=slew \
-no-hpet \
-global kvm-pit.lost_tick_policy=discard \
-kernel /usr/lib64/guestfs/appliance/kernel \
-initrd /usr/lib64/guestfs/appliance/initrd \
-object rng-random,filename=/dev/urandom,id=rng0 \
-device virtio-rng-pci,rng=rng0 \
-device virtio-scsi-pci,id=scsi \
-drive file=nbd:unix:/tmp/v2v.tCVBMC/in0,cache=unsafe,format=raw,discard=unmap,id=hd0,if=none \
-device scsi-hd,drive=hd0 \
-drive file=/usr/lib64/guestfs/appliance/root,snapshot=on,id=appliance,cache=unsafe,if=none \
-device scsi-hd,drive=appliance \
-device virtio-serial-pci \
-serial stdio \
-chardev socket,path=/tmp/libguestfslegCjK/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=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v"
qemu-kvm: -no-hpet: warning: -no-hpet is deprecated, use '-machine hpet=off' instead
nbdkit: debug: accepted connection
nbdkit: vddk[1]: debug: multi-conn: preconnect
nbdkit: vddk[1]: debug: cow: preconnect
nbdkit: vddk[1]: debug: blocksize: preconnect
nbdkit: vddk[1]: debug: cacheextents: preconnect
nbdkit: vddk[1]: debug: retry: preconnect
nbdkit: vddk[1]: debug: vddk: preconnect
nbdkit: vddk[1]: debug: newstyle negotiation: flags: global 0x3
nbdkit: vddk[1]: debug: newstyle negotiation: client flags: 0x3
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_STRUCTURED_REPLY: client requested structured replies
nbdkit: vddk[1]: debug: replying to NBD_OPT_STRUCTURED_REPLY with NBD_REP_ACK
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_SET_META_CONTEXT: client requested export ''
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_SET_META_CONTEXT: set count: 1
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_SET_META_CONTEXT: set base:allocation
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_SET_META_CONTEXT: replying with base:allocation id 1
nbdkit: vddk[1]: debug: replying to NBD_OPT_SET_META_CONTEXT with NBD_REP_ACK
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_SET_META_CONTEXT: reply complete
nbdkit: vddk[1]: debug: newstyle negotiation: NBD_OPT_GO: client requested export ''
nbdkit: vddk[1]: debug: multi-conn: open readonly=0 exportname="" tls=0
nbdkit: vddk[1]: debug: multi-conn: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: cow: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: blocksize: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: cacheextents: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: retry: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: vddk: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: cow: open readonly=0 exportname="" tls=0
nbdkit: vddk[1]: debug: cow: default_export readonly=0 tls=0
nbdkit: vddk[1]: debug: blocksize: open readonly=1 exportname="" tls=0
nbdkit: vddk[1]: debug: blocksize: default_export readonly=1 tls=0
nbdkit: vddk[1]: debug: cacheextents: open readonly=1 exportname="" tls=0
nbdkit: vddk[1]: debug: cacheextents: default_export readonly=1 tls=0
nbdkit: vddk[1]: debug: retry: open readonly=1 exportname="" tls=0
nbdkit: vddk[1]: debug: retry: default_export readonly=1 tls=0
nbdkit: vddk[1]: debug: vddk: open readonly=1 exportname="" tls=0
nbdkit: vddk[1]: debug: vddk: default_export readonly=1 tls=0
nbdkit: vddk[1]: debug: VDDK call: VixDiskLib_AllocateConnectParams ()
nbdkit: vddk[1]: debug: VDDK call: VixDiskLib_ConnectEx (h->params, 1, NULL, NULL, &connection)
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLib_ConnectEx: Establish connection using (null).
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLibConnectInt: Establish connection.
nbdkit: vddk[1]: debug: VixDiskLib: Resolve host.
nbdkit: vddk[1]: debug: 2023-08-03T16:00:40.697Z warning -[00085] [Originator@6876 sub=vimaccess] cannot get thumbprint: SSL error code '151441516', exception: 'Wrong X.509 Certificate format'
nbdkit: vddk[1]: debug: 2023-08-03T16:00:40.784Z warning -[00085] [Originator@6876 sub=vimaccess] GetResponse: Failed to execute CURL command, treat CEIP as disabled: Couldn't resolve host name.
nbdkit: vddk[1]: debug: -->
nbdkit: vddk[1]: debug: 2023-08-03T16:00:40.847Z warning -[00085] [Originator@6876 sub=transport] SAN transport mode requires a snapshot.
nbdkit: vddk[1]: debug: VDDK call: VixDiskLib_Open (connection, [vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk, 4, &handle)
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLib_OpenEx: Open a disk.
nbdkit: vddk[1]: debug: NBD_ClientOpen: attempting to create connection to vpxa-nfcssl://[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk@10.10.20.110:902
nbdkit: vddk[1]: debug: Setting NFC log level to 1
nbdkit: vddk[1]: debug: Setting NFC log level to 1
nbdkit: vddk[1]: debug: NFC Async IO session is established for '[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk' with log level 1.
nbdkit: vddk[1]: debug: Opening file [vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk (vpxa-nfcssl://[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk@10.10.20.110:902)
nbdkit: vddk[1]: debug: Nbd_ClientSetCallback: Set callback on '[vsanDatastore2] 2036cb64-f022-6c68-c090-0cc47a92e502/PhotonOS-5.0.vmdk' with type 0.
nbdkit: vddk[1]: debug: VDDK call: VixDiskLib_GetTransportMode (handle)
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLib_GetTransportMode: Retrieve transport mode.
nbdkit: vddk[1]: debug: transport mode: nbdssl
nbdkit: vddk[1]: debug: vddk: open returned handle 0x7f33c4002150
nbdkit: vddk[1]: debug: retry: open returned handle 0x7f33c4000d60
nbdkit: vddk[1]: debug: cacheextents: open returned handle 0x7f33e90034b8
nbdkit: vddk[1]: debug: blocksize: open returned handle 0x7f33c40f2f70
nbdkit: vddk[1]: debug: cow: open returned handle 0x7f33e90034b8
nbdkit: vddk[1]: debug: multi-conn: open returned handle 0x7f33c40d28b0
nbdkit: vddk[1]: debug: vddk: prepare readonly=1
nbdkit: vddk[1]: debug: retry: prepare readonly=1
nbdkit: vddk[1]: debug: cacheextents: prepare readonly=1
nbdkit: vddk[1]: debug: blocksize: prepare readonly=1
nbdkit: vddk[1]: debug: cacheextents: block_size
nbdkit: vddk[1]: debug: retry: block_size
nbdkit: vddk[1]: debug: vddk: block_size
nbdkit: debug: VDDK call: VixDiskLib_GetInfo (handle, info)
nbdkit: debug: VixDiskLib: VixDiskLib_GetInfo: Retrieve disk info.
nbdkit: vddk[1]: debug: VDDK call: VixDiskLib_FreeInfo (info)
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLib_FreeInfo: Clean up VixDiskLib.
nbdkit: vddk[1]: debug: handle values minblock=512 maxdata=2097152 maxlen=4294966784
nbdkit: vddk[1]: debug: cow: prepare readonly=0
nbdkit: vddk[1]: debug: blocksize: get_size
nbdkit: vddk[1]: debug: cacheextents: get_size
nbdkit: vddk[1]: debug: retry: get_size
nbdkit: vddk[1]: debug: vddk: get_size
nbdkit: debug: VDDK call: VixDiskLib_GetInfo (handle, info)
nbdkit: debug: VixDiskLib: VixDiskLib_GetInfo: Retrieve disk info.
nbdkit: vddk[1]: debug: VDDK call: VixDiskLib_FreeInfo (info)
nbdkit: vddk[1]: debug: VixDiskLib: VixDiskLib_FreeInfo: Clean up VixDiskLib.
nbdkit: vddk[1]: debug: cow: underlying file size: 17179869184
nbdkit: vddk[1]: debug: bitmap resized to 1048576 bytes
nbdkit: vddk[1]: debug: multi-conn: prepare readonly=0
nbdkit: vddk[1]: debug: multi-conn: get_size
nbdkit: vddk[1]: debug: cow: get_size
nbdkit: vddk[1]: debug: cow: underlying file size: 17179869184
nbdkit: vddk[1]: debug: bitmap resized to 1048576 bytes
nbdkit: vddk[1]: debug: multi-conn: can_write
nbdkit: vddk[1]: debug: cow: can_write
nbdkit: vddk[1]: debug: multi-conn: can_zero
nbdkit: vddk[1]: debug: cow: can_zero
nbdkit: vddk[1]: debug: blocksize: can_zero
nbdkit: vddk[1]: debug: multi-conn: can_fast_zero
nbdkit: vddk[1]: debug: multi-conn: can_trim
nbdkit: vddk[1]: debug: cow: can_trim
nbdkit: vddk[1]: debug: multi-conn: can_fua
nbdkit: vddk[1]: debug: cow: can_fua
nbdkit: vddk[1]: debug: multi-conn: can_flush
nbdkit: vddk[1]: debug: cow: can_flush
nbdkit: vddk[1]: debug: multi-conn: is_rotational
nbdkit: vddk[1]: debug: cow: is_rotational
nbdkit: vddk[1]: debug: blocksize: is_rotational
nbdkit: vddk[1]: debug: cacheextents: is_rotational
nbdkit: vddk[1]: debug: retry: is_rotational
nbdkit: vddk[1]: debug: vddk: is_rotational
nbdkit: vddk[1]: debug: multi-conn: can_multi_conn
nbdkit: vddk[1]: debug: multi-conn: can_cache
nbdkit: vddk[1]: debug: cow: can_cache
nbdkit: vddk[1]: debug: blocksize: can_cache
nbdkit: vddk[1]: debug: cacheextents: can_cache
nbdkit: vddk[1]: debug: retry: can_cache
nbdkit: vddk[1]: debug: vddk: can_cache
nbdkit: vddk[1]: debug: multi-conn: can_extents
nbdkit: vddk[1]: debug: cow: can_extents
nbdkit: vddk[1]: debug: newstyle negotiation: flags: export 0x4ad
nbdkit: vddk[1]: debug: multi-conn: block_size
nbdkit: vddk[1]: debug: cow: block_size
nbdkit: vddk[1]: debug: blocksize: block_size
nbdkit: vddk[1]: debug: advertising min=1 pref=4096 max=4294967295
nbdkit: vddk[1]: debug: replying to NBD_OPT_GO with NBD_REP_ACK
nbdkit: vddk[1]: debug: handshake complete, processing requests serially
\x1bc\x1b[?7l\x1b[2J\x1b[0mSeaBIOS (version 1.16.1-1.el9)
iPXE (http://ipxe.org) 00:04.0 C000 PCI2.10 PnP PMM+9EFCCE10+9EF0CE10 C000
Press Ctrl-B to configure iPXE (PCI 00:04.0)...
Booting from ROM..\x1bc\x1b[?7l\x1b[2J[ 0.000000] Linux version 5.14.0-344.el9.x86_64 (mockbuild@x86-05.stream.rdu2.redhat.com) (gcc (GCC) 11.4.1 20230605 (Red Hat 11.4.1-2), GNU ld version 2.35.2-42.el9) #1 SMP PREEMPT_DYNAMIC Mon Jul 24 09:26:29 UTC 2023
[ 0.000000] The list of certified hardware and cloud instances for Red Hat Enterprise Linux 9 can be viewed at the Red Hat Ecosystem Catalog, https://catalog.redhat.com.
[ 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=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v
[ 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] signal: max sigframe size: 1776
[ 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-0x000000009ffdcfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009ffdd000-0x000000009fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000b0000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] 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: Red Hat KVM/RHEL, BIOS 1.16.1-1.el9 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 305473108 cycles
[ 0.000003] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000013] tsc: Detected 2599.996 MHz processor
[ 0.000361] last_pfn = 0x9ffdd max_arch_pfn = 0x400000000
[ 0.000403] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.010942] found SMP MP-table at [mem 0x000f5ba0-0x000f5baf]
[ 0.011102] Using GB pages for direct mapping
[ 0.011370] RAMDISK: [mem 0x9f8be000-0x9ffcffff]
[ 0.011401] ACPI: Early table checksum verification disabled
[ 0.011456] ACPI: RSDP 0x00000000000F5960 000014 (v00 BOCHS )
[ 0.011463] ACPI: RSDT 0x000000009FFE2485 000034 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.011483] ACPI: FACP 0x000000009FFE227D 0000F4 (v03 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.011490] ACPI: DSDT 0x000000009FFE0040 00223D (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.011495] ACPI: FACS 0x000000009FFE0000 000040
[ 0.011499] ACPI: APIC 0x000000009FFE2371 0000B0 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.011503] ACPI: MCFG 0x000000009FFE2421 00003C (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.011508] ACPI: WAET 0x000000009FFE245D 000028 (v01 BOCHS BXPC 00000001 BXPC 00000001)
[ 0.011511] ACPI: Reserving FACP table memory at [mem 0x9ffe227d-0x9ffe2370]
[ 0.011513] ACPI: Reserving DSDT table memory at [mem 0x9ffe0040-0x9ffe227c]
[ 0.011514] ACPI: Reserving FACS table memory at [mem 0x9ffe0000-0x9ffe003f]
[ 0.011515] ACPI: Reserving APIC table memory at [mem 0x9ffe2371-0x9ffe2420]
[ 0.011516] ACPI: Reserving MCFG table memory at [mem 0x9ffe2421-0x9ffe245c]
[ 0.011517] ACPI: Reserving WAET table memory at [mem 0x9ffe245d-0x9ffe2484]
[ 0.011916] No NUMA configuration found
[ 0.011918] Faking a node at [mem 0x0000000000000000-0x000000009ffdcfff]
[ 0.011935] NODE_DATA(0) allocated [mem 0x9f893000-0x9f8bdfff]
[ 0.012278] Zone ranges:
[ 0.012279] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.012281] DMA32 [mem 0x0000000001000000-0x000000009ffdcfff]
[ 0.012283] Normal empty
[ 0.012284] Device empty
[ 0.012285] Movable zone start for each node
[ 0.012288] Early memory node ranges
[ 0.012288] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.012290] node 0: [mem 0x0000000000100000-0x000000009ffdcfff]
[ 0.012297] Initmem setup node 0 [mem 0x0000000000001000-0x000000009ffdcfff]
[ 0.012656] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.012692] On node 0, zone DMA: 97 pages in unavailable ranges
[ 0.013872] On node 0, zone DMA32: 35 pages in unavailable ranges
[ 0.014344] ACPI: PM-Timer IO Port: 0x608
[ 0.014364] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.014418] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.014422] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.014424] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.014426] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.014430] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.014431] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.014438] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.014444] TSC deadline timer available
[ 0.014447] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.014506] kvm-guest: KVM setup pv remote TLB flush
[ 0.014509] kvm-guest: setup PV sched yield
[ 0.014537] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.014539] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.014540] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.014540] PM: hibernation: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.014542] [mem 0xc0000000-0xfed1bfff] available for PCI devices
[ 0.014543] Booting paravirtualized kernel on KVM
[ 0.014557] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.020408] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.021081] percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
[ 0.021135] kvm-guest: PV spinlocks enabled
[ 0.021138] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes, linear)
[ 0.021148] Fallback order for Node 0: 0
[ 0.021156] Built 1 zonelists, mobility grouping on. Total pages: 644829
[ 0.021158] Policy zone: DMA32
[ 0.021159] 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=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v
[ 0.021397] cgroup: Disabling memory control group subsystem
[ 0.021494] Unknown kernel command line parameters "edd=off udevtimeout=6000 guestfs_verbose=1 guestfs_network=1 guestfs_identifier=v2v", will be passed to user space.
[ 0.022350] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.022787] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.023361] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.026474] Memory: 260860K/2620908K available (16384K kernel code, 5598K rwdata, 11432K rodata, 3824K init, 6136K bss, 108472K reserved, 0K cma-reserved)
[ 0.026494] random: get_random_u64 called from kmem_cache_open+0x1e/0x310 with crng_init=0
[ 0.026867] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.026894] Kernel/User page tables isolation: enabled
[ 0.026920] ftrace: allocating 46151 entries in 181 pages
[ 0.054681] ftrace: allocated 181 pages with 5 groups
[ 0.055470] Dynamic Preempt: voluntary
[ 0.055865] rcu: Preemptible hierarchical RCU implementation.
[ 0.055866] rcu: \tRCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.055868] \tTrampoline variant of Tasks RCU enabled.
[ 0.055869] \tRude variant of Tasks RCU enabled.
[ 0.055869] \tTracing variant of Tasks RCU enabled.
[ 0.055870] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
[ 0.055871] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.060623] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[ 0.060795] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.060910] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.060920] random: crng init done
[ 0.061054] Console: colour *CGA 80x25
[ 0.236467] printk: console [ttyS0] enabled
[ 0.237438] ACPI: Core revision 20221020
[ 0.238362] APIC: Switch to symmetric I/O mode setup
[ 0.239805] x2apic enabled
[ 0.240752] Switched APIC routing to physical x2apic.
[ 0.241882] kvm-guest: setup PV IPIs
[ 0.243912] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a386c905, max_idle_ns: 440795250529 ns
[ 0.246247] Calibrating delay loop (skipped) preset value.. 5199.99 BogoMIPS (lpj=2599996)
[ 0.247244] pid_max: default: 32768 minimum: 301
[ 0.247244] LSM: initializing lsm=lockdown,capability,yama,integrity,bpf
[ 0.247244] Yama: becoming mindful.
[ 0.247244] LSM support for eBPF active
[ 0.247244] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.247244] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.247244] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[ 0.247244] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.247244] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.247244] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.247244] Spectre V2 : Mitigation: Retpolines
[ 0.247244] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.247244] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.247244] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.247244] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.247244] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.247244] MDS: Mitigation: Clear CPU buffers
[ 0.247244] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.247244] Freeing SMP alternatives memory: 36K
[ 0.247244] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2690 v3 @ 2.60GHz (family: 0x6, model: 0x3f, stepping: 0x2)
[ 0.247406] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.248248] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.249272] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.250271] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.251270] Performance Events: Haswell events, full-width counters, Intel PMU driver.
[ 0.252251] ... version: 2
[ 0.253170] ... bit width: 48
[ 0.253248] ... generic registers: 4
[ 0.254152] ... value mask: 0000ffffffffffff
[ 0.254248] ... max period: 00007fffffffffff
[ 0.255247] ... fixed-purpose events: 3
[ 0.256152] ... event mask: 000000070000000f
[ 0.256492] rcu: Hierarchical SRCU implementation.
[ 0.256493] rcu: \tMax phase no-delay instances is 400.
[ 0.256507] printk: console [ttyS0] printing thread started
[ 0.259886] smp: Bringing up secondary CPUs ...
[ 0.259992] x86: Booting SMP configuration:
[ 0.259993] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.267632] smp: Brought up 1 node, 8 CPUs
[ 0.267632] smpboot: Max logical packages: 1
[ 0.267632] smpboot: Total of 8 processors activated (41599.93 BogoMIPS)
[ 0.280408] node 0 deferred pages initialised in 10ms
[ 0.281526] devtmpfs: initialized
[ 0.281526] x86/mm: Memory block size: 128MB
[ 0.282507] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.282517] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.282662] pinctrl core: initialized pinctrl subsystem
[ 0.286244] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.286244] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.286244] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.286244] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.287268] audit: initializing netlink subsys (disabled)
[ 0.287289] audit: type=2000 audit(1691078441.688:1): state=initialized audit_enabled=0 res=1
[ 0.287456] thermal_sys: Registered thermal governor 'fair_share'
[ 0.287459] thermal_sys: Registered thermal governor 'step_wise'
[ 0.287460] thermal_sys: Registered thermal governor 'user_space'
[ 0.288258] cpuidle: using governor menu
[ 0.291917] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.292292] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xb0000000-0xbfffffff] (base 0xb0000000)
[ 0.292300] PCI: MMCONFIG at [mem 0xb0000000-0xbfffffff] reserved as E820 entry
[ 0.292322] PCI: Using configuration type 1 for base access
[ 0.292497] core: PMU erratum BJ122, BV98, HSD29 workaround disabled, HT off
[ 0.296344] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.296884] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.296884] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.296884] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.296884] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.297323] cryptd: max_cpu_qlen set to 1000
[ 0.298244] ACPI: Added _OSI(Module Device)
[ 0.298244] ACPI: Added _OSI(Processor Device)
[ 0.298244] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.298244] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.298244] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.298244] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.298244] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.300244] ACPI: 1 ACPI AML tables successfully acquired and loaded
[ 0.302548] ACPI: Interpreter enabled
[ 0.302564] ACPI: PM: (supports S0 S5)
[ 0.302566] ACPI: Using IOAPIC for interrupt routing
[ 0.302766] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.302768] PCI: Using E820 reservations for host bridge windows
[ 0.303005] ACPI: Enabled 2 GPEs in block 00 to 3F
[ 0.305244] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.305244] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.305244] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug LTR DPC]
[ 0.305244] acpi PNP0A08:00: _OSC: OS now controls [SHPCHotplug PME AER PCIeCapability]
[ 0.306338] PCI host bridge to bus 0000:00
[ 0.306342] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.306346] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.306349] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.306352] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xafffffff window]
[ 0.306354] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]
[ 0.306356] pci_bus 0000:00: root bus resource [mem 0x100000000-0x8ffffffff window]
[ 0.306359] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.306557] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000
[ 0.307244] pci 0000:00:01.0: [1af4:1005] type 00 class 0x00ff00
[ 0.308244] pci 0000:00:01.0: reg 0x10: [io 0xc0c0-0xc0df]
[ 0.308244] pci 0000:00:01.0: reg 0x14: [mem 0xfebc0000-0xfebc0fff]
[ 0.309244] pci 0000:00:01.0: reg 0x20: [mem 0xfebf0000-0xfebf3fff 64bit pref]
[ 0.309244] pci 0000:00:02.0: [1af4:1004] type 00 class 0x010000
[ 0.310257] pci 0000:00:02.0: reg 0x10: [io 0xc000-0xc03f]
[ 0.311244] pci 0000:00:02.0: reg 0x14: [mem 0xfebc1000-0xfebc1fff]
[ 0.311244] pci 0000:00:02.0: reg 0x20: [mem 0xfebf4000-0xfebf7fff 64bit pref]
[ 0.312244] pci 0000:00:03.0: [1af4:1003] type 00 class 0x078000
[ 0.312244] pci 0000:00:03.0: reg 0x10: [io 0xc040-0xc07f]
[ 0.313254] pci 0000:00:03.0: reg 0x14: [mem 0xfebc2000-0xfebc2fff]
[ 0.314244] pci 0000:00:03.0: reg 0x20: [mem 0xfebf8000-0xfebfbfff 64bit pref]
[ 0.314244] pci 0000:00:04.0: [1af4:1000] type 00 class 0x020000
[ 0.316244] pci 0000:00:04.0: reg 0x10: [io 0xc0e0-0xc0ff]
[ 0.316244] pci 0000:00:04.0: reg 0x14: [mem 0xfebc3000-0xfebc3fff]
[ 0.316244] pci 0000:00:04.0: reg 0x20: [mem 0xfebfc000-0xfebfffff 64bit pref]
[ 0.316244] pci 0000:00:04.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
[ 0.317244] pci 0000:00:1f.0: [8086:2918] type 00 class 0x060100
[ 0.317244] pci 0000:00:1f.0: quirk: [io 0x0600-0x067f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.318274] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601
[ 0.319830] pci 0000:00:1f.2: reg 0x20: [io 0xc100-0xc11f]
[ 0.320244] pci 0000:00:1f.2: reg 0x24: [mem 0xfebc4000-0xfebc4fff]
[ 0.320244] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[ 0.320244] pci 0000:00:1f.3: reg 0x20: [io 0x0700-0x073f]
[ 0.320891] ACPI: PCI: Interrupt link LNKA configured for IRQ 10
[ 0.321086] ACPI: PCI: Interrupt link LNKB configured for IRQ 10
[ 0.321244] ACPI: PCI: Interrupt link LNKC configured for IRQ 11
[ 0.321244] ACPI: PCI: Interrupt link LNKD configured for IRQ 11
[ 0.321244] ACPI: PCI: Interrupt link LNKE configured for IRQ 10
[ 0.321244] ACPI: PCI: Interrupt link LNKF configured for IRQ 10
[ 0.321244] ACPI: PCI: Interrupt link LNKG configured for IRQ 11
[ 0.321244] ACPI: PCI: Interrupt link LNKH configured for IRQ 11
[ 0.321244] ACPI: PCI: Interrupt link GSIA configured for IRQ 16
[ 0.321244] ACPI: PCI: Interrupt link GSIB configured for IRQ 17
[ 0.321244] ACPI: PCI: Interrupt link GSIC configured for IRQ 18
[ 0.321244] ACPI: PCI: Interrupt link GSID configured for IRQ 19
[ 0.321244] ACPI: PCI: Interrupt link GSIE configured for IRQ 20
[ 0.321244] ACPI: PCI: Interrupt link GSIF configured for IRQ 21
[ 0.321244] ACPI: PCI: Interrupt link GSIG configured for IRQ 22
[ 0.321244] ACPI: PCI: Interrupt link GSIH configured for IRQ 23
[ 0.321244] iommu: Default domain type: Translated
[ 0.321244] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.321244] SCSI subsystem initialized
[ 0.321244] usbcore: USB support disabled
[ 0.321244] pps_core: LinuxPPS API ver. 1 registered
[ 0.321244] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.321244] PTP clock support registered
[ 0.321282] EDAC MC: Ver: 3.0.0
[ 0.321923] NetLabel: Initializing
[ 0.321923] NetLabel: domain hash size = 128
[ 0.321923] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.321923] NetLabel: unlabeled traffic allowed by default
[ 0.321923] PCI: Using ACPI for IRQ routing
[ 0.423358] vgaarb: loaded
[ 0.423473] clocksource: Switched to clocksource kvm-clock
[ 0.443037] VFS: Disk quotas dquot_6.6.0
[ 0.443049] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.443104] pnp: PnP ACPI init
[ 0.443275] system 00:04: [mem 0xb0000000-0xbfffffff window] has been reserved
[ 0.443578] pnp: PnP ACPI: found 5 devices
[ 0.450811] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.450890] NET: Registered PF_INET protocol family
[ 0.450994] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.451966] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.451975] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.451979] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.452468] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.452516] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.452582] MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
[ 0.452612] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.452622] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.452666] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.452672] NET: Registered PF_XDP protocol family
[ 0.452680] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.452683] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.452685] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.452686] pci_bus 0000:00: resource 7 [mem 0xa0000000-0xafffffff window]
[ 0.452688] pci_bus 0000:00: resource 8 [mem 0xc0000000-0xfebfffff window]
[ 0.452689] pci_bus 0000:00: resource 9 [mem 0x100000000-0x8ffffffff window]
[ 0.452905] PCI: CLS 0 bytes, default 64
[ 0.452931] ACPI: bus type thunderbolt registered
[ 0.453036] Trying to unpack rootfs image as initramfs...
[ 0.453070] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a386c905, max_idle_ns: 440795250529 ns
[ 0.461429] Freeing initrd memory: 7240K
[ 0.491658] Initialise system trusted keyrings
[ 0.491671] Key type blacklist registered
[ 0.491816] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 0.493566] zbud: loaded
[ 0.493968] integrity: Platform Keyring initialized
[ 0.493971] integrity: Machine keyring initialized
[ 0.505901] NET: Registered PF_ALG protocol family
[ 0.505904] xor: automatically using best checksumming function avx
[ 0.505906] Key type asymmetric registered
[ 0.505907] Asymmetric key parser 'x509' registered
[ 0.505908] Running certificate verification selftests
[ 0.506154] alg: self-tests disabled
[ 0.507476] Loaded X.509 cert 'Certificate verification self-testing key: f58703bb33ce1b73ee02eccdee5b8817518fe3db'
[ 0.508210] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 0.508364] io scheduler mq-deadline registered
[ 0.508368] io scheduler kyber registered
[ 0.508436] io scheduler bfq registered
[ 0.518133] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.518373] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.518485] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.518564] ACPI: button: Power Button [PWRF]
[ 0.519486] ACPI: \_SB_.GSIF: Enabled at IRQ 21
[ 0.521731] ACPI: \_SB_.GSIG: Enabled at IRQ 22
[ 0.524008] ACPI: \_SB_.GSIH: Enabled at IRQ 23
[ 0.526235] ACPI: \_SB_.GSIE: Enabled at IRQ 20
[ 0.528379] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[ 0.529464] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.530958] Non-volatile memory driver v1.3
[ 0.533957] rdac: device handler registered
[ 0.534115] hp_sw: device handler registered
[ 0.534116] emc: device handler registered
[ 0.534277] alua: device handler registered
[ 0.534392] libphy: Fixed MDIO Bus: probed
[ 0.534508] usbserial: usb_serial_init - registering generic driver failed
[ 0.534514] usbserial: usb_serial_init - returning with error -19
[ 0.534560] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.535926] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.535938] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.536088] mousedev: PS/2 mouse device common for all mice
[ 0.536268] rtc_cmos 00:03: RTC can wake from S4
[ 0.537441] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.537510] rtc_cmos 00:03: registered as rtc0
[ 0.537732] rtc_cmos 00:03: setting system clock to 2023-08-03T16:00:42 UTC (1691078442)
[ 0.537880] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram
[ 0.538069] intel_pstate: CPU model not supported
[ 0.539330] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[ 0.539522] hid: raw HID events driver (C) Jiri Kosina
[ 0.539626] drop_monitor: Initializing network drop monitor service
[ 0.540038] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 0.553858] Initializing XFRM netlink socket
[ 0.553959] NET: Registered PF_INET6 protocol family
[ 0.556606] Segment Routing with IPv6
[ 0.556627] NET: Registered PF_PACKET protocol family
[ 0.556729] mpls_gso: MPLS GSO support
[ 0.558750] IPI shorthand broadcast: enabled
[ 0.558757] AVX2 version of gcm_enc/dec engaged.
[ 0.574871] AES CTR mode by8 optimization enabled
[ 0.575716] sched_clock: Marking stable (390255299, 185442994)->(774520416, -198822123)
[ 0.579564] registered taskstats version 1
[ 0.585170] Loading compiled-in X.509 certificates
[ 0.586111] Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 856fc25d477bab13b8b3601fc7fc5e735a5dfa86'
[ 0.586533] Loaded X.509 cert 'Red Hat Enterprise Linux Driver Update Program (key 3): bf57f3e87362bc7229d9f465321773dfd1f77a80'
[ 0.586935] Loaded X.509 cert 'Red Hat Enterprise Linux kpatch signing key: 4d38fd864ebe18c5f0b72e3852e2014c3a676fc8'
[ 0.587295] zswap: loaded using pool lzo/zbud
[ 0.591047] page_owner is disabled
[ 0.591063] Key type big_key registered
[ 0.625633] Key type encrypted registered
[ 0.625641] ima: No TPM chip found, activating TPM-bypass!
[ 0.625644] Loading compiled-in module X.509 certificates
[ 0.626060] Loaded X.509 cert 'The CentOS Project: CentOS Stream kernel signing key: 856fc25d477bab13b8b3601fc7fc5e735a5dfa86'
[ 0.626063] ima: Allocated hash algorithm: sha256
[ 0.626074] ima: No architecture policies found
[ 0.626083] evm: Initialising EVM extended attributes:
[ 0.626084] evm: security.selinux
[ 0.626084] evm: security.SMACK64 (disabled)
[ 0.626085] evm: security.SMACK64EXEC (disabled)
[ 0.626086] evm: security.SMACK64TRANSMUTE (disabled)
[ 0.626086] evm: security.SMACK64MMAP (disabled)
[ 0.626087] evm: security.apparmor (disabled)
[ 0.626087] evm: security.ima
[ 0.626087] evm: security.capability
[ 0.626088] evm: HMAC attrs: 0x1
[ 0.768687] Freeing unused decrypted memory: 2036K
[ 0.770137] Freeing unused kernel image (initmem) memory: 3824K
[ 0.780278] Write protecting the kernel read-only data: 28672k
[ 0.780767] Freeing unused kernel image (rodata/data gap) memory: 856K
[ 0.829168] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.829171] x86/mm: Checking user space page tables
supermin: mounting /proc
[ 0.875733] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 0.875756] Run /init as init process
supermin: ext2 mini initrd starting up: 5.3.3 glibc
supermin: cmdline: panic=1 console=ttyS0 edd=off udevtimeout=6000 udev.event-timeout=6000 no_timer_check printk.time=1 cgroup_disable=memory usbcore.nousb cryptomgr.notests tsc=reliable 8250.nr_uarts=1 root=UUID=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v
supermin: uptime: 0.69 4.00
supermin: mounting /sys
supermin: internal insmod crc32-pclmul.ko
supermin: internal insmod crc32c-intel.ko
supermin: internal insmod crct10dif-pclmul.ko
supermin: internal insmod crc32_generic.ko
supermin: internal insmod libnvdimm.ko
supermin: internal insmod nfit.ko
supermin: internal insmod libata.ko
supermin: internal insmod ata_piix.ko
supermin: internal insmod virtio_blk.ko
supermin: internal insmod virtio_console.ko
supermin: internal insmod failover.ko
supermin: internal insmod net_failover.ko
supermin: internal insmod virtio_net.ko
supermin: internal insmod nd_btt.ko
supermin: internal insmod nd_pmem.ko
supermin: internal insmod t10-pi.ko
supermin: internal insmod sd_mod.ko
supermin: internal insmod virtio_scsi.ko
[ 1.050699] scsi host0: Virtio SCSI HBA
[ 1.054600] scsi 0:0:0:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 1.055648] scsi 0:0:1:0: Direct-Access QEMU QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5
[ 1.085982] sd 0:0:0:0: Power-on or device reset occurred
[ 1.086061] sd 0:0:1:0: Power-on or device reset occurred
[ 1.086276] sd 0:0:0:0: [sda] 33554432 512-byte logical blocks: (17.2 GB/16.0 GiB)
[ 1.086340] sd 0:0:1:0: [sdb] 8388608 512-byte logical blocks: (4.29 GB/4.00 GiB)
[ 1.086379] sd 0:0:0:0: [sda] Write Protect is off
[ 1.086446] sd 0:0:1:0: [sdb] Write Protect is off
[ 1.086505] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.086718] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.088965] sd 0:0:1:0: [sdb] Attached SCSI disk
[ 1.101392] sda: sda1 sda2 sda3
[ 1.101856] sd 0:0:0:0: [sda] Attached SCSI disk
supermin: internal insmod virtio_balloon.ko
supermin: internal insmod virtio_dma_buf.ko
supermin: internal insmod virtio_input.ko
supermin: internal insmod virtio_mem.ko
supermin: internal insmod vdpa.ko
supermin: internal insmod virtio_vdpa.ko
supermin: internal insmod jbd2.ko
supermin: internal insmod mbcache.ko
supermin: internal insmod ext4.ko
supermin: internal insmod fuse.ko
supermin: intern[ 1.224657] fuse: init (API version 7.36)
al insmod virtiofs.ko
supermin: internal insmod crc-itu-t.ko
supermin: internal insmod crc7.ko
supermin: internal insmod crc8.ko
supermin: internal insmod libcrc32c.ko
supermin: picked 8:16 as root device
supermin: creating /dev/root as block special 8:16
supermin: mounting new root on /root
[ 1.235921] EXT4-fs (sdb): mounting ext2 file system using the ext4 subsystem
supermin: deleting initramfs files
[ 1.240550] EXT4-fs (sdb): mounted filesystem without journal. Quota mode: none.
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=UUID=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *guestfs_network=1* ]]
+ 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=UUID=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *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=UUID=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *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=UUID=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *guestfs_boot_analysis=1* ]]
+ mkdir -p /dev/pts /dev/shm
+ mount -t devpts /dev/pts /dev/pts
+ mount -t tmpfs -o mode=1777 shmfs /dev/shm
+ mkdir -p /sysroot
+ mkdir -p /run
+ mount -t tmpfs -o nosuid,size=20%,mode=0755 tmpfs /run
+ mkdir -p /run/lock
+ ln -s ../run/lock /var/lock
+ [[ 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=03de4638-e120-4d53-ae99-e90a27e48ea3 selinux=0 guestfs_verbose=1 guestfs_network=1 TERM=linux guestfs_identifier=v2v == *selinux=1* ]]
+ test -e /etc/mtab
+ ln -s /proc/mounts /etc/mtab
+ test -d /etc/crypto-policies/back-ends
+ test -f /etc/crypto-policies/back-ends/opensslcnf.config
+ test -f /usr/share/crypto-policies/DEFAULT/opensslcnf.txt
+ ln -sf /usr/share/crypto-policies/DEFAULT/opensslcnf.txt /etc/crypto-policies/back-ends/opensslcnf.config
+ mkdir -p /run/tmpfiles.d
+ kmod static-nodes --format=tmpfiles --output=/run/tmpfiles.d/kmod.conf
++ dd if=/dev/urandom bs=16 count=1 status=none
++ od -x -A n
+ machine_id=' b62d 9209 2ad1 e3e1 d0a3 b94b c4f7 fd59'
+ echo b62d92092ad1e3e1d0a3b94bc4f7fd59
+ systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
\x1b[0;1;31m/usr/lib/tmpfiles.d/static-nodes-permissions.conf:17: Failed to resolve group 'kvm'.\x1b[0m
\x1b[0;1;31m/usr/lib/tmpfiles.d/static-nodes-permissions.conf:18: Failed to resolve group 'kvm'.\x1b[0m
\x1b[0;1;31m/usr/lib/tmpfiles.d/static-nodes-permissions.conf:19: Failed to resolve group 'kvm'.\x1b[0m
\x1b[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:11: Failed to resolve group 'utmp'.\x1b[0m
\x1b[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'.\x1b[0m
\x1b[0;1;31m/usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'.\x1b[0m
\x1b[0;1;38;5;185mFailed to parse ACL "default:group:tss:rwx": Invalid argument. Ignoring\x1b[0m
\x1b[0;1;31m/usr/lib/tmpfiles.d/tpm2-tss-fapi.conf:4: Failed to resolve user 'tss': No such process\x1b[0m
\x1b[0;1;38;5;185mFailed to parse ACL "default:group:tss:rwx": Invalid argument. Ignoring\x1b[0m
+ 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 systemd-udevd version 252-16.el9
+ udevadm trigger
+ udevadm settle --timeout=600
[ 1.772610] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.774294] sd 0:0:1:0: Attached scsi generic sg1 type 0
+ shopt -s nullglob
+ for f in /sys/block/sd*/device/timeout
+ echo 300
+ for f in /sys/block/sd*/device/timeout
+ echo 300
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 108: echo: write error: Invalid argument
+ for f in /sys/block/{h,s,ub,v}d*/queue/scheduler
+ echo noop
/init: line 108: 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 = 1
++ ls -I all -I default -I lo /proc/sys/net/ipv4/conf
+ iface=eth0
+ touch /etc/fstab
+ rm -f /etc/dhcp/dhclient-enter-hooks.d/resolved
+ dhclient --version
+ dhclient eth0
+ mdadm -As --auto=yes --no-degraded
mdadm: No arrays found in config file or automatically
+ mkdir -p /tmp/lvm
+ touch /tmp/lvm/lvm.conf
+ command -v lvmdevices
/sbin/lvmdevices
+ printf 'devices {\n'
+ printf '\tuse_devicesfile = 0\n'
+ printf '}\n'
+ LVM_SYSTEM_DIR=/tmp/lvm
+ export LVM_SYSTEM_DIR
+ lvmetad
/init: line 147: lvmetad: command not found
+ modprobe dm_mod
[ 4.307711] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[ 4.307798] device-mapper: uevent: version 1.0.3
[ 4.308051] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
+ lvm pvscan --cache --activate ay
+ mdadm -As --auto=yes --run
mdadm: No arrays found in config file or automatically
+ ldmtool create all
/init: line 157: ldmtool: command not found
+ test 1 = 1
+ test '' '!=' 1
+ uname -a
Linux (none) 5.14.0-344.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jul 24 09:26:29 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
+ ls -lR /dev
/dev:
total 0
crw-r--r-- 1 root root 10, 235 Aug 3 16:00 autofs
drwxr-xr-x 2 root root 140 Aug 3 16:00 block
drwxr-xr-x 2 root root 80 Aug 3 16:00 bsg
drwxr-xr-x 2 root root 2540 Aug 3 16:00 char
crw------- 1 root root 5, 1 Aug 3 16:00 console
drwxr-xr-x 10 root root 200 Aug 3 16:00 cpu
crw------- 1 root root 10, 124 Aug 3 16:00 cpu_dma_latency
drwxr-xr-x 7 root root 140 Aug 3 16:00 disk
drwxr-xr-x 2 root root 60 Aug 3 16:00 dma_heap
lrwxrwxrwx 1 root root 13 Aug 3 16:00 fd -> /proc/self/fd
crw-rw-rw- 1 root root 1, 7 Aug 3 16:00 full
crw-rw-rw- 1 root root 10, 229 Aug 3 16:00 fuse
crw------- 1 root root 10, 228 Aug 3 16:00 hpet
crw------- 1 root root 10, 183 Aug 3 16:00 hwrng
drwxr-xr-x 3 root root 200 Aug 3 16:00 input
crw-r--r-- 1 root root 1, 11 Aug 3 16:00 kmsg
crw-rw---- 1 root disk 10, 237 Aug 3 16:00 loop-control
drwxr-xr-x 2 root root 60 Aug 3 16:00 mapper
crw------- 1 root root 10, 227 Aug 3 16:00 mcelog
crw------- 1 root root 1, 1 Aug 3 16:00 mem
drwxr-xr-x 2 root root 60 Aug 3 16:00 net
crw-rw-rw- 1 root root 1, 3 Aug 3 16:00 null
crw------- 1 root root 10, 144 Aug 3 16:00 nvram
crw------- 1 root root 1, 4 Aug 3 16:00 port
crw-rw-rw- 1 root root 5, 2 Aug 3 16:00 ptmx
drwxr-xr-x 2 root root 0 Aug 3 16:00 pts
crw-rw-rw- 1 root root 1, 8 Aug 3 16:00 random
lrwxrwxrwx 1 root root 4 Aug 3 16:00 rtc -> rtc0
crw------- 1 root root 250, 0 Aug 3 16:00 rtc0
brw------- 1 root root 8, 0 Aug 3 16:00 sda
brw------- 1 root root 8, 1 Aug 3 16:00 sda1
brw------- 1 root root 8, 2 Aug 3 16:00 sda2
brw------- 1 root root 8, 3 Aug 3 16:00 sda3
brw------- 1 root root 8, 16 Aug 3 16:00 sdb
crw-rw---- 1 root disk 21, 0 Aug 3 16:00 sg0
crw-rw---- 1 root disk 21, 1 Aug 3 16:00 sg1
drwxrwxrwt 2 root root 40 Aug 3 16:00 shm
crw------- 1 root root 10, 231 Aug 3 16:00 snapshot
crw-rw-rw- 1 root root 5, 0 Aug 3 16:00 tty
crw------- 1 root root 4, 0 Aug 3 16:00 tty0
crw------- 1 root root 4, 1 Aug 3 16:00 tty1
crw------- 1 root root 4, 10 Aug 3 16:00 tty10
crw------- 1 root root 4, 11 Aug 3 16:00 tty11
crw------- 1 root root 4, 12 Aug 3 16:00 tty12
crw------- 1 root root 4, 13 Aug 3 16:00 tty13
crw------- 1 root root 4, 14 Aug 3 16:00 tty14
crw------- 1 root root 4, 15 Aug 3 16:00 tty15
crw------- 1 root root 4, 16 Aug 3 16:00 tty16
crw------- 1 root root 4, 17 Aug 3 16:00 tty17
crw------- 1 root root 4, 18 Aug 3 16:00 tty18
crw------- 1 root root 4, 19 Aug 3 16:00 tty19
crw------- 1 root root 4, 2 Aug 3 16:00 tty2
crw------- 1 root root 4, 20 Aug 3 16:00 tty20
crw------- 1 root root 4, 21 Aug 3 16:00 tty21
crw------- 1 root root 4, 22 Aug 3 16:00 tty22
crw------- 1 root root 4, 23 Aug 3 16:00 tty23
crw------- 1 root root 4, 24 Aug 3 16:00 tty24
crw------- 1 root root 4, 25 Aug 3 16:00 tty25
crw------- 1 root root 4, 26 Aug 3 16:00 tty26
crw------- 1 root root 4, 27 Aug 3 16:00 tty27
crw------- 1 root root 4, 28 Aug 3 16:00 tty28
crw------- 1 root root 4, 29 Aug 3 16:00 tty29
crw------- 1 root root 4, 3 Aug 3 16:00 tty3
crw------- 1 root root 4, 30 Aug 3 16:00 tty30
crw------- 1 root root 4, 31 Aug 3 16:00 tty31
crw------- 1 root root 4, 32 Aug 3 16:00 tty32
crw------- 1 root root 4, 33 Aug 3 16:00 tty33
crw------- 1 root root 4, 34 Aug 3 16:00 tty34
crw------- 1 root root 4, 35 Aug 3 16:00 tty35
crw------- 1 root root 4, 36 Aug 3 16:00 tty36
crw------- 1 root root 4, 37 Aug 3 16:00 tty37
crw------- 1 root root 4, 38 Aug 3 16:00 tty38
crw------- 1 root root 4, 39 Aug 3 16:00 tty39
crw------- 1 root root 4, 4 Aug 3 16:00 tty4
crw------- 1 root root 4, 40 Aug 3 16:00 tty40
crw------- 1 root root 4, 41 Aug 3 16:00 tty41
crw------- 1 root root 4, 42 Aug 3 16:00 tty42
crw------- 1 root root 4, 43 Aug 3 16:00 tty43
crw------- 1 root root 4, 44 Aug 3 16:00 tty44
crw------- 1 root root 4, 45 Aug 3 16:00 tty45
crw------- 1 root root 4, 46 Aug 3 16:00 tty46
crw------- 1 root root 4, 47 Aug 3 16:00 tty47
crw------- 1 root root 4, 48 Aug 3 16:00 tty48
crw------- 1 root root 4, 49 Aug 3 16:00 tty49
crw------- 1 root root 4, 5 Aug 3 16:00 tty5
crw------- 1 root root 4, 50 Aug 3 16:00 tty50
crw------- 1 root root 4, 51 Aug 3 16:00 tty51
crw------- 1 root root 4, 52 Aug 3 16:00 tty52
crw------- 1 root root 4, 53 Aug 3 16:00 tty53
crw------- 1 root root 4, 54 Aug 3 16:00 tty54
crw------- 1 root root 4, 55 Aug 3 16:00 tty55
crw------- 1 root root 4, 56 Aug 3 16:00 tty56
crw------- 1 root root 4, 57 Aug 3 16:00 tty57
crw------- 1 root root 4, 58 Aug 3 16:00 tty58
crw------- 1 root root 4, 59 Aug 3 16:00 tty59
crw------- 1 root root 4, 6 Aug 3 16:00 tty6
crw------- 1 root root 4, 60 Aug 3 16:00 tty60
crw------- 1 root root 4, 61 Aug 3 16:00 tty61
crw------- 1 root root 4, 62 Aug 3 16:00 tty62
crw------- 1 root root 4, 63 Aug 3 16:00 tty63
crw------- 1 root root 4, 7 Aug 3 16:00 tty7
crw------- 1 root root 4, 8 Aug 3 16:00 tty8
crw------- 1 root root 4, 9 Aug 3 16:00 tty9
crw------- 1 root root 4, 64 Aug 3 16:00 ttyS0
crw------- 1 root root 10, 125 Aug 3 16:00 udmabuf
crw------- 1 root root 10, 239 Aug 3 16:00 uhid
crw------- 1 root root 10, 223 Aug 3 16:00 uinput
crw-rw-rw- 1 root root 1, 9 Aug 3 16:00 urandom
crw------- 1 root root 244, 0 Aug 3 16:00 usbmon0
crw------- 1 root root 10, 126 Aug 3 16:00 userfaultfd
crw------- 1 root root 7, 0 Aug 3 16:00 vcs
crw------- 1 root root 7, 1 Aug 3 16:00 vcs1
crw------- 1 root root 7, 128 Aug 3 16:00 vcsa
crw------- 1 root root 7, 129 Aug 3 16:00 vcsa1
crw------- 1 root root 7, 64 Aug 3 16:00 vcsu
crw------- 1 root root 7, 65 Aug 3 16:00 vcsu1
drwxr-xr-x 2 root root 60 Aug 3 16:00 vfio
crw------- 1 root root 10, 127 Aug 3 16:00 vga_arbiter
crw-rw-rw- 1 root root 10, 238 Aug 3 16:00 vhost-net
crw-rw-rw- 1 root root 10, 241 Aug 3 16:00 vhost-vsock
drwxr-xr-x 2 root root 60 Aug 3 16:00 virtio-ports
crw------- 1 root root 240, 1 Aug 3 16:00 vport2p1
crw-rw-rw- 1 root root 1, 5 Aug 3 16:00 zero
/dev/block:
total 0
lrwxrwxrwx 1 root root 6 Aug 3 16:00 8:0 -> ../sda
lrwxrwxrwx 1 root root 7 Aug 3 16:00 8:1 -> ../sda1
lrwxrwxrwx 1 root root 6 Aug 3 16:00 8:16 -> ../sdb
lrwxrwxrwx 1 root root 7 Aug 3 16:00 8:2 -> ../sda2
lrwxrwxrwx 1 root root 7 Aug 3 16:00 8:3 -> ../sda3
/dev/bsg:
total 0
crw------- 1 root root 246, 0 Aug 3 16:00 0:0:0:0
crw------- 1 root root 246, 1 Aug 3 16:00 0:0:1:0
/dev/char:
total 0
lrwxrwxrwx 1 root root 18 Aug 3 16:00 10:124 -> ../cpu_dma_latency
lrwxrwxrwx 1 root root 10 Aug 3 16:00 10:125 -> ../udmabuf
lrwxrwxrwx 1 root root 14 Aug 3 16:00 10:126 -> ../userfaultfd
lrwxrwxrwx 1 root root 14 Aug 3 16:00 10:127 -> ../vga_arbiter
lrwxrwxrwx 1 root root 8 Aug 3 16:00 10:144 -> ../nvram
lrwxrwxrwx 1 root root 8 Aug 3 16:00 10:183 -> ../hwrng
lrwxrwxrwx 1 root root 9 Aug 3 16:00 10:227 -> ../mcelog
lrwxrwxrwx 1 root root 7 Aug 3 16:00 10:228 -> ../hpet
lrwxrwxrwx 1 root root 7 Aug 3 16:00 10:229 -> ../fuse
lrwxrwxrwx 1 root root 11 Aug 3 16:00 10:231 -> ../snapshot
lrwxrwxrwx 1 root root 9 Aug 3 16:00 10:235 -> ../autofs
lrwxrwxrwx 1 root root 17 Aug 3 16:00 10:236 -> ../mapper/control
lrwxrwxrwx 1 root root 15 Aug 3 16:00 13:32 -> ../input/mouse0
lrwxrwxrwx 1 root root 15 Aug 3 16:00 13:33 -> ../input/mouse1
lrwxrwxrwx 1 root root 13 Aug 3 16:00 13:63 -> ../input/mice
lrwxrwxrwx 1 root root 15 Aug 3 16:00 13:64 -> ../input/event0
lrwxrwxrwx 1 root root 15 Aug 3 16:00 13:65 -> ../input/event1
lrwxrwxrwx 1 root root 15 Aug 3 16:00 13:66 -> ../input/event2
lrwxrwxrwx 1 root root 15 Aug 3 16:00 13:67 -> ../input/event3
lrwxrwxrwx 1 root root 6 Aug 3 16:00 1:1 -> ../mem
lrwxrwxrwx 1 root root 7 Aug 3 16:00 1:11 -> ../kmsg
lrwxrwxrwx 1 root root 7 Aug 3 16:00 1:3 -> ../null
lrwxrwxrwx 1 root root 7 Aug 3 16:00 1:4 -> ../port
lrwxrwxrwx 1 root root 7 Aug 3 16:00 1:5 -> ../zero
lrwxrwxrwx 1 root root 7 Aug 3 16:00 1:7 -> ../full
lrwxrwxrwx 1 root root 9 Aug 3 16:00 1:8 -> ../random
lrwxrwxrwx 1 root root 10 Aug 3 16:00 1:9 -> ../urandom
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:0 -> ../cpu/0/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:1 -> ../cpu/1/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:2 -> ../cpu/2/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:3 -> ../cpu/3/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:4 -> ../cpu/4/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:5 -> ../cpu/5/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:6 -> ../cpu/6/msr
lrwxrwxrwx 1 root root 12 Aug 3 16:00 202:7 -> ../cpu/7/msr
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:0 -> ../cpu/0/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:1 -> ../cpu/1/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:2 -> ../cpu/2/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:3 -> ../cpu/3/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:4 -> ../cpu/4/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:5 -> ../cpu/5/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:6 -> ../cpu/6/cpuid
lrwxrwxrwx 1 root root 14 Aug 3 16:00 203:7 -> ../cpu/7/cpuid
lrwxrwxrwx 1 root root 6 Aug 3 16:00 21:0 -> ../sg0
lrwxrwxrwx 1 root root 6 Aug 3 16:00 21:1 -> ../sg1
lrwxrwxrwx 1 root root 11 Aug 3 16:00 240:1 -> ../vport2p1
lrwxrwxrwx 1 root root 10 Aug 3 16:00 244:0 -> ../usbmon0
lrwxrwxrwx 1 root root 14 Aug 3 16:00 246:0 -> ../bsg/0:0:0:0
lrwxrwxrwx 1 root root 14 Aug 3 16:00 246:1 -> ../bsg/0:0:1:0
lrwxrwxrwx 1 root root 7 Aug 3 16:00 250:0 -> ../rtc0
lrwxrwxrwx 1 root root 18 Aug 3 16:00 251:0 -> ../dma_heap/system
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:0 -> ../tty0
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:1 -> ../tty1
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:10 -> ../tty10
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:11 -> ../tty11
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:12 -> ../tty12
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:13 -> ../tty13
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:14 -> ../tty14
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:15 -> ../tty15
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:16 -> ../tty16
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:17 -> ../tty17
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:18 -> ../tty18
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:19 -> ../tty19
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:2 -> ../tty2
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:20 -> ../tty20
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:21 -> ../tty21
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:22 -> ../tty22
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:23 -> ../tty23
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:24 -> ../tty24
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:25 -> ../tty25
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:26 -> ../tty26
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:27 -> ../tty27
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:28 -> ../tty28
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:29 -> ../tty29
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:3 -> ../tty3
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:30 -> ../tty30
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:31 -> ../tty31
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:32 -> ../tty32
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:33 -> ../tty33
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:34 -> ../tty34
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:35 -> ../tty35
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:36 -> ../tty36
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:37 -> ../tty37
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:38 -> ../tty38
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:39 -> ../tty39
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:4 -> ../tty4
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:40 -> ../tty40
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:41 -> ../tty41
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:42 -> ../tty42
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:43 -> ../tty43
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:44 -> ../tty44
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:45 -> ../tty45
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:46 -> ../tty46
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:47 -> ../tty47
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:48 -> ../tty48
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:49 -> ../tty49
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:5 -> ../tty5
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:50 -> ../tty50
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:51 -> ../tty51
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:52 -> ../tty52
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:53 -> ../tty53
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:54 -> ../tty54
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:55 -> ../tty55
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:56 -> ../tty56
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:57 -> ../tty57
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:58 -> ../tty58
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:59 -> ../tty59
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:6 -> ../tty6
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:60 -> ../tty60
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:61 -> ../tty61
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:62 -> ../tty62
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:63 -> ../tty63
lrwxrwxrwx 1 root root 8 Aug 3 16:00 4:64 -> ../ttyS0
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:7 -> ../tty7
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:8 -> ../tty8
lrwxrwxrwx 1 root root 7 Aug 3 16:00 4:9 -> ../tty9
lrwxrwxrwx 1 root root 6 Aug 3 16:00 5:0 -> ../tty
lrwxrwxrwx 1 root root 10 Aug 3 16:00 5:1 -> ../console
lrwxrwxrwx 1 root root 7 Aug 3 16:00 5:2 -> ../ptmx
lrwxrwxrwx 1 root root 6 Aug 3 16:00 7:0 -> ../vcs
lrwxrwxrwx 1 root root 7 Aug 3 16:00 7:1 -> ../vcs1
lrwxrwxrwx 1 root root 7 Aug 3 16:00 7:128 -> ../vcsa
lrwxrwxrwx 1 root root 8 Aug 3 16:00 7:129 -> ../vcsa1
lrwxrwxrwx 1 root root 7 Aug 3 16:00 7:64 -> ../vcsu
lrwxrwxrwx 1 root root 8 Aug 3 16:00 7:65 -> ../vcsu1
/dev/cpu:
total 0
drwxr-xr-x 2 root root 80 Aug 3 16:00 0
drwxr-xr-x 2 root root 80 Aug 3 16:00 1
drwxr-xr-x 2 root root 80 Aug 3 16:00 2
drwxr-xr-x 2 root root 80 Aug 3 16:00 3
drwxr-xr-x 2 root root 80 Aug 3 16:00 4
drwxr-xr-x 2 root root 80 Aug 3 16:00 5
drwxr-xr-x 2 root root 80 Aug 3 16:00 6
drwxr-xr-x 2 root root 80 Aug 3 16:00 7
/dev/cpu/0:
total 0
crw------- 1 root root 203, 0 Aug 3 16:00 cpuid
crw------- 1 root root 202, 0 Aug 3 16:00 msr
/dev/cpu/1:
total 0
crw------- 1 root root 203, 1 Aug 3 16:00 cpuid
crw------- 1 root root 202, 1 Aug 3 16:00 msr
/dev/cpu/2:
total 0
crw------- 1 root root 203, 2 Aug 3 16:00 cpuid
crw------- 1 root root 202, 2 Aug 3 16:00 msr
/dev/cpu/3:
total 0
crw------- 1 root root 203, 3 Aug 3 16:00 cpuid
crw------- 1 root root 202, 3 Aug 3 16:00 msr
/dev/cpu/4:
total 0
crw------- 1 root root 203, 4 Aug 3 16:00 cpuid
crw------- 1 root root 202, 4 Aug 3 16:00 msr
/dev/cpu/5:
total 0
crw------- 1 root root 203, 5 Aug 3 16:00 cpuid
crw------- 1 root root 202, 5 Aug 3 16:00 msr
/dev/cpu/6:
total 0
crw------- 1 root root 203, 6 Aug 3 16:00 cpuid
crw------- 1 root root 202, 6 Aug 3 16:00 msr
/dev/cpu/7:
total 0
crw------- 1 root root 203, 7 Aug 3 16:00 cpuid
crw------- 1 root root 202, 7 Aug 3 16:00 msr
/dev/disk:
total 0
drwxr-xr-x 2 root root 80 Aug 3 16:00 by-diskseq
drwxr-xr-x 2 root root 140 Aug 3 16:00 by-id
drwxr-xr-x 2 root root 100 Aug 3 16:00 by-partuuid
drwxr-xr-x 2 root root 140 Aug 3 16:00 by-path
drwxr-xr-x 2 root root 100 Aug 3 16:00 by-uuid
/dev/disk/by-diskseq:
total 0
lrwxrwxrwx 1 root root 9 Aug 3 16:00 1 -> ../../sda
lrwxrwxrwx 1 root root 9 Aug 3 16:00 2 -> ../../sdb
/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root 9 Aug 3 16:00 scsi-0QEMU_QEMU_HARDDISK_appliance -> ../../sdb
lrwxrwxrwx 1 root root 9 Aug 3 16:00 scsi-0QEMU_QEMU_HARDDISK_hd0 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 3 16:00 scsi-0QEMU_QEMU_HARDDISK_hd0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 3 16:00 scsi-0QEMU_QEMU_HARDDISK_hd0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 3 16:00 scsi-0QEMU_QEMU_HARDDISK_hd0-part3 -> ../../sda3
/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 10 Aug 3 16:00 2553a0c6-d8dc-9e77-4263-63c0d7078d77 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 3 16:00 40e9eb64-61c4-06de-c542-c69c4954148b -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 3 16:00 ef699042-3aa6-3cc7-df3d-a573fdc398c4 -> ../../sda2
/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root 9 Aug 3 16:00 pci-0000:00:02.0-scsi-0:0:0:0 -> ../../sda
lrwxrwxrwx 1 root root 10 Aug 3 16:00 pci-0000:00:02.0-scsi-0:0:0:0-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Aug 3 16:00 pci-0000:00:02.0-scsi-0:0:0:0-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Aug 3 16:00 pci-0000:00:02.0-scsi-0:0:0:0-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Aug 3 16:00 pci-0000:00:02.0-scsi-0:0:1:0 -> ../../sdb
/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 9 Aug 3 16:00 03de4638-e120-4d53-ae99-e90a27e48ea3 -> ../../sdb
lrwxrwxrwx 1 root root 10 Aug 3 16:00 1de8965b-2f44-409c-960e-e59fe888274b -> ../../sda3
lrwxrwxrwx 1 root root 10 Aug 3 16:00 9977-250C -> ../../sda2
/dev/dma_heap:
total 0
crw------- 1 root root 251, 0 Aug 3 16:00 system
/dev/input:
total 0
drwxr-xr-x 2 root root 100 Aug 3 16:00 by-path
crw------- 1 root root 13, 64 Aug 3 16:00 event0
crw------- 1 root root 13, 65 Aug 3 16:00 event1
crw------- 1 root root 13, 66 Aug 3 16:00 event2
crw------- 1 root root 13, 67 Aug 3 16:00 event3
crw------- 1 root root 13, 63 Aug 3 16:00 mice
crw------- 1 root root 13, 32 Aug 3 16:00 mouse0
crw------- 1 root root 13, 33 Aug 3 16:00 mouse1
/dev/input/by-path:
total 0
lrwxrwxrwx 1 root root 9 Aug 3 16:00 platform-i8042-serio-0-event-kbd -> ../event1
lrwxrwxrwx 1 root root 9 Aug 3 16:00 platform-i8042-serio-1-event-mouse -> ../event3
lrwxrwxrwx 1 root root 9 Aug 3 16:00 platform-i8042-serio-1-mouse -> ../mouse1
/dev/mapper:
total 0
crw------- 1 root root 10, 236 Aug 3 16:00 control
/dev/net:
total 0
crw-rw-rw- 1 root root 10, 200 Aug 3 16:00 tun
/dev/pts:
total 0
c--------- 1 root root 5, 2 Aug 3 16:00 ptmx
/dev/shm:
total 0
/dev/vfio:
total 0
crw-rw-rw- 1 root root 10, 196 Aug 3 16:00 vfio
/dev/virtio-ports:
total 0
lrwxrwxrwx 1 root root 11 Aug 3 16:00 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
/dev /dev devtmpfs rw,relatime,size=1256236k,nr_inodes=314059,mode=755,inode64 0 0
/dev/pts /dev/pts devpts rw,relatime,mode=600,ptmxmode=000 0 0
shmfs /dev/shm tmpfs rw,relatime,inode64 0 0
tmpfs /run tmpfs rw,nosuid,relatime,size=505288k,mode=755,inode64 0 0
+ cat /proc/mdstat
Personalities :
unused devices: <none>
+ lvm config
devices {
\tuse_devicesfile=0
}
+ lvm pvs
+ lvm vgs
+ lvm lvs
+ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 52:54:00:12:34:56 brd ff:ff:ff:ff:ff:ff
inet 169.254.2.15/16 brd 169.254.255.255 scope global dynamic eth0
valid_lft 86460sec preferred_lft 86460sec
inet6 fec0::5054:ff:fe12:3456/64 scope site tentative dynamic mngtmpaddr
valid_lft 86399sec preferred_lft 14399sec
inet6 fe80::5054:ff:fe12:3456/64 scope link
valid_lft forever preferred_lft forever
+ ip r
default via 169.254.2.2 dev eth0
169.254.0.0/16 dev eth0 proto kernel scope link src 169.254.2.15
+ cat /etc/resolv.conf
; generated by /usr/sbin/dhclient-script
nameserver 169.254.2.3
+ lsmod
Module Size Used by
dm_mod 237568 0
sg 53248 0
libcrc32c 16384 0
crc8 16384 0
crc7 16384 0
crc_itu_t 16384 0
virtiofs 36864 0
fuse 212992 1 virtiofs
ext4 1167360 1
mbcache 16384 1 ext4
jbd2 217088 1 ext4
virtio_vdpa 16384 0
vdpa 36864 1 virtio_vdpa
virtio_mem 49152 0
virtio_input 16384 0
virtio_dma_buf 16384 0
virtio_balloon 28672 0
virtio_scsi 28672 1
sd_mod 94208 1
t10_pi 24576 1 sd_mod
nd_pmem 24576 0
nd_btt 36864 1 nd_pmem
virtio_net 73728 0
net_failover 24576 1 virtio_net
failover 16384 1 net_failover
virtio_console 45056 0
virtio_blk 24576 0
ata_piix 45056 0
libata 479232 1 ata_piix
nfit 86016 0
libnvdimm 245760 3 nd_btt,nd_pmem,nfit
crc32_generic 16384 0
crct10dif_pclmul 16384 1
crc32c_intel 24576 2
crc32_pclmul 16384 0
+ date
Thu Aug 3 16:00:46 UTC 2023
+ echo -n 'clocksource: '
clocksource: + cat /sys/devices/system/clocksource/clocksource0/current_clocksource
kvm-clock
+ echo -n 'uptime: '
uptime: + cat /proc/uptime
4.72 33.24
+ cmd=guestfsd
++ grep -Eo 'guestfs_channel=[^[:space:]]+' /proc/cmdline
+ eval
+ test x '!=' x
+ test 1 = 1
+ cmd='guestfsd --verbose'
+ test 1 = 1
+ cmd='guestfsd --verbose --network'
+ false
+ test '' = 1
+ echo guestfsd --verbose --network
guestfsd --verbose --network
+ guestfsd --verbose --network
lvm_system_dir = /tmp/lvm
OCaml daemon loaded
commandrvf: stdout=y stderr=y flags=0x0
commandrvf: ls -1v /dev/disk/by-path
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
trying to open virtio-serial channel '/dev/virtio-ports/org.libguestfs.channel.0'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: recv_from_daemon: received GUESTFS_LAUNCH_FLAG
libguestfs: appliance is up
libguestfs: trace: v2v: launch = 0
libguestfs: trace: v2v: c_pointer
libguestfs: trace: v2v: c_pointer = 94029542170448
libguestfs: trace: v2v: list_partitions
guestfsd: <= list_partitions (0x8) request length 40 bytes
command: ls '-1v' '/dev/disk/by-path'
command: ls returned 0
command: ls: stdout:
pci-0000:00:02.0-scsi-0:0:0:0
pci-0000:00:02.0-scsi-0:0:0:0-part1
pci-0000:00:02.0-scsi-0:0:0:0-part2
pci-0000:00:02.0-scsi-0:0:0:0-part3
pci-0000:00:02.0-scsi-0:0:1:0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: list_partitions = ["/dev/sda1", "/dev/sda2", "/dev/sda3"]
libguestfs: trace: v2v: vfs_type "/dev/sda1"
guestfsd: => list_partitions (0x8) took 0.04 secs
guestfsd: <= vfs_type (0xc6) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda1
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda1'
libguestfs: trace: v2v: vfs_type = ""
libguestfs: trace: v2v: vfs_type "/dev/sda2"
guestfsd: => vfs_type (0xc6) took 0.02 secs
guestfsd: <= vfs_type (0xc6) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda2
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: blkid returned 0
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda2'
command: blkid returned 0
command: blkid: stdout:
vfat
guestfsd: => vfs_type (0xc6) tooklibguestfs: trace: v2v: vfs_type = "vfat"
libguestfs: trace: v2v: vfs_type "/dev/sda3"
0.02 secs
guestfsd: <= vfs_type (0xc6) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda3'
libguestfs: trace: v2v: vfs_type = "ext4"
libguestfs: trace: v2v: feature_available "lvm2"
libguestfs: trace: v2v: internal_feature_available "lvm2"
command: blkid returned 0
command: blkid: stdout:
ext4
guestfsd: => vfs_type (0xc6) took 0.02 secs
guestfsd: <= internal_feature_available (0x1ca) request length 48 bytes
gueslibguestfs: trace: v2v: internal_feature_available = 0
libguestfs: trace: v2v: feature_available = 1
libguestfs: trace: v2v: lvs
tfsd: => internal_feature_available (0x1ca) took 0.00 secs
guestfsd: <= lvs (0xb) request length 40 bytes
command: lvm 'lvs' '--help'
command: lvm returned 0
command: lvm: stdout:
lvs - Display information about logical volumes
lvs
\t[ -H|--history ]
\t[ -a|--all ]
\t[ -o|--options String ]
\t[ -S|--select String ]
\t[ -O|--sort String ]
\t[ --segments ]
\t[ --aligned ]
\t[ --binary ]
\t[ --configreport log|vg|lv|pv|pvseg|seg ]
\t[ --foreign ]
\t[ --ignorelockingfailure ]
\t[ --logonly ]
\t[ --nameprefixes ]
\t[ --noheadings ]
\t[ --nosuffix ]
\t[ --readonly ]
\t[ --reportformat basic|json|json_std ]
\t[ --rows ]
\t[ --separator String ]
\t[ --shared ]
\t[ --unbuffered ]
\t[ --units [Number]r|R|h|H|b|B|s|S|k|K|m|M|g|G|t|T|p|P|e|E ]
\t[ --unquoted ]
\t[ COMMON_OPTIONS ]
\t[ VG|LV|Tag ... ]
Common options for lvm:
\t[ -d|--debug ]
\t[ -h|--help ]
\t[ -q|--quiet ]
\t[ -v|--verbose ]
\t[ -y|--yes ]
\t[ -t|--test ]
\t[ --commandprofile String ]
\t[ --config String ]
\t[ --driverloaded y|n ]
\t[ --nolocking ]
\t[ --lockopt String ]
\t[ --longhelp ]
\t[ --profile String ]
\t[ --version ]
\t[ --devicesfile String ]
\t[ --devices PV ]
\t[ --nohints ]
\t[ --journal String ]
Use --longhelp to show all options and advanced commands.
command: lvm 'lvs' '-o' 'vg_name,lv_name' '-S' 'lv_role=public && lv_skip_activation!=yes' '--noheadings' '--separator' '/'
libguestfs: trace: v2v: lvs = []
[ 8.8] Inspecting the source
libguestfs: trace: v2v: inspect_os
guestfsd: => lvs (0xb) took 0.09 secs
guestfsd: <= inspect_os (0x1e0) request length 40 bytes
command: lvm returned 0
command: ls '-1v' '/dev/disk/by-path'
command: ls returned 0
command: ls: stdout:
pci-0000:00:02.0-scsi-0:0:0:0
pci-0000:00:02.0-scsi-0:0:0:0-part1
pci-0000:00:02.0-scsi-0:0:0:0-part2
pci-0000:00:02.0-scsi-0:0:0:0-part3
pci-0000:00:02.0-scsi-0:0:1:0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: ls '-1v' '/dev/disk/by-path'
command: ls returned 0
command: ls: stdout:
pci-0000:00:02.0-scsi-0:0:0:0
pci-0000:00:02.0-scsi-0:0:0:0-part1
pci-0000:00:02.0-scsi-0:0:0:0-part2
pci-0000:00:02.0-scsi-0:0:0:0-part3
pci-0000:00:02.0-scsi-0:0:1:0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: std[ 5.484588] sda: sda1 sda2 sda3
out:
BYT;
/dev/sda:17179869184B:scsi:512:512:gpt:QEMU QEMU HARDDISK:;
1:1048576B:5242879B:4194304B:::bios_grub;
2:5242880B:15728639B:10485760B:fat16::boot, esp;
3:15728640B:17179852287B:17164123648B:ext4::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '1'
[ 5.593060] sda: sda1 sda2 sda3
command: sgdisk returned 0
command: sgdisk: stderr:
Partition GUID code: 21686148-6449-6E6F-744E-656564454649 (BIOS boot partition)
Partition unique GUID: 2553A0C6-D8DC-9E77-4263-63C0D7078D77
First sector: 2048 (at 1024.0 KiB)
Last sector: 10239 (at 5.0 MiB)
Partition size: 8192 sectors (4.0 MiB)
Attribute flags: 0000000000000000
Partition name: ''
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: std[ 5.689104] sda: sda1 sda2 sda3
out:
BYT;
/dev/sda:17179869184B:scsi:512:512:gpt:QEMU QEMU HARDDISK:;
1:1048576B:5242879B:4194304B:::bios_grub;
2:5242880B:15728639B:10485760B:fat16::boot, esp;
3:15728640B:17179852287B:17164123648B:ext4::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '2'
[ 5.762829] sda: sda1 sda2 sda3
command: sgdisk returned 0
command: sgdisk: stderr:
Partition GUID code: C12A7328-F81F-11D2-BA4B-00A0C93EC93B (EFI system partition)
Partition unique GUID: EF699042-3AA6-3CC7-DF3D-A573FDC398C4
First sector: 10240 (at 5.0 MiB)
Last sector: 30719 (at 15.0 MiB)
Partition size: 20480 sectors (10.0 MiB)
Attribute flags: 0000000000000000
Partition name: ''
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: parted '-m' '-s' '--' '/dev/sda' 'unit' 'b' 'print'
command: parted returned 0
command: parted: stdout:
BYT;
/dev[ 5.861516] sda: sda1 sda2 sda3
/sda:17179869184B:scsi:512:512:gpt:QEMU QEMU HARDDISK:;
1:1048576B:5242879B:4194304B:::bios_grub;
2:5242880B:15728639B:10485760B:fat16::boot, esp;
3:15728640B:17179852287B:17164123648B:ext4::;
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: fold-stdout-on-stderr sgdisk '/dev/sda' '-i' '3'
[ 5.921157] sda: sda1 sda2 sda3
command: sgdisk returned 0
command: sgdisk: stderr:
Partition GUID code: 0FC63DAF-8483-4772-8E79-3D69D8477DE4 (Linux filesystem)
Partition unique GUID: 40E9EB64-61C4-06DE-C542-C69C4954148B
First sector: 30720 (at 15.0 MiB)
Last sector: 33554398 (at 16.0 GiB)
Partition size: 33523679 sectors (16.0 GiB)
Attribute flags: 0000000000000000
Partition name: ''
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda1'
command: blkid returned 0
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda2'
command: blkid returned 0
command: blkid: stdout:
vfat
command: blkid '-c' '/dev/null' '-o' 'value' '-s' 'TYPE' '/dev/sda3'
command: blkid returned 0
command: blkid: stdout:
ext4
command: lvm 'lvs' '-o' 'vg_name,lv_name' '-S' 'lv_role=public && lv_skip_activation!=yes' '--noheadings' '--separator' '/'
command: lvm returned 0
check_for_filesystem_on: /dev/sda1 (unknown)
command: mount '-o' 'ro' '/dev/sda1' '/sysroot//'
command: mount returned 32
command: mount: stderr:
mount: /sysroot: wrong fs type, bad option, bad superblock on /dev/sda1, missing codepage or helper program, or other error.
check_for_filesystem_on: /dev/sda2 (vfat)
command: mount '-o' 'ro' '/dev/sda2' '/sysroot//'
command: mount returned 0
chroot: /sysroot: running 'is_file: /grub/menu.lst'
chroot: /sysroot: running 'is_file: /grub/grub.conf'
chroot: /sysroot: running 'is_file: /grub2/grub.cfg'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_file: /hurd/console'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_dir: /log'
chroot: /sysroot: running 'case_sensitive_path: /windows'
chroot: /sysroot: running 'case_sensitive_path: /windows/system32'
chroot: /sysroot: running 'case_sensitive_path: /winnt'
chroot: /sysroot: running 'case_sensitive_path: /winnt/system32'
chroot: /sysroot: running 'case_sensitive_path: /win32'
chroot: /sysroot: running 'case_sensitive_path: /win32/system32'
chroot: /sysroot: running 'case_sensitive_path: /win'
chroot: /sysroot: running 'case_sensitive_path: /win/system32'
chroot: /sysroot: running 'case_sensitive_path: /reactos'
chroot: /sysroot: running 'case_sensitive_path: /reactos/system32'
chroot: /sysroot: running 'case_sensitive_path: /boot.ini'
chroot: /sysroot: running 'get_windows_systemroot_from_boot_ini'
chroot: /sysroot: running 'case_sensitive_path: /System Volume Information'
chroot: /sysroot: running 'is_dir: /System Volume Information'
chroot: /sysroot: running 'case_sensitive_path: /System Volume Information'
chroot: /sysroot: running 'is_dir: /System Volume Information'
chroot: /sysroot: running 'case_sensitive_path: /FDOS'
chroot: /sysroot: running 'is_dir: /FDOS'
chroot: /sysroot: running 'case_sensitive_path: /DOS'
chroot: /sysroot: running 'is_dir: /DOS'
check_filesystem: /dev/sda2 matched no known OS partition
command: umount '/sysroot'
command: umount returned 0
check_for_filesystem_on: /dev/sda3 (ext4)
command: mount '-o' 'ro' '/dev/sda3' '/sysroot//'
nbdkit: vddk[1]: debug: cow: can_multi_conn
[ 6.254178] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
command: mount returned 0
chroot: /sysroot: running 'is_file: /grub/menu.lst'
chroot: /sysroot: running 'is_file: /grub/grub.conf'
chroot: /sysroot: running 'is_file: /grub2/grub.cfg'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_file: /hurd/console'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_dir: /etc'
chroot: /sysroot: running 'is_dir: /bin'
chroot: /sysroot: running 'is_symlink: /bin'
chroot: /sysroot: running 'readlink: /bin'
chroot: /sysroot: running 'is_file: /etc/fstab'
check_filesystem: /dev/sda3 matched Linux root
check_tests: checking /etc/os-release
chroot: /sysroot: running 'is_file: /etc/os-release'
chroot: /sysroot: running 'parse_os_release'
/etc/os-release: unknown ID=photon
parse_version_from_major_minor: parsing '5.0'
check_tests: checking /etc/lsb-release
chroot: /sysroot: running 'is_file: /etc/lsb-release'
chroot: /sysroot: running 'parse_lsb_release'
parse_lsb_release: parsing: DISTRIB_ID=VMware Photon OS
lsb-release: unknown DISTRIB_ID=VMware Photon OS
parse_lsb_release: parsing: DISTRIB_RELEASE=5.0
parse_version_from_major_minor: parsing '5.0'
parse_lsb_release: parsing: DISTRIB_CODENAME=Photon
parse_lsb_release: parsing: DISTRIB_DESCRIPTION=VMware Photon OS 5.0
chroot: /sysroot: running 'is_file: /bin/bash'
chroot: /sysroot: running 'realpath: /bin/bash'
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /usr/bin/bash
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
chroot: /sysroot: running 'file: /usr/bin/bash'
command: file '-zSb' '/sysroot//usr/bin/bash'
command: file returned 0
command: file: stdout:
ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=98fdbfff8926129a8cf994010be31c1417d9a1de, for GNU/Linux 3.2.0, stripped
chroot: /sysroot: running 'is_file: /etc/fstab'
chroot: /sysroot: running 'check_fstab_aug'
chroot: /sysroot: running 'is_file: /etc/mdadm.conf'
chroot: /sysroot: running 'is_file: /etc/mdadm/mdadm.conf'
augeas pathexpr = /augeas/load/*[ "/etc/fstab/" !~ regexp('^') + glob(incl) + regexp('/.*') ]
check_fstab_entry: augeas path: /files/etc/fstab/3
check_fstab_entry: spec=/dev/cdrom
check_fstab_entry: augeas path: /files/etc/fstab/2
check_fstab_entry: spec=PARTUUID=ef699042-3aa6-3cc7-df3d-a573fdc398c4
check_fstab_entry: mp=/boot/efi
check_fstab_entry: augeas path: /files/etc/fstab/1
check_fstab_entry: spec=PARTUUID=40e9eb64-61c4-06de-c542-c69c4954148b
check_fstab_entry: mp=/
chroot: /sysroot: running 'check_hostname_from_file: /etc/HOSTNAME'
chroot: /sysroot: running 'check_hostname_from_file: /etc/hostname'
command: umount '/sysroot'
[ 7.176729] EXT4-fs (sda3): unmounting filesystem.
command: umount returned 0
inspect_os: fses:
fs: /dev/sda2 (vfat) role: other
fs: /dev/sda3 (ext4) role: rootlibguestfs: trace: v2v: inspect_os = ["/dev/sda3"]
libguestfs: trace: v2v: inspect_get_format "/dev/sda3"
type: linux
product_name: VMware Photon OS 5.0
version: 5.0
arch: x86_64
hostname: photon-820ece78a23b
inspect_get_roots: roots:
/dev/sda3 (ext4):
type: linux
product_name: VMware Photon OS 5.0
version: 5.0
arch: x86_64
hostname: photon-820ece78a23b
guestfsd: => inspect_os (0x1e0) took 1.84 secs
guestfsd: <= inspect_get_format (0x1e2) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_format = "installed"
libguestfs: trace: v2v: inspect_get_type "/dev/sda3"
guestfsd: => inspect_get_format (0x1e2) took 0.03 secs
guestfsd: <= inspect_get_type (0x1e3) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_type (0x1e3) took 0.01 secs
libguestfs: trace: v2v: inspect_get_type = "linux"
libguestfs: trace: v2v: inspect_get_package_format "/dev/sda3"
guestfsd: <= inspect_get_package_format (0x1e5) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => libguestfs: trace: v2v: inspect_get_package_format = "unknown"
libguestfs: trace: v2v: inspect_get_mountpoints "/dev/sda3"
inspect_get_package_format (0x1e5) took 0.01 secs
guestfsd: <= inspect_get_mountpoints (0x1f4) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_mountpoints = ["/", "/dev/sda3"]
libguestfs: trace: v2v: mount "/dev/sda3" "/"
guestfsd: => inspect_get_mountpoints (0x1f4) took 0.01 secs
guestfsd: <= mount (0x1) request length 64 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
command: mount '/dev/sda3' '/sysroot//'
[ 7.301146] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
guestfsd: => mount (0x1) took 0.03 secs
libguestfs: trace: v2v: mount = 0
libguestfs: trace: v2v: touch "/azw3p6uu"
guestfsd: <= touch (0x3) request length 56 bytes
libguestfs: trace: v2v: touch = 0
libguestfs: trace: v2v: rm "/azw3p6uu"
guestfsd: => touch (0x3) took 0.00 secs
guestfsd: <= rm (0x1d) requelibguestfs: trace: v2v: rm = 0
libguestfs: trace: v2v: inspect_list_applications2 "/dev/sda3"
libguestfs: trace: v2v: inspect_get_type "/dev/sda3"
st length 56 bytes
guestfsd: => rm (0x1d) took 0.00 secs
guestfsd: <= inspect_get_type (0x1e3) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_type (0x1e3) took 0.01 secs
libguestfs: trace: v2v: inspect_get_type = "linux"
libguestfs: trace: v2v: inspect_get_package_format "/dev/sda3"
guestfsd: <= inspect_get_package_format (0x1e5) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_package_format = "unknown"
libguestfs: trace: v2v: inspect_list_applications2 = <struct guestfs_application2_list(0)>
libguestfs: trace: v2v: inspect_get_product_variant "/dev/sda3"
guestfsd: => inspect_get_package_format (0x1e5) took 0.01 secs
guestfsd: <= inspect_get_product_variant (0x1e8) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_product_variant = "unknown"
libguestfs: trace: v2v: inspect_get_product_name "/dev/sda3"
guestfsd: => inspect_get_product_variant (0x1e8) took 0.01 secs
guestfsd: <= inspect_get_product_name (0x1e7) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_product_nlibguestfs: trace: v2v: inspect_get_product_name = "VMware Photon OS 5.0"
libguestfs: trace: v2v: inspect_get_package_management "/dev/sda3"
ame (0x1e7) took 0.01 secs
guestfsd: <= inspect_get_package_management (0x1e6) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_package_management = "unknown"
libguestfs: trace: v2v: inspect_get_minor_version "/dev/sda3"
guestfsd: => inspect_get_package_management (0x1e6) took 0.01 secs
guestfsd: <= inspect_get_minor_version (0x1ea) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_minor_version (0x1ea) took 0.01 secs
libguestfs: trace: v2v: inspect_get_minor_version = 0
libguestfs: trace: v2v: inspect_get_major_version "/dev/sda3"
guestfsd: <= inspect_get_major_version (0x1e9) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_major_version (0x1e9) took 0.01 secs
libguestfs: trace: v2v: inspect_get_major_version = 5
libguestfs: trace: v2v: inspect_get_arch "/dev/sda3"
guestfsd: <= inspect_get_arch (0x1eb) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_arch (0x1eb) took 0.libguestfs: trace: v2v: inspect_get_arch = "x86_64"
libguestfs: trace: v2v: inspect_get_osinfo "/dev/sda3"
libguestfs: trace: v2v: inspect_get_type "/dev/sda3"
01 secs
guestfsd: <= inspect_get_type (0x1e3) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_type = "linux"
libguestfs: trace: v2v: inspect_get_distro "/dev/sda3"
guestfsd: => inspect_get_type (0x1e3) took 0.01 secs
guestfsd: <= inspect_get_distro (0x1e4) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_distro (0x1e4) took 0.01 secs
libguestfs: trace: v2v: inspect_get_distro = "unknown"
libguestfs: trace: v2v: inspect_get_major_version "/dev/sda3"
guestfsd: <= inspect_get_major_version (0x1e9) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_major_version (0x1e9) took 0.01libguestfs: trace: v2v: inspect_get_major_version = 5
libguestfs: trace: v2v: inspect_get_minor_version "/dev/sda3"
secs
guestfsd: <= inspect_get_minor_version (0x1ea) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
libguestfs: trace: v2v: inspect_get_minor_version = 0
libguestfs: trace: v2v: inspect_get_osinfo = "unknown"
libguestfs: trace: v2v: inspect_get_distro "/dev/sda3"
guestfsd: => inspect_get_minor_version (0x1ea) took 0.01 secs
guestfsd: <= inspect_get_distro (0x1e4) request length 56 bytes
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda3
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
guestfsd: => inspect_get_distro (0x1e4) took 0.01 secs
libguestfs: trace: v2v: inspect_get_distro = "unknown"
i_root = /dev/sda3
i_type = linux
i_distro = unknown
i_osinfo = unknown
i_arch = x86_64
i_major_version = 5
i_minor_version = 0
i_package_format = unknown
i_package_management = unknown
i_product_name = VMware Photon OS 5.0
i_product_variant = unknown
i_windows_systemroot =
i_windows_software_hive =
i_windows_system_hive =
i_windows_current_control_set =
virt-v2v: error: inspection could not detect the source guest (or physical machine).
Assuming that you are running virt-v2v/virt-p2v on a source which is supported (and not, for example, a blank disk), then this should not happen.
Inspection field ‘i_distro’ was ‘unknown’.
rm -rf -- '/tmp/v2vnbdkit.bcTLgc'
rm -rf -- '/tmp/v2v.tCVBMC'
libguestfs: trace: v2v: close
libguestfs: closing guestfs handle 0x5584f5759f50 (state 2)
libguestfs: trace: v2v: internal_autosync
guestfsd: <= internal_autosync (0x11a) request length 40 bytes
umount-all: /proc/mounts: fsname=/dev/root dir=/ type=ext2 opts=rw,noatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/proc dir=/proc type=proc opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/sys dir=/sys type=sysfs opts=rw,relatime freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev dir=/dev type=devtmpfs opts=rw,relatime,size=1256236k,nr_inodes=314059,mode=755,inode64 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/pts dir=/dev/pts type=devpts opts=rw,relatime,mode=600,ptmxmode=000 freq=0 passno=0
umount-all: /proc/mounts: fsname=shmfs dir=/dev/shm type=tmpfs opts=rw,relatime,inode64 freq=0 passno=0
umount-all: /proc/mounts: fsname=tmpfs dir=/run type=tmpfs opts=rw,nosuid,relatime,size=505288k,mode=755,inode64 freq=0 passno=0
umount-all: /proc/mounts: fsname=/dev/sda3 dir=/sysroot type=ext4 opts=rw,relatime freq=0 passno=0
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: umount /sysroot
nbdkit: vddk[1]: debug: sending error reply: Cannot send after transport endpoint shutdown
nbdkit: vddk[1]: debug: multi-conn: finalize
nbdkit: vddk[1]: debug: cow: finalize
nbdkit: vddk[1]: debug: blocksize: finalize
nbdkit: vddk[1]: debug: cacheextents: finalize
nbdkit: vddk[1]: debug: retry: finalize
nbdkit: vddk[1]: debug: vddk: finalize
nbdkit: debug: multi-conn: cleanup
nbdkit: debug: cow: cleanup
nbdkit: debug: blocksize: cleanup
nbdkit: debug: cacheextents: cleanup
nbdkit: debug: retry: cleanup
nbdkit: debug: vddk: cleanup
nbdkit: debug: vddk: unload plugin
nbdkit: debug: VDDK call: VixDiskLib_Exit ()
nbdkit: debug: VDDK_PhoneHome: VDDK PhoneHome succeed to exit
nbdkit: debug: VixDiskLib: VixDiskLib_Exit: Unmatched Init calls so far: 1.
[ 7.616477] sd 0:0:0:0: [sda] tag#132 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 7.616483] sd 0:0:0:0: [sda] tag#132 Sense Key : Aborted Command [current]
[ 7.616485] sd 0:0:0:0: [sda] tag#132 Add. Sense: I/O process terminated
[ 7.616488] sd 0:0:0:0: [sda] tag#132 CDB: Write(10) 2a 00 00 c4 98 18 00 00 08 00
[ 7.616489] I/O error, dev sda, sector 12883992 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 2
[ 7.616495] Buffer I/O error on dev sda3, logical block 1606659, lost sync page write
[ 7.616520] JBD2: I/O error when updating journal superblock for sda3-8.
[ 7.616533] Aborting journal on device sda3-8.
[ 7.656571] sd 0:0:0:0: [sda] tag#133 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 7.656576] sd 0:0:0:0: [sda] tag#133 Sense Key : Aborted Command [current]
[ 7.656578] sd 0:0:0:0: [sda] tag#133 Add. Sense: I/O process terminated
[ 7.656581] sd 0:0:0:0: [sda] tag#133 CDB: Write(10) 2a 00 00 c4 98 18 00 00 08 00
[ 7.656582] I/O error, dev sda, sector 12883992 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 2
[ 7.656589] I/O error, dev sda, sector 12883992 op 0x1:(WRITE) flags 0x800 phys_seg 1 prio class 2
[ 7.656592] Buffer I/O error on dev sda3, logical block 1606659, lost sync page write
[ 7.656616] JBD2: I/O error when updating journal superblock for sda3-8.
[ 7.656762] EXT4-fs (sda3): unmounting filesystem.
[ 7.696396] sd 0:0:0:0: [sda] tag#131 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 7.696402] sd 0:0:0:0: [sda] tag#131 Sense Key : Aborted Command [current]
[ 7.696403] sd 0:0:0:0: [sda] tag#131 Add. Sense: I/O process terminated
[ 7.696405] sd 0:0:0:0: [sda] tag#131 CDB: Synchronize Cache(10) 35 00 00 00 00 00 00 00 00 00
[ 7.696410] I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 2
[ 7.736485] sd 0:0:0:0: [sda] tag#132 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 7.736490] sd 0:0:0:0: [sda] tag#132 Sense Key : Aborted Command [current]
[ 7.736492] sd 0:0:0:0: [sda] tag#132 Add. Sense: I/O process terminated
[ 7.736494] sd 0:0:0:0: [sda] tag#132 CDB: Synchronize Cache(10) 35 00 00 00 00 00 00 00 00 00
[ 7.736498] I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 2
[ 7.776483] sd 0:0:0:0: [sda] tag#133 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 7.776488] sd 0:0:0:0: [sda] tag#133 Sense Key : Aborted Command [current]
[ 7.776490] sd 0:0:0:0: [sda] tag#133 Add. Sense: I/O process terminated
[ 7.776492] sd 0:0:0:0: [sda] tag#133 CDB: Synchronize Cache(10) 35 00 00 00 00 00 00 00 00 00
[ 7.776497] I/O error, dev sda, sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 2
[ 7.816583] sd 0:0:0:0: [sda] tag#134 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 7.816590] sd 0:0:0:0: [sda] tag#134 Sense Key : Aborted Command [current]
[ 7.816593] sd 0:0:0:0: [sda] tag#134 Add. Sense: I/O process terminated
[ 7.816597] sd 0:0:0:0: [sda] tag#134 CDB: Write(10) 2a 00 00 00 78 00 00 00 08 00
[ 7.816599] I/O error, dev sda, sector 30720 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[ 7.816608] I/O error, dev sda, sector 30720 op 0x1:(WRITE) flags 0x3800 phys_seg 1 prio class 2
[ 7.816616] Buffer I/O error on dev sda3, logical block 0, lost sync page write
[ 7.816671] EXT4-fs (sda3): I/O error while writing superblock
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sdb
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
commandrvf: stdout=n stderr=y flags=0x0
commandrvf: udevadm --debug settle -E /dev/sda
SELinux enabled state cached to: disabled
No filesystem is currently mounted on /sys/fs/cgroup.
Failed to determine unit we run in, ignoring: No data available
fsync /dev/sda
[ 7.890618] sd 0:0:0:0: [sda] tag#218 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
fsync: Input/out[ 7.890626] sd 0:0:libguestfs: trace: v2v: internal_autosync = 0
libguestfs: sending SIGTERM to process 81
libguestfs: qemu maxrss 376820K
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfs72gCiD
libguestfs: command: run: rm
libguestfs: command: run: \ -rf /tmp/libguestfslegCjK
nbdkit: debug: OBJLIB-LIB: ObjLib cleanup done.
nbdkit: debug: VDDK function stats (-D vddk.stats=1):
nbdkit: debug: VixDiskLib_... µs calls bytes
nbdkit: debug: Exit 1026845 1
nbdkit: debug: Open 362650 1
nbdkit: debug: ConnectEx 252590 1
nbdkit: debug: InitEx 127376 1
nbdkit: debug: GetInfo 7315 2
nbdkit: debug: ReadAsync 1995 152 3919872
nbdkit: debug: FreeInfo 91 2
nbdkit: debug: GetTransportMode 19 1
nbdkit: debug: AllocateConnectParams 5 1
nbdkit: debug: retry: unload filter
nbdkit: debug: cacheextents: unload filter
nbdkit: debug: blocksize: unload filter
nbdkit: debug: cow: unload filter
nbdkit: debug: multi-conn: unload filter
+ '[' vCenter == ova ']'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment