Tuesday, June 10, 2008, 06:36 PM - VMware
Everytime when I want to start a VM on Server, I got this message.VMware Server is installed, but it has not been (correctly) configured for your running kernel. To (re-)configure it, your system administrator must find and run "vmware-config.pl". For more information, please see the VMware Server documentation.
Also after doing the vmware-config.pl, the same message again.
I am not sure but I guess there is a bug in the
/etc/init.d/vmware
There was a temporary solution for me, that works, you just have to open the above file with a text editor as a superuser and find the following lines
if [ "$exitcode" -gt 0 ]; then
# Set the 'not configured' flag
touch "$vmware_etc_dir"'/not_configured'
chmod 644 "$vmware_etc_dir"'/not_configured'
db_add_file "$vmware_db" "$vmware_etc_dir"'/not_configured' \
"$vmware_etc_dir"'/not_configured'
exit 1
fi
here comment the whole part out. After that run the vmware-config.pl again.
That's all!

Calendar



