Vmware: Unterschied zwischen den Versionen

Aus crazylinux.de
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
K (syslog)
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
=Vmware-server-console=
== Maintenance<br>  ==
Unter Ubuntu 6.10 gibts Probleme. Aber dafür auch ein Fix :-)


<pre>
Status der VM:<br>  
Add to vmware/lib/wrapper-gtk24.sh in vm_run()


# Fix for pulling in libdbus-1.so.2 instead of .3
vmware-cmd /home/vmware/image.vmx getstate
 
Fragen beantworten (bei stuck)<br>
 
vmware-cmd /home/vmware/image.vmx answer
 
Stoppen/Start<br>
 
vmware-cmd /home/vmware/image.vmx start|stop
 
<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 -&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>
 
== Vmware-server-console  ==
 
Unter Ubuntu 6.10 gibts Probleme. Aber dafür auch ein Fix&nbsp;:-)
<pre>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  
export LD_PRELOAD=/usr/lib/libdbus-1.so.3:$LD_PRELOAD  
</pre>
</pre>  
<br>
 
[[Category:Linux]]

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