File "/usr/lib/vmware-tools/install/vmware-open-vm-tools-xorg-drv-display/x-conf-rhel.py", line 6, in ?

 

yum remove vmware-* -y
rpm -e --noscripts vmware-open-vm-tools-xorg-drv-display.x86_64
rpm -e --noscripts vmware-open-vm-tools-xorg-drv-mouse.x86_64

 

 

 

Unable to create symbolic link "/usr/lib/vmware-tools/bin"

or

Unable to create symbolic link "/usr/lib/vmware-tools/libconf"

Seems the installer has a bug where it fails to remove the existing directory before creating the symlink (it prompts to overwrite, but of course overwriting a dir with a symlink is not possible - therefore I'd call this a BUG)

The solution is to simply remove the existing dirs:

rm -rf /usr/lib/vmware-tools/libconf
rm -rf /usr/lib/vmware-tools/bin

and run the install again:

./vmware-install.pl -d

Last modified onWednesday, 05 June 2013 04:06

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0004414504{main}( ).../index.php:0
20.06794719280Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.06794719280Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.320612447416Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.321212472000Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.321912527328Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.322212556152require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.330712991560K2ControllerItem->execute( ).../k2.php:64
90.330712991560K2ControllerItem->display( ).../BaseController.php:710
100.340813716760K2ControllerItem->display( ).../item.php:78
110.340813716760K2ControllerItem->display( ).../controller.php:19
120.344714113128Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.347214133496K2ViewItem->display( ).../ViewController.php:102
140.427617082536K2ViewItem->display( ).../view.html.php:742
150.427617082536K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.431017262736include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0004414504{main}( ).../index.php:0
20.06794719280Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.06794719280Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.320612447416Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.321212472000Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.321912527328Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.322212556152require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.330712991560K2ControllerItem->execute( ).../k2.php:64
90.330712991560K2ControllerItem->display( ).../BaseController.php:710
100.340813716760K2ControllerItem->display( ).../item.php:78
110.340813716760K2ControllerItem->display( ).../controller.php:19
120.344714113128Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.347214133496K2ViewItem->display( ).../ViewController.php:102
140.427617082536K2ViewItem->display( ).../view.html.php:742
150.427617082536K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.431017262736include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top