VMware Communities
PGall
Contributor
Contributor

ALSA Sound Device Failure

I running Workstation Pro 15.5.2 for Linux on a Ubuntu 19.04 host.

I currently unable to get the audio to work with any of my Linux VMs that I am running. Everything works perfectly fine otherwise and the audio works with the Windows 10 VM.

Whenever I spin up a Linux VM, VMware fails to open the ALSA sound card with an error pop up of:

Failed to open Alsa sound device "default:CARD=PCH": Device or resource busy. Alsa sound will not be used.

It then attempts to revert to OSS, looking for /dev/dsp which obviously fails as it does not exist.

I have tried manually connecting the sound card with all of the available options in the Hardware Settings tab but they each fail with that same error.

I also tried editing the .vmx file for the VMs changing the sound.filename to various options from aplay -L. Example:

sound.autodetect = "FALSE"

sound.filename = "surround71:CARD=PCH,DEV=0"

But that just gives the same error but with the new filename instead of default:CARD=PCH"

My  aplay -L  output:

null

    Discard all samples (playback) or generate zero samples (capture)

jack

    JACK Audio Connection Kit

pulse

    PulseAudio Sound Server

default:CARD=PCH

    HDA Intel PCH, ALC898 Analog

    Default Audio Device

sysdefault:CARD=PCH

    HDA Intel PCH, ALC898 Analog

    Default Audio Device

front:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    Front speakers

surround21:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    2.1 Surround output to Front and Subwoofer speakers

surround40:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    4.0 Surround output to Front and Rear speakers

surround41:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    4.1 Surround output to Front, Rear and Subwoofer speakers

surround50:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    5.0 Surround output to Front, Center and Rear speakers

surround51:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    5.1 Surround output to Front, Center, Rear and Subwoofer speakers

surround71:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers

iec958:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Digital

    IEC958 (S/PDIF) Digital Audio Output

dmix:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    Direct sample mixing device

dmix:CARD=PCH,DEV=1

    HDA Intel PCH, ALC898 Digital

    Direct sample mixing device

dsnoop:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    Direct sample snooping device

dsnoop:CARD=PCH,DEV=1

    HDA Intel PCH, ALC898 Digital

    Direct sample snooping device

hw:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    Direct hardware device without any conversions

hw:CARD=PCH,DEV=1

    HDA Intel PCH, ALC898 Digital

    Direct hardware device without any conversions

plughw:CARD=PCH,DEV=0

    HDA Intel PCH, ALC898 Analog

    Hardware device with all software conversions

plughw:CARD=PCH,DEV=1

    HDA Intel PCH, ALC898 Digital

    Hardware device with all software conversions

usbstream:CARD=PCH

    HDA Intel PCH

    USB Stream Output

hdmi:CARD=NVidia,DEV=0

    HDA NVidia, HDMI 0

    HDMI Audio Output

hdmi:CARD=NVidia,DEV=1

    HDA NVidia, HDMI 1

    HDMI Audio Output

hdmi:CARD=NVidia,DEV=2

    HDA NVidia, HDMI 2

    HDMI Audio Output

dmix:CARD=NVidia,DEV=3

    HDA NVidia, HDMI 0

    Direct sample mixing device

dmix:CARD=NVidia,DEV=7

    HDA NVidia, HDMI 1

    Direct sample mixing device

dmix:CARD=NVidia,DEV=8

    HDA NVidia, HDMI 2

    Direct sample mixing device

dsnoop:CARD=NVidia,DEV=3

    HDA NVidia, HDMI 0

    Direct sample snooping device

dsnoop:CARD=NVidia,DEV=7

    HDA NVidia, HDMI 1

    Direct sample snooping device

dsnoop:CARD=NVidia,DEV=8

    HDA NVidia, HDMI 2

    Direct sample snooping device

hw:CARD=NVidia,DEV=3

    HDA NVidia, HDMI 0

    Direct hardware device without any conversions

hw:CARD=NVidia,DEV=7

    HDA NVidia, HDMI 1

    Direct hardware device without any conversions

hw:CARD=NVidia,DEV=8

    HDA NVidia, HDMI 2

    Direct hardware device without any conversions

plughw:CARD=NVidia,DEV=3

    HDA NVidia, HDMI 0

    Hardware device with all software conversions

plughw:CARD=NVidia,DEV=7

    HDA NVidia, HDMI 1

    Hardware device with all software conversions

plughw:CARD=NVidia,DEV=8

    HDA NVidia, HDMI 2

    Hardware device with all software conversions

usbstream:CARD=NVidia

    HDA NVidia

    USB Stream Output

My  aplay -l  output:

**** List of PLAYBACK Hardware Devices ****

card 0: PCH [HDA Intel PCH], device 0: ALC898 Analog [ALC898 Analog]

  Subdevices: 0/1

  Subdevice #0: subdevice #0

card 0: PCH [HDA Intel PCH], device 1: ALC898 Digital [ALC898 Digital]

  Subdevices: 1/1

  Subdevice #0: subdevice #0

card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]

  Subdevices: 1/1

  Subdevice #0: subdevice #0

card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]

  Subdevices: 1/1

  Subdevice #0: subdevice #0

card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]

  Subdevices: 1/1

  Subdevice #0: subdevice #0

I am at a loss as to why the sound card auto detect works with the Windows 10 VM but no the Kali Linux VM. I am not sure what else to try and any help would be greatly appreciated.

Reply
0 Kudos
4 Replies
dariusd
VMware Employee
VMware Employee

Could you please post the vmware.log from inside the VM's directory?  That will probably give us a clue of why it is happening.

--

Darius

Reply
0 Kudos
PGall
Contributor
Contributor

2020-05-17T11:31:15.186-10:00| vmx| I125: Log for VMware Workstation pid=10211 version=15.5.2 build=build-15785246 option=Release

2020-05-17T11:31:15.186-10:00| vmx| I125: The process is 64-bit.

2020-05-17T11:31:15.186-10:00| vmx| I125: Host codepage=UTF-8 encoding=UTF-8

2020-05-17T11:31:15.186-10:00| vmx| I125: Host is Linux 5.3.0-7648-generic Pop!_OS 19.10

2020-05-17T11:31:15.164-10:00| vmx| I125: VTHREAD 140450978196416 "vmx" tid 10211

2020-05-17T11:31:15.164-10:00| vmx| I125: DictionaryLoad: Cannot open file "/etc/vmware/vsphereFeatures/techPreview.cfg": No such file or directory.

2020-05-17T11:31:15.164-10:00| vmx| I125: [msg.dictionary.load.openFailed] Cannot open file "/etc/vmware/vsphereFeatures/techPreview.cfg": No such file or directory.

2020-05-17T11:31:15.164-10:00| vmx| I125: FeatureStateLib: Error while loading tech preview config file: /etc/vmware/vsphereFeatures/techPreview.cfg, using default (disabled) for all Tech Preview features.

2020-05-17T11:31:15.164-10:00| vmx| I125: LOCALE en_US.UTF-8 -> NULL

2020-05-17T11:31:15.164-10:00| vmx| I125: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=NULL

2020-05-17T11:31:15.165-10:00| vmx| I125: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: Msg_Reset:

2020-05-17T11:31:15.165-10:00| vmx| I125: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: ----------------------------------------

2020-05-17T11:31:15.165-10:00| vmx| I125: ConfigDB: Failed to load /usr/lib/vmware/settings

2020-05-17T11:31:15.165-10:00| vmx| I125: DictionaryLoad: Cannot open file "/home/pjg/.vmware/config": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: Msg_Reset:

2020-05-17T11:31:15.165-10:00| vmx| I125: [msg.dictionary.load.openFailed] Cannot open file "/home/pjg/.vmware/config": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: ----------------------------------------

2020-05-17T11:31:15.165-10:00| vmx| I125: ConfigDB: Failed to load ~/.vmware/config

2020-05-17T11:31:15.165-10:00| vmx| I125: OBJLIB-LIB: Objlib initialized.

2020-05-17T11:31:15.165-10:00| vmx| I125: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.

2020-05-17T11:31:15.165-10:00| vmx| I125: DictionaryLoad: Cannot open file "/home/pjg/.vmware/config": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: [msg.dictionary.load.openFailed] Cannot open file "/home/pjg/.vmware/config": No such file or directory.

2020-05-17T11:31:15.165-10:00| vmx| I125: PREF Optional preferences file not found at /home/pjg/.vmware/config. Using default values.

2020-05-17T11:31:15.166-10:00| vmx| I125: Fail to realpath: /usr/lib/vmware/lib/libcrypto.so.1.0.2-x86-64/libcrypto.so.1.0.2, errno=2

2020-05-17T11:31:15.166-10:00| vmx| I125: Denied library: /usr/lib/vmware/lib/libcrypto.so.1.0.2-x86-64/libcrypto.so.1.0.2

2020-05-17T11:31:15.180-10:00| vmx| I125: lib/ssl: OpenSSL using FIPS_drbg for RAND

2020-05-17T11:31:15.180-10:00| vmx| I125: lib/ssl: protocol list tls1.2

2020-05-17T11:31:15.180-10:00| vmx| I125: lib/ssl: protocol list tls1.2 (openssl flags 0x17000000)

2020-05-17T11:31:15.180-10:00| vmx| I125: lib/ssl: cipher list ECDHE+AESGCM:RSA+AESGCM:ECDHE+AES:RSA+AES

2020-05-17T11:31:15.180-10:00| vmx| I125: lib/ssl: curves list prime256v1:secp384r1:secp521r1

2020-05-17T11:31:15.250-10:00| vmx| I125: Hostname=coras76

2020-05-17T11:31:15.250-10:00| vmx| I125: IP=127.0.0.1 (lo)

2020-05-17T11:31:15.250-10:00| vmx| I125: IP=192.168.0.62 (wlp113s0)

2020-05-17T11:31:15.250-10:00| vmx| I125: IP=192.168.160.1 (vmnet1)

2020-05-17T11:31:15.250-10:00| vmx| I125: IP=192.168.234.1 (vmnet8)

2020-05-17T11:31:15.250-10:00| vmx| I125: System uptime 8278480000 us

2020-05-17T11:31:15.250-10:00| vmx| I125: Command line: "/usr/lib/vmware/bin/vmware-vmx" "-s" "vmx.stdio.keep=TRUE" "-#" "product=1;name=VMware Workstation;version=15.5.2;buildnumber=15785246;licensename=VMware Workstation;licenseversion=15.0+;" "-@" "duplex=3;msgs=ui" "/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmx"

2020-05-17T11:31:15.250-10:00| vmx| I125: Msg_SetLocaleEx: HostLocale=UTF-8 UserLocale=NULL

2020-05-17T11:31:15.250-10:00| vmx| I125: Duplex socket: 3

2020-05-17T11:31:15.260-10:00| vmx| I125: WQPoolAllocPoll : pollIx = 1, signalHandle = 9

2020-05-17T11:31:15.260-10:00| vmx| I125: WQPoolAllocPoll : pollIx = 2, signalHandle = 11

2020-05-17T11:31:15.260-10:00| vmx| I125: VigorTransport listening on fd 12

2020-05-17T11:31:15.260-10:00| vmx| I125: Vigor_Init 1

2020-05-17T11:31:15.260-10:00| vmx| I125: Connecting 'ui' to fd '3' with user '(null)'

2020-05-17T11:31:15.260-10:00| vmx| I125: VmdbAddConnection: cnxPath=/db/connection/#1/, cnxIx=1

2020-05-17T11:31:15.272-10:00| vmx| I125: /home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmx: Setup symlink /var/run/vmware/94a1d8ef25921b9514e6b3a5f36a841d -> /var/run/vmware/1000/8278490000_10211

2020-05-17T11:31:15.272-10:00| vmx| I125: Vix: [mainDispatch.c:486]: VMAutomation: Initializing VMAutomation.

2020-05-17T11:31:15.272-10:00| vmx| I125: Vix: [mainDispatch.c:738]: VMAutomationOpenListenerSocket() listening

2020-05-17T11:31:15.274-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0

2020-05-17T11:31:15.274-10:00| vmx| I125: Transitioned vmx/execState/val to poweredOff

2020-05-17T11:31:15.274-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0

2020-05-17T11:31:15.274-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=2, newAppState=1877, success=1 additionalError=0

2020-05-17T11:31:15.274-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=3, newAppState=1881, success=1 additionalError=0

2020-05-17T11:31:15.274-10:00| vmx| I125: FeatureCompat: No EVC masks.

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID vendor: GenuineIntel

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID family: 0x6 model: 0x9e stepping: 0xd

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID codename: Kaby Lake-S/H QS

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000000, 0: 0x00000016 0x756e6547 0x6c65746e 0x49656e69

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000001, 0: 0x000906ed 0x08100800 0x7ffafbff 0xbfebfbff

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000002, 0: 0x76036301 0x00f0b5ff 0x00000000 0x00c30000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000003, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000004, 0: 0x1c004121 0x01c0003f 0x0000003f 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000004, 1: 0x1c004122 0x01c0003f 0x0000003f 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000004, 2: 0x1c004143 0x00c0003f 0x000003ff 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000004, 3: 0x1c03c163 0x03c0003f 0x00003fff 0x00000006

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000004, 4: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000005, 0: 0x00000040 0x00000040 0x00000003 0x11142120

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000006, 0: 0x000007f7 0x00000002 0x00000009 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000007, 0: 0x00000000 0x029c67af 0x40000000 0xbc000400

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000008, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000009, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000a, 0: 0x07300404 0x00000000 0x00000000 0x00000603

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000b, 0: 0x00000001 0x00000002 0x00000100 0x00000008

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000b, 1: 0x00000004 0x00000010 0x00000201 0x00000008

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000b, 2: 0x00000000 0x00000000 0x00000002 0x00000008

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000c, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 0: 0x0000001f 0x00000440 0x00000440 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 1: 0x0000000f 0x000003c0 0x00000100 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 2: 0x00000100 0x00000240 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 3: 0x00000040 0x000003c0 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 4: 0x00000040 0x00000400 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 5: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 6: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 7: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000d, 8: 0x00000080 0x00000000 0x00000001 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000e, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000f, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 0000000f, 1: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000010, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000010, 1: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000010, 2: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000010, 3: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000011, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000012, 0: 0x00000001 0x00000000 0x00000000 0x0000241f

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000012, 1: 0x00000036 0x00000000 0x0000001f 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000012, 2: 0x50200001 0x00000000 0x05d80001 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000012, 3: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000013, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000014, 0: 0x00000001 0x0000000f 0x00000007 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000014, 1: 0x02490002 0x003f3fff 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000015, 0: 0x00000002 0x0000012c 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 00000016, 0: 0x00000e10 0x00001388 0x00000064 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000000, 0: 0x80000008 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000001, 0: 0x00000000 0x00000000 0x00000121 0x2c100800

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000002, 0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000003, 0: 0x39692029 0x3039392d 0x43204b30 0x40205550

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000004, 0: 0x362e3320 0x7a484730 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000005, 0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000006, 0: 0x00000000 0x00000000 0x01006040 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000007, 0: 0x00000000 0x00000000 0x00000000 0x00000100

2020-05-17T11:31:15.293-10:00| vmx| I125: hostCPUID level 80000008, 0: 0x00003027 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: CPUID differences from hostCPUID.

2020-05-17T11:31:15.293-10:00| vmx| I125: Physical APIC IDs: 9,5,3,10,1,4,13,7-8,0,12,14,2,6,15,11

2020-05-17T11:31:15.293-10:00| vmx| I125: Physical X2APIC IDs: 0-15

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR       0x3a =            0x40005

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x480 =   0xda040000000004

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x481 =       0x7f00000016

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x482 = 0xfff9fffe0401e172

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x483 =  0x1ffffff00036dff

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x484 =    0x3ffff000011ff

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x485 =         0x7004c1e7

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x486 =         0x80000021

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x487 =         0xffffffff

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x488 =             0x2000

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x489 =           0x3767ff

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x48a =               0x2e

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x48b =   0x5ffcff00000000

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x48c =      0xf0106734141

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x48d =       0x7f00000016

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x48e = 0xfff9fffe04006172

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x48f =  0x1ffffff00036dfb

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x490 =    0x3ffff000011fb

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x491 =                0x1

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR 0xc0010114 =                  0

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR       0xce =  0x8080838f1012400

2020-05-17T11:31:15.293-10:00| vmx| I125: Common: MSR      0x10a =               0xab

2020-05-17T11:31:15.293-10:00| vmx| I125: UTIL: Current file descriptor limit: soft 16384, hard 1048576.

2020-05-17T11:31:15.293-10:00| vmx| I125: VMMon_GetkHzEstimate: Calculated 3599999 kHz

2020-05-17T11:31:15.293-10:00| vmx| I125: TSC kHz estimates: vmmon 3599999, cpuinfo 4801596, cpufreq 5000000.  Using 3599999 kHz

2020-05-17T11:31:15.293-10:00| vmx| I125: TSC first measured delta 208

2020-05-17T11:31:15.294-10:00| vmx| I125: TSC min delta 110

2020-05-17T11:31:15.294-10:00| vmx| I125: PTSC: RefClockToPTSC 0 @ 1000000Hz -> 0 @ 3599999000Hz

2020-05-17T11:31:15.294-10:00| vmx| I125: PTSC: RefClockToPTSC ((x * 3774872551) >> 20) + -29080675961457

2020-05-17T11:31:15.294-10:00| vmx| I125: PTSC: tscOffset -29220812685442

2020-05-17T11:31:15.294-10:00| vmx| I125: PTSC: using TSC

2020-05-17T11:31:15.294-10:00| vmx| I125: PTSC: hardware TSCs are synchronized.

2020-05-17T11:31:15.294-10:00| vmx| I125: PTSC: current PTSC=611895379564

2020-05-17T11:31:15.294-10:00| vmx| I125: WQPoolAllocPoll : pollIx = 3, signalHandle = 17

2020-05-17T11:31:15.294-10:00| vmx| I125: MKSXlib: Initialized thread-safe Xlib

2020-05-17T11:31:15.294-10:00| vmx| I125: [0x55CE7A59E000-0x55CE7B2D22DA): /usr/lib/vmware/bin/vmware-vmx

2020-05-17T11:31:15.308-10:00| vmx| I125: ConfigCheck: No rules file found. Checks are disabled.

2020-05-17T11:31:15.308-10:00| vmx| I125: changing directory to /home/pjg/vmware/Parrot-Home-4.9/.

2020-05-17T11:31:15.308-10:00| vmx| I125: Config file: /home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmx

2020-05-17T11:31:15.308-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0

2020-05-17T11:31:15.308-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=2, newAppState=1878, success=1 additionalError=0

2020-05-17T11:31:15.332-10:00| vmx| W115: PowerOn

2020-05-17T11:31:15.332-10:00| vmx| I125: VMX_PowerOn: VMX build 15785246, UI build 15785246

2020-05-17T11:31:15.332-10:00| vmx| I125: libnuma.so found and in use.

2020-05-17T11:31:15.333-10:00| vmx| I125: NUMA topology found.

2020-05-17T11:31:15.333-10:00| vmx| I125: NUMA node 0: 64139MB, cpus 0x0000ffff 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.336-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1871, success=1 additionalError=0

2020-05-17T11:31:15.337-10:00| vmx| I125: HOST sysname Linux, nodename coras76, release 5.3.0-7648-generic, version #41~1586789791~19.10~9593806-Ubuntu SMP Mon Apr 13 17:50:40 UTC , machine x86_64

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- GLOBAL SETTINGS /usr/lib/vmware/settings

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- NON PERSISTENT (null)

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- USER PREFERENCES /home/pjg/.vmware/preferences

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.autoSoftwareUpdatePermission.epoch = "6938574467"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.autoSoftwareUpdatePermission = "allow"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT   pref.lastUpdateCheckSec = "1589749650"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.keyboardAndMouse.vmHotKey.enabled = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.keyboardAndMouse.vmHotKey.count = "0"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  pref.fullscreen.autohide = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window.count = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab.count = "3"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab0.dest = ""

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab0.file = "home"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab0.type = "home"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab0.cnxType = "vmdb"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab0.focused = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab1.dest = ""

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab1.file = "/home/pjg/Documents/OSCP/Kali-Linux-2020.1-vmware-amd64/Kali-Linux-2020.1-vmware-amd64.vmx"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab1.type = "vm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab1.cnxType = "vmdb"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab1.focused = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.sidebar = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.sidebar.width = "209"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.statusBar = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tabs = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.thumbnailBar = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.thumbnailBar.size = "125"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.thumbnailBar.view = "same-folder"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.placement.left = "-1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.placement.top = "26"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.placement.right = "1919"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.placement.bottom = "1042"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.maximized = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT       pref.license.maxNum = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     pref.license0.version = "15.0+"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.license0.registrationViewed = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.license0.lastEvalReminder = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab2.cnxType = "vmdb"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         vmWizard.guestKey = "debian10-64"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT vmWizard.installMediaType = "iso"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab3.cnxType = "vmdb"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab4.cnxType = "vmdb"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab5.cnxType = "vim"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab2.dest = ""

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab2.file = "/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmx"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab2.type = "vm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT pref.ws.session.window0.tab2.focused = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     pref.trayicon.enabled = "always"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT    pref.backgroundOnClose = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- USER DEFAULTS /home/pjg/.vmware/config

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- HOST DEFAULTS /etc/vmware/config

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                    libdir = "/usr/lib/vmware"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                    bindir = "/usr/bin"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             initscriptdir = "/etc/init.d"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           gksu.rootMethod = "sudo"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                NETWORKING = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            VMBLOCK_CONFED = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT               VMCI_CONFED = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              VSOCK_CONFED = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            authd.fullpath = "/usr/sbin/vmware-authd"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT       product.buildNumber = "15785246"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT    player.product.version = "15.5.2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        vix.config.version = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             telemetryUUID = "1db98a34-81e8-11ea-be16-a3d0137757e8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "6938574467"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.dataCollectionEnabled.epoch = "4137800538"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.componentDownloadEnabled = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.transferVersion = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         authd.client.port = "902"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           authd.proxy.nfc = "vmware-hostd:ha-nfc"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           vmware.fullpath = "/usr/bin/vmware"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                vix.libdir = "/usr/lib/vmware-vix"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           product.version = "15.5.2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT workstation.product.version = "15.5.2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              product.name = "VMware Workstation"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                acceptEULA = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             acceptOVFEULA = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.autoSoftwareUpdateEnabled = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.dataCollectionEnabled = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.dataCollectionEnabled.initialized = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- SITE DEFAULTS /usr/lib/vmware/config

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                  tag.help = "introduction.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT   tag.configurationEditor = "config_editor_newvm.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.ideConfig = "devices_virtualdrive.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          tag.floppyConfig = "devices_floppy.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           tag.mouseConfig = "devices_mouse.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.netConfig = "devices_netadapter.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        tag.parallelConfig = "devices_parallel.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          tag.serialConfig = "devices_serial.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           tag.soundConfig = "devices_sound.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.memConfig = "configvm_memory.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            tag.miscConfig = "configvm.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.usbConfig = "devices_usb.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         tag.displayConfig = "configvm_display-problems.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                 tag.tools = "vmtools.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- NONPERSISTENT

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            vmx.stdio.keep = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             gui.available = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- COMMAND LINE

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            vmx.stdio.keep = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             gui.available = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- RECORDING

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            vmx.stdio.keep = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             gui.available = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- CONFIGURATION /home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmx

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            config.version = "8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         virtualHW.version = "16"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        pciBridge0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        pciBridge4.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     pciBridge4.virtualDev = "pcieRootPort"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT      pciBridge4.functions = "8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        pciBridge5.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     pciBridge5.virtualDev = "pcieRootPort"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT      pciBridge5.functions = "8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        pciBridge6.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     pciBridge6.virtualDev = "pcieRootPort"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT      pciBridge6.functions = "8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        pciBridge7.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     pciBridge7.virtualDev = "pcieRootPort"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT      pciBridge7.functions = "8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             vmci0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             hpet0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT               displayName = "Parrot-Home-4.9"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                   guestOS = "debian10-64"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                     nvram = "Parrot-Home-4.9.nvram"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT virtualHW.productCompatibility = "hosted"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        powerType.powerOff = "soft"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         powerType.powerOn = "soft"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         powerType.suspend = "soft"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           powerType.reset = "soft"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT usb.vbluetooth.startConnected = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            tools.syncTime = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             sound.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT               vcpu.hotadd = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                   memsize = "2048"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          scsi0.virtualDev = "lsilogic"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             scsi0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          scsi0:0.fileName = "Parrot-Home-4.9-000001.vmdk"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           scsi0:0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         ide1:0.deviceType = "cdrom-image"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           ide1:0.fileName = "/home/pjg/Documents/ParrotOS/Parrot-kde-home-4.9.1_x64.iso"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            ide1:0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT               usb.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  ethernet0.connectionType = "nat"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     ethernet0.addressType = "generated"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT      ethernet0.virtualDev = "e1000"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          serial0.fileType = "thinprint"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          serial0.fileName = "thinprint"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         ethernet0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           serial0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        extendedConfigFile = "Parrot-Home-4.9.vmxf"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           floppy0.present = "FALSE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT   gui.lastPoweredViewMode = "fullscreen"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                 uuid.bios = "56 4d cf 6f 40 23 c6 07-26 51 ed 98 51 52 83 18"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             uuid.location = "56 4d cf 6f 40 23 c6 07-26 51 ed 98 51 52 83 18"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              scsi0:0.redo = ""

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  pciBridge0.pciSlotNumber = "17"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  pciBridge4.pciSlotNumber = "21"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  pciBridge5.pciSlotNumber = "22"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  pciBridge6.pciSlotNumber = "23"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  pciBridge7.pciSlotNumber = "24"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT       scsi0.pciSlotNumber = "16"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         usb.pciSlotNumber = "32"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT   ethernet0.pciSlotNumber = "33"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT       sound.pciSlotNumber = "34"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT       vmci0.pciSlotNumber = "35"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             svga.vramSize = "268435456"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT  vmotion.checkpointFBSize = "4194304"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT vmotion.checkpointSVGAPrimarySize = "268435456"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT ethernet0.generatedAddress = "00:0c:29:52:83:18"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT ethernet0.generatedAddressOffset = "0"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                  vmci0.id = "1364362008"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT    monitor.phys_bits_used = "43"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             cleanShutdown = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              softPowerOff = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT               usb:1.speed = "2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             usb:1.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          usb:1.deviceType = "hub"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                usb:1.port = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              usb:1.parent = "-1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT svga.guestBackedPrimaryAware = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT     guestOS.detailed.data = "bitness='64' distroName='Parrot' distroVersion='4.9' familyName='Linux' kernelVersion='5.5.0-1parrot1-amd64' prettyName='Parrot GNU/Linux 4.9'"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             usb:0.present = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          usb:0.deviceType = "hid"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                usb:0.port = "0"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              usb:0.parent = "-1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          sound.autoDetect = "TRUE"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            sound.fileName = "-1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- USER DEFAULTS ~/.vmware/config

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- HOST DEFAULTS /etc/vmware/config

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                    libdir = "/usr/lib/vmware"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                    bindir = "/usr/bin"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             initscriptdir = "/etc/init.d"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           gksu.rootMethod = "sudo"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                NETWORKING = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            VMBLOCK_CONFED = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT               VMCI_CONFED = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              VSOCK_CONFED = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            authd.fullpath = "/usr/sbin/vmware-authd"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT       product.buildNumber = "15785246"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT    player.product.version = "15.5.2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        vix.config.version = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             telemetryUUID = "1db98a34-81e8-11ea-be16-a3d0137757e8"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.autoSoftwareUpdateEnabled.epoch = "6938574467"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.dataCollectionEnabled.epoch = "4137800538"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.componentDownloadEnabled = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.transferVersion = "1"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         authd.client.port = "902"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           authd.proxy.nfc = "vmware-hostd:ha-nfc"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           vmware.fullpath = "/usr/bin/vmware"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                vix.libdir = "/usr/lib/vmware-vix"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           product.version = "15.5.2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT workstation.product.version = "15.5.2"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT              product.name = "VMware Workstation"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                acceptEULA = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             acceptOVFEULA = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.autoSoftwareUpdateEnabled = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.dataCollectionEnabled = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT installerDefaults.dataCollectionEnabled.initialized = "yes"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- SITE DEFAULTS /usr/lib/vmware/config

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                  tag.help = "introduction.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT   tag.configurationEditor = "config_editor_newvm.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.ideConfig = "devices_virtualdrive.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          tag.floppyConfig = "devices_floppy.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           tag.mouseConfig = "devices_mouse.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.netConfig = "devices_netadapter.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT        tag.parallelConfig = "devices_parallel.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT          tag.serialConfig = "devices_serial.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT           tag.soundConfig = "devices_sound.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.memConfig = "configvm_memory.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT            tag.miscConfig = "configvm.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT             tag.usbConfig = "devices_usb.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT         tag.displayConfig = "configvm_display-problems.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT                 tag.tools = "vmtools.htm"

2020-05-17T11:31:15.337-10:00| vmx| I125: DICT --- GLOBAL SETTINGS /usr/lib/vmware/settings

2020-05-17T11:31:15.337-10:00| vmx| I125: ToolsISO: open of /usr/lib/vmware/isoimages/isoimages_manifest.txt.sig failed: Could not find the file

2020-05-17T11:31:15.337-10:00| vmx| I125: ToolsISO: Unable to read signature file '/usr/lib/vmware/isoimages/isoimages_manifest.txt.sig', ignoring.

2020-05-17T11:31:15.337-10:00| vmx| I125: ToolsISO: Updated cached value for imageName to 'linux.iso'.

2020-05-17T11:31:15.337-10:00| vmx| I125: ToolsISO: Selected Tools ISO 'linux.iso' for 'debian10-64' guest.

2020-05-17T11:31:15.338-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0

2020-05-17T11:31:15.344-10:00| vmx| I125: OvhdMem_PowerOn: initial admission: paged   507538 nonpaged     4226 anonymous     5062

2020-05-17T11:31:15.344-10:00| vmx| I125: VMMEM: Initial Reservation: 2018MB (MainMem=2048MB)

2020-05-17T11:31:15.344-10:00| vmx| I125: MemSched_PowerOn: balloon minGuestSize 104857 (80% of min required size 131072)

2020-05-17T11:31:15.344-10:00| vmx| I125: MemSched: reserved mem (in MB) min 128 max 56140 recommended 56140

2020-05-17T11:31:15.344-10:00| vmx| I125: MemSched: pg 507538 np 4226 anon 5062 mem 524288

2020-05-17T11:31:15.344-10:00| vmx| I125: MemSched: numvm 2 locked pages: num 521628 max 14355456

2020-05-17T11:31:15.344-10:00| vmx| I125: MemSched: locked Page Limit: host 16311683 config 14371840 dynam 8589934591

2020-05-17T11:31:15.344-10:00| vmx| I125: MemSched: minmempct 50 minalloc 268999 admitted 1

2020-05-17T11:31:15.344-10:00| vmx| I125: numa: Hot add is enabled and vNUMA hot add is disabled, forcing UMA.

2020-05-17T11:31:15.344-10:00| vmx| I125: Host: Disabling thread priority boosting to work around Linux SMP bug.

2020-05-17T11:31:15.345-10:00| vmx| I125: LICENSE using: '/etc/vmware/license-ws-150-e1-201804'

2020-05-17T11:31:15.345-10:00| vmx| I125: Msg_Post: Extend license information

2020-05-17T11:31:15.345-10:00| vmx| I125: [msg.License.near_expired.express.product_days_url] Your VMware Workstation license will expire in 1 day(s).

2020-05-17T11:31:15.345-10:00| vmx| I125+ Ensure that your computer's date and time are set correctly.

2020-05-17T11:31:15.345-10:00| vmx| I125+ Go to "http://vmware.com/info?id=27&build=15785246" to obtain a new license.

2020-05-17T11:31:15.345-10:00| vmx| I125: ----------------------------------------

2020-05-17T11:31:15.373-10:00| vthread-10234| I125: VTHREAD 140450939971328 "vthread-10234" tid 10234

2020-05-17T11:31:15.373-10:00| vmx| I125: PolicyVMXFindPolicyKey: policy file does not exist.

2020-05-17T11:31:15.373-10:00| vmx| I125: PolicyVMXFindPolicyKey: policy file does not exist.

2020-05-17T11:31:15.373-10:00| vmx| W115: VProbes facility is disabled.

2020-05-17T11:31:15.373-10:00| vmx| W115: VProbes facility is disabled.

2020-05-17T11:31:15.373-10:00| vmx| I125: ToolsISO: Refreshing imageName for 'debian10-64' (refreshCount=1, lastCount=1).

2020-05-17T11:31:15.373-10:00| vmx| I125: ToolsISO: open of /usr/lib/vmware/isoimages/isoimages_manifest.txt.sig failed: Could not find the file

2020-05-17T11:31:15.373-10:00| vmx| I125: ToolsISO: Unable to read signature file '/usr/lib/vmware/isoimages/isoimages_manifest.txt.sig', ignoring.

2020-05-17T11:31:15.374-10:00| vmx| I125: ToolsISO: Updated cached value for imageName to 'linux.iso'.

2020-05-17T11:31:15.374-10:00| vmx| I125: ToolsISO: Selected Tools ISO 'linux.iso' for 'debian10-64' guest.

2020-05-17T11:31:15.374-10:00| vmx| I125: Host VT-x Capabilities:

2020-05-17T11:31:15.374-10:00| vmx| I125: Basic VMX Information (0x00da040000000004)

2020-05-17T11:31:15.374-10:00| vmx| I125:   VMCS revision ID                   4

2020-05-17T11:31:15.374-10:00| vmx| I125:   VMCS region length              1024

2020-05-17T11:31:15.374-10:00| vmx| I125:   VMX physical-address width   natural

2020-05-17T11:31:15.374-10:00| vmx| I125:   SMM dual-monitor mode            yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Advanced INS/OUTS info           yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   True VMX MSRs                    yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   VMCS memory type                  WB

2020-05-17T11:31:15.374-10:00| vmx| I125: True Pin-Based VM-Execution Controls (0x0000007f00000016)

2020-05-17T11:31:15.374-10:00| vmx| I125:   External-interrupt exiting               {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   NMI exiting                              {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Virtual NMIs                             {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Activate VMX-preemption timer            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Process posted interrupts                { 0 }

2020-05-17T11:31:15.374-10:00| vmx| I125: True Primary Processor-Based VM-Execution Controls (0xfff9fffe04006172)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Interrupt-window exiting                 {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Use TSC offsetting                       {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   HLT exiting                              {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   INVLPG exiting                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   MWAIT exiting                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   RDPMC exiting                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   RDTSC exiting                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   CR3-load exiting                         {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   CR3-store exiting                        {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   CR8-load exiting                         {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   CR8-store exiting                        {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Use TPR shadow                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   NMI-window exiting                       {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   MOV-DR exiting                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Unconditional I/O exiting                {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Use I/O bitmaps                          {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Monitor trap flag                        {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Use MSR bitmaps                          {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   MONITOR exiting                          {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   PAUSE exiting                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Activate secondary controls              {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125: Secondary Processor-Based VM-Execution Controls (0x005ffcff00000000)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Virtualize APIC accesses                 {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable EPT                               {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Descriptor-table exiting                 {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable RDTSCP                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Virtualize x2APIC mode                   {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable VPID                              {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   WBINVD exiting                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Unrestricted guest                       {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   APIC-register virtualization             { 0 }

2020-05-17T11:31:15.374-10:00| vmx| I125:   Virtual-interrupt delivery               { 0 }

2020-05-17T11:31:15.374-10:00| vmx| I125:   PAUSE-loop exiting                       {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   RDRAND exiting                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable INVPCID                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable VM Functions                      {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Use VMCS shadowing                       {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   ENCLS exiting                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   RDSEED exiting                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable PML                               {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   EPT-violation #VE                        {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable XSAVES/XRSTORS                    {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Mode-based execute control for EPT       {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Use TSC scaling                          { 0 }

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable ENCLV in VMX non-root mode        { 0 }

2020-05-17T11:31:15.374-10:00| vmx| I125:   Enable EPC Virtualization Extensions     { 0 }

2020-05-17T11:31:15.374-10:00| vmx| I125: True VM-Exit Controls (0x01ffffff00036dfb)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Save debug controls                      {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Host address-space size                  {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load IA32_PERF_GLOBAL_CTRL               {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Acknowledge interrupt on exit            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Save IA32_PAT                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load IA32_PAT                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Save IA32_EFER                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load IA32_EFER                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Save VMX-preemption timer                {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125: True VM-Entry Controls (0x0003ffff000011fb)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load debug controls                      {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   IA-32e mode guest                        {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Entry to SMM                             {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Deactivate dual-monitor mode             {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load IA32_PERF_GLOBAL_CTRL               {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load IA32_PAT                            {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125:   Load IA32_EFER                           {0,1}

2020-05-17T11:31:15.374-10:00| vmx| I125: VPID and EPT Capabilities (0x00000f0106734141)

2020-05-17T11:31:15.374-10:00| vmx| I125:   R=0/W=0/X=1                      yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Page-walk length 3               yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   EPT memory type WB               yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   2MB super-page                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   1GB super-page                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   INVEPT support                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Access & Dirty Bits              yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Advanced VM exit information for EPT violations   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Type 1 INVEPT                    yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Type 2 INVEPT                    yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   INVVPID support                  yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Type 0 INVVPID                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Type 1 INVVPID                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Type 2 INVVPID                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Type 3 INVVPID                   yes

2020-05-17T11:31:15.374-10:00| vmx| I125: Miscellaneous VMX Data (0x000000007004c1e7)

2020-05-17T11:31:15.374-10:00| vmx| I125:   TSC to preemption timer ratio      7

2020-05-17T11:31:15.374-10:00| vmx| I125:   VM-Exit saves EFER.LMA           yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Activity State HLT               yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Activity State shutdown          yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Activity State wait-for-SIPI     yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   CR3 targets supported              4

2020-05-17T11:31:15.374-10:00| vmx| I125:   Maximum MSR list size            512

2020-05-17T11:31:15.374-10:00| vmx| I125:   Allow all VMWRITEs               yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   Allow zero instruction length    yes

2020-05-17T11:31:15.374-10:00| vmx| I125:   MSEG revision ID                   0

2020-05-17T11:31:15.374-10:00| vmx| I125:   Processor trace in VMX           yes

2020-05-17T11:31:15.374-10:00| vmx| I125: VMX-Fixed Bits in CR0 (0x0000000080000021/0x00000000ffffffff)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Fixed to 0        0xffffffff00000000

2020-05-17T11:31:15.374-10:00| vmx| I125:   Fixed to 1        0x0000000080000021

2020-05-17T11:31:15.374-10:00| vmx| I125:   Variable          0x000000007fffffde

2020-05-17T11:31:15.374-10:00| vmx| I125: VMX-Fixed Bits in CR4 (0x0000000000002000/0x00000000003767ff)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Fixed to 0        0xffffffffffc89800

2020-05-17T11:31:15.374-10:00| vmx| I125:   Fixed to 1        0x0000000000002000

2020-05-17T11:31:15.374-10:00| vmx| I125:   Variable          0x00000000003747ff

2020-05-17T11:31:15.374-10:00| vmx| I125: VMCS Enumeration (0x000000000000002e)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Highest index                   0x17

2020-05-17T11:31:15.374-10:00| vmx| I125: VM Functions (0x0000000000000001)

2020-05-17T11:31:15.374-10:00| vmx| I125:   Function  0 (EPTP-switching) supported.

2020-05-17T11:31:15.374-10:00| vmx| I125: Monitor_PowerOn: HostedVSMP skew tracking is disabled

2020-05-17T11:31:15.374-10:00| vmx| I125: Loaded crosspage: .crosspage. Size = 4096 bytes.

2020-05-17T11:31:15.374-10:00| vmx| I125: vmm64-modules: [vmm.vmm64, vmce-vmce.vmm64, viommu-none.vmm64, vprobe-none.vmm64, hv-vt.vmm64, gphys-ept.vmm64, callstack-none.vmm64, swstats-none.vmm64, gi-none.vmm64, gmm-none.vmm64, !e1000Shared=0x0, !vmSamples=0x880, !theIOSpace=0x8c0, !ttGPPerVcpu=0x6c00, {UseUnwind}=0x0, numVCPUsAsAddr=0x1, {SharedAreaReservations}=0x6c40, {rodataSize}=0x1fc20, {textAddr}=0xfffffffffc000000, {textSize}=0x8ef83, <MonSrcFile>]

2020-05-17T11:31:15.374-10:00| vmx| I125: vmm64-vcpus:   1

2020-05-17T11:31:15.376-10:00| vmx| I125: KHZEstimate 3599999

2020-05-17T11:31:15.376-10:00| vmx| I125: MHZEstimate 3600

2020-05-17T11:31:15.376-10:00| vmx| I125: NumVCPUs 1

2020-05-17T11:31:15.377-10:00| vmx| I125: UUID: SMBIOS UUID is reported as '80 fa 5b 71 5a e2 00 00-00 00 00 00 00 00 00 00'.

2020-05-17T11:31:15.377-10:00| vmx| I125: AIOGNRC: numThreads=18 ide=0, scsi=1, passthru=1

2020-05-17T11:31:15.377-10:00| vmx| I125: WORKER: Creating new group with numThreads=18 (18)

2020-05-17T11:31:15.377-10:00| aioKernelPollWorker| I125: VTHREAD 140450931459840 "aioKernelPollWorker" tid 10235

2020-05-17T11:31:15.377-10:00| vmx| I125: AIOKERN: Manager initialized successfully

2020-05-17T11:31:15.377-10:00| vmx| I125: AIOKERN: PowerOn successfully added the 'Kernel' AIO manager interface

2020-05-17T11:31:15.381-10:00| vmx| I125: WORKER: Creating new group with numThreads=1 (19)

2020-05-17T11:31:15.381-10:00| vmx| I125: MainMem: CPT Host WZ=0 PF=2048 D=0

2020-05-17T11:31:15.381-10:00| vmx| I125: MainMem: CPT PLS=1 PLR=1 BS=1 BlkP=32 Mult=4 W=50

2020-05-17T11:31:15.381-10:00| vmem| I125: VTHREAD 140450916775680 "vmem" tid 10236

2020-05-17T11:31:15.603-10:00| vmx| I125: MainMem: Opened paging file, '/tmp/vmware-pjg/564dcf6f-4023-c607-2651-ed9851528318/vmem' (swap).

2020-05-17T11:31:15.603-10:00| vmx| I125: MStat: Creating Stat vm.uptime

2020-05-17T11:31:15.603-10:00| vmx| I125: MStat: Creating Stat vm.suspendTime

2020-05-17T11:31:15.603-10:00| vmx| I125: MStat: Creating Stat vm.powerOnTimeStamp

2020-05-17T11:31:15.603-10:00| vmx| I125: VMXAIOMGR: Using: simple=Generic

2020-05-17T11:31:15.604-10:00| vmx| I125: WORKER: Creating new group with numThreads=1 (20)

2020-05-17T11:31:15.604-10:00| vmx| I125: WORKER: Creating new group with numThreads=16 (36)

2020-05-17T11:31:15.605-10:00| vmx| I125: FeatureCompat: No VM masks.

2020-05-17T11:31:15.605-10:00| vmx| I125: TimeTracker host to guest rate conversion 613015310102 @ 3599999000Hz -> 0 @ 3599999000Hz

2020-05-17T11:31:15.605-10:00| vmx| I125: TimeTracker host to guest rate conversion ((x * 2147483648) >> 31) + -613015310102

2020-05-17T11:31:15.605-10:00| vmx| I125: Disabling TSC scaling since host does not support it.

2020-05-17T11:31:15.605-10:00| vmx| I125: TSC offsetting enabled.

2020-05-17T11:31:15.605-10:00| vmx| I125: timeTracker.globalProgressMaxAllowanceMS: 2000

2020-05-17T11:31:15.605-10:00| vmx| I125: timeTracker.globalProgressToAllowanceNS: 1000

2020-05-17T11:31:15.605-10:00| vmx| I125: MKS PowerOn

2020-05-17T11:31:15.605-10:00| mks| I125: VTHREAD 140450916775680 "mks" tid 10237

2020-05-17T11:31:15.605-10:00| mks| I125: MKS thread is alive

2020-05-17T11:31:15.605-10:00| mks| I125: MKS-RenderMain: PowerOn allowed MKSBasicOps

2020-05-17T11:31:15.605-10:00| mks| I125: MKS-RenderMain: Collecting RenderOps caps from MKSBasicOps

2020-05-17T11:31:15.605-10:00| mks| I125: MKS-RenderMain: Started MKSBasicOps

2020-05-17T11:31:15.605-10:00| mks| I125: MKS-RenderMain: Found Full Renderer: MKSBasicOps

2020-05-17T11:31:15.605-10:00| mks| I125: MKS-RenderMain: MinimalCaps: maxTextureSize=32768

2020-05-17T11:31:15.605-10:00| mks| I125: SOCKET creating new socket listening on /tmp/vmware-pjg/mksctrl/mksctrl-0000010211-000-5333fe38

2020-05-17T11:31:15.605-10:00| mks| I125: SOCKET 1 (80) creating new listening socket on port -1

2020-05-17T11:31:15.606-10:00| mks| I125: KHBKL: Unable to parse keystring at: ''

2020-05-17T11:31:15.606-10:00| mks| I125: MKSRemoteMgr: Set default display name: Parrot-Home-4.9

2020-05-17T11:31:15.606-10:00| mks| I125: MKSRemoteMgr: Loading VNC Configuration from VM config file

2020-05-17T11:31:15.606-10:00| vmx| I125: VLANCE: send cluster threshold is 80, size = 2 recalcInterval is 20000 us

2020-05-17T11:31:15.606-10:00| vmx| I125: VMXNET: send cluster threshold is 80, size = 2 recalcInterval is 20000 ticks, dontClusterSize is 128

2020-05-17T11:31:15.606-10:00| vmx| I125: Chipset version: 0x17

2020-05-17T11:31:15.609-10:00| vmx| I125: SOUNDLIB: SoundLib_CreatePulseBackend: waiting for connection to Pulse server

2020-05-17T11:31:15.610-10:00| vmx| I125: MigrateBusMemPrealloc: BusMem preallocation begins.

2020-05-17T11:31:15.610-10:00| vmx| I125: MigrateBusMemPrealloc: BusMem preallocation completes.

2020-05-17T11:31:15.610-10:00| vmx| A100: ConfigDB: Setting scsi0:0.redo = ""

2020-05-17T11:31:15.610-10:00| vmx| I125: DISK: OPEN scsi0:0 '/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-000001.vmdk' persistent R[]

2020-05-17T11:31:15.610-10:00| vmx| I125: DISKLIB-DSCPTR: Opened [0]: "Parrot-Home-4.9-000001.vmdk" (0xa)

2020-05-17T11:31:15.610-10:00| vmx| I125: DISKLIB-LINK  : Opened '/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-000001.vmdk' (0xa): monolithicSparse, 83886080 sectors / 40 GB.

2020-05-17T11:31:15.611-10:00| vmx| I125: DISKLIB-DSCPTR: Opened [0]: "Parrot-Home-4.9.vmdk" (0xe)

2020-05-17T11:31:15.611-10:00| vmx| I125: DISKLIB-LINK  : Opened '/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmdk' (0xe): monolithicSparse, 83886080 sectors / 40 GB.

2020-05-17T11:31:15.611-10:00| vmx| I125: DISKLIB-LIB   : Opened "/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-000001.vmdk" (flags 0xa, type monolithicSparse).

2020-05-17T11:31:15.611-10:00| vmx| I125: DISKLIB-LIB_MISC   : DiskLib_GetStorageBlockSizes: Failed to get storage block sizes, The virtual disk requires a feature not supported by this program.

2020-05-17T11:31:15.611-10:00| vmx| I125: DiskGetGeometry: Reading of disk partition table

2020-05-17T11:31:15.611-10:00| vthread-10239| I125: VTHREAD 140450890925824 "vthread-10239" tid 10239

2020-05-17T11:31:15.611-10:00| vmx| I125: DISK: Disk '/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-000001.vmdk' has UUID '60 00 c2 98 43 e4 ae 73-db 80 f3 c5 e3 51 ed ee'

2020-05-17T11:31:15.611-10:00| vmx| I125: DISK: OPEN '/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-000001.vmdk' Geo (5221/255/63) BIOS Geo (164482/255/2)

2020-05-17T11:31:15.611-10:00| vmx| I125: DISKLIB-LIB_MISC   : DiskLibEnumExtentsFromInfo: expecting 1 link; got 2

2020-05-17T11:31:15.611-10:00| vmx| I125: DISK:DiskAutoDetectVirtualSSD: Failed to enumerate disk: '/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmdk'. Reason: One of the parameters supplied is invalid.

2020-05-17T11:31:15.611-10:00| vmx| I125: DISK: Opening disks took 0 ms.

2020-05-17T11:31:15.611-10:00| vmx| I125: SOCKET creating new socket, connecting to /var/run/vmware/usbarbitrator-socket

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Virtual Hub' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Generic' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Virtual HID' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Remote Device' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: RemoteUSBVMX: Retrieved hostId [80 fa 5b 71 5a e2 00 00-00 00 00 00 00 00 00 00]

2020-05-17T11:31:15.611-10:00| vmx| I125: RemoteUSBVMX: Protocol version min:15 current:17

2020-05-17T11:31:15.611-10:00| vmx| I125: RemoteUSBVMX: no delay setting is TRUE.

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Virtual Mass Storage' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Virtual RNG' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: USB: Initializing 'Virtual CCID' backend

2020-05-17T11:31:15.611-10:00| vmx| I125: USB-CCID:  dlopened default libpcsclite.so.1.

2020-05-17T11:31:15.612-10:00| usbCCIDEnumCards| I125: VTHREAD 140450882479872 "usbCCIDEnumCards" tid 10242

2020-05-17T11:31:15.612-10:00| vmx| I125: USB: Initializing 'Virtual Bluetooth' backend

2020-05-17T11:31:15.612-10:00| vmx| I125: USB: Initializing 'Virtual Audio' backend

2020-05-17T11:31:15.612-10:00| usbCCIDEnumCards| I125: USB-CCID: Card enum thread created.

2020-05-17T11:31:15.612-10:00| vmx| I125: USB: Initializing 'Virtual Video' backend

2020-05-17T11:31:15.613-10:00| vmx| I125: USBGL: Skipping disk backing for file (/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmx).

2020-05-17T11:31:15.613-10:00| vmx| I125: USBGL: Skipping disk backing for file (/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-000001.vmdk).

2020-05-17T11:31:15.614-10:00| vmx| I125: USBGL: Skipping disk backing for file (/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmdk).

2020-05-17T11:31:15.614-10:00| vmx| I125: USBGL: Skipping disk backing for file (/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9.vmdk).

2020-05-17T11:31:15.615-10:00| vmx| I125: USBGL: Skipping disk backing for file (/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-Snapshot1.vmem).

2020-05-17T11:31:15.615-10:00| vmx| I125: USBGL: Skipping disk backing for file (/home/pjg/vmware/Parrot-Home-4.9/Parrot-Home-4.9-Snapshot1.vmsn).

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge4.pciSlotNumber = "-1"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge5.pciSlotNumber = "-1"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge6.pciSlotNumber = "-1"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge7.pciSlotNumber = "-1"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge4.pciSlotNumber = "21"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge5.pciSlotNumber = "22"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge6.pciSlotNumber = "23"

2020-05-17T11:31:15.615-10:00| vmx| A100: ConfigDB: Setting pciBridge7.pciSlotNumber = "24"

2020-05-17T11:31:15.625-10:00| vmx| I125: SCSI DEVICE (ide1:0): Computed value of ide1:0.useBounceBuffers: default

2020-05-17T11:31:15.625-10:00| vmx| I125: DISKUTIL: ide1:0 : capacity=0 logical sector size=2048

2020-05-17T11:31:15.625-10:00| vmx| I125: DISKUTIL: ide1:0 : geometry=0/0/0

2020-05-17T11:31:15.625-10:00| vmx| I125: SCSI: scsi0: intr coalescing: on period=50msec cifTh=4 iopsTh=2000 hlt=0

2020-05-17T11:31:15.625-10:00| vmx| I125: SCSI0: UNTAGGED commands will be converted to ORDER tags.

2020-05-17T11:31:15.625-10:00| vmx| I125: SCSI DEVICE (scsi0:0): Computed value of scsi0:0.useBounceBuffers: default

2020-05-17T11:31:15.625-10:00| vmx| I125: DISKUTIL: scsi0:0 : capacity=83886080 logical sector size=512

2020-05-17T11:31:15.625-10:00| vmx| I125: DISKUTIL: scsi0:0 : geometry=164482/255/2

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Config settings: autodetect=1, numDisplays=1, maxWidth=2560, maxHeight=1600

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Desired maximum display topology: wh(6688, 5016)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Autodetected target gfbSize = 268435456

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Using Initial       gfbSize = 4194304

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: MaxPrimaryMem      register = 268435456

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Truncated maximum resolution for register modes to VRAM size: VRAM=4194304 bytes, max wh(1176, 885)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Max wh(1176, 885), number of displays: 10

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA-GFB: Allocated gfbSize=4194304

2020-05-17T11:31:15.625-10:00| vmx| A100: ConfigDB: Setting vmotion.checkpointFBSize = "4194304"

2020-05-17T11:31:15.625-10:00| vmx| A100: ConfigDB: Setting vmotion.checkpointSVGAPrimarySize = "268435456"

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGACaps: Device       caps : 0xfdff83e2

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGACaps: Device       caps2: 0x00000007

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA: mobMaxSize=134217728

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA: graphicsMemoryKB=262144

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA: FIFO capabilities 0x0000077f

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp: Renderer Provides      BC6Level:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp: Renderer Provides      BC7Level:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp: Renderer Provides BaseCapsLevel:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp: Renderer Provides    ClampLevel:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dCaps: host, at power on: 3d disabled

2020-05-17T11:31:15.625-10:00| vmx| I125:   cap[ 19]: 0x00002000 (MAX_TEXTURE_WIDTH)

2020-05-17T11:31:15.625-10:00| vmx| I125:   cap[ 20]: 0x00002000 (MAX_TEXTURE_HEIGHT)

2020-05-17T11:31:15.625-10:00| vmx| I125:   cap[ 93]: 0x00000001 (TS_COLOR_KEY)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:     Host Provides      BC6Level:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:     Host Provides      BC7Level:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:     Host Provides BaseCapsLevel:     0 (    0,     4)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:     Host Provides    ClampLevel:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dCaps: guest, compatibility level: 8

2020-05-17T11:31:15.625-10:00| vmx| I125:   cap[ 19]: 0x00002000 (MAX_TEXTURE_WIDTH)

2020-05-17T11:31:15.625-10:00| vmx| I125:   cap[ 20]: 0x00002000 (MAX_TEXTURE_HEIGHT)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:    Guest Requires      BC6Level:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:    Guest Requires      BC7Level:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:    Guest Requires BaseCapsLevel:     0 (    0,     0)

2020-05-17T11:31:15.625-10:00| vmx| I125: SVGA3dClamp:    Guest Requires    ClampLevel:     0 (    0,     0)

2020-05-17T11:31:15.626-10:00| svga| I125: VTHREAD 140450869368576 "svga" tid 10244

2020-05-17T11:31:15.626-10:00| vmx| I125: USB: Initializing 'UHCI' host controller

2020-05-17T11:31:15.626-10:00| vmx| A100: ConfigDB: Setting usb:0.present = "TRUE"

2020-05-17T11:31:15.626-10:00| vmx| A100: ConfigDB: Setting usb:0.deviceType = "hid"

2020-05-17T11:31:15.626-10:00| vmx| A100: ConfigDB: Setting usb:0.port = "0"

2020-05-17T11:31:15.626-10:00| vmx| A100: ConfigDB: Setting usb:0.parent = "-1"

2020-05-17T11:31:15.629-10:00| vmx| A100: ConfigDB: Setting usb:1.speed = "2"

2020-05-17T11:31:15.629-10:00| vmx| I125: Ethernet0 MAC Address: 00:0c:29:52:83:18

2020-05-17T11:31:15.629-10:00| vmx| I125: SOUND 278.869047 Alsa library version: 1.1.9.

2020-05-17T11:31:15.629-10:00| vmx| A100: ConfigDB: Setting vmci0.id = "1364362008"

2020-05-17T11:31:15.633-10:00| vmx| I125: WORKER: Creating new group with numThreads=1 (37)

2020-05-17T11:31:15.633-10:00| vmx| I125: DISKUTIL: scsi0:0 : max toolsVersion = 11269, type = 4

2020-05-17T11:31:15.633-10:00| vmx| I125: TOOLS setting legacy tools version to '11269' type 4, manifest status is 9

2020-05-17T11:31:15.634-10:00| worker-10239| I125: ToolsVersionGetStatusWorkerThread: Tools status 8 derived from environment

2020-05-17T11:31:15.634-10:00| vmx| I125: Tools: sending 'OS_PowerOn' (state = 3) state change request

2020-05-17T11:31:15.634-10:00| vmx| I125: Tools: Delaying state change request to state 3.

2020-05-17T11:31:15.634-10:00| vmx| I125: TOOLS INSTALL initializing state to IDLE on power on.

2020-05-17T11:31:15.634-10:00| vmx| I125: HgfsServerManagerVigorInit: Initialize: dev api

2020-05-17T11:31:15.634-10:00| vmx| I125: DEPLOYPKG: No pending deploy package name set

2020-05-17T11:31:15.634-10:00| vmx| I125: DEPLOYPKG: ToolsDeployPkgPublishState: state=0, code=0, message=(null)

2020-05-17T11:31:15.668-10:00| vmx| I125: MonPmc: ctrBase 0x4c1 selBase 0x186/1 PGC 1/1 SMM 1 drain 0 AMD 0

2020-05-17T11:31:15.668-10:00| vmx| I125+ MonPmc:   gen counters num: 4 width 48 write width 48

2020-05-17T11:31:15.668-10:00| vmx| I125+ MonPmc:   fix counters num: 3 width 48; version 4

2020-05-17T11:31:15.668-10:00| vmx| I125+ MonPmc:   unavailable counters: 0

2020-05-17T11:31:15.668-10:00| vmx| I125: CPUID Maximum Physical Address Bits supported across all CPUs: 39

2020-05-17T11:31:15.668-10:00| vmx| A100: ConfigDB: Setting monitor.phys_bits_used = "43"

2020-05-17T11:31:15.668-10:00| vmx| I125: Full guest CPUID with differences from hostCPUID highlighted.

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest vendor: GenuineIntel

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest family: 0x6 model: 0x9e stepping: 0xd

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest codename: Kaby Lake-S/H QS

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID       level eaxIn, ecxIn:        eax        ebx        ecx        edx

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000000,  0: 0x00000016 0x756e6547 0x6c65746e 0x49656e69

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000001,  0: 0x000906ed 0x00010800 0xf7fa3203 0x0f8bfbff

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000001,  0: 0x000906ed 0x08100800 0x7ffafbff 0xbfebfbff

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000002,  0: 0x76036301 0x00f0b5ff 0x00000000 0x00c30000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000004,  0: 0x00000121 0x01c0003f 0x0000003f 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000004,  0: 0x1c004121 0x01c0003f 0x0000003f 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000004,  1: 0x00000122 0x01c0003f 0x0000003f 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000004,  1: 0x1c004122 0x01c0003f 0x0000003f 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000004,  2: 0x00000143 0x00c0003f 0x000003ff 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000004,  2: 0x1c004143 0x00c0003f 0x000003ff 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000004,  3: 0x00000163 0x03c0003f 0x00003fff 0x00000006

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000004,  3: 0x1c03c163 0x03c0003f 0x00003fff 0x00000006

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000006,  0: 0x00000004 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000006,  0: 0x000007f7 0x00000002 0x00000009 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 00000007,  0: 0x00000000 0x009c27ab 0x00000000 0xbc000400

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 00000007,  0: 0x00000000 0x029c67af 0x40000000 0xbc000400

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000a,  0: 0x07300401 0x0000007f 0x00000000 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 0000000a,  0: 0x07300404 0x00000000 0x00000000 0x00000603

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000b,  0: 0x00000000 0x00000001 0x00000100 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 0000000b,  0: 0x00000001 0x00000002 0x00000100 0x00000008

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000b,  1: 0x00000000 0x00000001 0x00000201 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 0000000b,  1: 0x00000004 0x00000010 0x00000201 0x00000008

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000d,  0: 0x00000007 0x00000440 0x00000440 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 0000000d,  0: 0x0000001f 0x00000440 0x00000440 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000d,  1: 0x0000000b 0x000003c0 0x00000000 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 0000000d,  1: 0x0000000f 0x000003c0 0x00000100 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000d,  2: 0x00000100 0x00000240 0x00000000 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000d,  3: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID *host level 0000000d,  3: 0x00000040 0x000003c0 0x00000000 0x00000000

2020-05-17T11:31:15.668-10:00| vmx| I125: guest vs. host CPUID guest level 0000000d,  4: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID *host level 0000000d,  4: 0x00000040 0x00000400 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 0000000d,  8: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID *host level 0000000d,  8: 0x00000080 0x00000000 0x00000001 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 00000015,  0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID *host level 00000015,  0: 0x00000002 0x0000012c 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 00000016,  0: 0x00000000 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID *host level 00000016,  0: 0x00000e10 0x00001388 0x00000064 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 40000000,  0: 0x40000010 0x61774d56 0x4d566572 0x65726177

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 40000010,  0: 0x0036ee7f 0x000101d0 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000000,  0: 0x80000008 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000001,  0: 0x00000000 0x00000000 0x00000121 0x2c100800

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000002,  0: 0x65746e49 0x2952286c 0x726f4320 0x4d542865

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000003,  0: 0x39692029 0x3039392d 0x43204b30 0x40205550

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000004,  0: 0x362e3320 0x7a484730 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000006,  0: 0x00000000 0x00000000 0x01006040 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000007,  0: 0x00000000 0x00000000 0x00000000 0x00000100

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID guest level 80000008,  0: 0x0000302b 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: guest vs. host CPUID *host level 80000008,  0: 0x00003027 0x00000000 0x00000000 0x00000000

2020-05-17T11:31:15.669-10:00| vmx| I125: Minimum ucode level: 0x000000ca

2020-05-17T11:31:15.669-10:00| vmx| I125: VPMC: events will use hybrid freeze.

2020-05-17T11:31:15.669-10:00| vmx| I125: VPMC: gen counters: num 4 mask 0xffffffffffff

2020-05-17T11:31:15.669-10:00| vmx| I125: VPMC: fix counters: num 0 mask 0; version 1

2020-05-17T11:31:15.669-10:00| vmx| I125: VPMC: hardware counters: 0

2020-05-17T11:31:15.669-10:00| vmx| I125: VPMC: perf capabilities: 0x2000

2020-05-17T11:31:15.669-10:00| vmx| I125: SVGA-PCI: BAR gfbSize=134217728, fifoSize=8388608

2020-05-17T11:31:15.669-10:00| vmx| I125: SVGA: SVGA_REG_MEMORY_SIZE=4194304

2020-05-17T11:31:15.669-10:00| vmx| I125: SVGA: SVGA_REG_VRAM_SIZE=4194304

2020-05-17T11:31:15.669-10:00| vmx| I125: BusMemSampleSetUpStats: touched: initPct 75 pages 393216 : dirtied: initPct 75 pages 393216

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: caller 1 numvm 2 locked pages: num 523604 max 14355456

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: locked Page Limit: host 16311682 config 14371840 dynam 8589934591

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: minmempct 50  timestamp 8248

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: VM 0 min 268999 max 531143 shares 524288 paged 507538 nonpaged 3506 anonymous 3349 locked 521632 touchedPct 92 dirtiedPct 92 timestamp 8248 vmResponsive is 1

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: VM 1 min 270984 max 533128 shares 524288 paged 507538 nonpaged 3778 anonymous 5062 locked 1972 touchedPct 75 dirtiedPct 75 timestamp 8248 vmResponsive is 1

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: locked 1972 target 533128 balloon 0 0 0 swapped 0 0 allocd 0 512 state 0 100

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: states: 0 1 : 1 0 : 2 0 : 3 0

2020-05-17T11:31:15.669-10:00| vmx| I125: MemSched: Balloon enabled 1 guestType 0 maxSize 0

2020-05-17T11:31:15.669-10:00| vmx| I125: PStrIntern expansion: nBkts=256

2020-05-17T11:31:15.669-10:00| vmx| I125: FeatureCompat: Capabilities:

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.sse3 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.pclmulqdq = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.mwait = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.vmx = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.ssse3 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.fma = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.cmpxchg16b = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.pcid = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.sse41 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.sse42 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.movbe = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.popcnt = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.aes = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xsave = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.avx = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.f16c = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.rdrand = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.ds = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.ss = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.fsgsbase = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.bmi1 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.avx2 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.smep = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.bmi2 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.enfstrg = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.invpcid = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.mpx = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.rdseed = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.adx = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.smap = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.clflushopt = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.mdclear = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.stibp = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.fcmd = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.ssbd = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xcr0_master_sse = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xcr0_master_ymm_h = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xcr0_master_bndregs = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xcr0_master_bndcsr = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xsaveopt = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xsavec = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xgetbv_ecx1 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.xsaves = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.lahf64 = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.abm = 1

2020-05-17T11:31:15.669-10:00| vmx| I125: Capability Found: cpuid.3dnprefetch = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.nx = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.pdpe1gb = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.rdtscp = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.lm = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.intel = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.ibrs = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: cpuid.ibpb = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: hv.capable = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vt.realmode = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vt.mbx = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: misc.cpuidfaulting = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vt.advexitinfo = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vt.eptad = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vt.ple = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vt.zeroinstlen = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: misc.rdcl_no = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: misc.ibrs_all = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: misc.rsba_no = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: misc.mds_no = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.microarchitecture.skylake = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.numgenctrs = 4

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.numfixedctrs = 3

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.genwidth = 0x30

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.fixedwidth = 0x30

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.version = 4

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.genctr.0 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.genctr.1 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.genctr.2 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.genctr.3 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.fixctr.0 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.fixctr.1 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: Capability Found: vpmc.fixctr.2 = 1

2020-05-17T11:31:15.670-10:00| vmx| I125: FeatureCompat: Requirements:

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.sse3 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.pclmulqdq - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.ssse3 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.fma - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.cmpxchg16b - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.pcid - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.sse41 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.sse42 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.movbe - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.popcnt - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.aes - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.xsave - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.avx - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.f16c - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.rdrand - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.ss - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.fsgsbase - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.bmi1 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.avx2 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.smep - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.bmi2 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.enfstrg - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.invpcid - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.rdseed - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.adx - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.smap - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.clflushopt - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.mdclear - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.stibp - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.fcmd - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.ssbd - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.xcr0_master_sse - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.xcr0_master_ymm_h - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.xsaveopt - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.xsavec - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.xsaves - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.lahf64 - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.abm - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.3dnprefetch - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.nx - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.pdpe1gb - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.rdtscp - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.lm - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.intel - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.ibrs - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: cpuid.ibpb - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: misc.cpuidfaulting - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: misc.rdcl_no - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: misc.ibrs_all - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: misc.rsba_no - Bool:Min:1

2020-05-17T11:31:15.670-10:00| vmx| I125: VM Features Required: misc.mds_no - Bool:Min:1

2020-05-17T11:31:15.671-10:00| vmx| I125: TOOLS received request in VMX to set option 'enableDnD' -> '1'

2020-05-17T11:31:15.671-10:00| vmx| I125: Active HV capabilities

2020-05-17T11:31:15.671-10:00| vmx| I125:    Address space identifiers

2020-05-17T11:31:15.671-10:00| vmx| I125:    Flush by ASID

2020-05-17T11:31:15.671-10:00| vmx| I125:    Full decode

2020-05-17T11:31:15.672-10:00| vmx| I125:    MSR permission bitmap

2020-05-17T11:31:15.672-10:00| vmx| I125:    Nested paging A/D bits

2020-05-17T11:31:15.672-10:00| vmx| I125:    Next RIP

2020-05-17T11:31:15.672-10:00| vmx| I125:    Real-address mode

2020-05-17T11:31:15.672-10:00| vmx| I125:    Skip debug state

2020-05-17T11:31:15.672-10:00| vmx| I125:    X2APIC virtualization

2020-05-17T11:31:15.672-10:00| vmx| I125:    BNDCFGS/MPX

2020-05-17T11:31:15.672-10:00| vmx| I125:    INVEPT single-context

2020-05-17T11:31:15.672-10:00| vmx| I125:    Page-modification logging

2020-05-17T11:31:15.672-10:00| vmx| I125:    ENCLS exiting

2020-05-17T11:31:15.672-10:00| vmx| I125:    PAUSE-loop exiting

2020-05-17T11:31:15.672-10:00| vmx| I125:    Advanced exit information for EPT violations

2020-05-17T11:31:15.672-10:00| vmx| I125:    Mode-based execute control for nested paging

2020-05-17T11:31:15.672-10:00| vmx| I125:    EPT-violation virtualization exception

2020-05-17T11:31:15.672-10:00| vmx| I125:    Event injection with instruction length zero

2020-05-17T11:31:15.672-10:00| vmx| I125:

2020-05-17T11:31:15.672-10:00| vmx| I125+ OvhdMem: Static (Power On) Overheads

2020-05-17T11:31:15.672-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem excluded                                  cur    max    avg |    cur    max    avg

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_MainMem                    :  524288 524288      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxText                    :    7168   7168      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxTextLibs                :   15360  15360      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Total excluded                      :  546816 546816      - |      -      -      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Actual maximum                      :         546816        |             -

2020-05-17T11:31:15.672-10:00| vmx| I125+

2020-05-17T11:31:15.672-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem paged                                     cur    max    avg |    cur    max    avg

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_STATS_vmm                  :       2      2      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_STATS_device               :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SvgaMobFallback            :   32768  32768      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_DiskLibMemUsed             :    3075   3075      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SvgaSurfaceTable           :       6      6      - |      1      1      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SvgaBESurfaceTable         :       6      6      - |      2      2      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SvgaSDirtyCache            :      96     96      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SvgaCursor                 :      10     10      - |     10     10      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxGlobals                 :   10240  10240      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxGlobalsLibs             :    3584   3584      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxHeap                    :    8704   8704      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMks                     :      33     33      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksRenderOps            :     430    430      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMks3d                   :  131072 131072      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksScreenTemp           :   69890  69890      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksVnc                  :   74936  74936      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksScreen               :  131075 131075      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksSVGAVO               :    4096   4096      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksSwbCursor            :    2560   2560      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxPhysMemErrPages         :      10     10      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxSLEntryBuf              :     128    128      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VmxThreads                 :   34816  34816      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Total paged                         :  507538 507538      - |     13     13      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Actual maximum                      :         507538        |            13

2020-05-17T11:31:15.672-10:00| vmx| I125+

2020-05-17T11:31:15.672-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem nonpaged                                  cur    max    avg |    cur    max    avg

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SharedArea                 :     108    108      - |     84     84      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_BusMemTraceBitmap          :      19     19      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_PFrame                     :    1748   1964      - |   1748   1748      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VIDE_KSEG                  :      16     16      - |     16     16      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VGA                        :      64     64      - |     64     64      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_BalloonMPN                 :       1      1      - |      1      1      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_P2MUpdateBuffer            :       3      3      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_ServicesMPN                :       3      3      - |      3      3      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_LocalApic                  :       2      2      - |      2      2      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_BusError                   :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VBIOS                      :       8      8      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_LSIBIOS                    :       4      4      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_LSIRings                   :       4      4      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SAS1068BIOS                :       4      4      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SBIOS                      :      16     16      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_FlashRam                   :     128    128      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SMM                        :      63     63      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SVGAFB                     :    1024   1024      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_SVGAMEM                    :      64    512      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_HDAudioReg                 :       3      3      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_EHCIRegister               :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_XhciRegister               :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_HyperV                     :       2      2      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_ExtCfg                     :       3      3      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_HVIOBitmap                 :       3      3      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_HVMSRBitmap                :       2      2      - |      1      1      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_VHVGuestMSRBitmap          :       2      2      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_vhvCachedVMCS              :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_vhvNestedAPIC              :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_MonWired                   :      33     33      - |     33     33      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_MonNuma                    :     229    229      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdUser_NVDC                       :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Total nonpaged                      :    3562   4226      - |   1952   1952      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Actual maximum                      :           4226        |          1952

2020-05-17T11:31:15.672-10:00| vmx| I125+

2020-05-17T11:31:15.672-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem anonymous                                 cur    max    avg |    cur    max    avg

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_Alloc                       :      96     96      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_BusMemFrame                 :     578    587      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_BusMem2MInfo                :       8      8      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_BusMem1GInfo                :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_BusMemZapListMPN            :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_MonAS                       :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_GuestMem                    :      24     24      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_TC                          :     513    513      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_Island                      :       4      4      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_BusMemMonAS                 :       5      5      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_PlatformMonAS               :       6      6      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_HVNuma                      :       2      2      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_HV                          :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_VHV                         :       3      3      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_Numa                        :      24     24      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_NumaTextRodata              :     202    202      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_NumaDataBss                 :      27     27      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_BaseWired                   :      29     29      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_Bootstrap                   :    1703   1703      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_GPhysTraced                 :     262    262      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_GPhysHWMMU                  :    1190   1190      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_GPhysNoTrace                :     262    262      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_PhysMemGart                 :     104    104      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_PhysMemErr                  :       6      6      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem OvhdMon_VProbe                      :       1      1      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Total anonymous                     :    5053   5062      - |      0      0      -

2020-05-17T11:31:15.672-10:00| vmx| I125: OvhdMem Actual maximum                      :           5062        |             0

2020-05-17T11:31:15.672-10:00| vmx| I125+

2020-05-17T11:31:15.672-10:00| vmx| I125: VMMEM: Precise Reservation: 2016MB (MainMem=2048MB)

2020-05-17T11:31:15.672-10:00| vmx| I125: Vix: [mainDispatch.c:1050]: VMAutomation_PowerOn. Powering on.

2020-05-17T11:31:15.672-10:00| vmx| I125: VMX_PowerOn: ModuleTable_PowerOn = 1

2020-05-17T11:31:15.672-10:00| vmx| A100: ConfigDB: Setting cleanShutdown = "FALSE"

2020-05-17T11:31:15.672-10:00| vmx| A100: ConfigDB: Setting softPowerOff = "FALSE"

2020-05-17T11:31:15.676-10:00| vcpu-0| I125: VTHREAD 140447979669248 "vcpu-0" tid 10245

2020-05-17T11:31:15.676-10:00| vmx| I125: ToolsISO: Refreshing imageName for 'debian10-64' (refreshCount=1, lastCount=1).

2020-05-17T11:31:15.676-10:00| vmx| I125: ToolsISO: open of /usr/lib/vmware/isoimages/isoimages_manifest.txt.sig failed: Could not find the file

2020-05-17T11:31:15.676-10:00| vmx| I125: ToolsISO: Unable to read signature file '/usr/lib/vmware/isoimages/isoimages_manifest.txt.sig', ignoring.

2020-05-17T11:31:15.676-10:00| vmx| I125: ToolsISO: Updated cached value for imageName to 'linux.iso'.

2020-05-17T11:31:15.676-10:00| vmx| I125: ToolsISO: Selected Tools ISO 'linux.iso' for 'debian10-64' guest.

2020-05-17T11:31:15.676-10:00| vmx| I125: TOOLS updated cached value for isoImageExists to 1.

2020-05-17T11:31:15.676-10:00| vmx| I125: VMXVmdb_SetToolsVersionStatus: status value set to 'unmanaged', 'unmanaged', install possible

2020-05-17T11:31:15.678-10:00| vcpu-0| I125: MonTimer APIC:1/1 vec: 236

2020-05-17T11:31:15.678-10:00| vcpu-0| I125: APIC: version = 0x15, max LVT = 6, LDR = 0x20, DFR = 0xffffffff

2020-05-17T11:31:15.680-10:00| svga| I125: SVGA thread is alive

2020-05-17T11:31:15.680-10:00| vcpu-0| I125: CPU reset: hard (mode 0)

2020-05-17T11:31:15.681-10:00| vcpu-0| I125: GuestRpc: Successfully created RPCI listening socket.

2020-05-17T11:31:15.681-10:00| vcpu-0| I125: GuestRpc: Using vsocket for TCLO messaging is disabled.

2020-05-17T11:31:15.681-10:00| vcpu-0| A100: ConfigDB: Unsetting all entries with prefix "usb:0."

2020-05-17T11:31:15.687-10:00| vcpu-0| I125: USB: Disconnecting device 0x2000000400000000

2020-05-17T11:31:15.687-10:00| vcpu-0| I125: USB: Connecting device desc:name:VMware\ Virtual\ USB\ Mouse vid:0e0f pid:0003 speed:full family:hid deviceType:virtual-hid info:0000005 version:3 id:0x200000050e0f0003

2020-05-17T11:31:15.687-10:00| vcpu-0| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:31:15.687-10:00| vcpu-0| A100: ConfigDB: Setting usb:0.present = "TRUE"

2020-05-17T11:31:15.687-10:00| vcpu-0| A100: ConfigDB: Setting usb:0.deviceType = "hid"

2020-05-17T11:31:15.687-10:00| vcpu-0| A100: ConfigDB: Setting usb:0.port = "0"

2020-05-17T11:31:15.687-10:00| vcpu-0| A100: ConfigDB: Setting usb:0.parent = "-1"

2020-05-17T11:31:15.694-10:00| vcpu-0| I125: memoryHotplug: Node 0: Present: 2047 MB (100 %) Size:2047 MB (100 %)

2020-05-17T11:31:15.694-10:00| vcpu-0| I125: PIIX4: PM Resuming from suspend type 0x0, chipset.onlineStandby 0

2020-05-17T11:31:15.695-10:00| vcpu-0| I125: ALSA lib pcm_hw.c:1715:(snd_pcm_hw_open) open '/dev/snd/pcmC0D0p' failed (-16) :Device or resource busy

2020-05-17T11:31:15.695-10:00| vcpu-0| I125: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave :

2020-05-17T11:31:15.695-10:00| vcpu-0| I125: MsgHint: msg.pciSound.alsaOpenFailed

2020-05-17T11:31:15.695-10:00| vcpu-0| I125+ Failed to open Alsa sound device "default": Device or resource busy.

2020-05-17T11:31:15.695-10:00| vcpu-0| I125+ Alsa sound will not be used.

2020-05-17T11:31:15.695-10:00| vcpu-0| I125+ ---------------------------------------

2020-05-17T11:31:18.008-10:00| vcpu-0| W115: ES1371 sound backend falling back to OSS: /dev/dsp.

2020-05-17T11:31:18.008-10:00| vcpu-0| I125: Msg_Post: Warning

2020-05-17T11:31:18.008-10:00| vcpu-0| I125: [msg.pciSound.DspOpenFailed] Failed to open the sound device /dev/dsp: No such file or directory

2020-05-17T11:31:18.008-10:00| vcpu-0| I125: [msg.device.startdisconnected] Virtual device 'sound' will start disconnected.

2020-05-17T11:31:18.008-10:00| vcpu-0| I125: ----------------------------------------

2020-05-17T11:31:18.008-10:00| vcpu-0| I125: Locale_Errno2LocalString: "C" locale found. LC_ALL=(null), LANG=en_US.UTF-8

2020-05-17T11:31:18.008-10:00| vcpu-0| I125: Locale_Errno2LocalString: locale(LC_ALL)=C locale(LC_MESSAGES)=C

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: VNET: 'ethernet0' enable link state propagation, lsp.state = 5

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: VNET: MACVNetConnectToNetwork 'ethernet0' lsp.state = 4

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: VNET: MACVNetConnectToNetwork 'Ethernet0' notify available.

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: CDROM: Connecting ide1:0 to '/home/pjg/Documents/ParrotOS/Parrot-kde-home-4.9.1_x64.iso'. type=2 remote=0

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: DMG_Open: Not an unencrypted .dmg file (footer signature 0x00000000).

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: DMG_Close: max cached entries 8

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: CDROM: Checking initial physical media state...

2020-05-17T11:31:18.024-10:00| vcpu-0| I125: CDROM:  initial physical CDROM state is 1 (sense)

2020-05-17T11:31:18.025-10:00| vcpu-0| I125: HGFSPublish: publishing 0 shares

2020-05-17T11:31:18.026-10:00| vcpu-0| I125: PolicyVMXFindPolicyKey: policy file does not exist.

2020-05-17T11:31:18.028-10:00| vcpu-0| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1872, success=1 additionalError=0

2020-05-17T11:31:18.028-10:00| vcpu-0| I125: Vix: [mainDispatch.c:4132]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=0, err=0).

2020-05-17T11:31:18.028-10:00| vcpu-0| I125: Vix: [mainDispatch.c:4132]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=2, err=0).

2020-05-17T11:31:18.028-10:00| vcpu-0| I125: Transitioned vmx/execState/val to poweredOn

2020-05-17T11:31:18.028-10:00| vcpu-0| I125: Tools: Adding Tools inactivity timer.

2020-05-17T11:31:18.028-10:00| vmx| I125: VUsbUpdateVigorFieldsAndAutoconnect: New set of 4 USB devices

2020-05-17T11:31:18.028-10:00| vmx| I125: USB: Found device [name:Synaptics\ USB\ Device vid:06cb pid:0078 path:1/2 speed:full family:vendor serialnum:ae679800b61d arbRuntimeKey:4 version:3]

2020-05-17T11:31:18.028-10:00| vcpu-0| I125: Intel VT: FlexPriority disabled, VPID enabled.

2020-05-17T11:31:18.028-10:00| vmx| I125: USB: Found device [name:Chicony\ USB\ 2.0\ Camera vid:04f2 pid:b5a7 path:1/10 speed:high family:video arbRuntimeKey:1 version:3]

2020-05-17T11:31:18.028-10:00| vmx| I125: USB: Found device [name:Intel\ Bluetooth\ Adapter vid:8087 pid:0025 path:1/11 speed:full family:wireless,bluetooth arbRuntimeKey:3 version:3]

2020-05-17T11:31:18.028-10:00| vmx| I125: USB: Found device [name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3]

2020-05-17T11:31:18.029-10:00| vmx| I125: USB: Connecting device desc:name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3 id:0x700000010e0f0008

2020-05-17T11:31:18.029-10:00| vmx| I125: Policy_GetUSBDevAccess: checking usb devices at policy path: /vm/#_VMX/mvm/policyState/val/policySet/usbDevices/#

2020-05-17T11:31:18.029-10:00| vmx| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:31:18.029-10:00| vmx| W115: Bluetooth host backend not available.

2020-05-17T11:31:18.030-10:00| vmx| I125: serial0: try 0 failed to connect to the socket with error 2: No such file or directory

2020-05-17T11:31:18.032-10:00| vmx| I125: VNET: MACVNetLinkStateEventHandler: event, up:1, adapter:1

2020-05-17T11:31:18.032-10:00| vmx| I125: VNET: MACVNetLinkStateEventHandler: 'ethernet0' state from 4 to 6.

2020-05-17T11:31:18.032-10:00| vmx| I125: VUsbUpdateVigorFieldsAndAutoconnect: New set of 4 USB devices

2020-05-17T11:31:18.032-10:00| vmx| I125: USB: Found device [name:Synaptics\ USB\ Device vid:06cb pid:0078 path:1/2 speed:full family:vendor serialnum:ae679800b61d arbRuntimeKey:4 version:3]

2020-05-17T11:31:18.032-10:00| vmx| I125: USB: Found device [name:Chicony\ USB\ 2.0\ Camera vid:04f2 pid:b5a7 path:1/10 speed:high family:video arbRuntimeKey:1 version:3]

2020-05-17T11:31:18.032-10:00| vmx| I125: USB: Found device [name:Intel\ Bluetooth\ Adapter vid:8087 pid:0025 path:1/11 speed:full family:wireless,bluetooth arbRuntimeKey:3 version:3]

2020-05-17T11:31:18.032-10:00| vmx| I125: USB: Found device [name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3]

2020-05-17T11:31:18.085-10:00| vcpu-0| I125: UHCI: HCReset

2020-05-17T11:31:18.105-10:00| mks| I125: MKSControlMgr: connected

2020-05-17T11:31:18.144-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 1 rendering MKSWindow(s) of total 1.

2020-05-17T11:31:18.145-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0x0) and 0xfe000000(0x0)

2020-05-17T11:31:18.145-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.145-10:00| mks| I125: MKSXInput: XI major version 2, minor version 3

2020-05-17T11:31:18.145-10:00| mks| I125: Touchpad device found SynPS/2 Synaptics TouchPad.

2020-05-17T11:31:18.145-10:00| mks| I125: XINFO X fd is 19

2020-05-17T11:31:18.145-10:00| mks| I125: XINFO depth 24 bpp 32 class 4

2020-05-17T11:31:18.145-10:00| mks| I125: XINFO  ServerVendor: "The X.Org Foundation"

2020-05-17T11:31:18.145-10:00| mks| I125: XINFO VendorRelease: 12005000

2020-05-17T11:31:18.146-10:00| mks| I125: XINFO XKB available, version 1.0

2020-05-17T11:31:18.146-10:00| mks| I125: XINFO XTEST available, version 2.2

2020-05-17T11:31:18.146-10:00| mks| I125: XINFO Xinerama available

2020-05-17T11:31:18.146-10:00| mks| I125: XKeymap_PowerOn: use evdev keycode mapping.

2020-05-17T11:31:18.146-10:00| mks| I125: X11-Backend: successfully started by HWinMux to do window composition.

2020-05-17T11:31:18.146-10:00| mks| I125: X11-Backend: XINFO SHM available, version 1.2, no shared pixmaps

2020-05-17T11:31:18.147-10:00| mks| I125: MKS-HWinMux: Started X11 presentation backend

2020-05-17T11:31:18.148-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:18.148-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.152-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 1 rendering MKSWindow(s) of total 2.

2020-05-17T11:31:18.255-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:18.255-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.259-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:18.259-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.259-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:18.259-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:18.259-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.261-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.261-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.261-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.261-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.262-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.262-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.262-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.262-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.262-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.262-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.263-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.263-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.263-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.263-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.263-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.264-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.264-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.264-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.264-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.264-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.264-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.265-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.265-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.265-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.265-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.265-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.265-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.266-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.266-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.266-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.266-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.266-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.278-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.279-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.316-10:00| vmx| I125: VNET: MACVNetLinkStateTimerHandler: 'ethernet0' state from 6 to 1.

2020-05-17T11:31:18.367-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.367-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.367-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.367-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.367-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.368-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.368-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.368-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.368-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.368-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.368-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.369-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.369-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.369-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.369-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.369-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.369-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.370-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.370-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.370-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.370-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.370-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.370-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.371-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.371-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.371-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.371-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.371-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.371-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.372-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.372-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.372-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0004)

2020-05-17T11:31:18.376-10:00| vcpu-0| I125: DISKUTIL: scsi0:0 : geometry=164482/255/2

2020-05-17T11:31:18.376-10:00| vcpu-0| I125: DISKUTIL: scsi0:0 : capacity=83886080 logical sector size=512

2020-05-17T11:31:18.376-10:00| vcpu-0| I125: SCSI0: RESET BUS

2020-05-17T11:31:18.529-10:00| vmx| I125: USB: Connecting device desc:name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3 id:0x700000010e0f0008

2020-05-17T11:31:18.529-10:00| vmx| I125: Policy_GetUSBDevAccess: checking usb devices at policy path: /vm/#_VMX/mvm/policyState/val/policySet/usbDevices/#

2020-05-17T11:31:18.529-10:00| vmx| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:31:18.529-10:00| vmx| W115: Bluetooth host backend not available.

2020-05-17T11:31:18.598-10:00| vcpu-0| I125: BIOS-UUID is 56 4d cf 6f 40 23 c6 07-26 51 ed 98 51 52 83 18

2020-05-17T11:31:18.620-10:00| vcpu-0| W115: Host: can't find host SMBIOS entry pointUnknown int 10h func 0x0000

2020-05-17T11:31:18.844-10:00| vcpu-0| I125: Unknown int 10h func 0x0000

2020-05-17T11:31:18.844-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:18.844-10:00| svga| I125: SVGA enabling SVGA

2020-05-17T11:31:18.846-10:00| svga| I125: SVGA-ScreenMgr: Screen type changed to RegisterMode

2020-05-17T11:31:19.529-10:00| vmx| I125: USB: Connecting device desc:name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3 id:0x700000010e0f0008

2020-05-17T11:31:19.529-10:00| vmx| I125: Policy_GetUSBDevAccess: checking usb devices at policy path: /vm/#_VMX/mvm/policyState/val/policySet/usbDevices/#

2020-05-17T11:31:19.529-10:00| vmx| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:31:19.529-10:00| vmx| W115: Bluetooth host backend not available.

2020-05-17T11:31:21.530-10:00| vmx| I125: USB: Connecting device desc:name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3 id:0x700000010e0f0008

2020-05-17T11:31:21.530-10:00| vmx| I125: Policy_GetUSBDevAccess: checking usb devices at policy path: /vm/#_VMX/mvm/policyState/val/policySet/usbDevices/#

2020-05-17T11:31:21.530-10:00| vmx| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:31:21.530-10:00| vmx| W115: Bluetooth host backend not available.

2020-05-17T11:31:23.726-10:00| vmx| I125: VNET: MACVNetLinkStateTimerHandler: 'ethernet0' state from 1 to 5.

2020-05-17T11:31:28.532-10:00| vmx| I125: DISKLIB-LIB   : numIOs = 50000 numMergedIOs = 0 numSplitIOs = 0

2020-05-17T11:31:30.979-10:00| svga| I125: SVGA disabling SVGA

2020-05-17T11:31:31.530-10:00| vmx| I125: USB: Connecting device desc:name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3 id:0x700000010e0f0008

2020-05-17T11:31:31.530-10:00| vmx| I125: Policy_GetUSBDevAccess: checking usb devices at policy path: /vm/#_VMX/mvm/policyState/val/policySet/usbDevices/#

2020-05-17T11:31:31.530-10:00| vmx| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:31:31.530-10:00| vmx| W115: Bluetooth host backend not available.

2020-05-17T11:31:31.566-10:00| vcpu-0| I125: Preparing for SPEC_CTRL Guest MSR write (0x48) passthrough.

2020-05-17T11:31:31.718-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.718-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.718-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.719-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.720-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Unregistering IOSpace at 0x1070

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Unregistering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Registering IOSpace at 0x1070

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: Registering MemSpace at 0xe8000000(0xe8000000) and 0xfe000000(0xfe000000)

2020-05-17T11:31:31.721-10:00| vcpu-0| I125: SVGA: FIFO is already mapped

2020-05-17T11:31:31.725-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.726-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.727-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.728-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.729-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.730-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.731-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.732-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.733-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.734-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.735-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.736-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.737-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.737-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.738-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.739-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.740-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.741-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.742-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.743-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.744-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.745-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.746-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.747-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.748-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.749-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.750-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.751-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.752-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.753-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.754-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.755-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.761-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.762-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.763-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.764-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.764-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.764-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.764-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.764-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.764-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.765-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.766-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.766-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.766-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.766-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.766-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.766-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.767-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.768-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.768-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.768-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.768-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.768-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.768-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.769-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.770-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.770-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.770-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.770-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.770-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.770-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.771-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.772-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: PCIBridge4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.819-10:00| vcpu-0| I125: pciBridge4:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: PCIBridge5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge5:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: PCIBridge6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge6:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge6:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge6:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.820-10:00| vcpu-0| I125: pciBridge6:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge6:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge6:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge6:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: PCIBridge7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:1: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:2: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:3: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:4: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:5: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:6: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.821-10:00| vcpu-0| I125: pciBridge7:7: ISA/VGA decoding enabled (ctrl 0006)

2020-05-17T11:31:31.824-10:00| vcpu-0| I125: UHCI: HCReset

2020-05-17T11:31:32.985-10:00| vcpu-0| I125: Guest MSR write (0x49: 0x1)

2020-05-17T11:31:33.123-10:00| vcpu-0| I125: UHCI: HCReset

2020-05-17T11:31:33.132-10:00| vcpu-0| I125: SCSI0: RESET BUS

2020-05-17T11:31:33.138-10:00| vcpu-0| I125: VMMouse: CMD Read ID

2020-05-17T11:31:33.144-10:00| svga| I125: SVGA hiding SVGA

2020-05-17T11:31:33.145-10:00| vcpu-0| I125: Guest: vmwgfx: In Tree-Unknown

2020-05-17T11:31:33.145-10:00| vcpu-0| I125: Guest: vmwgfx: Module Version: 2.16.0

2020-05-17T11:31:33.145-10:00| svga| I125: SVGA enabling SVGA

2020-05-17T11:31:33.151-10:00| svga| I125: SVGA-ScreenMgr: Screen type changed to ScreenTarget

2020-05-17T11:31:33.323-10:00| vcpu-0| I125: Tools: Running status rpc handler: 0 => 1.

2020-05-17T11:31:33.323-10:00| vcpu-0| I125: Tools: Changing running status: 0 => 1.

2020-05-17T11:31:33.323-10:00| vcpu-0| I125: Tools: [RunningStatus] Last heartbeat value 1 (last received 0s ago)

2020-05-17T11:31:33.323-10:00| vcpu-0| I125: Tools: Removing Tools inactivity timer.

2020-05-17T11:31:33.387-10:00| vcpu-0| I125: CDROM ide1:0: CMD 0x52 (*UNKNOWN (0x52)*) FAILED (key 0x5 asc 0x20 ascq 0)

2020-05-17T11:31:33.446-10:00| vmx| I125: TOOLS received request in VMX to set option 'synctime' -> '0'

2020-05-17T11:31:33.446-10:00| vmx| A100: ConfigDB: Setting tools.syncTime = "FALSE"

2020-05-17T11:31:33.449-10:00| vmx| I125: VMXVmdb_SetCfgState: cfgReqPath=/vm/#_VMX/vmx/cfgState/req/#52/, remDevPath=/vm/#_VMX/vmx/vigor/setCfgStateReq/#e9/in/

2020-05-17T11:31:33.452-10:00| vcpu-0| I125: CDROM ide1:0: CMD 0x52 (*UNKNOWN (0x52)*) FAILED (key 0x5 asc 0x20 ascq 0)

2020-05-17T11:31:33.464-10:00| vmx| I125: TOOLS received request in VMX to set option 'synctime' -> '0'

2020-05-17T11:31:33.464-10:00| vmx| A100: ConfigDB: Setting tools.syncTime = "FALSE"

2020-05-17T11:31:33.469-10:00| vmx| A100: ConfigDB: Setting tools.upgrade.policy = "useGlobal"

2020-05-17T11:31:33.490-10:00| vmx| A100: ConfigDB: Setting sound.autoDetect = "TRUE"

2020-05-17T11:31:33.490-10:00| vmx| A100: ConfigDB: Unsetting "sound.virtualDev"

2020-05-17T11:31:33.490-10:00| vmx| A100: ConfigDB: Unsetting "sound.fileName"

2020-05-17T11:31:33.490-10:00| vmx| A100: ConfigDB: Setting sound.fileName = "-1"

2020-05-17T11:31:33.513-10:00| vmx| I125: ALSA lib pcm_hw.c:1715:(snd_pcm_hw_open) open '/dev/snd/pcmC0D0p' failed (-16) :Device or resource busy

2020-05-17T11:31:33.513-10:00| vmx| I125: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave :

2020-05-17T11:31:33.513-10:00| vmx| I125: MsgHint: msg.pciSound.alsaOpenFailed

2020-05-17T11:31:33.513-10:00| vmx| I125+ Failed to open Alsa sound device "default": Device or resource busy.

2020-05-17T11:31:33.513-10:00| vmx| I125+ Alsa sound will not be used.

2020-05-17T11:31:33.513-10:00| vmx| I125+ ---------------------------------------

2020-05-17T11:31:34.689-10:00| vmx| W115: ES1371 sound backend falling back to OSS: /dev/dsp.

2020-05-17T11:31:34.848-10:00| vcpu-0| I125: SCSI0: RESET BUS

2020-05-17T11:31:34.866-10:00| vcpu-0| I125: DISKUTIL: scsi0:0 : capacity=83886080 logical sector size=512

2020-05-17T11:31:34.866-10:00| vcpu-0| I125: SCSI DEVICE (scsi0:0): MODE SENSE(6) for unsupported page 0x8

2020-05-17T11:31:34.866-10:00| vcpu-0| I125: DISKUTIL: scsi0:0 : capacity=83886080 logical sector size=512

2020-05-17T11:31:34.866-10:00| vcpu-0| I125: SCSI DEVICE (scsi0:0): MODE SENSE(6) for unsupported page 0x8

2020-05-17T11:31:34.867-10:00| vcpu-0| I125: DISKUTIL: scsi0:0 : capacity=83886080 logical sector size=512

2020-05-17T11:31:34.867-10:00| vcpu-0| I125: SCSI DEVICE (scsi0:0): MODE SENSE(6) for unsupported page 0x8

2020-05-17T11:31:36.160-10:00| vthread-10275| I125: VTHREAD 140447964260096 "vthread-10275" tid 10275

2020-05-17T11:31:36.509-10:00| vcpu-0| I125: DDB: "longContentID" = "86428b227b862869b4993ccdc05066f9" (was "3fbb917c762837415d94c5e060027d4b")

2020-05-17T11:31:37.137-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:31:37.139-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:31:37.455-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:31:37.457-10:00| vcpu-0| I125: CDROM ide1:0: CMD 0x52 (*UNKNOWN (0x52)*) FAILED (key 0x5 asc 0x20 ascq 0)

2020-05-17T11:31:37.732-10:00| vthread-10277| I125: VTHREAD 140447955867392 "vthread-10277" tid 10277

2020-05-17T11:31:37.732-10:00| vthread-10278| I125: VTHREAD 140447947474688 "vthread-10278" tid 10278

2020-05-17T11:31:38.211-10:00| vmx| I125: GuestRpc: Got RPCI vsocket connection 6, assigned to channel 0.

2020-05-17T11:31:38.268-10:00| vmx| I125: GuestRpc: Got RPCI vsocket connection 7, assigned to channel 1.

2020-05-17T11:31:38.277-10:00| vmx| I125: GuestRpc: Got error for channel 1 connection 7: Remote disconnected

2020-05-17T11:31:38.277-10:00| vmx| I125: GuestRpc: Closing channel 1 connection 7

2020-05-17T11:31:38.277-10:00| vmx| I125: GuestRpc: Got RPCI vsocket connection 8, assigned to channel 1.

2020-05-17T11:31:38.277-10:00| vmx| I125: Guest: [vgauthservice] VGAuthService build-15389592 starting up

2020-05-17T11:31:38.277-10:00| vmx| I125: GuestRpc: Got error for channel 1 connection 8: Remote disconnected

2020-05-17T11:31:38.277-10:00| vmx| I125: GuestRpc: Closing channel 1 connection 8

2020-05-17T11:31:38.309-10:00| vmx| I125: GuestRpc: Got RPCI vsocket connection 9, assigned to channel 1.

2020-05-17T11:31:38.310-10:00| vmx| I125: Guest: [vgauthservice] SAML_Init: Using xmlsec1 1.2.28 for XML signature support

2020-05-17T11:31:38.310-10:00| vmx| I125: GuestRpc: Got error for channel 1 connection 9: Remote disconnected

2020-05-17T11:31:38.310-10:00| vmx| I125: GuestRpc: Closing channel 1 connection 9

2020-05-17T11:31:38.317-10:00| vmx| I125: Guest: toolbox: Version: 11.0.5.17716 (build-15389592)

2020-05-17T11:31:38.317-10:00| vcpu-0| W115: GuestRpc: application toolbox, changing channel 65535 -> 0

2020-05-17T11:31:38.317-10:00| vcpu-0| I125: GuestRpc: Channel 0, guest application toolbox.

2020-05-17T11:31:38.317-10:00| vcpu-0| I125: DEPLOYPKG: ToolsDeployPkg_Begin: state=0 err=0, msg=null

2020-05-17T11:31:38.317-10:00| vcpu-0| I125: Tools: [AppStatus] Last heartbeat value 1 (last received 4s ago)

2020-05-17T11:31:38.317-10:00| vcpu-0| I125: TOOLS: appName=toolbox, oldStatus=0, status=1, guestInitiated=0.

2020-05-17T11:31:38.642-10:00| vthread-10279| I125: VTHREAD 140447939081984 "vthread-10279" tid 10279

2020-05-17T11:31:38.642-10:00| vthread-10280| I125: VTHREAD 140447930689280 "vthread-10280" tid 10280

2020-05-17T11:31:38.642-10:00| vthread-10281| I125: VTHREAD 140447922296576 "vthread-10281" tid 10281

2020-05-17T11:31:39.566-10:00| vmx| I125: Tools: Changing running status: 1 => 2.

2020-05-17T11:31:39.566-10:00| vmx| I125: Tools: [RunningStatus] Last heartbeat value 2 (last received 1s ago)

2020-05-17T11:31:39.567-10:00| vmx| I125: TOOLS Received tools.set.versiontype rpc call, version = 11269, type = 4

2020-05-17T11:31:39.567-10:00| vmx| I125: TOOLS Setting toolsVersionStatus = TOOLS_STATUS_UNMANAGED

2020-05-17T11:31:39.567-10:00| vmx| I125: Tools_SetVersionAndType did nothing; new tools version (11269) and type (4) match old Tools version and type

2020-05-17T11:31:39.589-10:00| vcpu-0| I125: Tools: State change '3' progress: last event 0, event 1, success 1.

2020-05-17T11:31:39.715-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:31:39.718-10:00| vcpu-0| I125: CDROM ide1:0: CMD 0x52 (*UNKNOWN (0x52)*) FAILED (key 0x5 asc 0x20 ascq 0)

2020-05-17T11:31:39.782-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:31:39.784-10:00| vcpu-0| I125: CDROM ide1:0: CMD 0x52 (*UNKNOWN (0x52)*) FAILED (key 0x5 asc 0x20 ascq 0)

2020-05-17T11:31:39.814-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:31:39.817-10:00| vcpu-0| I125: CDROM ide1:0: CMD 0x52 (*UNKNOWN (0x52)*) FAILED (key 0x5 asc 0x20 ascq 0)

2020-05-17T11:31:39.936-10:00| vmx| I125: TOOLS state change 3 returned status 1

2020-05-17T11:31:39.936-10:00| vmx| I125: Tools: State change '3' progress: last event 1, event 2, success 1.

2020-05-17T11:31:39.936-10:00| vmx| I125: Tools: State change '3' progress: last event 1, event 4, success 1.

2020-05-17T11:31:39.936-10:00| vmx| I125: Vix: [mainDispatch.c:4132]: VMAutomationReportPowerStateChange: Reporting power state change (opcode=2, err=0).

2020-05-17T11:31:39.936-10:00| vmx| I125: Tools: Changing running status: 2 => 1.

2020-05-17T11:31:39.936-10:00| vmx| I125: Tools: [RunningStatus] Last heartbeat value 2 (last received 1s ago)

2020-05-17T11:32:01.531-10:00| vmx| I125: USB: Connecting device desc:name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3 id:0x700000010e0f0008

2020-05-17T11:32:01.531-10:00| vmx| I125: Policy_GetUSBDevAccess: checking usb devices at policy path: /vm/#_VMX/mvm/policyState/val/policySet/usbDevices/#

2020-05-17T11:32:01.531-10:00| vmx| I125: Policy_GetUSBDevAccess: allowConnect = YES

2020-05-17T11:32:01.531-10:00| vmx| W115: Bluetooth host backend not available.

2020-05-17T11:32:08.314-10:00| vmx| I125: GuestInfo: HostinfoDetailedDataHeader version: 1

2020-05-17T11:32:08.315-10:00| vmx| A100: ConfigDB: Setting guestOS.detailed.data = "bitness='64' distroName='Parrot' distroVersion='4.9' familyName='Linux' kernelVersion='5.5.0-1parrot1-amd64' prettyName='Parrot GNU/Linux 4.9'"

2020-05-17T11:32:18.031-10:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.

2020-05-17T11:32:33.450-10:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.

2020-05-17T11:32:33.468-10:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.

2020-05-17T11:32:33.475-10:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.

2020-05-17T11:32:33.489-10:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.

2020-05-17T11:32:33.503-10:00| vmx| I125: GuestRpcSendTimedOut: message to toolbox-dnd timed out.

2020-05-17T11:32:41.982-10:00| vthread-10312| I125: VTHREAD 140447443842816 "vthread-10312" tid 10312

2020-05-17T11:32:41.982-10:00| vthread-10313| I125: VTHREAD 140447435450112 "vthread-10313" tid 10313

2020-05-17T11:32:41.982-10:00| vthread-10314| I125: VTHREAD 140447427057408 "vthread-10314" tid 10314

2020-05-17T11:32:41.982-10:00| vthread-10315| I125: VTHREAD 140447418664704 "vthread-10315" tid 10315

2020-05-17T11:32:41.982-10:00| vthread-10316| I125: VTHREAD 140447410272000 "vthread-10316" tid 10316

2020-05-17T11:32:43.485-10:00| vmx| I125: GuestRpc: Got RPCI vsocket connection 10, assigned to channel 1.

2020-05-17T11:32:45.097-10:00| vmx| I125: Guest: toolbox-dnd: Version: 11.0.5.17716 (build-15389592)

2020-05-17T11:32:45.099-10:00| vcpu-0| W115: GuestRpc: application toolbox-dnd, changing channel 65535 -> 1

2020-05-17T11:32:45.099-10:00| vcpu-0| I125: GuestRpc: Channel 1, guest application toolbox-dnd.

2020-05-17T11:32:45.100-10:00| vcpu-0| I125: TOOLS: appName=toolbox-dnd, oldStatus=0, status=1, guestInitiated=0.

2020-05-17T11:32:45.100-10:00| vcpu-0| I125: TOOLS call to unity.show.taskbar failed.

2020-05-17T11:32:45.177-10:00| vmx| I125: DnDCP: dndGuestVersion from vmdb failed, setting to 4

2020-05-17T11:32:45.177-10:00| vmx| I125: DnDCP: set guest controllers to version 4

2020-05-17T11:32:45.199-10:00| vmx| I125: DnDCP: set guest controllers to version 4

2020-05-17T11:32:45.201-10:00| vmx| I125: DnDCP: set guest controllers to version 4

2020-05-17T11:32:45.406-10:00| vmx| I125: DnDCP: set guest controllers to version 4

2020-05-17T11:32:46.124-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 0 rendering MKSWindow(s) of total 2.

2020-05-17T11:32:46.146-10:00| vmx| I125: Tools_SetGuestResolution: Sending rpcMsg = Resolution_Set 1920 1080

2020-05-17T11:32:50.472-10:00| vthread-10321| I125: VTHREAD 140447041189632 "vthread-10321" tid 10321

2020-05-17T11:32:52.257-10:00| vcpu-0| I125: CDROM: Emulate GET CONFIGURATION RT 0 starting feature 0

2020-05-17T11:33:18.807-10:00| vthread-10343| I125: VTHREAD 140447032796928 "vthread-10343" tid 10343

2020-05-17T11:33:18.808-10:00| vthread-10344| I125: VTHREAD 140447024404224 "vthread-10344" tid 10344

2020-05-17T11:33:18.808-10:00| vthread-10345| I125: VTHREAD 140447016011520 "vthread-10345" tid 10345

2020-05-17T11:33:18.808-10:00| vthread-10346| I125: VTHREAD 140447007618816 "vthread-10346" tid 10346

2020-05-17T11:33:27.863-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 1 rendering MKSWindow(s) of total 2.

2020-05-17T11:35:18.712-10:00| vmx| I125: TOOLS received request in VMX to set option 'synctime' -> '0'

2020-05-17T11:35:18.712-10:00| vmx| A100: ConfigDB: Setting tools.syncTime = "FALSE"

2020-05-17T11:35:18.717-10:00| vmx| I125: VMXVmdb_SetCfgState: cfgReqPath=/vm/#_VMX/vmx/cfgState/req/#78/, remDevPath=/vm/#_VMX/vmx/vigor/setCfgStateReq/#109/in/

2020-05-17T11:35:18.731-10:00| vcpu-0| I125: TOOLS call to unity.show.taskbar failed.

2020-05-17T11:35:18.770-10:00| vmx| I125: TOOLS received request in VMX to set option 'synctime' -> '0'

2020-05-17T11:35:18.770-10:00| vmx| A100: ConfigDB: Setting tools.syncTime = "FALSE"

2020-05-17T11:35:18.775-10:00| vmx| A100: ConfigDB: Setting tools.upgrade.policy = "useGlobal"

2020-05-17T11:35:18.798-10:00| vmx| A100: ConfigDB: Setting sound.autoDetect = "TRUE"

2020-05-17T11:35:18.798-10:00| vmx| A100: ConfigDB: Unsetting "sound.virtualDev"

2020-05-17T11:35:18.798-10:00| vmx| A100: ConfigDB: Unsetting "sound.fileName"

2020-05-17T11:35:18.798-10:00| vmx| A100: ConfigDB: Setting sound.fileName = "-1"

2020-05-17T11:35:18.822-10:00| vcpu-0| I125: TOOLS call to unity.show.taskbar failed.

2020-05-17T11:35:18.823-10:00| vcpu-0| I125: TOOLS call to unity.show.taskbar failed.

2020-05-17T11:35:18.823-10:00| vcpu-0| I125: TOOLS call to unity.show.taskbar failed.

2020-05-17T11:35:18.823-10:00| vcpu-0| I125: TOOLS call to unity.show.taskbar failed.

2020-05-17T11:35:18.835-10:00| vmx| I125: ALSA lib pcm_hw.c:1715:(snd_pcm_hw_open) open '/dev/snd/pcmC0D0p' failed (-16) :Device or resource busy

2020-05-17T11:35:18.835-10:00| vmx| I125: ALSA lib pcm_dmix.c:1108:(snd_pcm_dmix_open) unable to open slave :

2020-05-17T11:35:18.835-10:00| vmx| I125: MsgHint: msg.pciSound.alsaOpenFailed

2020-05-17T11:35:18.835-10:00| vmx| I125+ Failed to open Alsa sound device "default": Device or resource busy.

2020-05-17T11:35:18.835-10:00| vmx| I125+ Alsa sound will not be used.

2020-05-17T11:35:18.835-10:00| vmx| I125+ ---------------------------------------

2020-05-17T11:35:20.036-10:00| vmx| W115: ES1371 sound backend falling back to OSS: /dev/dsp.

2020-05-17T11:35:37.946-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 0 rendering MKSWindow(s) of total 2.

2020-05-17T11:48:24.727-10:00| vmx| I125: VUsbUpdateVigorFieldsAndAutoconnect: New set of 4 USB devices

2020-05-17T11:48:24.727-10:00| vmx| I125: USB: Found device [name:Synaptics\ USB\ Device vid:06cb pid:0078 path:1/2 speed:full family:vendor serialnum:ae679800b61d arbRuntimeKey:4 version:3]

2020-05-17T11:48:24.727-10:00| vmx| I125: USB: Found device [name:Chicony\ USB\ 2.0\ Camera vid:04f2 pid:b5a7 path:1/10 speed:high family:video arbRuntimeKey:1 version:3]

2020-05-17T11:48:24.727-10:00| vmx| I125: USB: Found device [name:Intel\ Bluetooth\ Adapter vid:8087 pid:0025 path:1/11 speed:full family:wireless,bluetooth arbRuntimeKey:3 version:3]

2020-05-17T11:48:24.727-10:00| vmx| I125: USB: Found device [name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3]

2020-05-17T11:48:25.201-10:00| vmx| I125: VUsbUpdateVigorFieldsAndAutoconnect: New set of 5 USB devices

2020-05-17T11:48:25.201-10:00| vmx| I125: USB: Found device [name:Synaptics\ USB\ Device vid:06cb pid:0078 path:1/2 speed:full family:vendor serialnum:ae679800b61d arbRuntimeKey:4 version:3]

2020-05-17T11:48:25.201-10:00| vmx| I125: USB: Found device [name:Chicony\ USB\ 2.0\ Camera vid:04f2 pid:b5a7 path:1/10 speed:high family:video arbRuntimeKey:1 version:3]

2020-05-17T11:48:25.201-10:00| vmx| I125: USB: Found device [name:Intel\ Bluetooth\ Adapter vid:8087 pid:0025 path:1/11 speed:full family:wireless,bluetooth arbRuntimeKey:3 version:3]

2020-05-17T11:48:25.201-10:00| vmx| I125: USB: Found device [name:Shared\ SCM\ Microsystems\ Inc.\ SCR\ 3310\ [CCID\ Interface]\ (53311547712813)\ 00\ 00 vid:0e0f pid:0004 speed:full family:smart-card deviceType:virtual-smartcard version:3]

2020-05-17T11:48:25.201-10:00| vmx| I125: USB: Found device [name:Virtual\ Bluetooth\ Adapter vid:0e0f pid:0008 speed:full family:wireless,bluetooth deviceType:virtual-bluetooth info:0000001 version:3]

2020-05-17T11:48:40.015-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 1 rendering MKSWindow(s) of total 2.

2020-05-17T11:48:41.252-10:00| vmx| I125: DISKLIB-LIB   : numIOs = 100000 numMergedIOs = 5638 numSplitIOs = 822

2020-05-17T11:49:00.302-10:00| vmx| I125: DnDCP: set guest controllers to version 4

2020-05-17T11:49:00.303-10:00| vmx| I125: DnDCP: set guest controllers to version 4

2020-05-17T11:49:00.382-10:00| vcpu-0| I125: GuestRpc: Reinitializing Channel 1(toolbox-dnd)

2020-05-17T11:49:00.382-10:00| vcpu-0| I125: TOOLS: appName=toolbox-dnd, oldStatus=1, status=0, guestInitiated=1.

2020-05-17T11:49:00.382-10:00| vmx| I125: GuestRpc: Got error for channel 1 connection 10: Remote disconnected

2020-05-17T11:49:00.382-10:00| vmx| I125: GuestRpc: Closing channel 1 connection 10

2020-05-17T11:49:03.690-10:00| vmx| I125: GuestRpc: Got RPCI vsocket connection 11, assigned to channel 1.

2020-05-17T11:49:03.690-10:00| vmx| I125: Guest: [vgauthservice] VGAuthService END SERVICE

2020-05-17T11:49:03.691-10:00| vmx| I125: GuestRpc: Got error for channel 1 connection 11: Remote disconnected

2020-05-17T11:49:03.691-10:00| vmx| I125: GuestRpc: Closing channel 1 connection 11

2020-05-17T11:49:03.693-10:00| vcpu-0| I125: GuestRpc: Reinitializing Channel 0(toolbox)

2020-05-17T11:49:03.693-10:00| vcpu-0| I125: Tools: [AppStatus] Last heartbeat value 1046 (last received 0s ago)

2020-05-17T11:49:03.693-10:00| vcpu-0| I125: TOOLS: appName=toolbox, oldStatus=1, status=0, guestInitiated=1.

2020-05-17T11:49:03.695-10:00| vmx| I125: GuestRpc: Got error for channel 0 connection 6: Remote disconnected

2020-05-17T11:49:03.695-10:00| vmx| I125: GuestRpc: Closing channel 0 connection 6

2020-05-17T11:49:03.718-10:00| vcpu-0| I125: VMMouse: Disabling VMMouse mode

2020-05-17T11:49:03.803-10:00| vcpu-0| I125: UHCI: HCReset

2020-05-17T11:49:03.810-10:00| vcpu-0| I125: PIIX4: PM Soft Off.  Good-bye.

2020-05-17T11:49:03.810-10:00| vcpu-0| I125: Chipset: The guest has requested that the virtual machine be powered off.

2020-05-17T11:49:03.810-10:00| vcpu-0| A100: ConfigDB: Setting softPowerOff = "TRUE"

2020-05-17T11:49:03.817-10:00| vcpu-0| I125: VMX: Issuing power-off request...

2020-05-17T11:49:03.817-10:00| vmx| I125: Stopping VCPU threads...

2020-05-17T11:49:03.817-10:00| svga| I125: SVGA thread is exiting

2020-05-17T11:49:03.821-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 0 rendering MKSWindow(s) of total 1.

2020-05-17T11:49:03.821-10:00| mks| I125: X11-Backend: stopped by HWinMux to do window composition.

2020-05-17T11:49:03.822-10:00| mks| I125: SWBWindow: Number of MKSWindows changed: 0 rendering MKSWindow(s) of total 0.

2020-05-17T11:49:03.822-10:00| vmx| I125: MKS thread is stopped

2020-05-17T11:49:03.822-10:00| vmx| I125: USB: Disconnecting device 0x200000050e0f0003

2020-05-17T11:49:03.823-10:00| vmx| I125:

2020-05-17T11:49:03.823-10:00| vmx| I125+ OvhdMem: Final (Power Off) Overheads

2020-05-17T11:49:03.823-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem excluded                                  cur    max    avg |    cur    max    avg

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_MainMem                    :  524288 524288      - | 522057 524127      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxText                    :    7168   7168      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxTextLibs                :   15360  15360      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Total excluded                      :  546816 546816      - |      -      -      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Actual maximum                      :         546816        |             -

2020-05-17T11:49:03.823-10:00| vmx| I125+

2020-05-17T11:49:03.823-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem paged                                     cur    max    avg |    cur    max    avg

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_STATS_vmm                  :       2      2      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_STATS_device               :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SvgaMobFallback            :   32768  32768      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_DiskLibMemUsed             :    3075   3075      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SvgaSurfaceTable           :       6      6      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SvgaBESurfaceTable         :       6      6      - |      2      2      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SvgaSDirtyCache            :      96     96      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SvgaCursor                 :      10     10      - |     10     10      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxGlobals                 :   10240  10240      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxGlobalsLibs             :    3584   3584      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxHeap                    :    8704   8704      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMks                     :      33     33      - |     17     17      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksRenderOps            :     430    430      - |    430    430      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMks3d                   :  131072 131072      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksScreenTemp           :   69890  69890      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksVnc                  :   74936  74936      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksScreen               :  131075 131075      - |      0   2494      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksSVGAVO               :    4096   4096      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxMksSwbCursor            :    2560   2560      - |      5      5      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxPhysMemErrPages         :      10     10      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxSLEntryBuf              :     128    128      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VmxThreads                 :   34816  34816      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Total paged                         :  507538 507538      - |    465   2959      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Actual maximum                      :         507538        |          2959

2020-05-17T11:49:03.823-10:00| vmx| I125+

2020-05-17T11:49:03.823-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem nonpaged                                  cur    max    avg |    cur    max    avg

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SharedArea                 :     108    108      - |     84     84      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_BusMemTraceBitmap          :      19     19      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_PFrame                     :    1748   1964      - |   1748   1748      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VIDE_KSEG                  :      16     16      - |     16     16      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VGA                        :      64     64      - |     64     64      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_BalloonMPN                 :       1      1      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_P2MUpdateBuffer            :       3      3      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_ServicesMPN                :       3      3      - |      3      3      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_LocalApic                  :       2      2      - |      2      2      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_BusError                   :       1      1      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VBIOS                      :       8      8      - |      8      8      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_LSIBIOS                    :       4      4      - |      2      2      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_LSIRings                   :       4      4      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SAS1068BIOS                :       4      4      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SBIOS                      :      16     16      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_FlashRam                   :     128    128      - |     57     57      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SMM                        :      63     63      - |     40     40      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SVGAFB                     :    1024   1024      - |    300    300      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_SVGAMEM                    :      64    512      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_HDAudioReg                 :       3      3      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_EHCIRegister               :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_XhciRegister               :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_HyperV                     :       2      2      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_ExtCfg                     :       3      3      - |      2      2      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_HVIOBitmap                 :       3      3      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_HVMSRBitmap                :       2      2      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_VHVGuestMSRBitmap          :       2      2      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_vhvCachedVMCS              :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_vhvNestedAPIC              :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_MonWired                   :      33     33      - |     33     33      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_MonNuma                    :     229    229      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdUser_NVDC                       :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Total nonpaged                      :    3562   4226      - |   2363   2363      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Actual maximum                      :           4226        |          2363

2020-05-17T11:49:03.823-10:00| vmx| I125+

2020-05-17T11:49:03.823-10:00| vmx| I125:                                                       reserved      |          used

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem anonymous                                 cur    max    avg |    cur    max    avg

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_Alloc                       :      96     96      - |     24     70      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_BusMemFrame                 :     578    587      - |    578    578      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_BusMem2MInfo                :       8      8      - |      8      8      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_BusMem1GInfo                :       1      1      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_BusMemZapListMPN            :       1      1      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_MonAS                       :       1      1      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_GuestMem                    :      24     24      - |     24     24      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_TC                          :     513    989      - |    477    954      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_Island                      :       4      4      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_BusMemMonAS                 :       5      5      - |      5      5      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_PlatformMonAS               :       6      6      - |      5      5      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_HVNuma                      :       2      2      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_HV                          :       1      1      - |      1      1      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_VHV                         :       3      3      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_Numa                        :      24     24      - |     14     24      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_NumaTextRodata              :     202    377      - |    175    350      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_NumaDataBss                 :      27     27      - |     26     26      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_NumaLargeData               :       0    512      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_BaseWired                   :      28     29      - |     19     20      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_Bootstrap                   :       0   1703      - |      0    323      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_GPhysTraced                 :     262    262      - |    207    207      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_GPhysHWMMU                  :    1190   1190      - |   1164   1164      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_GPhysNoTrace                :     262    262      - |     67     69      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_PhysMemGart                 :     104    104      - |     96     96      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_PhysMemErr                  :       6      6      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem OvhdMon_VProbe                      :       1      1      - |      0      0      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Total anonymous                     :    3349   6225      - |   2893   3927      -

2020-05-17T11:49:03.823-10:00| vmx| I125: OvhdMem Actual maximum                      :           5062        |          2893

2020-05-17T11:49:03.823-10:00| vmx| I125+

2020-05-17T11:49:03.823-10:00| vmx| I125: VMMEM: Maximum Reservation: 2023MB (MainMem=2048MB)

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: BALLOON HIST [0, 524288]: 1066 1066 0 0 0 0 0 0 0 0 0 0

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: BALLOON P50 1 P70 1 P90 1 MIN 0 MAX 0

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: SWAP HIST [0, 524288]: 27 1066 0 0 0 0 0 0 0 0 0 0

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: SWAP P50 10 P70 10 P90 10 MIN 0 MAX 4338

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: LOCK HIST [0, 524288]: 0 15 1 5 3 2 61 2 2 6 969 930

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: LOCK P50 100 P70 100 P90 100 MIN 1972 MAX 529399

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: LOCK_TARGET HIST [0, 524288]: 0 0 0 0 0 0 0 0 0 0 1066 1066

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: LOCK_TARGET P50 100 P70 100 P90 100 MIN 524288 MAX 533128

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: ACTIVE_PCT HIST [0, 100]: 0 0 0 84 184 121 60 121 376 0 120 0

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: ACTIVE_PCT P50 70 P70 80 P90 100 MIN 24 MAX 93

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: NUM_VMS HIST [0, 10]: 0 0 0 1066 0 0 0 0 0 0 0 0

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: NUM_VMS P50 30 P70 30 P90 30 MIN 2 MAX 2

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: HOSTLOCK HIST [0, 14355456]: 0 1066 0 0 0 0 0 0 0 0 0 0

2020-05-17T11:49:03.823-10:00| vmx| I125: MemSched: HOSTLOCK P50 10 P70 10 P90 10 MIN 523604 MAX 1055936

2020-05-17T11:49:03.823-10:00| vmx| I125: TOOLS received request in VMX to set option 'enableDnD' -> '0'

2020-05-17T11:49:03.823-10:00| vmx| I125: GuestRpc: Attempt to send TCLO msg for 'toolbox' while GuestRpc is powering off.

2020-05-17T11:49:03.823-10:00| vmx| I125: GuestRpc: Attempt to send TCLO msg for 'toolbox-dnd' while GuestRpc is powering off.

2020-05-17T11:49:03.823-10:00| vmx| I125: TOOLS received request in VMX to set option 'copypaste' -> '0'

2020-05-17T11:49:03.823-10:00| vmx| I125: GuestRpc: Attempt to send TCLO msg for 'toolbox' while GuestRpc is powering off.

2020-05-17T11:49:03.823-10:00| vmx| I125: GuestRpc: Attempt to send TCLO msg for 'toolbox-dnd' while GuestRpc is powering off.

2020-05-17T11:49:03.823-10:00| vmx| I125: HgfsServerManagerVigorExit: Destroy:

2020-05-17T11:49:03.823-10:00| vmx| I125: Tools: ToolsRunningStatus_Exit, delayedRequest is 0x0

2020-05-17T11:49:03.823-10:00| vmx| I125: Tools: Changing running status: 1 => 0.

2020-05-17T11:49:03.823-10:00| vmx| I125: Tools: [RunningStatus] Last heartbeat value 1046 (last received 0s ago)

2020-05-17T11:49:03.824-10:00| vmx| I125: Tools: [AppStatus] Last heartbeat value 1046 (last received 0s ago)

2020-05-17T11:49:03.824-10:00| vmx| I125: TOOLS: appName=toolbox, oldStatus=0, status=0, guestInitiated=0.

2020-05-17T11:49:03.824-10:00| vmx| I125: USB: Disconnecting device 0x10e0f0002

2020-05-17T11:49:03.825-10:00| usbCCIDEnumCards| I125: USB-CCID: Card enum thread exiting.

2020-05-17T11:49:03.827-10:00| vmx| I125: FILE: FileDeleteDirectoryTree: Lstat of '/tmp/vmware-pjg/thnuclnt-10211/proc/10254' failed, errno = 2

2020-05-17T11:49:03.827-10:00| vmx| I125: FILE: FileDeleteDirectoryTree: Lstat of '/tmp/vmware-pjg/thnuclnt-10211/proc/10259' failed, errno = 2

2020-05-17T11:49:03.827-10:00| vmx| I125: SerialThinprintPosixDisconnect: failed to delete temporary directory /tmp/vmware-pjg/thnuclnt-10211

2020-05-17T11:49:03.827-10:00| vmx| I125: MKS thread was already stopped

2020-05-17T11:49:03.827-10:00| mks| I125: MKSControlMgr: disconnected

2020-05-17T11:49:03.827-10:00| mks| I125: MKS-RenderMain: Stopping MKSBasicOps

2020-05-17T11:49:03.827-10:00| mks| I125: MKS PowerOff

2020-05-17T11:49:03.827-10:00| mks| I125: MKS thread is exiting

2020-05-17T11:49:03.827-10:00| vmx| I125: scsi0:0: numIOs = 105793 numMergedIOs = 7445 numSplitIOs = 1020 (12.0%)

2020-05-17T11:49:03.827-10:00| vmx| I125: Closing disk 'scsi0:0'

2020-05-17T11:49:03.944-10:00| vmx| I125: AIOKERN: Tearing down Kernel AIO manager

2020-05-17T11:49:04.223-10:00| vmx| I125: AIOKERN: Closing poll thread (ID: 140450931459840) and waiting for exit

2020-05-17T11:49:04.223-10:00| vmx| I125: AIOKERN: PowerOff successfully removed the 'Kernel' AIO manager interface

2020-05-17T11:49:04.223-10:00| vmx| I125: Vix: [mainDispatch.c:1163]: VMAutomationPowerOff: Powering off.

2020-05-17T11:49:04.223-10:00| vmx| I125: Policy_SavePolicyFile: invalid arguments to function.

2020-05-17T11:49:04.223-10:00| vmx| I125: PolicyVMX_Exit: Could not write out policies: 15.

2020-05-17T11:49:04.224-10:00| vmx| I125: WORKER: asyncOps=110639 maxActiveOps=18 maxPending=44 maxCompleted=133

2020-05-17T11:49:04.299-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0

2020-05-17T11:49:04.299-10:00| vmx| I125: Vix: [mainDispatch.c:4233]: VMAutomation: Ignoring ReportPowerOpFinished because the VMX is shutting down.

2020-05-17T11:49:04.300-10:00| vmx| A100: ConfigDB: Setting cleanShutdown = "TRUE"

2020-05-17T11:49:04.308-10:00| vmx| I125: Vix: [mainDispatch.c:4215]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0

2020-05-17T11:49:04.308-10:00| vmx| I125: Vix: [mainDispatch.c:4233]: VMAutomation: Ignoring ReportPowerOpFinished because the VMX is shutting down.

2020-05-17T11:49:04.308-10:00| vmx| I125: Transitioned vmx/execState/val to poweredOff

2020-05-17T11:49:04.308-10:00| vmx| I125: VMX idle exit

2020-05-17T11:49:04.308-10:00| vmx| I125: WQPoolFreePoll : pollIx = 3, signalHandle = 16

2020-05-17T11:49:04.503-10:00| vmx| I125: Vix: [mainDispatch.c:815]: VMAutomation_LateShutdown()

2020-05-17T11:49:04.503-10:00| vmx| I125: Vix: [mainDispatch.c:770]: VMAutomationCloseListenerSocket. Closing listener socket.

2020-05-17T11:49:04.504-10:00| vmx| I125: Flushing VMX VMDB connections

2020-05-17T11:49:04.504-10:00| vmx| I125: VmdbDbRemoveCnx: Removing Cnx from Db for '/db/connection/#1/'

2020-05-17T11:49:04.504-10:00| vmx| I125: VmdbCnxDisconnect: Disconnect: closed pipe for pub cnx '/db/connection/#1/' (0)

2020-05-17T11:49:04.504-10:00| vmx| I125: VigorTransport_ServerDestroy: server destroyed.

2020-05-17T11:49:04.504-10:00| vmx| I125: WQPoolFreePoll : pollIx = 2, signalHandle = 8

2020-05-17T11:49:04.504-10:00| vmx| I125: WQPoolFreePoll : pollIx = 1, signalHandle = 9

2020-05-17T11:49:04.506-10:00| vmx| I125: VMX exit (0).

2020-05-17T11:49:04.506-10:00| vmx| I125: OBJLIB-LIB: ObjLib cleanup done.

2020-05-17T11:49:04.506-10:00| vmx| I125: AIOMGR-S : stat o=3 r=27 w=0 i=0 br=120304 bw=0

Reply
0 Kudos
dariusd
VMware Employee
VMware Employee

Eeek.  I should have asked you to use the "Attach" function (in the lower-right corner when composing a reply) instead of cut-n-paste.  My bad.

Anyhow.  The "fuser" tool should be able to tell you who/what is using the sound device.

Try "sudo fuser -f /dev/snd/pcmC0D0p" or similar.  It should report which processes are currently keeping the ALSA device busy.

--

Darius

Reply
0 Kudos
PGall
Contributor
Contributor

Yeah, my bad on that.

So I ran  sudo fuser -vaf /dev/snd/pcm*  and the output was

                                        USER          PID          ACCESS          COMMAND
/dev/snd/pcmC0D0c:          pjg          2226            F...m                pulseaudio
/dev/snd/pcmC0D0p:          pjg          2226            F...m                pulseaudio
/dev/snd/pcmC1D3p:

/dev/snd/pcmC1D7p:

/dev/snd/pcmC1D8p:

Not sure what to do about pulse holding up those devices.

Reply
0 Kudos