VMware Communities
gwilli2
Contributor
Contributor

Permissions problem

When I start to try vmware from a prompt (Ubuntu 6.06) I get an error:

Unable to initialize host: Cannot open file "/home/glenn/.vmware/preferences": Permission denied

When I check the permissions of this folder I see the following:

-rw------- 1 root root

If I run vmware as the superuser it runs fine. However, I'd prefer not to do that. I've reinstalled, but that did not fix my problem.

What are the permissions on the preferences folder supposed to be?

This all came about when I was trying to fix a sound problem - I was changing a package (though I do not remember which one) so that sound could play from more than one program at a time.

Any help would be appreciated.

0 Kudos
3 Replies
KevinG
Immortal
Immortal

You answered your own question Smiley Happy

The file (preferences) is in your home directory and is owned by root.

You do not have permissions and you should since it's in your home directory

cd /home/glenn/.vmware

sudo chown glenn preferences

If I run vmware as the superuser it runs fine.

However, I'd prefer not to do that. I've reinstalled,

but that did not fix my problem.

What are the permissions on the preferences folder

supposed to be?

This all came about when I was trying to fix a sound

problem - I was changing a package (though I do not

remember which one) so that sound could play from

more than one program at a time.

Any help would be appreciated.When I start to try vmware from a prompt (Ubuntu

6.06) I get an error:

Unable to initialize host: Cannot open file

"/home/glenn/.vmware/preferences": Permission denied

When I check the permissions of this folder I see the

following:

-rw------- 1 root root

0 Kudos
gwilli2
Contributor
Contributor

heh heh. I love it when I'm smart enough to answer my own question, just not smart enough to realize it.

Worked like a charm.

Thanks!

0 Kudos
KevinG
Immortal
Immortal

Glad to hear it's working Glenn Smiley Happy

0 Kudos