- 15 Jan, 2003 12 commits
-
-
Leigh B. Stoller authored
and now sshdport). First off, take the DB out of the loop. There is no reason to do DB locking since local nodes are not shared, and even if they were, we now allocate port ranges to each experiment when it uses virtual nodes (which is the only way to share a node anyway), so there is never a case that port allocation between experiments has to be coordinated. The only locking that is done is when the range is allocated to the experiment, buts that done only once, and only if the experiment uses virtual nodes (local or remote). Also, now that its easy to create lots of jails on a single node, its a good idea to give each one their own ssh port. This is recorded in the DB nodes table (sshdport) and returned in the jail config from tmcd.
-
Leigh B. Stoller authored
totally forgot about (vnconfig does not return error status when a vn device is busy). This was casuing the crashes. Add a local only kludge to NFS mount /user and /proj into the jails. I hate this. Should be using SFS, but without an agent thats not really possible. Add sshdport config setup from jailconfig. Look for that in the jail config file and pass to jail.
-
Leigh B. Stoller authored
Move bootvnodes to after ISUP so that the os_setup waits for the right thing at the right time.
-
Leigh B. Stoller authored
installed version in the new image).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
passwords now have $ signs in them!
-
Leigh B. Stoller authored
Clean up some stuff wrt scriptname and taint checking.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
more than one jail on a node, in the same experiment. Will need a similar field for the sfs server too ...
-
Mac Newbold authored
when eventsys is enabled, so the build was broken when events were disabled (as they are in the testsuite).
-
Mac Newbold authored
-
- 14 Jan, 2003 4 commits
-
-
Mike Hibler authored
change to expand copyrights when there is one to expand
-
Robert Ricci authored
-
Mac Newbold authored
-
Mike Hibler authored
-
- 13 Jan, 2003 4 commits
-
-
Mac Newbold authored
contact from emulab. Addresses how users must perform verification before they'll be approvable, and also about how email contact is used. Also discusses spam filters and how to make exceptions for us, and not to use SpamKiller or other manual confirmation schemes.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
what it does.
-
Mike Hibler authored
Remove fake syslog() routine from proxydhcp_mysql.c (I won't tell you how long that one stumped me...)
-
- 12 Jan, 2003 1 commit
-
-
Mike Hibler authored
the log file (NOT run file) if time-stamp-interval seconds have passed since the last write to the logfile. Major lint cleanup: remove HPBSD code, prototypes, varargs, ...
-
- 10 Jan, 2003 8 commits
-
-
Mike Hibler authored
- add a BSD Makefile - add imagezip.tar target to GNUmakefile (to make dist tarball) - reorg of code in imageunzip so it can be compiled w/o pthreads
-
Robert Ricci authored
set of MIBs, and index some of the tables differently. This requires some more information to be passed when switch and stack objects are created. Also, make the SNMP community to use overridable in the defs file.
-
Robert Ricci authored
-
Leigh B. Stoller authored
partition. Does the usual fdisk, disklabel, disklabel edit, newfs, mount, and fstab edit. Right now called from bootvnodes to make up a giant /var/emulab/jails whenever jailed nodes are used. This script requires a fair amount of error checking to be added before it could be considered generally safe for users.
-
Leigh B. Stoller authored
pcvm nodes until a better fix is decided.
-
Robert Ricci authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
reloads. Usage is: sched_reload <options> -t pctype [pctype ...] In other words, schedule a reload for nodes of a particualar type (or types) like pc600, pc850, etc.
-
- 09 Jan, 2003 2 commits
-
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
- 08 Jan, 2003 8 commits
-
-
Mike Hibler authored
One I actually did the math (duh) 64 or even 48 is way too high. 16 works much better for the static case.
-
Mike Hibler authored
Minor nits.
-
Kirk Webb authored
Another set of changes to make the script clean up logs left aroung by prior runs (skipped due to timeout waiting for close).
-
Kirk Webb authored
Small change to continue when one of several logfiles is not closed before the script times out on it (rather than exiting immediately). Can potentially leave behind old logs, but these will be picked up by subsequent runs.
-
Robert Ricci authored
-
Mac Newbold authored
-
Mike Hibler authored
-
Mike Hibler authored
-
- 07 Jan, 2003 1 commit
-
-
Mac Newbold authored
-