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@xxxxxxxxxxxxxxxx and/or blame craignied@xxxxxxxxxx