- 12 Mar, 2003 3 commits
-
-
Chad Barb authored
Fixed missing '?' in GID link when showing group.
-
Chad Barb authored
Changed link from now-defunct addusr.php to joingroup.php
-
Mac Newbold authored
-
- 11 Mar, 2003 8 commits
-
-
Robert Ricci authored
Add instructions to use if the ops node is a tip server. Add a couple other helpful notes.
-
Robert Ricci authored
* Track emulab-ops port version number * Change the way chmods are done, to work with symlinks * Change permissions for certain directories * Fix some formatting in rc.conf * Fix a case error for ssh * Add /share to the list of exported filesystems * Remove -alldirs from exports * Add creation of an empty rc.capture
-
Robert Ricci authored
-
Chad Barb authored
Fixed ALLOCSTATE consts.
-
Robert Ricci authored
tree on ops. A little better than my old (broken) hacks, but not by much.
-
Chad Barb authored
Added '-x' switch; when specified, nfreeing a physical node results in any virtual node sitting on that physical node to be freed as well. (This should probably be the default behavior.)
-
Chad Barb authored
New version of unified tbswap in/out. startexp/endexp/swapexp have been changed to use new script. tbswapin and tbswapout have been replaced with a script which spits out a warning message, then calls tbswap appropriately. The README has also been modified.
-
Leigh B. Stoller authored
-
- 10 Mar, 2003 11 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Robert Ricci authored
-
Robert Ricci authored
remove the toomanylinks test, since that check has been removed from tbprerun.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
-
Leigh B. Stoller authored
existing DB to bring it into compliance with the changes. Its a text file, but please put in actual sql commands or script. Mark each change with the CVS revision number of the corresponding change in database-create.sql.
-
Robert Ricci authored
-
Chad Barb authored
Specify '0' to exit on success.
-
Mac Newbold authored
-
- 08 Mar, 2003 1 commit
-
-
Mac Newbold authored
make sure it got run as root. Update that to allow running as non root if you're in a devel tree and you're an admin (in your own copy of the db). This will let flest run it simply by using 'withadminprivs' with the startup of stated.
-
- 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
-