Vmware: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
(patch)
K (syslog)
 
Zeile 19: Zeile 19:
*[http://www.insecure.ws/warehouse/vmware-update-2.6.26-5.5.7.tgz Patch]<br>  
*[http://www.insecure.ws/warehouse/vmware-update-2.6.26-5.5.7.tgz Patch]<br>  
*[http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-a-debian-lenny-desktop#comment-22140 How To Install VMware Server 1.0.x On A Debian Lenny Desktop]<br>
*[http://www.howtoforge.com/how-to-install-vmware-server-1.0.x-on-a-debian-lenny-desktop#comment-22140 How To Install VMware Server 1.0.x On A Debian Lenny Desktop]<br>
<br>
== Kern log on lenny<br>  ==
Found [http://v2kblog.blogspot.com/2008/09/devvmon-host-clock-rate-change-request.html here]. On my VMWare host system I was seeing frequent (2-3/minute) syslog messages like the following that was making my syslog really hard to view:
<pre> /dev/vmmon[12315]: host clock rate change request 26 -&gt; 30
</pre>
Finally, what worked, even though it wasn't supposed to solve my problem, was, based on this page, I added the following to/etc/vmware/config:
<br> <source lang="apache">host.useFastClock = FALSE</source><br>


<br>  
<br>  

Aktuelle Version vom 3. Februar 2011, 22:43 Uhr

Maintenance

Status der VM:

vmware-cmd /home/vmware/image.vmx getstate 

Fragen beantworten (bei stuck)

vmware-cmd /home/vmware/image.vmx answer

Stoppen/Start

vmware-cmd /home/vmware/image.vmx start|stop


Patch debian lenny (vmware server 1.0.10)


Kern log on lenny

Found here. On my VMWare host system I was seeing frequent (2-3/minute) syslog messages like the following that was making my syslog really hard to view:

 /dev/vmmon[12315]: host clock rate change request 26 -> 30

Finally, what worked, even though it wasn't supposed to solve my problem, was, based on this page, I added the following to/etc/vmware/config:


host.useFastClock = FALSE



Vmware-server-console

Unter Ubuntu 6.10 gibts Probleme. Aber dafür auch ein Fix :-)

Add to vmware/lib/wrapper-gtk24.sh in vm_run()

# Fix for pulling in libdbus-1.so.2 instead of .3en
export LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD