Unfortunately, there is no up to date version of the virtual machine at the moment
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.
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).
The virtual machine was created with:
The program can be downloaded here.
See here.
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.
Select
and find the location of the virtual machine, then importDownload (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!
To be added…
To be added…
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):
resume
sudo apt-get update
(the sudo password is the normal praktikum password) 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.
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.