general

VMware Fusion 2.0 beta 1 tools and OpenSolaris 2008.05

I had a small issue getting vmware tools from VMware 2.0 beta 1 working under OpenSolaris 2008.05. I don’t know if it’s an issue in previous versions of either software.

First, when installing OpenSolaris 2008.05, choose VMware setup options for “Solaris”, and either 32-bit or 64-bit depending on your preference. I wanted, 64-bit, but “Other / Other 64-bit” setup option resulted in strange errors at vm boot time.

You can now mount the VMware tools via the menu option “Virtual Machine” -> “Install VMware Tools”. A CD icon will appear on your desktop. Double-click the CD, and the tar file inside there. Untar the files onto your desktop. Open a terminal. Become root. Before you run the script, we need to create some directories to help the installation complete.


# su -
(password)
# mkdir -p /usr/dt/config/Xsession.d
# mkdir -p /etc/X11/xinit/xinitrc.d
# cd ~/Desktop/vmware-tools-distrib
# ./vmware-install.pl
(run the script)
# cd /etc/X11/xinit/xinitrc.d
# ln -s /usr/dt/config/Xsession.d/9999.autostart-vmware-user.sh

What we did above was create and old directory the install script wanted to use, a new directory that will be used by gdm (the login manager), and then linked the files accordingly.

If you log out (or reboot), and log back in, you will now see:


$ ps -ae |grep vmware
794 ? 0:03 vmware-m
868 ? 0:07 vmware-g
12428 ? 0:04 vmware-u

The vmware-u is the vmware-user process that needs to get launched, so that features like autoresize and copy & paste will work.

Now — on to play with ZFS!

OBT
OpenSolaris
general

Comments (0)

Permalink

id29 :: how to be a better client

oh, those silly designers and their ad campaigns

http://www.id29.com/how

… but really, the campaign is kind of funny

general

Comments (0)

Permalink

erlang

I believe erlang is quickly becoming that “language I always should’ve learned” language — and all this time, I thought that language was LISP.

erlang
general

Comments (1)

Permalink

Misha is wrong

This is a video from my company’s internet video service.

OBT
general

Comments (1)

Permalink

New lamp

My cat destroyed my old pharmacist-style lamp last week. I decided to replace it with a floor standing lamp with shelves.
new_lamp
… I give it a week before the cat destroys this one, too.

general

Comments Off

Permalink

Let’s see if I can do this …

I’m trying to once again actually use my blog. There’s so many exciting things going on related to work and life that I feel I need to talk about it. And about work …

Continue Reading »

general

Comments (2)

Permalink