-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The commands make and make install ran successfully. However, restart shows "Virtual ethernet failed." #291
Comments
#101 catcatbing@catcatbing-thinkpad-l15-gen-4 ~/D/vmware-host-modules (workstation-17.5.1)> tail /home/catcatbing/dev/project/schema/ubuntu22.04/vmware.log -n20
2024-09-25T09:30:16.616Z In(05) vmx Vix: [mainDispatch.c:4212]: VMAutomation_ReportPowerOpFinished: statevar=1, newAppState=1873, success=1 additionalError=0
2024-09-25T09:30:16.616Z In(05) vmx Vix: [mainDispatch.c:4230]: VMAutomation: Ignoring ReportPowerOpFinished because the VMX is shutting down.
2024-09-25T09:30:16.618Z In(05) vmx VMXSTATS: Ready to cleanup and munmap 28A1ECC0000.
2024-09-25T09:30:16.618Z No(00) vmx ConfigDB: Setting cleanShutdown = "TRUE"
2024-09-25T09:30:16.895Z In(05) vmx Vix: [mainDispatch.c:4212]: VMAutomation_ReportPowerOpFinished: statevar=0, newAppState=1870, success=1 additionalError=0
2024-09-25T09:30:16.895Z In(05) vmx Vix: [mainDispatch.c:4230]: VMAutomation: Ignoring ReportPowerOpFinished because the VMX is shutting down.
2024-09-25T09:30:16.895Z In(05) vmx Transitioned vmx/execState/val to poweredOff
2024-09-25T09:30:16.895Z In(05) vmx VMX idle exit
2024-09-25T09:30:16.895Z In(05) vmx WQPoolFreePoll : pollIx = 3, signalHandle = 1076
2024-09-25T09:30:16.898Z In(05) vmx Vix: [mainDispatch.c:817]: VMAutomation_LateShutdown()
2024-09-25T09:30:16.898Z In(05) vmx Vix: [mainDispatch.c:772]: VMAutomationCloseListenerSocket. Closing listener socket.
2024-09-25T09:30:16.898Z In(05) vmx Flushing VMX VMDB connections
2024-09-25T09:30:16.898Z In(05) vmx VmdbDbRemoveCnx: Removing Cnx from Db for '/db/connection/#1/'
2024-09-25T09:30:16.898Z In(05) vmx VmdbCnxDisconnect: Disconnect: closed pipe for pub cnx '/db/connection/#1/' (0)
2024-09-25T09:30:16.898Z In(05) vmx VigorTransport_ServerDestroy: server destroyed.
2024-09-25T09:30:16.898Z In(05) vmx WQPoolFreePoll : pollIx = 2, signalHandle = 3296
2024-09-25T09:30:16.898Z In(05) vmx WQPoolFreePoll : pollIx = 1, signalHandle = 816
2024-09-25T09:30:17.147Z In(05) vmx VMX exit (0).
2024-09-25T09:30:17.190Z In(05) vmx OBJLIB-LIB: ObjLib cleanup done.
2024-09-25T09:30:17.190Z In(05) vmx AIOMGR-S : stat o=3 r=21 w=0 i=0 br=106992 bw=0
|
Has anyone found any fix for this? |
For me, the answer was in Subnet on vmnet8 is no longer available for usage, please run the network editor
to reconfigure different subnet I changed the subnet from 192.168.2.0 to 192.168.3.0, the restarted ( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The commands
make
andmake install
ran successfully. However,restart
shows "Virtual ethernet failed."version
kernel version:6.8.0-48-generic
operating system version:24.04
vmware version:17.5.1
step by step:
sudo make
sudo make install
sudo /etc/init.d/vmware restart
The text was updated successfully, but these errors were encountered: