- 12 May, 2010 2 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 11 May, 2010 2 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
- 10 May, 2010 26 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Making crossdomain more permissive like this allows us to host the flash client on www.emulab.net which has a CA-certified certificate.
-
Leigh B Stoller authored
the toplevel makefile. Add a quiet mode. Minor cleanup. Also make it possible to run the from object directory before the initial install.
-
Leigh B Stoller authored
fragment scripts, much like we do with the DB updates. The intent is to simplify testbed update for remote sites.
-
Leigh B Stoller authored
this will happen via the new update-testbed script.
-
Leigh B Stoller authored
this will happen via the new update-testbed script.
-
Leigh B Stoller authored
this will happen via the new update-testbed script.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
that they all write proper pid files in /var/run. You can not actually "stop" the testbed daemons from the command line.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
for reopening the logfile for the benefit of newsyslog.
-
Leigh B Stoller authored
for reopening the logfile for the benefit of newsyslog.
-
Leigh B Stoller authored
CheckDaemonRunning(), MarkDaemonRunning(), and MarkDaemonStopped() do what you expect.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
Also write the commit hash of the source code into the version_info table for easy access (as from the web interface).
-
Leigh B Stoller authored
-
Leigh B Stoller authored
is that the other side of the link is in the same place as switch info would go, but which was generally ignored in the wrapper. Also, these links do not need vlans, of course.
-
Leigh B Stoller authored
in the comment field when the link is a direct link between two nodes. Normally, we do not keep "switch" side info in the DB and so that side is printed as null.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
header on messages from non members, to reduce the spam, See Moderate.py in this directory, which is installed to ops:/usr/local/mailman/Mailman/Handlers. Note that this is only done in Utah!
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Gary Wong authored
This is because if sites bother to obtain externally signed certificates for their web server, they're going to use @WWWHOST@ for the name.
-
Gary Wong authored
-
- 07 May, 2010 8 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
of the node_types table. How did I do that?
-
Leigh B Stoller authored
of the apache config file.
-
Leigh B Stoller authored
CreateSliver().
-
Leigh B Stoller authored
-
Leigh B Stoller authored
CreateSliver().
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
- 04 May, 2010 2 commits
-
-
Ryan Jackson authored
-
Kevin Atkinson authored
The problem is that comit f6d81289 (Changes from Pat Gunn at CMU: allow "at swapout"...) changed the exit status of parse.proxy with this line: - exec("nice -15 $parser @ARGV $nsfile"); + exec("nice -15 $parser @ARGV $nsfile|tee $tempdir/output.txt"); so parse-ns was not detecting that it failed. It then processed to run xmlconvert which detected that the ns parse failed. The causes two problems, 1) my error handling code depends on the fact that parse.proxy failed in order to determine it was a user error and 2) it causes the "Syntax Check" option to always report correct syntax even when it shouldn't.
-