Monthly Archives: January 2008

vmware Server /tmp is full and all vms are shutdown

One of our gentoo vmware servers crashed and stopped all running VMs on the server. After looking trough the logs i found out that vmware server had filled the /tmp partion which was 1GB. What i didn’t know is that vmware requires the /tmp partion to  be equivalent to 1.5 times the amount of memory on the host. Otherwise you will experience vm crashes. To change the tmp location edit

/etc/vmware/config

and add the following line tmpDirectory = “/<your>/<new>/<tmp>/<directory>”

Be sure that the specified directory is on a local hard drive and that the user running the VMware software has write permissions for that directory. For more infos check out

http://www.vmware.com/support/gsx3/doc/intro_sysreqs_host_gsx.html

 

 

Migration Manager error

Today i tried to migrate a customers plesk server with suse 10.0 to his new server with fedora 7. I started the Plesk migration tool and received the following error in German

Einige Felder sind leer oder enthalten einen ungültigen Wert.

Some fields are empty or include an incorrect value.

So i started looking for the problem. I checked the log files on the source server and came across the following error message

no more sessions

You can search for this error with the following command

grep "no more sessions" /var/log/*

The problem is suse’s version of the ssh server which is patched. The solution is to either compile the ssh server yourself or install a new rpm version (easier). If you are using suse 10 x86 use these commands

wget ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/SL-10.0-OSS/inst-source

/suse/i586/openssh-4.1p1-10.i586.rpm (goes on one line)

rpm -Uvh --force openssh-4.1p1-10.i586.rpm

If you are using another version as in am64 or ppc please donwload the correct ssh package from

 

ftp://ftp.hosteurope.de/mirror/ftp.opensuse.org/distribution/SL-10.0-OSS/inst-source/suse/