$ cat /dev/brain > /dev/blog

Life is written in chapters but the table of contents is missing.

07 May

Installing VMware server on Fedora Core 5


If you only need to run VMware images (e.g. provided by your professor), you might want to try out the free VMware Player software. Works great (after applying the VMware any-any patch and compiling your own kernel modules [remember to have the kernel-devel package installed]).


If you decide to create your own virtual machine, e.g. to run a Windows OS inside a sandbox within your safe FC5 environment, VMware offers a VMware Server Beta free of charge. You just have to register and will get a serial number sent to your e-mail address.

Install as you like (you can install the provided RPM files using rpm -ivh ... or untar/un-gzip the tar.gz archives) and run the configuration scripts provided with the packages. A good installation guide can be found on VMware Support website.

After the installation and a reboot I had trouble connecting to the server. I found this hint on the VMware forum and -surprise- the error is caused by SELinux (I’m really thinking about simply disabling it!)

Run these commands (as root) to configure SELinux properly:
# find /usr/lib/vmware -name '*.so*' -exec chcon -t texrel_shlib_t {} \;
# rm /var/run/vmware/vmware-serverd.PID

Now you should be able to connect again to your VMware server.



3 Responses to “Installing VMware server on Fedora Core 5”

  1. James on May 29, 2006 | Reply

    thanks a heap for the post, fixed my vmware server prob straight away

  2. Bill on Jul 11, 2006 | Reply

    Thanks… It helped me decided on FC5 or Winders for my host… I’m using FC5…

  3. sean on Dec 10, 2007 | Reply

    Thanks, man! This solved the problem I had with my install!!
    Short, but to the point, I like it in a post!

    SELinux … I disabled it already …

Post a Comment