RSS Feed!

About Me

I’m a 30 something Irish guy that works in the IT business. Inside the trade I’m interested in Linux, Internet technologies and mobile hardware and services. Outside, I enjoy a good book, a nice beer and decent game of rugby……

P.S. This is a personal blog, and while I do have a professional involvement in a lot of the technical topics I mention in some of my posts, they do not reflect company policy or ethos.

View Gary Pigott's profile on LinkedIn

VMware Server on Debian Etch 64 bit

Once I got Debian installed it was time to install VMware Server on the box. There’s two gotchas however.

  1. While the application is fully 64 bit, the installer isn’t quite, and the error it throws isn’t the most illuminating.  You need to install 32 bit support by running “apt-get install ia32-utils”
  2. You can’t connect to your freshly minted VMware server with the VMware Server Console. You get the error “There was a problem connecting: Cannot connect to host X.X.X.X: No connection could be made because the target machine actively refused it”. It’s because VMware-mui hooks into inetd, which doesn’t get installed in a bare-bones Debian Etch 64 bit system. “apt-get install inetutils-inetd” is the quick fix.
By gary | 7. Apr 2008 | Linux | No Comments »

Leave a Reply