- 24 Mar, 2008 3 commits
-
-
Leigh B. Stoller authored
good work Red Team!
-
Leigh B. Stoller authored
specific hardware page or else generate error. This prevents all Emulabs from having our hardware listing.
-
Leigh B. Stoller authored
-
- 23 Mar, 2008 1 commit
-
-
David Johnson authored
-
- 20 Mar, 2008 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
before the LIMIT directive; do not reset the QUEUE-IN-BYTES flag to slots in that case.
-
- 18 Mar, 2008 3 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
David Johnson authored
-
- 17 Mar, 2008 1 commit
-
-
Leigh B. Stoller authored
of the members. The new lans table code was getting confused and putting the non-delayed members in the link/lan entry instead of the delayed lan entry. Very messy fix.
-
- 15 Mar, 2008 3 commits
-
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
- 14 Mar, 2008 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
make the laptops very sleepy.
-
- 13 Mar, 2008 1 commit
-
-
Leigh B. Stoller authored
since they also go down a lot.
-
- 12 Mar, 2008 4 commits
-
-
Kevin Atkinson authored
Also, add note about how image test handles temp. resource shortage (ie doesn't).
-
Kevin Atkinson authored
-
Kevin Atkinson authored
-
Kevin Atkinson authored
Other minor changes.
-
- 10 Mar, 2008 1 commit
-
-
Kevin Atkinson authored
to get around likely bug with e100 driver on pc850 with Fedora 8.
-
- 07 Mar, 2008 2 commits
-
-
Leigh B. Stoller authored
-
David Johnson authored
user is admin.
-
- 06 Mar, 2008 1 commit
-
-
Leigh B. Stoller authored
-
- 05 Mar, 2008 1 commit
-
-
Leigh B. Stoller authored
hardware page, which is where the site specific stuff is more approriate. Maybe gutted is a better description of what I did.
-
- 03 Mar, 2008 3 commits
-
-
Leigh B. Stoller authored
to access the run logs that are stored on a tip server. The intent is to avoid having to maintain groups and export NFS filesystems, which will make it easier to use any machine with a serial port (and can run capture and caplogserver). Needs robustification and integration into Emulab (so that it can work alongside traditional tipservs like we have here in Utah).
-
Leigh B. Stoller authored
(called from reload_daemon).
-
Leigh B. Stoller authored
code to reconnect. This is going to need more work.
-
- 29 Feb, 2008 3 commits
-
-
Kevin Atkinson authored
Change how ifconf buffer is iterated through for linux, see comment.
-
Ryan Jackson authored
-
Jonathon Duerig authored
-
- 28 Feb, 2008 1 commit
-
-
Ryan Jackson authored
-
- 27 Feb, 2008 3 commits
-
-
Jonathon Duerig authored
-
Mike Hibler authored
-
David Johnson authored
classnames).
-
- 26 Feb, 2008 2 commits
-
-
Leigh B. Stoller authored
a socket on a remote node instead of a local tty device. When using remotemode, the last argument to capture should be host:port instead of tty.
-
Leigh B. Stoller authored
power cycle. For those we need to send wakeonlan packets to kick them. This is complicated by the fact that the laptops take an incredibly long time to go from poweron to a point where it will listen to a wakeonlan packet. No idea why. I use StateWait() to find out when the node hits bootinfo (which sends a PXEBOOTING event). Keep looping sending more wakeonlan packets until we hear from the node. Time out the operation after two minutes (probably need something to control this). To find the outgoing interface required by tools/whol program, I look in the interfces table for boss' control network. The mac address of the target node comes from the interfaces table. The flag that controls whether a node needs wakeonlan is in the node_attributes table: mysql> insert into node_attributes set attrkey='wakeonlan_afterpower', attrvalue=1, node_id='pcxxx';
-
- 25 Feb, 2008 2 commits
-
-
Leigh B. Stoller authored
creation. Only runs on the CMU emulab.
-
Leigh B. Stoller authored
-