- 02 Apr, 2003 2 commits
-
-
Mac Newbold authored
-
Leigh B. Stoller authored
-
- 01 Apr, 2003 5 commits
-
-
Mac Newbold authored
think it is idle because it has been sent a swap request, but it isn't really inactive, reset the swap request counter.
-
Robert Ricci authored
NOT have any options set.
-
Leigh B. Stoller authored
clients so they can create a proper .forward file. 2) Add some test code for seeing how feasible it is to do accounts on ops/tips using tmcd instead of direct ssh. Initial results are not good; too many accounts; does not scale well. Going to need a smarter protocol for doing hundreds of accounts, but I will leave this code in place for now. Note, unlike testbed nodes, control nodes must connect with ssl.
-
Mac Newbold authored
shaping with them. Also a discussion of jails and how they relate, and a proposed solution using MAC addresses (potentially made up ones) to perform the demultiplexing at the receiving node.
-
Leigh B. Stoller authored
bogus email to tbops, but rather spits the error directly to the user.
-
- 31 Mar, 2003 1 commit
-
-
Russell Daniel Christensen authored
swapfile.sys does not exist don't abort with an error message anymore.
-
- 29 Mar, 2003 2 commits
-
-
Mac Newbold authored
-
Leigh B. Stoller authored
we can send links that cause those fields to be filled in for people. Add those links to email generated by newproject and newgroup pages so that they can be saved by the leaders. Add a bit of referrer magic to login page. When clicked from the join or new project pages, tell login page to pass along the referrer page so that when login is complete, user is zapped back to the original page. This is especially nice when combined with the above change to joinproject, whereby we send along the target pid/gid, but the user has not yet logged in and remembers to do so via the link at the top of the page.
-
- 28 Mar, 2003 5 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Mac Newbold authored
-
- 27 Mar, 2003 18 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
make one in /usr/testbed/expwork/$pid. Too much cruft getting left behind and it was causing even more log copy errors! Besides, typically its just tbops people who need to look at that stuff.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
I've fixed all existing group directories.
-
Leigh B. Stoller authored
just like /proj/$pid.
-
Leigh B. Stoller authored
in /proj/$pid/exp/$eid, since this would seem to violate group privacy (/proj exported to all experiments). Minor changes to owner and mode to allow for non group members to swap/terminate and not get copy error (of logs).
-
Leigh B. Stoller authored
it was causing copy errors when non-group members try to swap an experiment. Make it 664 instead.
-
Leigh B. Stoller authored
In addition to the usual checks, project_root and group_root (in the project) get the same permission as if they were in the subgroups with group_root permission. This means they can swap/terminate/reboot etc in subgroups even though they are not members of the subgroups. There is still some copy problems with files, but leaving that till later to deal with.
-
Leigh B. Stoller authored
wrt subgroups. Also noted that group created is no longer in the group by default.
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Mac Newbold authored
project pages. Also fix the group one to be more consistent with the others.
-
Mac Newbold authored
-
Robert Ricci authored
-s is now required to set bits, and there is a -p option so that you can give physical node names.
-
Mac Newbold authored
-
Robert Ricci authored
-
Robert Ricci authored
Allow use of node classes, as well as types, in the template file.
-
Chad Barb authored
New tbswap mode 'update'. (a.k.a. 'reswap') Re-assigns experiment, fixing already assigned nodes in place; tries not to reboot nodes. Doesn't clear port counters, restart event system, etc. A few more things remain to be considered for 'general' use adding new nodes to experiments and modifying topologies, but for replacing failed nodes in experiments or removing virt_nodes from experiments, should work fine.
-
- 26 Mar, 2003 7 commits
-
-
Mac Newbold authored
how long they've been idle and what the time of last activity was on their nodes. And now do proper wordwrapping on the message instead of static apriori newline placement. Also add the ability to do some formatting on the idle time to those functions, and use it to make the swap request message a little better. ("H hours, M minutes" instead of "X.Y hours").
-
Leigh B. Stoller authored
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Robert Ricci authored
directory, so that mysql can write its logs.
-
Leigh B. Stoller authored
only pid, to pid/gid like most other things in the testbed. Also add a "global" slot to denote images that are globally available to all projects (system images). The older "shared" attribute is now used to denote images that are shared within a project (available to all subgroups in the project). The migration path for existing DBs is given in the migrate file. Be sure to run those commands on an existing testbed or things will break! www/newimageid, www/newimageid_ez: A bunch of changes for shared/global attributes. Added a group menu to the form so users can create images in subgroups. Beefed up the Java code that constructs the path name to use the gid, shared, and global attributes of the form to give the user the best possible path that we can. Improved the pathname checking code so that we do not allow just any old path in case the user elects to disregard the path we carefully constructed for them. Also check the proj/group membership, and setup defaults for users that have permission in just one pid/gid to create images. libdb.in: Changed permission check in TBImageIDAccessCheck() to reflect shared/global attribute changes. os_load: Get rid of test that checked path of the image. The path checking is done in the web interface anyway, so why duplicate in 4 places. Other minor changes reflecting shared->global name change. Also note that images can come from the group directory now. create_image: Get rid of test that checked path of the image. The path checking is done in the web interface anyway, so why duplicate in 4 places. Also note that images can come from the group directory now. www/dbdefs: Changed permission check in TBImageIDAccessCheck() to reflect shared/global attribute changes. www/showimageid_list, www/showstuff: Minor global/shared attribute changes. www/menu: Change osids/imageids pointer to point to the image list, not the osid list. This is more reasonable for mere users who have access to the EZ form, and thus never really need to concern themselves with osids. www/editimageid: Add proper pathname checking. There were no checks at all before!
-
Mac Newbold authored
- Added a bunch of functions to get time of last activity, hours idle, and staleness for nodes and experiments. - Fixed the showexp_list page to use the new idle measures, including idle view. Idle view now runs in about 1.3 seconds instead of 13. - Changed all the "show" functions for nodes and expts to show idleness. More changes will be coming, but I wanted to commit this before I install it for real.
-