June 30, 2009

Blog, Microblog und sonstiges von Christian Rhomberg

Heute ist ein guter Tag,...

...denn heute erschien der lang erwartete Mozilla Firefox 3.5 sowie VirtualBox 3.0.
Ich verwende den Firefox schon ewig und bin immer noch begeistert von der Geschwindigkeit und Stabilitaet, VirtualBox kommt auf dem Notebook und auf der privaten Workstation zum Einsatz.
Bin schon gespannt, wann es denn die Fedora updates fuer den Firefox gibt.
Update:
Wer sehen will, wie viele Leute sich gerade den neuen Firefox downloaden:
http://downloadstats.mozilla.com/

by Christian Rhomberg at4:29 PM under firefox, freie software, linux, ob8.at, solaris, virtualbox, windows (Comments)


April 8, 2009

Blog, Microblog und sonstiges von Christian Rhomberg

VirtualBox 2.2.0 erschienen

VirtualBox 2.2 ist da und es gibt einige interessante Neuerungen:

  • OVF (Open Virtualization Format) appliance import and export (see chapter 3.8, Importing and exporting virtual machines, User Manual page 55)
  • Host-only networking mode (see chapter 6.7, Host-only networking, User Manual page 88)
  • Hypervisor optimizations with significant performance gains for high context switching rates
  • Raised the memory limit for VMs on 64-bit hosts to 16GB
  • VT-x/AMD-V are enabled by default for newly created virtual machines
  • USB (OHCI & EHCI) is enabled by default for newly created virtual machines (Qt GUI only)
  • Experimental USB support for OpenSolaris hosts
  • Shared folders for Solaris and OpenSolaris guests
  • OpenGL 3D acceleration for Linux and Solaris guests (see chapter 4.8, Hardware 3D acceleration (OpenGL), User Manual page 70)
  • Added C API in addition to C++, Java, Python and Web Services

Download Linux i386:
http://download.virtualbox.org/virtualbox/2.2.0/VirtualBox-2.2.0-45846-L...

Download Linux AMD64:
http://download.virtualbox.org/virtualbox/2.2.0/VirtualBox-2.2.0-45846-L...

by Christian Rhomberg at2:22 PM under freie software, sun, virtualbox, virtualisierung (Comments)


March 24, 2009

Blog, Microblog und sonstiges von Christian Rhomberg

VirtualBox und Linux Kernel 2.6.29

Heute gab Linus den Kernel 2.6.29 offiziell frei, diesen habe ich gleich mal installiert.
Auf dem Thinkpad T61 (mit NVIDIA Grafikkarte) funktioniert suspend to disk leider immer noch nicht, jedoch klappt jetzt suspend to memory auch wenn X laeuft.

Jetzt gibts aber noch kleinere Probleme mit VirtualBox.
Es lassen sich keine virtuellen Maschinen mehr starten, Abhilfe schafft folgendes:

VirtualBox entfernen (falls es als RPM installiert wurde):
rpm -e VirtualBox

Aktuelles Virtual Box downloaden.
und als root mittels "sh VirtualBox-2.1.4-43001-Linux_amd64.run" installieren.

Das file "in /usr/src/vboxdrv*/Makefile" editieren:
Die Zeile:
# VBOX_USE_INSERT_PAGE = 1
auskommentieren!

Danach mittels "/etc/init.d/vboxdrv setup" das Kernel Modul neu kompilieren.

Dann laeuft das wieder!

Gefunden habe ich diese Loesung auf:
http://www.virtualbox.org/ticket/3403

by Christian Rhomberg at12:35 PM under kernel 2.6.29, linux, virtualbox (Comments)