- 29 Dec, 2003 4 commits
-
-
Mike Hibler authored
-
Mac Newbold authored
-
Leigh B. Stoller authored
-
Shashi Guruprasad authored
characters () in them. This is needed in the nse case.
-
- 28 Dec, 2003 5 commits
-
-
Leigh B. Stoller authored
Also adjust timeouts slightly to prevent churning.
-
Leigh B. Stoller authored
reporting.
-
Leigh B. Stoller authored
the log file.
-
Leigh B. Stoller authored
-
Shashi Guruprasad authored
(2^24 max chars) when I made the other changes to libdb.pm and table_regex.
-
- 27 Dec, 2003 3 commits
-
-
Shashi Guruprasad authored
When xmlconvert is called during nseparse, we need to clean up the physical part so that rows for the new mapping can be added. I have added this. While I say that there is a physical part, essentially the vname column has the same value as the vname column in the reserved table for the PC such as 'simhost-0', 'simhost-1' etc.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
from PLC. node_rusage is updated by rusaged script running on the plab nodes, but that is not installed yet. I'll probably need to tweak these changes once we start getting some data.
-
- 26 Dec, 2003 4 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
how we know that, so startup might have to be a special case). Runs every 5 minutes, getting the load average numbers from /proc/loadavg, and disk usage by running "df" and parsing its output (yuck, I know). Package that up and send as a UDP tmcc request. Also does the account update when the reply indicates. Need to rationalize this with the isalive watchdog at some point.
-
Leigh B. Stoller authored
disk usage metrics. This will run in a sliver, so need to assign the metrics to the underlying pnode, and it would be better right now if we run it only in a single sliver (the management sliver) on each node until I decide the best approach, since it overlaps with isalive, which does run from each sliver.
-
Leigh B. Stoller authored
(slivers). Account updates take longer of course, but thats okay for now.
-
- 25 Dec, 2003 2 commits
-
-
Shashi Guruprasad authored
While a 64K ns file seems more than adequate, it is not enough when large topologies are generated via topology generators where Tcl loops are not used.
-
Leigh B. Stoller authored
-
- 23 Dec, 2003 6 commits
-
-
Leigh B. Stoller authored
for someone since the names won't match local nodes, but not going to worry about till it happens.
-
Kirk Webb authored
-
Mike Hibler authored
than contacting the dslice agent which no longer exists.
-
Leigh B. Stoller authored
Change ptopgen to look at the eventstate of a node; a node is not considered free unless it is ISUP or PXEWAIT. Add TBAvailablePCs() to libdb, removing the corresponding code from assign_wrapper. This routine does the equiv of ptopgen, returning the number of PCs that are available for use (looking at eventstate). Change TBFreePCs in the web interface accordingly. The above changes correspond to an upcoming change in stated.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 22 Dec, 2003 4 commits
-
-
Mac Newbold authored
Copy NORMAL mode as PXEFBSD, and NORMALv1 as NORMALv2. Also caught some uncommitted table_regex changes.
-
Leigh B. Stoller authored
a multiline text field.
-
Leigh B. Stoller authored
a multiline text field.
-
Leigh B. Stoller authored
of problem in PHP with the unsigned int value from the regex table for default:int, which I need to look at, but in the meantime add proper bounds checks for the numeric fields in the new project table.
-
- 21 Dec, 2003 1 commit
-
-
Shashi Guruprasad authored
instead of virt_nodes:vname. This is coz the vnode can have a '*'. This should fix the repeated expt creation errors today in project DNA.
-
- 20 Dec, 2003 2 commits
-
-
Shashi Guruprasad authored
simhost_violation to the reserved table. Details in the migrate file. Note that virt_simnode_attributes is part of the virtual state and is being taken care of in libdb.
-
Leigh B. Stoller authored
-
- 19 Dec, 2003 8 commits
-
-
Robert Ricci authored
now have ways to make them non-interactive, and we can take care of adding optional 'sub-packages' to mod_php4 ourselves; we don't have to make the user do that.
-
Shashi Guruprasad authored
sending an ISUP. ISUP is now sent as the first event from the nse scheduler.
-
Robert Ricci authored
'node' field already filled out.
-
Robert Ricci authored
-
Robert Ricci authored
error - it's too hard to destingish a string from 0 in php, and every place we call this function, we've already made sure the group exists anyway.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
before DB insertion.
-
Leigh B. Stoller authored
account, and direct user to Forgot Username/Password page. Changed the Forgot page to allow user to *either* reset password, or just find out their username if that is what they forgot.
-
- 18 Dec, 2003 1 commit
-
-
Leigh B. Stoller authored
usually handled via uid cookie we get back from the browser, but if the user Clicks stop or maybe has cookies off, we don't that info.
-