Vmware: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Maintenance
Patch debian lenny (vmware server 1.0.10)
Kern log on lenny
(vmwre-cmd) |
K (syslog) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
= Maintenance<br> = | == Maintenance<br> == | ||
Status der VM:<br> | Status der VM:<br> | ||
Zeile 13: | Zeile 13: | ||
vmware-cmd /home/vmware/image.vmx start|stop | vmware-cmd /home/vmware/image.vmx start|stop | ||
= Vmware-server-console = | <br> | ||
== Patch debian lenny (vmware server 1.0.10)<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> | |||
<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 -> 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> | |||
== Vmware-server-console == | |||
Unter Ubuntu 6.10 gibts Probleme. Aber dafür auch ein Fix :-) | Unter Ubuntu 6.10 gibts Probleme. Aber dafür auch ein Fix :-) | ||
Zeile 21: | Zeile 41: | ||
export LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD | export LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD | ||
</pre> | </pre> | ||
<br> | |||
[[Category:Linux]] | [[Category:Linux]] |
Aktuelle Version vom 3. Februar 2011, 21: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