- 30 Aug, 2001 3 commits
-
-
Leigh B. Stoller authored
all it does it provide an email hyperlink to us. But it encourages people to ask us instead of making a new account!
-
Leigh B. Stoller authored
addresses from the pages. Just one less localization problem. Still need to deal with all the flux hyperlinks though!
-
Leigh B. Stoller authored
I increased it to 15x70. Sheesh.
-
- 29 Aug, 2001 6 commits
-
-
Robert Ricci authored
same name in the node_types table
-
Robert Ricci authored
-
Leigh B. Stoller authored
ack/nak for a connection so that the connecting process knows what the hell is going on. Turned out to be necessary for power control since we do that in parallel, and because it stays busy for 10 seconds on each power control. I think we will end up revisiting this at some point, adding blocking connections instead of connect/fail status.
-
Robert Ricci authored
FreeBSD support, except that the CPU speed is determined from /proc/cpuinfo
-
Leigh B. Stoller authored
decl, so that symbols in the used module are in the package namespace.
-
Robert Ricci authored
/etc/testbed/nodetype uses the CPU speed (gleaned from /var/run/dmesg.boot by cpuspeed.awk) to distinguish between pc600s and pc850s. The start_if.* scripts use this to determine whether the node should attempt to dhcp on this interface. NOTE: When using the start_if.* scripts, NO interfaces should be set to DHCP in /etc/rc.conf - this will break things.
-
- 28 Aug, 2001 5 commits
-
-
Leigh B. Stoller authored
-
Robert Ricci authored
-
Leigh B. Stoller authored
to use the DB library access routines, which also changed in response to what the tb scripts needed. Added some functions and mor constants. Removed the -nologfile option from all the scripts (startexp and endexp too), since there is no reason for these scripts to worry about log files. Thats handled in the wrappers. Tested with the testsuite and live in my own tree.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
happening, but the capserver is getting wedged in a read, for a connected capture, although there was no such capture in the corresponding state on plastic, that I could find. This should work though.
-
- 27 Aug, 2001 4 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
goo whenever it goes inactive for more than a couple of minutes. Also, require that we sync up so that we know for sure that the power control failed. Previously, I was blindly spitting out the command without being sure we had a command prompt. Note, that we still have a problem with an active tip session messing up power control since only one connection can be active at a time. At present, there is no positive way to know that the connection was refused since capture accepts the connection and then closes it if there is an active tip session. I need to change the little handshake so that there is a response Yes/Know response to the secret key exchange.
-
Leigh B. Stoller authored
it returns 0 on success and non-zero on failure.
-
- 26 Aug, 2001 1 commit
-
-
Christopher Alfeld authored
the pass counts in flestmail will now be correct.
-
- 24 Aug, 2001 10 commits
-
-
Chad Barb authored
Added lseek to beginning of writing each region-- Works now.
-
Chad Barb authored
-
Chad Barb authored
-
Mac Newbold authored
Change occurrences of "@TESTMODE@" back to @TESTMODE@ like they were supposed to be in the first place...
-
Mac Newbold authored
-
Leigh B. Stoller authored
The problem is that "@TESTMODE@" is wrong! This becomes a string "0", instead of the integer 0, and so "if ($TESTMODE)" breaks down.
-
Leigh B. Stoller authored
The problem is that "@TESTMODE@" is wrong! This becomes a string "0", instead of the integer 0, and so "if ($TESTMODE)" breaks down.
-
Chad Barb authored
-
Chad Barb authored
-
Leigh B. Stoller authored
-
- 23 Aug, 2001 4 commits
-
-
Mac Newbold authored
Lots of small changes for turning our 'require lib*' lines into 'use lib*' lines. Proper modules declare themselves as a package, and use Exporter to export the names of the subroutines that should be visible from the outside world. Many of ours didn't do that, it was just a file with a bunch of subs in it. So now I've fixed many of them to be proper, and removed the requires and 'push(@INC,...)' hacks and changed it to the proper 'use lib @prefix@/lib/;' and use lib*.
-
Mac Newbold authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
tutorial into the nscommands file on said topic. Also some minor page format fixes.
-
- 22 Aug, 2001 5 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
Apparently I forgot to commit this long ago.
-
- 21 Aug, 2001 2 commits
-
-
Leigh B. Stoller authored
lines for plastic/tipserv1 to snake.
-
Leigh B. Stoller authored
This program is now invoked from the setup script to determine which interface needs to be configured. Changed tmcd to return the MAC address from the DB in the ifconfig response. All this because the ordering of the interfaces is no longer consistent between linux and freebsd.
-