Table of Contents

Unfortunately, there is no up to date version of the virtual machine at the moment :-(

The laboratory course computer for your home ("a12 to go")

For students who wish to use the data reduction software on their own computer (at home), we offer a preconfigured virtual machine running Ubuntu 12.10. To install own software, use apt-get.

The virtual machine has these programs installed:

Current version of the virtual box: November 30, 2013.

Getting the virtual box

Bring a USB stick with sufficient size (current size of the box ~ 3 GB) and ask the instructors. Alternatively, download the machine from our web site with the seminar talks (authorized access only).

Technical properties

The virtual machine was created with:

Software to run the virtual box

VirtualBox (suggested)

install VirtualBox

Windows Hosts

The program can be downloaded here.

Linux Hosts

See here.

Oracle VM VirtualBox Extension Pack

For support of USB2 and scaling-free window sizing additionally install the VirtualBox Extension Pack from the same page. This should be installed before the virtual machine is imported. Then reboot the (virtual) computer.

Import the virtual machine

VMware Player

Install VMware Player

Download (and install) the software applicable for your system from here.

Disclaimer VMware Player: VMware Player is free for private use. VMware Player Plus is liscensed for commercial use. If you want to learn the handling of virtual machines or try them out at home, you may use the free version VMware Player!

Import virtual machines

To be added…

VMWare Tools

To be added…

Troubleshooting

Sometimes Ubuntu fails to boot and freezes at the Ubuntu-logo. The reason could be that gnome or the X-server is broken (if the X server is started with startx, there will be error messages like /etc/X11/xinit/xserverrc: 3: exec: …). Follow these steps to solve this issue (Note: you need to be online):

  1. change to the Recovery Mode during the booting process (press the Shift or ESC button)
  2. resume booting with resume
  3. Ubuntu boots without the desktop (just a shell)
  4. login with normal user, password
  5. execute: sudo apt-get update (the sudo password is the normal praktikum password)
  6. execute: sudo apt-get install ubuntu-desktop

Afterwards, start the desktop with startx. It is however recommend to reboot the machine with sudo reboot. The machine should then start with the desktop.

Update the distribution

First check if the system is using the latest version.

sudo apt-get update                        # update the package sources
sudo apt-get dist-upgrade                  # update the packages

It's important to have the package “update-manager-core” installed. Then prepare the update for the system:

sudo update-manager --proposed

The update will start after clicking on “Update”. On the next window one has to click on “Update system”. The info window “The support for some programs has ceased” can be closed. A final confirmation window “Do you want to start the system update?” needs to be approved by clicking on “Start system update”. The update process then proceeds with the download of the packages, which afterwards will be installed. The whole process might take a few hours.