Hello Everyone! I am new to OpenSUSE and new to the forum so please excuse my newbieness
I am coming from Fedora where i have been using VMware workstation without issues. but when i installed VMware on Tumbleweed i was unable to launch the application. Icon shows up in panel, but then disappears after a second.
I Downloaded the .bundle from broadcom,
chmod +x VMware-Workstation-Full-25H2u1-25219725.x86_64.bundle,
sudo ./VMware-Workstation-Full-25H2u1-25219725.x86_64.bundle to install
And as i have seen several people on this forum encounter i got a promt: System service scripts directory (commonly /etc/init.d). [/etc/init.d]:
I have tried installing kernel-source kernel-devel, and gcc as described here:
I have tried entering /etc/systemd/system instead of /etc/init.d in the promt
One thing i notice is that no matter what path i write in the system service scripts promt on the install, when i go to the directory to check it is always empty (also no hidden files) it doesnt look like the installer puts anything in the directory
I also do not get any error messages. This is the output from the installer:
sudo ./VMware-Workstation-Full-25H2u1-25219725.x86_64.bundle
Extracting VMware Installerβ¦done.
System service scripts directory (commonly /etc/init.d).: /etc/init.d
Installing VMware Installer 3.1.0
Copying filesβ¦
Configuringβ¦
Installing VMware Player Setup 25.0.1
Copying filesβ¦
Configuringβ¦
Installing VMware USB Arbitrator 20.11.0
Copying filesβ¦
Configuringβ¦
Installing VMware Network Editor 25.0.1
Copying filesβ¦
Configuringβ¦
Installing VMware VMX 25.0.1
Copying filesβ¦
Configuringβ¦
Installing VMware Tools for Windows Vista or later 13.0.10
Copying filesβ¦
Configuringβ¦
Installing VMware Player Application 25.0.1
Copying filesβ¦
Configuringβ¦
Installing VMware OVF Tool component for Linux 5.0.0
Copying filesβ¦
Configuringβ¦
Installing VMware Network Editor User Interface 25.0.1
Copying filesβ¦
Configuringβ¦
Installing VMware VIX Core Library 1.17.0
Copying filesβ¦
Configuringβ¦
Installing VMware VIX Workstation-17.0.0 Library 1.17.0
Copying filesβ¦
Configuringβ¦
Installing VMware VProbes component for Linux 25.0.1
Copying filesβ¦
Configuringβ¦
Installing VMware Workstation 25.0.1
Copying filesβ¦
Configuringβ¦
Installation was successful.
i have also tried with version 25H2 just in case there was something wrong with version 25H2u1
Any advice for how i can get VMware working is greatly appreciated
lol, VMWare still uses init scripts? Thatβs not going to work.
SystemD removed the ability to run init scripts in version 260. Tumbleweed updated to 260.1 in snapshot 20260425. /etc/systemd/system is not, in any way, comparable to /etc/init.d
but this link is not used at least on Leap 16.0. You must disable secure boot if active or sign the VMware kernel modules with your own keys otherwise they do not load.
I get the same output when running systemctl cat vmware
I added the symlink and tried again, but the issue persistsβ¦
I have secure boot disabled
Now i ran systemctl status vmware and got this:
systemctl status vmware.service
Γ vmware.service - VMware host virtualization and network services for Workstation
Loaded: loaded (/usr/lib/systemd/system/vmware.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Thu 2026-04-30 21:23:00 CEST; 13s ago
Invocation: f06081fdca344b9ba004f1386bb82145
Process: 3671 ExecStart=/usr/lib/vmware/scripts/init/vmware start (code=exited, status=1/FAILURE)
CPU: 53ms
It says its failed with exit code, i am not very familiar with systemd outside the basic status, start, restart, enable etc. so i will have a look around the internet to see if i find some information from this output
journalctl -xeu vmware
Hint: You are currently not seeing messages from other users and the system.
Users in the 'systemd-journal' group can see all messages. Pass -q to
turn off this notice.
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
-- No entries --
sudo journalctl -xeu vmware
[sudo] password for root:
ββ The job identifier is 4281.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
Subject: Unit process exited
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
An ExecStart= process belonging to unit vmware.service has exited.
The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
Subject: Unit failed
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
Subject: A start job for unit vmware.service has failed
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
A start job for unit vmware.service has finished with a failure.
The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
Subject: Unit process exited
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
An ExecStart= process belonging to unit vmware.service has exited.
The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
Subject: Unit failed
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
Subject: A start job for unit vmware.service has failed
Defined-By: systemd
Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
lines 44-72/72 (END)
ββ The job identifier is 4281.
Apr 30 21:23:00 suse vmware[3671]: Starting VMware services:
Apr 30 21:23:00 suse vmware[3671]: Virtual machine monitor - failed
Apr 30 21:23:00 suse vmware[3671]: Virtual machine communication interface - done
Apr 30 21:23:00 suse vmware[3671]: VM communication interface socket family - done
Apr 30 21:23:00 suse vmware[3671]: Virtual ethernet - failed
Apr 30 21:23:00 suse vmware[3671]: VMware Authentication Daemon - done
Apr 30 21:23:00 suse systemd[1]: vmware.service: Control process exited, code=exited, status=1/FAILURE
ββ Subject: Unit process exited
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ An ExecStart= process belonging to unit vmware.service has exited.
ββ
ββ The process' exit code is 'exited' and its exit status is 1.
Apr 30 21:23:00 suse systemd[1]: vmware.service: Failed with result 'exit-code'.
ββ Subject: Unit failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ The unit vmware.service has entered the 'failed' state with result 'exit-code'.
Apr 30 21:23:00 suse systemd[1]: Failed to start VMware host virtualization and network services for Workstation.
ββ Subject: A start job for unit vmware.service has failed
ββ Defined-By: systemd
ββ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
ββ
ββ A start job for unit vmware.service has finished with a failure.
ββ
ββ The job identifier is 4281 and the job result is failed.
I had to remove some of the earlier part of journalctl as the maximum character limit on the forum was reached
my kernel version is 6.19.12-1-default
Check the output of lsmod | grep vm and look for vmnet, vmw_vsock_vmci_transport, vmw_vmci, and vmmon. Those modules need to be loaded or the service wonβt start.
If theyβre not present, try running (as root):
vmware-modconfig --console --install-all
You will probably get a message saying that GLib does not have GSettings support., but the modules will build. If they donβt, you need to make sure you have the kernel development pattern installed.
vmware-modconfig --console --install-all
[AppLoader] GLib does not have GSettings support.
(process:7820): GLib-CRITICAL **: 22:27:44.530: g_file_test: assertion 'filename != NULL' failed
Failed to setup build environment: Header path "(null)" is not a valid directory.
sudo zypper in kernel-source
[sudo] password for root:
Loading repository data...
Reading installed packages...
'kernel-source' is already installed.
No update candidate for 'kernel-source-7.0.1-1.1.noarch'. The highest available version is already installed.
Resolving package dependencies...
Nothing to do.