- 03 Nov, 2005 1 commit
-
-
Kevin Atkinson authored
Added undocumented option "-L" to set the start level.
-
- 02 Nov, 2005 8 commits
-
-
Grant Ayers authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Timothy Stack authored
-
Timothy Stack authored
-
Robert Ricci authored
-
Robert Ricci authored
-
Leigh B. Stoller authored
file is open and still smaller then 1024 chars. Serious ick factor.
-
- 01 Nov, 2005 8 commits
-
-
Timothy Stack authored
10 lines from the console. And, call said function from TBNodeStateWait and libosload when it looks like a node is wedged.
-
Leigh B. Stoller authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
that zaps the scrollbar to the bottom
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
before Tim competely replaces what I just did.
-
Leigh B. Stoller authored
perl filter (at installation time) to replace hardwired Utah specific tokens with configured values. Currently: s/www\.emulab\.net/www.@OURDOMAIN@/g; s/users\.emulab\.net/@USERNODE@/g; s/ops\.emulab\.net/@USERNODE@/g; s/boss\.emulab\.net/@BOSSNODE@/g; s/fs\.emulab\.net/@FSNODE@/g; s/(\s+[-\w]+)\.emulab\.net/$1.@OURDOMAIN@/g; s/testbed-ops\@emulab\.net/@TBOPSEMAIL@/g; if (! $TBMAINSITE) { s/testbed-ops\@flux\.utah\.edu/@TBOPSEMAIL@/g; s/\@flux\.utah\.edu/\@@OURDOMAIN@/g; } Seems to catch most everything.
-
Jay Lepreau authored
-
- 31 Oct, 2005 12 commits
-
-
Russ Fish authored
-
Leigh B. Stoller authored
instead of referencing an undefined variable.
-
Leigh B. Stoller authored
not a member of, redirect to the admin interface.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
externally killed, exit with non-zero status right away with error so caller know.
-
Timothy Stack authored
than using alert(). Source taken from here: http://www.alistapart.com/articles/jslogging You use it by including the module: <script type="text/javascript" src="/fvlogger/logger.js" /> <link rel="stylesheet" type="text/css" href="/fvlogger/logger.css" /> Adding a div for the log output: <div id="fvlogger" /> And then calling debug(), info(), warn(), or error() in the javascript code.
-
Timothy Stack authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
properly ordered.
-
Leigh B. Stoller authored
like mailman does.
-
- 29 Oct, 2005 1 commit
-
-
Russ Fish authored
-
- 28 Oct, 2005 6 commits
-
-
Russ Fish authored
-
Leigh B. Stoller authored
using a sajax call for cancelation, but the main invocation uses a plain iframe. This has the added benefit of scrolling more nicely instead of jumping back to the top with each write. Looks like xmlhttprequest or its impl in at least firefox is moderately broken, so that mulitple simultaneous requests get very confused with each other, and things break.
-
Leigh B. Stoller authored
multihomed nodes, picking the wrong set of edges cause it was not looking at the name of the link, just the name of the node. Also allow routing test when the routing type is ospf.
-
Leigh B. Stoller authored
-
Russ Fish authored
-
Russ Fish authored
-
- 27 Oct, 2005 4 commits
-
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
shaping. It had bad side-effects. We need an explicit interface to do this.
-
Leigh B. Stoller authored
-