- 04 Sep, 2010 5 commits
-
-
Ryan Jackson authored
Add '-c' option to gen_initramfs.sh to choose the compression type. Currently, it supports the following types: gzip (default), bzip2, lzma, and none. The toplevel Makefile now has a variable to specify the compression type of the initramfs, and passes it to gen_initramfs.sh. Currently it is set to lzma by default.
-
Ryan Jackson authored
The following components of the Linux MFS were updated: Linux kernel => 2.6.32.9 buildroot => 2010.02 uClibc => 0.9.30.2 busybox => 1.16.0 binutils => 2.20 gcc => 4.2.4 gmp => 4.2.4 The Dell Optiplex reboot patch was removed from the kernel build as it is already present in 2.6.32.9. The update was done because: - The kernel was over a year old and significant updates have happened since then. - A few new useful features were added to busybox - The kernel now supports bzip2 and lzma compression for itself and initramfs in addition to gzip. Using lzma instead of gzip saves us at least 1.5 MB for the kernel+initramfs, possibly more.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
FEDORA8-OVZ-STD.
-
Leigh B Stoller authored
Add -s option for initial swapin on new testbed.
-
- 03 Sep, 2010 10 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
the number is fixed and small.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
script.
-
Ryan Jackson authored
-
Ryan Jackson authored
Subbosses authenticate to the XML-RPC server as elabman, which means the resulting server process runs as the elabman user. Unfortunately, this doesn't work well when the subboss wants to launch a frisbeed for an image for which elabman doesn't have read permission (like images under /proj). To fix this, a setuid wrapper script is run instead of trying to run frisbeelauncher directly. This script makes sure the calling user is elabman, and then becomes root and execs frisbee_launcher.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 02 Sep, 2010 4 commits
-
-
Tom Mitchell authored
The protogeni-wrapper change inadvertently lost the disabling of UUID checks in the AM. The AM module is now recognized and certs without UUIDs are allowed to pass through rather than generating an error. This change required that the path parsing be moved earlier. The path parse itself remains exactly the same, it just happens earlier on when processing a request.
-
Tom Mitchell authored
The -a flag causes the new authority to be written to the geni-cm database. This is needed by the AM to allow new slice authorities in development mode. In production mode the existing args would probably suffice.
-
Tom Mitchell authored
Resurrect the disabling of UUID checks that was lost in the change to a unified protogeni-wrapper. Moved the disabling to the GeniAM module to avoid premature loading of GeniDB in protogeni-wrapper.
-
Tom Mitchell authored
-
- 01 Sep, 2010 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 31 Aug, 2010 10 commits
-
-
Robert Ricci authored
The parallelization code in the stack module puts the devices in child processes, which means that when they lookup their allowed VLAN ranges, they can no longer update the value in the parent stack object (which is in a different process). So, we have to do it here too.
-
Robert Ricci authored
Some Ciscos limit the number of trunks on which you can configure 'extended range' VLANs (above 1k). This includes clearing them from the trunk (eg. you don't actually have to be *using* them to get this error). So, as a workaround, if the stack is not conifgured to use VLANs over 1k, don't clear this range when cleaning out trunk ports.
-
Robert Ricci authored
-
Ryan Jackson authored
Add the short sha1 to the end of the subject line for MUAs that thread by subject instead of References/In-Reply-To headers.
-
Mike Hibler authored
You would think I would have got this right, since I got bit by this just a week ago! Long-term memory...who needs it!
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
nodes; pickup up linkdelays for all nodes on the shared node.
-
Mike Hibler authored
Hack, hack...
-
Mike Hibler authored
This allows nsverify to be built on FreeBSD 7+. Based on patches from John Hickey <jhickey@isi.edu> and Serge van Ginderachter <serge@vanginderachter.be>, thanks guys! I also moved all the logic for downloading/patching the tarball from the GNUmakefile into ns-patch.sh to bring this in line with our other third-party packages that do the same. This is in pursuit of one day having a GUDS (Grand Unified Download Script).
-
- 30 Aug, 2010 1 commit
-
-
Leigh B Stoller authored
a merge.
-
- 27 Aug, 2010 2 commits
-
-
Robert Ricci authored
It's no longer necessary to specify '-l -l' when listing orphaned VLANs, -O implies wanting to see VLANs that aren't in the database.
-
Robert Ricci authored
-
- 26 Aug, 2010 6 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
This reverts commit efdf34a0. Attempt to solve some problems with trunk creation by reverting this change. It's not *certain* that this change is at fault, but I want to factor out some possible causes
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-