- 12 Apr, 2001 4 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
it used at all anymore, or has it been superceded by something in the www/ directory?
-
Mike Hibler authored
remote host" which commonly happens if the machine reboots before the ssh connection finishes. enhancement: attempt to tighten up the timing by doing 8 pings in 2 seconds (using the root-only -i option)
-
Leigh B. Stoller authored
perl script in the bin dir, so its available as a command line program too. The link is available from the Begin Experiment page.
-
- 11 Apr, 2001 10 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
to mere users.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
project.
-
Robert Ricci authored
-
Robert Ricci authored
for sharks) Accomplishes this by doing expanding the 'interfaces->reserved' join to include 'nodes' and 'node_types.' Checks to be sure that interfaces.card != node_types.control_net before including a particular interface.
-
Christopher Alfeld authored
This makes variable dereferencing work as expected. So: for {set i 1} {$i <= 8} {incr i} { set c($i) [$ns node] tb-set-node-cmdline $c($i) "BATCH=1 DST_NAME=$c($i)" } will now expand $c($i) to correctly to c-$i. Similarly: set node1 [$ns node] puts "First node is $node1" will output: First node is node1. Caveat: It assumes that every node and lan will be stored in a variable. So doing something like: $ns duplex-link [$ns node] [$ns node] 100Mb 150ms DroPTail while in theory valid and sensible, won't work. A clean rewrite of the parsing stuff is probably something I should do soon. It needs it to do all the variable munging correctly.
-
Christopher Alfeld authored
-
Leigh B. Stoller authored
mere users. os_load and os_setup reworked to use node_reboot.
-
- 10 Apr, 2001 7 commits
-
-
Robert Ricci authored
basic algorithm is this: * Find requesting node's control interface from the db * Make a list of subnets the node is on, excluding the subnet on the control interface * Get a list of ALL interfaces of nodes in our experiment (excluding interfaces with no IP). Sort by node_id, then IP address to ensure symmetry of LINK= numbers. Link number gets incremented for each interface on the remote node. The first _direct_ link (ie. same-subnet) to another node gets an alias. Simple, really.
-
Robert Ricci authored
breaking node->shark_lan links. Also cleaned up some hard-to-follow code in the process of trying to understand how handle_ip works.
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
-
- 09 Apr, 2001 10 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
module file. Setup is now very short and simple, calling functions in the library. The prepare script and the new rc.delta script load the setuplib.pm module and use functions in there. Eventually, the library should be common to all three OSs, but that was too much to deal with today.
-
Mike Hibler authored
-
Leigh B. Stoller authored
just before cutting an image. Described in doc/newimage.txt. This encapsulates a number of piddly things that must be done.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
files. Not necessary since we don't mount the home dirs anymore.
-
Leigh B. Stoller authored
create-delta as root, and the setup scripts run install-delta. This is going to be described in more detail in the tutorial.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 06 Apr, 2001 4 commits
-
-
Mac Newbold authored
-
Robert Ricci authored
-
Mike Hibler authored
ready bit. This is a hack to address the case where you are allocated a full 8 sharks whether you want them or not.
-
Mike Hibler authored
-
- 05 Apr, 2001 5 commits
-
-
Leigh B. Stoller authored
-
Mike Hibler authored
-
Robert Ricci authored
-
Robert Ricci authored
bogus restriction.
-
Leigh B. Stoller authored
-