- 01 Sep, 2005 9 commits
-
-
Russ Fish authored
-
Robert Ricci authored
is to avoid scaring users. Also, remove the 'contact calfeld' text - I thought I had done this a long time ago!
-
Robert Ricci authored
that we include this and the prechecks into the reported time. (Though, we still exclude file parsing time)
-
Leigh B. Stoller authored
stuff that Jay does not want users to see.
-
Mike Hibler authored
Now we keep reading after we send the command, til we get the next prompt. That way we will catch any "Input error" messages and can try again. The downside is that, for reboots, we wait through the whole 10 second countdown before returning to the caller. Previously we would return immediately after issuing the command.
-
Mike Hibler authored
All nodes now use the FreeBSD5-based frisbee MFS.
-
Leigh B. Stoller authored
basically, other titles from the same section.
-
Leigh B. Stoller authored
-
Russ Fish authored
-
- 31 Aug, 2005 4 commits
-
-
Leigh B. Stoller authored
lines of console log.
-
Robert Ricci authored
-
Leigh B. Stoller authored
forthcoming ...
-
Leigh B. Stoller authored
XMLRPC server on boss.
-
- 30 Aug, 2005 7 commits
-
-
Mike Hibler authored
but "prepare" is the script that goes in the tftpboot directory on boss.
-
Leigh B. Stoller authored
weeks back.
-
Leigh B. Stoller authored
* utils/spewconlog.in: New script to ssh to the host tipserver and cat the console log for a node. In admin mode cats the .log file, while in mere user mode, cats the .run file. * www/shownode.php3: Added a "Show Console Log" function. * www/showconlog.php3: New script to invoke spewconlog backend script and dump the console log to the user.
-
Leigh B. Stoller authored
info to admin users.
-
Jay Lepreau authored
check this text and model numbers (eg, there has been confusion between the 2950 and 2905). I wrote this way back on 7/29.
-
Leigh B. Stoller authored
tipacl data. Sends it to stdout.
-
Leigh B. Stoller authored
-
- 29 Aug, 2005 6 commits
-
-
Russ Fish authored
-
Russ Fish authored
-
Mike Hibler authored
If unlink fails, do chflags and try again.
-
David Johnson authored
color configs; also handle more total fiducials per camera (limit had been 6 -- too low with checker fiducials added). Also add offset information for vmc-client configs.
-
Leigh B. Stoller authored
-
Robert Ricci authored
This was breaking pclasses badly. In the process, added a few new flags for debugging pclasses, DEBUG_PCLASS_MORE, and DEBUG_PCLASS_TONS.
-
- 26 Aug, 2005 2 commits
-
-
Timothy Stack authored
event_arg_get().
-
Leigh B. Stoller authored
-
- 25 Aug, 2005 1 commit
-
-
Timothy Stack authored
Add some checks for 'free' nodes that are not allocatable. * db/audit.in: Include the list of nodes that are not reserved but have an eventstate that makes them unallocatable. * www/dbdefs.php3.in: Add POWEROFF and ALWAYSUP node states. * www/nodecontrol_list.php3: Add an asterisk next to the free count for type(s) that have free, but unallocatable nodes. * www/shownodetype.php3: If a node is free, but unallocatable, put a yellow ball next to its name instead of a green one.
-
- 24 Aug, 2005 2 commits
-
-
Leigh B. Stoller authored
-
Russ Fish authored
-
- 23 Aug, 2005 2 commits
-
-
Mike Hibler authored
We were exporting to ops because of the opsnode experiment and this breaks the ever-fragile BSD exports semantics when the fs node is not the ops node. Also got rid of another shark reference!
-
Russ Fish authored
-
- 22 Aug, 2005 6 commits
-
-
Russ Fish authored
-
Russ Fish authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
-
Timothy Stack authored
-
Mike Hibler authored
size on FBSD4 machines. Didn't affect the frisbee MFS, cuz we are now using FBSD5 (and in the FBSD4 MFS, growdisk hasn't been reinstalled in ages).
-
- 19 Aug, 2005 1 commit
-
-
Timothy Stack authored
Bring linktest in line with the new event system world order and do some generic cleanup. I'm pretty sure I broke backwards compatibility with old disk images though... * configure, configure.in: Remove linktest.h.in from the list of template files. * event/linktest/GNUmakefile.in: Don't make subdirectories for executables since it can mess up the dependencies. Don't install tb_compat.tcl stuff anymore. Check for '/usr/local/bin/pathrate' and friends, and print out a warning if they are not found. Make a version file for the linktest daemon. * event/linktest/linktest.c: Only subscribe to the events we care about 'STOP/KILL'. Subscribe to TIME START events and kill any linktests that are in progress. Send events through the local elvind instead of running tevc. * event/linktest/linktest.pl.in: Don't run the modified NS anymore to generate the topology file, use gentopofile to do that. Send COMPLETE events to indicate that the tests were finished instead of STOP so it works with event-sequences. Use emulab-sync to report errors between linktest daemons. In addition to sending REPORT events, send LOG events to the SIMULATOR agent so the messages end up in the report e-mail. Fix wait_all so it collects child processes immediately and doesn't leave zombies lying around. Make the static route test work with topologies that aren't fully connected. Change ownership of the linktest error files from root to the swapper. Bump latency tolerance up to 2.5ms. * event/linktest/ltevent.c: Use event_schedule instead of event_notify so the events go through the scheduler. * event/linktest/run_linktest.pl.in: Wait for COMPLETE events insetad of STOPs. * event/linktest/linktest.h.in: Removed. * event/sched/error-record.c: Include linktest error output in the report e-mail. * event/sched/event-sched.c: Linktest now sends COMPLETE events for START events. * tbsetup/gentopofile.in, tmcd/common/config/rc.topomap: Piggy back the generation and management of the linktest config file onto the generation of the topomap. * tbsetup/ns2ir/sim.tcl.in: Add "linktest" event to the Simulator object that runs linktest at level 3 (latency, static routing, and loss). * tmcd/common/libsetup.pm: Add TMLTMAP constant that contains the path to the node local linktest config file. * tmcd/common/rc.linktest: Pass '-u' option to the linktest daemon so it knows what user should to change ownership of files to. * tmcd/freebsd/jail/mkjail.pl: Copy the linktest config file (ltmap) into the jail.
-