EWD VA on Linux host - a tip

This is a discussion on EWD VA on Linux host - a tip within the mumps forums in Programming Languages category; 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 ...

Go Back   Application Development Forum > Programming Languages > mumps

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 01-11-2007, 07:14 AM
John Murray
Guest
 
Default EWD VA on Linux host - a tip

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

Reply With Quote
  #2  
Old 01-11-2007, 09:44 AM
Mike Minor
Guest
 
Default Re: EWD VA on Linux host - a tip

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
>



Reply With Quote
  #3  
Old 01-11-2007, 05:37 PM
John Murray
Guest
 
Default Re: EWD VA on Linux host - a tip

> > 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

Reply With Quote
  #4  
Old 01-11-2007, 06:38 PM
Rob Tweed
Guest
 
Default Re: EWD VA on Linux host - a tip

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
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 03:40 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.