- 28 Jun, 2013 1 commit
-
-
Leigh B Stoller authored
-
- 26 Jun, 2013 1 commit
-
-
Leigh B Stoller authored
-
- 24 Jun, 2013 1 commit
-
-
Leigh B Stoller authored
recorded about what it is doing.
-
- 24 Jan, 2013 1 commit
-
-
Leigh B Stoller authored
-
- 03 Dec, 2012 1 commit
-
-
Leigh B Stoller authored
-
- 06 Nov, 2012 1 commit
-
-
Leigh B Stoller authored
has been reached. The expt_swapped slot of the experiments table is also updated on swapmod, so some experiments get more time then they are supposed to.
-
- 24 Sep, 2012 1 commit
-
-
Eric Eide authored
This commit is intended to makes the license status of Emulab and ProtoGENI source files more clear. It replaces license symbols like "EMULAB-COPYRIGHT" and "GENIPUBLIC-COPYRIGHT" with {{{ }}}-delimited blocks that contain actual license statements. This change was driven by the fact that today, most people acquire and track Emulab and ProtoGENI sources via git. Before the Emulab source code was kept in git, the Flux Research Group at the University of Utah would roll distributions by making tar files. As part of that process, the Flux Group would replace the license symbols in the source files with actual license statements. When the Flux Group moved to git, people outside of the group started to see the source files with the "unexpanded" symbols. This meant that people acquired source files without actual license statements in them. All the relevant files had Utah *copyright* statements in them, but without the expanded *license* state...
-
- 01 Apr, 2011 1 commit
-
-
Leigh B Stoller authored
will teach me to believe what I read on the web), there is absolutely no support at all inside. So, a little more wrapping of things and some code changes, and presto, dataseek() works. Good that we do not do this very often.
-
- 12 Nov, 2010 1 commit
-
-
Mike Hibler authored
Nit. Noticed this is root's mailbox.
-
- 02 Aug, 2007 1 commit
-
-
Leigh B. Stoller authored
thankless job but someone has to do it. I'm expecting to finish by the time Bush 43 leaves office.
-
- 26 Apr, 2007 1 commit
-
-
Leigh B. Stoller authored
stuff into the library since we do that in many places.
-
- 13 Apr, 2006 1 commit
-
-
Mike Hibler authored
-
- 20 Mar, 2006 1 commit
-
-
Mike Hibler authored
As it currently stands, they cannot be automatically swapped because a paniced experiment will have a firewall node with its control interface disabled.
-
- 14 Feb, 2005 1 commit
-
-
Leigh B. Stoller authored
disabled, do not run the idle swapper (just exit silently).
-
- 03 Sep, 2003 1 commit
-
-
Mac Newbold authored
I was checking against the idle threshold (ie 2hrs) when I meant to check against the idle window (5 min), and the result was that no idleswap warning emails were getting sent. Doh!
-
- 27 Aug, 2003 1 commit
-
-
Mac Newbold authored
choice of idleswap times, it was sending the email before the expt had even been idle for 5 minutes. So add a check to make sure that they're idle at least idle_threshold minutes before we send warnings. Meaning, if the swap time is 30 minutes, and the warning time is 30 minutes, you won't get a warning at all, instead of warnings every time you've been idle for 1 minute (ie it has been a minute since the last node reported activity).
-
- 15 Aug, 2003 1 commit
-
-
Mac Newbold authored
-
- 21 Jul, 2003 2 commits
-
-
Mac Newbold authored
-
Mac Newbold authored
configurable via a sitevar. Also make autoswap warnings use a sitevar too. You can adjust (or turn off) idleswap and Max Duration warnings by setting the corresponding site vars, where 0==no warning.
-
- 11 Jun, 2003 1 commit
-
-
Mac Newbold authored
-
- 31 May, 2003 1 commit
-
-
Mac Newbold authored
swap request idle message.
-
- 29 May, 2003 4 commits
-
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
-
Mac Newbold authored
1. Send mail to the swapper, and cc the creator if it's different. 2. Add idleswapping and autoswapping. Going to add warning about pending autoswap tomorrow.
-
- 12 May, 2003 1 commit
-
-
Mac Newbold authored
-
- 29 Apr, 2003 1 commit
-
-
Mac Newbold authored
-
- 28 Apr, 2003 1 commit
-
-
Mac Newbold authored
Should run from cron, about every 15 minutes or so. Sends mail to idle expts that haven't gotten mail lately. Grabs the magic constants from the sitevars in the db, and respects idle_ignore. The messages now get bcc'd to tb-automail instead of tb-ops, too. With the current settings, it will send each idle expt a message every four hours (like I've been doing manually, but more punctually and without going away at night and on the weekend.) It also has a mode for selecting just one pid/eid, and possibly forcing a message to get sent. This part will replace the current swap request stuff in the web (ie, this will be the backend instead of the web page sending email directly).
-
- 11 Apr, 2003 1 commit
-
-
Mac Newbold authored
-
- 08 Apr, 2003 1 commit
-
-
Mac Newbold authored
(webidlecheck was removed in a separate commit.) idletimes is the new commandline tool for checking idleness. It shows a table like this: PID EID Nodes HrsIdle Last Activity Act. type ------------------------------------------------------------------------ AVQ Tunnel 4 15.18 2003-04-07 21:18:20 tty pces toy 1 3.92 2003-04-08 08:34:02 tty Spinglass fawaz 1 13.76 2003-04-07 22:43:48 tty TempleSCTP FTP-REAL 1 26.40 2003-04-07 10:05:18 tty,net testbed bvclass 4 24.58 2003-04-07 11:54:13 net testbed ltest 1 14.37 2003-04-07 22:07:02 tty testbed ron-image 1 501.88 2003-03-18 13:36:28 cpu,ext,tty,net testbed Tone 1 501.88 2003-03-18 13:36:30 cpu,ext,tty,net By default it only shows things that are over an idleness threshold. It also has a mode to show all expts. Also can show idleness/activity by node instead of by expt, which has a slightly different table. (s/Nodes/NodeID/) idlemail isn't finished yet, but I don't want it to hold up idletimes and the other changes any longer. It doesn't get used by anything yet, of course.
-