- 05 Jan, 2010 8 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
I added a sig handler to reopen the log file. See corresponding changes to doc/UPDATING and to install/boss-install.in
-
David Johnson authored
project, or shared ones.
-
Leigh B. Stoller authored
have the same problem; webkit does not allow a parent page to look inside the docment of a child iframe. Not sue if this is a bug or a function of new security model, but nonetheless, the trick no longer works. Need a new trick.
-
David Johnson authored
redirect) for virt_nodes.parent_osname by mistake.
-
David Johnson authored
-
David Johnson authored
some debug stuff too.
-
David Johnson authored
-
- 29 Dec, 2009 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
Got side-tracked when I noticed that currentusage.php3 dealie in the header disappears when you have a testbed with no experimental nodes. Started looking at the error console in the browser and noticed these...
-
Mike Hibler authored
-
- 28 Dec, 2009 2 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 23 Dec, 2009 6 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
a node has failed. * In the main wait loop, I check the eventstate for the node, for TBFAILED or PXEFAILED. Neither of these should happen after the reboot, so it makes sense to quit waiting if they do. * I added an event handler to libosload, specifically to watch for nodes entering RELOADSETUP or RELOADING, after the reboot. Because of the race with reboot, this was best done with a handler instead of polling the DB state like case #1 above. The idea is that a node should hit one of these two states within a fairly short time (I currently have it set to 5 minutes). If not, something is wrong and the loop bails on that node. ÊWhat happens after is subject to the normal waiting times. I believe that these two tests will catch a lot of cases where osload is waiting on something that will never finish.
-
Robert Ricci authored
Fix a problem with the -h flag - I was forgetting to exit()
-
Robert Ricci authored
so that I can add '-p' (show patch) to my public repository. Also, fixed up an existing config option that had a character illegal for 'git config' (underscores are not allowed).
-
Ryan Jackson authored
Make git-diff-tree generate more context (8 lines). Also, keep track of the last commit successfully pushed to CVS and start there when doing a cvspush if the local repo is up to date. This should prevent duplicate commits and allow new commits to be pushed before the central Git repo is updated from CVS.
-
Leigh B. Stoller authored
-
- 22 Dec, 2009 13 commits
-
-
Leigh B. Stoller authored
severely flaky.
-
Gary Wong authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Ryan Jackson authored
-
Ryan Jackson authored
Pass '--numstat' to git-show so that we can see separate insert/delete counts per file instead of just a count for all files in that commit.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
reserved yet, and make it reserved into the provided experiment.
-
Leigh B. Stoller authored
move them into hwcheckup. Make sure nodes are imageable, otherwise straight to hwdown. Minor fix to Node::MoveReservation().
-
- 21 Dec, 2009 8 commits
-
-
Leigh B. Stoller authored
land in hwdown. Currently, if a node fails to boot in os_setup and the node is running a system image, it is moved into hwdown. 99% of the time this is wasted work; the node did not fail for hardware reasons, but for some other reason that is transient. The new approach is to move the node into another holding experiment, emulab-ops/hwcheckup. The daemon watches that experiment, and nodes that land in it are freshly reloaded with the default image and rebooted. If the node reboots okay after reload, it is released back into the free pool. If it fails any part of the reload/reboot, it is officially moved into hwdown. Another possible use; if you have a suspect node, you go wiggle some hardware, and instead of releasing it into the free pool, you move it into hwcheckup, to see if it reloads/reboots. If not, it lands in hwdown again. Then you break out the hammer. Most of the changes in Node.pm, libdb.pm, and os_setup are organizational changes to make the code cleaner.
-
Robert Ricci authored
with Eric this afternoon.
-
Ryan Jackson authored
-
Ryan Jackson authored
- git-cvsexportcommit.mod is the same as the standard git-cvsexportcommit script, except it doesn't fail if you try applying a patch to the sandbox that has already been applied (i.e., you do a cvspush before the upstream git repo has been updated). - git-cvspush uses the above script to export each commit between the upstream branch head and your local branch head to CVS. To use it, run the following command inside your git repo: git config branch.<branch>.cvsdir <sandbox> where '<branch>' is your local git branch name and '<sandbox>' is the CVS sandbox where you've checked out that branch. Set up an alias for it with this: git config --global alias.cvspush "!git-cvspush" and run 'git cvspush <branch>' (where '<branch>' is the branch to push or the current one if not specified) when you're ready to push pending commits to CVS.
-
Robert Ricci authored
to mailing lists, etc.
-
Ryan Jackson authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
marked as active instead of new. Add another system experiment, hwcheckup for automated testing of nodes that have failed during a swapin.
-