- 03 Jun, 2003 3 commits
-
-
Leigh B. Stoller authored
started before the interval (so, all we see is a swapout). Note, I'm not dealing with the creator/swapper uid thing yet. TODO.
-
Mac Newbold authored
more useful, by including the reasons and such. Also add a similar email message when they change the reasons or timeouts.
-
Leigh B. Stoller authored
Epoch listing. Maybe later if we need it (since it reaches back to the dawn of Emulab, todays experiments are not likely to have a big influence on the numbers).
-
- 02 Jun, 2003 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 31 May, 2003 1 commit
-
-
Mac Newbold authored
-
- 30 May, 2003 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
Switched to perl style regex while I was at it.
-
Leigh B. Stoller authored
-
- 29 May, 2003 2 commits
-
-
Mac Newbold authored
-
Mac Newbold authored
name, your idleswap time, and your unswappable/noidleswap reasons if applicable. Also, make toggle send mail if people try to go unswappable or turn off their idleswap bit.
-
- 28 May, 2003 2 commits
-
-
Mac Newbold authored
modify, etc). Notify the user on the web page just before they hit confirm if we'll be updating it, as an FYI. (Only tell them if it matters, ie if the idleswap bit is set.)
-
Mac Newbold authored
idlemail <pid> <eid> instead, with the optional -f force, to be able to send a swap request even when the expt isn't idle (or is idle ignored, or it hasn't been long enough since the last one, etc.)
-
- 27 May, 2003 2 commits
-
-
Mac Newbold authored
them. Make user profile toggle for admin mode use toggle.php too.) Fix Eric's nit about showing no estimate before we have one to offer.
-
Mac Newbold authored
-
- 26 May, 2003 1 commit
-
-
Mac Newbold authored
-
- 24 May, 2003 3 commits
-
-
Mac Newbold authored
back end scripts now support 3 different kind of forced swaps: 1. Idle-Swap : this is ths same one we had before. Email message to them says it was swapped "because it was idle for too long" 2. Auto-Swap : A new one, typically for user-requested timed swapouts. Email says it was swapped "because it was swapped in too long" 3. Force swap: Generic one, for "none of the above" cases. Just says Experiment "has been forcibly swapped out by Testbed Operations." The force swap option on the web now lets you choose which of these three you want. Only "Idle-Swap" counts as an idleswap in the stats. Soon idleswap and autoswap will be used by idlemail when it does automatic swapping.
-
Mac Newbold authored
added what we check for activity, and changed things from "24 hours" and such to "several hours" and "a few hours".
-
Mac Newbold authored
-
- 22 May, 2003 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
experiments look more like regular experiments. Batch mode experiments can now be preloaded and swapped. When preloaded, they go into a "Pause" state. Swapping a batch mode experiment in puts them into the "posted" state so the batch daemon will see them. Swapping out a batchmode experiment does the expected; it puts them back into the Pause state. Terminating a batch mode experiment does the expected; its gone. When a batch mode experiment finishes normally, it goes back into the pause state, which allows batches to be reinjected as many times as Eric likes.
-
Mac Newbold authored
Also do some prep work to carry $idleswap and $autoswap through this script like $force is. (For calling the back end with different params, when it supports it.)
-
- 21 May, 2003 4 commits
-
-
Chad Barb authored
-
Chad Barb authored
Changed submit button to work on NS4.7 (by using <input type='submit'> instead of <button>) for our retrocomputing friends.
-
Mac Newbold authored
seconds (on a DSL line). (Also decreases db load...) Some of the defaults were as high as 400 records. Dropping them to 100 took the generated page from over 100KB to 31KB. Later (someday) we can add stuff to easily change the number of records you request, and perhaps even change the starting point to something other than the most recent stuff.
-
Leigh B. Stoller authored
-
- 20 May, 2003 5 commits
-
-
Chad Barb authored
Temporarily make TCSH the only option until Leigh gets new images together.
-
Chad Barb authored
Users can, via, moduserinfo, set a preferred shell. One of {tcsh, bash, csh, sh}. When users are created, they are given tcsh. All users which already exist have been given tcsh.
-
Leigh B. Stoller authored
system now to do scheduling. Instead just show last swap/modify time, along with the uid of the person who did it. Report on per-class node counts instead of the total number, since with virtual nodes it is better to split that number up.
-
Leigh B. Stoller authored
per Shashi's request.
-
Leigh B. Stoller authored
-
- 19 May, 2003 1 commit
-
-
Robert Ricci authored
newnodecheckin.php accepts some information about a new node, tries to figure out a node_id, IP, type, etc. for them, sticks this into the new_ tables, then alerts testbed-ops. Another (not yet created) page will be used to make the new node a real boy. newclient will run from a (not yet created) MFS - it collects various data about the node, like its MAC, runs teachswitch, and checks in via newnodecheckin.php .
-
- 16 May, 2003 4 commits
-
-
Robert Ricci authored
-
Mac Newbold authored
-
Mac Newbold authored
before was idle view of the expt list. Now it shows in all (non-thumb) views. I also added it to the right hand table in the expt page. It also shows in the little expt lists in the user, group, and proj pages. (I'm already really glad those got consolidated into a single function.) Also cleaned up idle view a bit. Now that we show staleness and idle ignore anyway, we don't need text tags for them, and we no longer need the red dot that links to swap requests because of idlemail. So there's no longer the weird double-column thing in idle view. I'm still looking for a good way to non-intrusively mark expts in the expt list as being unswappable, so if you think of anything, let me know. (Maybe boldface, or a little lock icon or something?)
-
Mac Newbold authored
a lone stray " .
-
- 15 May, 2003 4 commits
-
-
Mac Newbold authored
- Don't use the image, just use a text link. (Note: the text link in the middle is different than the button link on the left, since the button doesn't set refer=1.) (From Rob/Chad) - Don't jump back into admin mode just because I was before. Let it dump me back to green dot when I log back in. (From Leigh)
-
Chad Barb authored
Linked in publications and classes under new "Emulab Users" top-level menu item. Moved project list from the top-level underneath this. For non-Utah emulabs, the project list remains on the top level.
-
Chad Barb authored
Some changes Jay wanted, plus put some of the "H" in HTML (links to papers).
-
Leigh B. Stoller authored
is not a string of bits, but really 0 when the type is unsigned. Sheesh. Add link from testbed_stats to experiment_resources to get better info in showstats.
-