- 07 Mar, 2003 17 commits
-
-
Mike Hibler authored
-
Mac Newbold authored
- fix bad indenting to a uniform 4 spaces (before was 2, 4 and 8 mixed) - Move ping-for-isup functionality into a separate script - Make sure every transition triggered by stated (directly or indirectly) sends an event, instead of taking shortcuts. This called for a new script, eventping, which just pings until the node is pingable, then sends an ISUP event. Stated runs this in the background where necessary, and nothing else should run it. Adding eventping meant modifying configure and the utils makefile, too.
-
Robert Ricci authored
ispell.
-
Robert Ricci authored
-
Robert Ricci authored
-
Robert Ricci authored
/share
-
Robert Ricci authored
-
Robert Ricci authored
-
Chad Barb authored
There were two "uninitialized variable used" warnings.. one was due to a check for $type ne "", which I changed to ((defined $type) && ($type ne "")). The other is due to NULL values in the iface column of the interfaces table. Rob is going to change the schema to disallow such NULLs.
-
Chad Barb authored
Errant '?' removed.
-
Leigh B. Stoller authored
there are no osid/images to list.
-
Chad Barb authored
Still not fully tested, but seems to work. Fixed minor error. (When $TESTMODE == 1, swapped in experiment was incorrectly being put into ACTIVE after it was put into TESTING.)
-
Robert Ricci authored
-
Robert Ricci authored
sense to comment the hell out of these files than to have descriptions elsewhere (setup.txt) Also, I want people to use these rather than the defaults, because the defaults actually have some Utah-specific stuff, like $TBMAINSITE=1, and enabling SFS and NSE support.
-
Chad Barb authored
NOT TESTED; NOT READY FOR PRIME TIME. Archived here for backup/review purposes. Initial version; unifies tbswapout and tbswapin into one script. Should be just like tbswapin/out except: tbswapin foo bar => tbswap in foo bar tbswapout foo bar => tbswap out foo bar The main win here is that doSwapin() is a function, as is doSwapout(). If doSwapin() fails, actual doSwapout() code can be called. Also includes retry framework (functionalizing doSwapin and doSwapout makes retrying much cleaner.)
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 06 Mar, 2003 12 commits
-
-
Chad Barb authored
Added XML view to updown (pass "output=xml" as a CGI var.) Added Thumbnail-on-demand to showexp
-
Robert Ricci authored
-r switch from the assign command line in assign_wrapper, since it's now the default.
-
Shashi Guruprasad authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
default SNMP community string (from configure) for individual switch stacks.
-
Leigh B. Stoller authored
a certain person who shall remain nameless unhappy!
-
Robert Ricci authored
go on the end of a link line in the top file, trivial_ok . This means that it's okay to map the virtual link to a trivial link. By default, it will not be permissible to use trivial links. Right now, however, trivial links are OK by default, but that will change once assign_wrapper flags all simulated links as trivial_ok .
-
Robert Ricci authored
endpoints in the same order they went in.
-
Leigh B. Stoller authored
current problem since it was hardwired to the current FBSD image.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 05 Mar, 2003 10 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
ExecQuiet
-
Robert Ricci authored
this part of the patch.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
instead of the default one isntalled by the port.
-
Robert Ricci authored
-
Robert Ricci authored
using the new assign, and captures Leigh's linkdelays work.
-
Robert Ricci authored
httpd.conf, so callinging it apache.conf and symlinking it is kinda silly.
-
Leigh B. Stoller authored
even when the delays table is not setup properly (cause its an experiment swapped in under the old assign_wrapper).
-
- 04 Mar, 2003 1 commit
-
-
Chad Barb authored
-