- Aug 21, 2014
-
-
Leigh B Stoller authored
-
Jonathon Duerig authored
The protocol now works perfectly. TODO: Figure out why certificate parsing is failing
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- Aug 20, 2014
-
-
Leigh B Stoller authored
to req (csr generation). Not allowed to specify the cipher when via req, and we want des3. Default changed between FreeBSD 8 and 10, and I have no idea where to change it, so just do it explicitly on the command line.
-
Leigh B Stoller authored
-
Kirk Webb authored
* Properly pass along "server" argument. - was being ignored previously. * Allow user to specify path to alternate certificate. - introduced the "--cert" parameter.
-
Mike Hibler authored
Needed to match against OS version and not OSID version.
-
Mike Hibler authored
-
Leigh B Stoller authored
-
Mike Hibler authored
If the libevent package is installed, there will be /usr/local/include/event.h which conflicted with our event.h in the clientside/lib/event directory.
-
Leigh B Stoller authored
-
- Aug 19, 2014
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
things like undefined variables, and print a stack backtrace using the Carp module.
-
Leigh B Stoller authored
every now and then. Seems to happen a lot on the racks, and there are lots of them.
-
Leigh B Stoller authored
-
Kirk Webb authored
-
Kirk Webb authored
-
Kirk Webb authored
This enhancement uses the new force10_expect module to add/remove port channels to/from vlans. Having to do this via expect is wretched.
-
Kirk Webb authored
-
Leigh B Stoller authored
going to ignore the listed flag, and show users (guest or logged in) those profiles they are allowed to instantiate.
-
Leigh B Stoller authored
is the SA instead of another user.
-
Leigh B Stoller authored
support the genidesktop.
-
Leigh B Stoller authored
-
- Aug 15, 2014
-
-
Leigh B Stoller authored
identity. The credential is just a speaksfor for now, but this might hold other kinds of credentials in the future.
-
Kirk Webb authored
-
Leigh B Stoller authored
are different from Emulab.
-
Leigh B Stoller authored
messes up the stats. Reorg a little to allow for APT and CloudLab keys.
-
Kirk Webb authored
Not hooked up or tested yet. Curses be to Force10 Networks that this module had to be written at all. There is really no other sane way to manipulate vlan membership for portchannels (LAGs). Force10's lame excuse for a switch-side scripting API just telnets back in via the loopback and uses Expect itself. It also lacks functionality that we require. Horrific.
-
Gary Wong authored
'Cos at least one of us is stupid enough to forget this.
-
- Aug 14, 2014
-
-
Leigh B Stoller authored
-
Mike Hibler authored
From Jeff Bowles <jbowles@newmexicoconsortium.org>.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
to handle that since that is one time we do not mind an error.
-
Leigh B Stoller authored
Fix up LVSIZE calculation to use IMAGESSIZE.
-
Leigh B Stoller authored
-
- Aug 13, 2014
-
-
Jonathon Duerig authored
-
Mike Hibler authored
E.g., telling it to save an unused (type 0) partition. Previously, we would create a single valid range with start at the beginning of disk (or partition) and a size of zero. However, size zero is taken by the imagezip compressor to mean "til EOF" so we would wind up creating a really large image instead of doing nothing. It is debatable whether this is really an error. Perhaps we should just create a valid image file with one chunk containing no valid ranges, but it seems likely that they probably made a mistake and we should call it out immediately.
-