| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I just configured the M/Gateway EWD Virtual Appliance to run on VMware Server on Linux. One gotcha that had me scratching my head for a while was that the Ubuntu.vmx file needs execute permission, otherwise the VMware Server Console just shows a black screen after you boot the machine. In my case, VMware Server runs as a user called vmware. When I unzipped the EWD VA the permissions on Ubuntu.vmx were -rw-rw-r-- and the owner/group were vmware/vmware. I changed the permissions to -rwxr-xr-- and the problem was solved. I hope this information helps someone someday. John Murray George James Software www.georgejames.com |
|
#2
| |||
| |||
| John....for those of us that are linux stupid...can you explain how you did that? -- Thank you, Mike MInor Z-Code Systems, Inc, mminor@zcodesystems.com Phone: 407-656-4990 Fax: 407-656-5785 "John Murray" <johnm@georgejames.com> wrote in message news:4A1233377E85D3118218005004822EC058FA98@YAK... >I just configured the M/Gateway EWD Virtual Appliance to run on VMware > Server on Linux. One gotcha that had me scratching my head for a while > was that the Ubuntu.vmx file needs execute permission, otherwise the > VMware Server Console just shows a black screen after you boot the > machine. > > In my case, VMware Server runs as a user called vmware. When I unzipped > the EWD VA the permissions on Ubuntu.vmx were -rw-rw-r-- and the > owner/group were vmware/vmware. > > I changed the permissions to -rwxr-xr-- and the problem was solved. > > I hope this information helps someone someday. > > John Murray > George James Software > www.georgejames.com > |
|
#3
| |||
| |||
| > > the permissions on Ubuntu.vmx were -rw-rw-r-- and > > the owner/group were vmware/vmware. > > > > I changed the permissions to -rwxr-xr-- and the problem was solved. > John....for those of us that are linux stupid...can you > explain how you did > that? chmod 754 Ubuntu.vmx To work out the magic number, know that "r" is worth 4, "w" is 2 and "x" is 1, and the sequence of the flagsets is "owner", "group", "world". So, the original permissions equated to 664 and the new ones 754. For more info (and other ways of doing the same thing): man chmod HTH John |
|
#4
| |||
| |||
| Interestingly this isnt a problem if you're using VMWare Player on Linux (at least on my RedHat 8 system) - I just unzipped the files and fired it up and away it went! Looks like VMWare Server on Linux is different On Thu, 11 Jan 2007 12:14:42 -0000, John Murray <johnm@georgejames.com> wrote: >I just configured the M/Gateway EWD Virtual Appliance to run on VMware >Server on Linux. One gotcha that had me scratching my head for a while >was that the Ubuntu.vmx file needs execute permission, otherwise the >VMware Server Console just shows a black screen after you boot the >machine. > >In my case, VMware Server runs as a user called vmware. When I unzipped >the EWD VA the permissions on Ubuntu.vmx were -rw-rw-r-- and the >owner/group were vmware/vmware. > >I changed the permissions to -rwxr-xr-- and the problem was solved. > >I hope this information helps someone someday. > >John Murray >George James Software >www.georgejames.com --- Rob Tweed M/Gateway Developments Ltd The Pursuit of Productivity : http://www.mgateway.com |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.