Results 1 to 2 of 2

Thread: [SOLVED] VMware startup problem

  1. #1
    Join Date
    Sep 2005
    Location
    Melbourne, VIC, Australia
    Beans
    244
    Distro
    Ubuntu 12.04 Precise Pangolin

    [SOLVED] VMware startup problem

    I installed the VMware server as per instructions and after a few initial hiccups all ran smoothly. Because I had too little space in the root /var directory, I had to give it a custom setting "/home/peter/vmware/Virtual Machines/Windows XP Pro/WinXP" regarding where the WinXp setup was actually installed, I had to start it through "sudo vmware" in order to be able to change the settings.
    Ever since if I click on the VMware icon in Applications>Systemtools>VMware the application won't start, but will when I start it through "sudo vmware".
    However after loading WinXp I get the following error
    Code:
    Cannot open file "/home/peter/.vmware/preferences": Permission denied.
    Unable to read user preferences.
    I clearly have done something that I should not have. Any ideas or suggestions? or would it be easier to just uninstall VMware and start over?

  2. #2
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: VMware startup problem

    Often if you run apps as sudo, root will own the config files instead of your user. That could be the case here so, try running:

    Code:
    sudo chown -R peter:peter /home/peter/.vmware
    And then starting via the menu item and not with sudo.
    Don't try to make something "fast" until you are able to quantify "slow".

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •