VMware Workstation 6.0.2 on F8: Re-run vmware-config.pl after every reboot

craigni no-reply-gw at fcp.surfsite.org
Tue Nov 20 08:11:26 UTC 2007


I'm having the same problem.  Interestingly, my /usr/lib/vmware/net-services.sh doesn't have 

# Determine if SELinux is enabled
isSELinuxEnabled() {
if [ "`cat /selinux/enforce 2> /dev/null`" = "1" ]; then
...

so the patch failed there.  It did have

if [ ! -e "$vDevice" ]; then
mknod -m 600 "$vDevice" c 119 "$vHubNr"
fi

So I added

if [ "`isSELinuxEnabled`" = 'yes' ]; then
restorecon "$vDevice"
fi

But it still is failing and demanding to rerun vmware-config.pl after every reboot (which works, but is annoying)

Any ideas?
Many thanks,
Craig


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=220854&topic_id=47763&forum=10#forumpost220854
If you think, this is spam, please report this to webmaster at fcp.surfsite.org and/or blame craignied at gmail.com.




More information about the fedora-list mailing list