Koozali.org: home of the SME Server

VMware 2.0 on a Fresh install of SME 7.4

Offline Mjohnson

  • *
  • 172
  • +0/-0
Re: VMware 2.0 on a Fresh install of SME 7.4
« Reply #15 on: October 07, 2009, 11:58:32 PM »
That mirrors my experience.

MJ
......

Offline bas60

  • ***
  • 53
  • +0/-0
Re: VMware 2.0 on a Fresh install of SME 7.4
« Reply #16 on: October 08, 2009, 12:11:57 AM »
I suppose this is an update to the update

Just did another test install....

The line that needs correcting with Phils suggestion (with smecontribs) is
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S91vmware

it should be ...
ln -s /etc/rc.d/init.d/vmware /etc/rc7.d/S91vmware

 :cool:

Offline Igi2003

  • *****
  • 226
  • +0/-0
Re: VMware 2.0 on a Fresh install of SME 7.4
« Reply #17 on: October 10, 2009, 11:31:51 PM »
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S91vmware is the correct link.
The e-smith-service works only when this service is enabled in the configuration db (Database) of the SME.
you must type this in the console:
"config set vmware service access public status enabled TCPPort 902" and the httpd.vmware command
"config set httpd.vmware service TCPPorts 8222,8333 access public status enabled"
after signal-event post-upgrade and signal event reboot VMware should work.

Read this there http://wiki.contribs.org/Vmware

Igi