Has anyone come across an issue with getting the vmware services to start at boot time on 3.5?
I've added vmware to the default run level but it never starts:
localhost # /etc/init.d/vmware status
Module vmmon not loaded
Module vmnet not loaded
localhost # rc-update show | grep vmware
vmware | default
localhost #
If I manually invoke /etc/init.d/vmware everything comes up normally
Nothing in /var/log/ to reflect a vmware specific error
localhost # find /var/log -mmin +1 -mmin -60 | xargs cat 2>/dev/null | grep vmware
localhost #
EDIT: Dam typos


