- 30 Nov, 2006 1 commit
-
-
Leigh B. Stoller authored
declared NOT NULL (not necessary in 5.0).
-
- 29 Nov, 2006 2 commits
-
-
Leigh B. Stoller authored
ElabInElab experiments, so as not to consume an interface. I actually modified Keith's changes so that we can dynmaically choose the single or dual model in the NS file (Keith's changes hardwired the system to only single control network) since the single network model has the disadvantage of not allowing new nodes to be added to an inner elab, which would make it impossible to test some things (like the newnode path!). To choose the single control network model, place this in your NS file: tb-elabinelab-singlenet other it defaults to the older dual network model.
-
Leigh B. Stoller authored
bigger then a /24 network, as in Utah's network. Mostly the changes are how we deal with the reverse zone file creation and what gets stuck into the named.conf file. Prior to this commit, we assumed a single /24 network, cause thats how it looks in an elabinelab experiment (which is where its critical to have the named config files generated automatically). But with the changes to support a single control network, the named setup inside elabinelab is bigger then a /24 and the reverse files have to be created and populated correctly.
-
- 28 Nov, 2006 3 commits
-
-
Robert Ricci authored
gets to see them all in the first run.
-
Leigh B. Stoller authored
strange cause it exists when the surrounding shell exits, so I changed things a bit to avoid the problem. tiptunnel is a train wreck that needs a total redo.
-
Leigh B. Stoller authored
-
- 27 Nov, 2006 7 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Keith's diff to support a single control network for ElabInElab experiments, which I need installed so I can test the rest of the changes. More details later.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
The major functional change in this revision is converting from user selected UIDs to system selected UIDs. This is controlled by the variable $USERSELECTUIDS in defs/defs.php3.in which is now set to zero, so system selected UIDs is the default. The algo for creating the uid is to take the email address, strip the @whatever from it, squeeze out dots and dashes and underlines, and make sure any +foo tokens are removed. Then make sure it is unique by taking the first 5 characters and then adding a 3 digit number, derived by checking the DB to see what exists. Since we will want to (more often) change the UID selected, there is a new admin only menu option on the Show User page. It calls the backend script to do the work (sbin/changeuid). The login page now defaults to storing and showing the email address for login, rather then the UID. It will still accept either one though (has for a long time). Along the way I also reorg'ed a number of pages to use the new user, group, and project classes and moved some common functionality into the class defs. Also changed the way addpubkey is called, to avoid some confusion.
-
- 25 Nov, 2006 1 commit
-
-
David Johnson authored
-
- 21 Nov, 2006 6 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
This is only a first step. Though this is a common daemon, you still start multiple copies, and it most likely won't handle all daemons we might want to auto restart.
-
Mike Hibler authored
-
Kevin Atkinson authored
Add fix for: *** WARNING: batch_daemon: *** dblog failed: Can't bless non-reference value at *** /usr/testbed/lib/libdb.pm line 299. which was caused by trying the blass an undefined value which is happens when Mysql->connect failed.
-
Mike Hibler authored
-
- 20 Nov, 2006 5 commits
-
-
Jay Lepreau authored
-
Russ Fish authored
-
Russ Fish authored
-
David Johnson authored
-
David Johnson authored
These are all the pubs I could find by grep'ing through the papers, and by attending the conference/workshops.
-
- 17 Nov, 2006 1 commit
-
-
Russ Fish authored
-
- 15 Nov, 2006 1 commit
-
-
Robert Ricci authored
-
- 14 Nov, 2006 1 commit
-
-
Leigh B. Stoller authored
-
- 13 Nov, 2006 2 commits
-
-
David Johnson authored
another ack IF at least N acks are outstanding.
-
Kevin Atkinson authored
Add "-archive <bool>" to $ns report which controls if "loghole archive" is called. Creating the archive zipfiles is redundant when using the workbench. It only serves to wastes space (and time when committing then to the experiment archive).
-
- 10 Nov, 2006 4 commits
-
-
Leigh B. Stoller authored
-
Robert Ricci authored
were behaving badly. Basically, handle vtpVlanEditOperation failing. Note: I cannot reproduce the problem, so I don't know if I've fixed it for sure. But, my change at least does not break snmpit under normal condidtions.
-
Russ Fish authored
Fix intermittent one-way loss test failure. Let bind() choose the src port in rude; any constant port like 3001 may be already in use.
-
Leigh B. Stoller authored
In addition, current run bindings default to last run's bindings. This is partly to address Kevin's request in FS#128 (although that request is for the instance page).
-
- 09 Nov, 2006 6 commits
-
-
Jay Lepreau authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
-