Howzit half_elf?
Thanks for the prompt response which gave me the hint I needed i.e. to run in console and get messages.
For the record here's what I did and the solution I used,
1. Run VMware in console:
Quote:
aztrix:~> vmware;echo RESULT=$?
bash: /usr/bin/vmware: Permission denied
RESULT=126
|
2. Checked permissions for /usr/bin/vmware which had group specified as "trusted" (and obviously I can't be
)
3. Changed group permissions for /usr/bin/vmware from "trusted" to "users"
4. Run VMware in console again:
Quote:
aztrix:~> vmware;echo RESULT=$?
RESULT=0
|
Voila, cookin with gas.
Cheers
Aztrix