VMWare acquires SlideRocket

Today, SlideRocket announced that they have been acquired by VMWare.

SlideRocket is an online presentation tool, that tries to put a new twist on the age-old and most of the time boring PowerPoint presentation. With SlideRocket, you can easily integrate audio, rich media, and instant feedback to bring a presentation to life.

VMWare is an industry-leading virtualization platform, that has a range of products covering anything from simple workstation to multi-core, multi-disk top-of-the-line server array.

By the sound of the press release, it seems to me that VMWare is trying to expand themselves past their core business of virtualization, and get more into cloud computing. Previous steps in that direction include VMWare View, ThinApp and Zimbra. Hopefully, the estimated 20,000 users of SlideRocket will continue to be serviced by this pretty awesome presentation tool.

Windows XP loses the domain controller?

I ran into an interesting problem last week with some Virtual Machines. I’ve set up 3 different machines, each running Windows XP with a different version of Progress (10.0, 10.1, and 10.2), to test how our application works under the various Progress versions and to develop with some of the latest tools (I love the Eclipse interface! :-) ). However, for some reason last week all the virtual machines, plus the virgin Windows XP install, decided to show me the following error message:

Windows cannot connect to the domain, either because the domain controller is down or otherwise unavailable, or because your computer account was not found.

Since I was rolling out a change to a web service running under 10.1 at the time, I was not a happy camper. It took me the better part of a day to try and come up with a solution. Unfortunately, none surfaced, even after some helpful hints from our systems engineer (“Did you reboot?” – “Yes.” – “Must be a Windows patch.” – “I have had no new patches in the last week and half.” etc.). The weekend came and went, and today I was back at the same problem. Ruling out anything general (like the domain controller actually being down – we could log in to everything except the VMs), I started scouring the Internets. And lo and behold, back in 2006 someone else had the same problem. With a regular XP machine. In a Windows domain. Wow!

In a nutshell, it comes down to the fact that the domain controller is confused about your machine and SID, and won’t trust you. Removing the machine from the domain, and adding it back in, solves the problem somehow.

Thank you, My Digital Life!

Cursor keys not working in Ubuntu 8.10 VMWare client

After last week’s problem with the Terminal Services client, I also experienced problems with the cursor keys in the VMWare client for Ubuntu 8.10. This was particularly annoying, since I use Quicken in a VMWare machine, and the selection of categories is much easier with the cursor keys than with the mouse.

It turns out that this is a bug in Ubuntu Intrepid 8.10. None of the patches since October 2008 have addressed this issue, but the manual fix is very simple:

  • Open a terminal window
  • Type the following in the terminal:

    echo ‘xkeymap.nokeycodeMap = true’ > ~/.vmware/config

After entering this you have to restart your VMWare client session. If it doesn’t work, try restarting the VMWare server, however, since this is a client setting, it shouldn’t affect the server or be affected by server settings.