VMware tools in SUSE Linux Enterprise 15
This occurs if virtual machine does not have rc[0-6].d folders under /etc/init.d/ or /etc/rc.d/.
To resolve this issue, make sure insserv-compat was installed before installing VMTools. If your SLE 15 virtual machine is missing the required folders, install this package manually by running command:
# zypper install insserv-compat
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following NEW package is going to be installed:
insserv-compat
1 new package to install.
Overall download size: 14.4 KiB. Already cached: 0 B. After the operation, additional 8.4 KiB will be used.
Continue? [y/n/...? shows all options] (y): y
Retrieving package insserv-compat-0.1-1.5.noarch (1/1), 14.4 KiB ( 8.4 KiB unpacked)
Retrieving: insserv-compat-0.1-1.5.noarch.rpm ...................................................................................[done]
Checking for file conflicts: ....................................................................................................[done]
(1/1) Installing: insserv-compat-0.1-1.5.noarch .................................................................................[done]
# ls /etc/init.d/
after.local boot.d boot.local halt.local rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d rcS.d
# ls /etc/rc.d/
after.local boot.d boot.local halt.local rc0.d rc1.d rc2.d rc3.d rc4.d rc5.d rc6.d rcS.d