]> git.donarmstrong.com Git - neurodebian.git/blobdiff - sphinx/vm.rst
Also for stats report which repo and which job number use our setup
[neurodebian.git] / sphinx / vm.rst
index 2195a2c981fe6fdaa7b392f438e944b5ec059a91..1701ddb68eb705741c3bd2f7bb906e06c5b38e9d 100644 (file)
@@ -17,8 +17,8 @@ FSL_, PyMVPA_).
 
 .. _virtual machine: http://en.wikipedia.org/wiki/Virtual_machine
 
-The virtual machine contains an installation of `Debian 6.0 (squeeze)`_ with a
-GNOME_ desktop environment. All installed software comes from standard Debian
+The virtual machine contains an installation of `Debian 7.0 (wheezy)`_ with a
+XFCE4_ desktop environment. All installed software comes from standard Debian
 packages, or prospective Debian packages from NeuroDebian. The virtual machine
 can be seen as a showcase of what Debian for neuroscience research feels like.
 Once downloaded this virtual machine can be kept up to date, just as any other
@@ -196,12 +196,21 @@ Troubleshooting
     NeuroDebian VM, please rebuild the version available from the
     backports::
 
-      sudo apt-get install -y linux-headers-2.6-amd64 # or -686 for 32bit
+      sudo apt-get install -y linux-headers-2.6-`dpkg --print-architecture`
       sudo apt-get install -y -t squeeze-backports virtualbox-ose-guest-dkms \
            virtualbox-ose-guest-utils  virtualbox-ose-guest-x11
 
     and reboot VM.
 
+  My VM lost mounted host directories, and display auto-resizing  after upgrade
+    NeuroDebian VMs ship without Linux kernel headers pre-installed to
+    minimize distribution/running footprint for one time throw-away
+    usages of the VM.  To install headers package(s) just run
+
+      sudo apt-get install -y linux-headers-`dpkg --print-architecture`
+
+    and reboot VM.
+
   I am still running an older VirtualBox 3.x
     Download one of the image files listed below. These older releases
     are distributed as a `zip` file. Please extract all files from the
@@ -223,6 +232,24 @@ What has changed
 
      Click on an item to expand it
 
+  7.8.0 -- 2 Feb 2015
+    * VM appliance based on the updated wheezy point release 7.8.0.
+      Should resolve problems with upgrades of the guest additions.
+
+  7.4.20140423 -- 24 Apr 2014
+    * VM appliance based on the updated wheezy point release 7.4.
+      Should resolve problems with upgrades of the guest additions.
+      See http://neuro.debian.net/faq.html#comment-1351846812
+
+  7.4.0 -- 28 Feb 2014
+    * VM appliance based on the official wheezy point release 7.4.
+
+  7.2.0 -- 03 Nov 2013
+    * VM appliance based on the official wheezy point release 7.2.
+    * Ships with updated neurodebian-* packages:
+      - installs ipython notebook and qtconsole for "Scientific Python"
+               and "PyMVPA tutorial" welcome wizard choices.
+
   7.0.0 -- 15 May 2013
     * VM appliance based on the official wheezy release.
     * Uses xfce4-terminal by default (instead of urxvt/rxvt-unicode as