- 13 Dec, 2001 5 commits
-
-
Leigh B. Stoller authored
directory. That code got hosed at some point.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
tb-set-node-routertype $node none|gated Added slots to virt_nodes and nodes table. This stuff is carried through so that tmcd can get at it and pass it back to client.
-
Robert Ricci authored
bugs.
-
Leigh B. Stoller authored
routertype field in the nodes table. For eventual use when Mike is ready with gated stuff. Modify the dohostnames stuff as per dicussion with Rob and Mac. Instead semi-usless node-N names, set the name of the interface to node-LinkName, where the linkname comes from the virt_lans table, and is the name of the link/lan that interface is sitting on. This way the user can actually figure out the interface when doing his routing by assigning names to all links/lans in the NS file. One major bogousity is that in order to maintain backwards compatability, I've instituted a new hostnames commands (hostnamesV2). We need a good way to deal with versioning!
-
- 11 Dec, 2001 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
experiment info page redraw every 30 seconds when the exp state is in the activating or swapping state. Eventually will stop when the state changes.
-
Leigh B. Stoller authored
users know about email and password stuff.
-
- 10 Dec, 2001 6 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
in. This was mostly to support the modal change in the home link, but since people do not like that, this stuff is probably going to get tossed at some point.
-
Leigh B. Stoller authored
information. Also change order of info so that Profile is last.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
not supported in the front end.
-
Leigh B. Stoller authored
-
- 08 Dec, 2001 2 commits
-
-
Jay Lepreau authored
-
Leigh B. Stoller authored
-
- 07 Dec, 2001 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
configuration commands in /etc/testbed/rc.delay.
-
Kirk Webb authored
This script rolls the apache logs in a friendly manner by gracefully restarting apache after its logs have been "mv'ed", causing it to reopen new logs, while keeping existing connections alive. Plenty of saftey checks to make sure nothing gets lost/stomped.
-
- 06 Dec, 2001 5 commits
-
-
Leigh B. Stoller authored
tired of clicking through to find my own info and experiments.
-
Robert Ricci authored
echoed to stderr.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
will roll the base log if it has been mv'ed out of the way. This log stores the queries, and can get rather large very quickly.
-
Leigh B. Stoller authored
in human form. This should save some space.
-
- 05 Dec, 2001 7 commits
-
-
Leigh B. Stoller authored
did the lanlink change. assign_wrapper does not really need any changes at all, but I dropped a comment in. The only real change is needed in the client side to convert a floating point from tmcd, into an int to give to ipfw. Rather cheesy too, given that Perl does not have a real conversion function (int() truncates).
-
Kirk Webb authored
collection daemon, and its peer query program (to be used by cricket, and elsewhere if desired, to get sensor readings for nodes which have reported in).
-
Kirk Webb authored
-
Kirk Webb authored
original healthd-0.6.5 codebase plus my linux port and a 'push' mode for central, unsolicited reporting. The code for the healthd collection daemon is kept elsewhere in the 'hmcd' subdirectory under 'sensors'. Also included is a 'quiet' switch (-q) for healthd (no syslog entries for sensor conditions).
-
Leigh B. Stoller authored
extra unix groups (unixgroup_membership) for special local users that need more groups than just their project membership (ie: flux, wheel, etc). In mkacct-ctrl, no longer use the admin bit to determine extra groups (which were hardwired in), but get the extra group list from the DB. This applies to accounts on boss/users; experimental nodes still use the admin bit (via tmcd) to get wheel added to the group set. Might be worth doing at some point.
-
Leigh B. Stoller authored
capability. New DB field in the users table (pswd_expires) which is a date field that initially gets set to one year after the user account is created. When the password is changed via the web form, it gets bumped 1 more year into the future *unless* the current uid is different from the target_uid (ie: you are changing a password for someone else). In that case, the expiration is set to the current date, which forces the target user to change his password next time he logs in. I've changed the menu/auth code to look for password expiration, and when expired the menu options contain just a single option to change the password. All other https pages will fail with a password expired message. Normal text pages will work of course.
-
Leigh B. Stoller authored
public bit. Moved the delete button to the project listing page since it was wasting space and its rarely if ever used.
-
- 04 Dec, 2001 7 commits
-
-
Robert Ricci authored
reloading experiment. Not particularly elegant, but a better solution should come with the event system.
-
Leigh B. Stoller authored
the exp/tbdata directory too.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
sorted view, much like the public listing, with a section for active and a section for inactive. The alternate view is accessed via a link at the top of the page that allows you to switch between them.
-
Ian Murdock authored
sched.h. Renamed sched.c to event-sched.c to match header rename.
-
Ian Murdock authored
-
- 03 Dec, 2001 2 commits
-
-
Leigh B. Stoller authored
less.
-
Leigh B. Stoller authored
-