Add fix for VirtualBox on Mac
[devwiki.git] / vmdk.mdwn
index 1137a88..2f03f9d 100644 (file)
--- a/vmdk.mdwn
+++ b/vmdk.mdwn
@@ -9,9 +9,6 @@ There is a Moonshot test VM image that contains a complete development environme
 * A build of the [MIT Kerberos](http://web.mit.edu/kerberos/) gss-sample applications
 * A configured freeradius server
 
-The image is based off Debian squeeze Until a reasonable mechanism to
-distribute Debian source media to comply with the GPL is made, contact
-Sam Hartman for a copy of the image. It is around 1.7G in size.
 
 ## What it works with
 
@@ -22,13 +19,17 @@ The Image should work with:
 * qemu (tested)
 * Vmware
 
+To use VirtualBox on a Mac, you will need to modify the virtual hardware configuration to add a serial port, though it can be disabled.
+
+If that causes eth0 to turn into eth1, do the following and reboot.
+
+$ sudo rm /etc/udev/rules.d/70-persistent-net.rules
+
 The image expects:
 
 * PAE to be enabled
 * An ioapic to be enabled
 
-
-
 ## Consoles
 
 Consoles are available on hvc0 (virt_ops console for xen), ttyS0 (serial console) and on the monitor and keyboard.
@@ -40,6 +41,17 @@ There is one account; user moonshot with password moonshot.
 ## testing Moonshot
 
  *        cd krb5-1.9/src/appl/gss-sample
-*         ./gss-server  host@moonshot-test.project-moonshot.org
-*         ./gss-client  -mech "{1 3 6 1 4 1 5322 22 1 18}" \
+*         ./gss-server  host@moonshot-test.project-moonshot.org &
+*         ./gss-client  -mech "{1 3 6 1 4 1 5322 22 1 18}" 
               -user steve@local -pass testing  127.0.0.1 host@localhost  bar                                    
+
+# Obtaining Images
+
+Sources to the GPL items included in the image can be found in Debian
+squeeze's source repository. One way to get these sources is to
+download the source 1
+[DVD](http://moonshot-image.s3.amazonaws.com/debian-6.0.0-source-DVD-1.iso)
+
+*
+  [moonshot-20110311.vmdk](http://moonshot-image.s3.amazonaws.com/moonshot-20110311.vmdk)
+