- 17 Nov, 2003 1 commit
-
-
Leigh B. Stoller authored
for tracking login attacks.
-
- 28 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
work; do not run it yet since the rest of the support is not in place.
-
- 26 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
this directory called initkey.pl to generate them for existing experiments. I will run this script when the rest of the work is done.
-
- 23 Oct, 2003 1 commit
-
-
Mac Newbold authored
-
- 22 Oct, 2003 1 commit
-
-
Robert Ricci authored
-
- 13 Oct, 2003 1 commit
-
-
Leigh B. Stoller authored
but its nice to have it in the DB too so that we do not have to read that file!
-
- 02 Oct, 2003 2 commits
-
-
Robert Ricci authored
-
Mac Newbold authored
-
- 26 Sep, 2003 3 commits
-
-
Robert Ricci authored
multiple desires for each vnode.
-
Robert Ricci authored
into assign.
-
Leigh B. Stoller authored
-
- 23 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
server.
-
- 18 Sep, 2003 1 commit
-
-
Robert Ricci authored
entry to database-migrate.sql that I forgot with my last commit.
-
- 17 Sep, 2003 1 commit
-
-
Robert Ricci authored
-
- 15 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 12 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 11 Sep, 2003 1 commit
-
-
Robert Ricci authored
but it's per node, not per type. Will initially be used to store inforomation about planetlab nodes.
-
- 10 Sep, 2003 1 commit
-
-
Leigh B. Stoller authored
node_types table. This should make it easier to assign last mile types to widearea nodes since a given type can now have as many subtypes as you like. Also add cpu_usage and mem_usage to the experiments table. The user will be able to specify these in the NS file. Currently a tinyint, where the default is zero, which means ignore.
-
- 09 Sep, 2003 2 commits
-
-
Robert Ricci authored
that should be associated with a node when it is put into the ptop file.
-
Leigh B. Stoller authored
as an admin if you go to a users moduserinfo page. I'll be using this to flag accounts frozen due to email problems.
-
- 02 Sep, 2003 2 commits
-
-
Leigh B. Stoller authored
revision.
-
Leigh B. Stoller authored
have to change to an int format to save space. I'll probably make some changes to the migrate code later, but I want to get the DB changes checked in.
-
- 25 Aug, 2003 3 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
control_iface join with node_types, since new nodes have more than just expt and ctrl interfaces (ixps). The control_net slot is bogus anyway. Note that 'jail' is a placeholder for later. A 'fake' interface is not to be confused with veth interfaces; it is a psuedo interface like that found between an ixp and the host. alter table interfaces add \ role enum('ctrl', 'expt', 'jail', 'fake', 'other') \ NOT NULL default 'other' after iface;
-
- 22 Aug, 2003 1 commit
-
-
Mac Newbold authored
-
- 07 Aug, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 04 Aug, 2003 1 commit
-
-
Leigh B. Stoller authored
(soon to be working) sync server. When non-null (set by parser) that node will start a sync server and other nodes will know to use it. Returned by tmcd of course.
-
- 30 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
not have to wait 3 minutes for it to finish before he can watch his experiment swapin fail for some other reason. I adopted the same pid mechanism as in eventsys_control.in, which uses a slot in the experiments table. Running "prerender" puts the render into the background and stores the pid. Running "prerender -r" kills a running prerender and removes the existing info from the DB. Fixed the problem with swapmod not restoring the old vis; swapmod now kills any running prerender, and restarts one if the swapmod fails (the prerun of the new NS file starts up another prerender in the background). Add setpriority() call in prerender to nice it and children to 15.
-
- 28 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
being used in an experiment (node, virthost, delaynode, simnode). This is for helping to simplify the swapmod code support in assign, and to eventually fix the delaynode problem.
-
- 27 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
final time, so that we can see how long things take. As per Jay's request.
-
- 24 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
-
- 21 Jul, 2003 1 commit
-
-
Robert Ricci authored
the node was temporarily given while it's configuring.
-
- 17 Jul, 2003 1 commit
-
-
Robert Ricci authored
iface names
-
- 14 Jul, 2003 1 commit
-
-
Robert Ricci authored
to the new_interfaces table.
-
- 10 Jul, 2003 1 commit
-
-
Robert Ricci authored
which features and their weights can be placed, per node type. ptopgen now includes these features in the ptop files it generates.
-
- 09 Jul, 2003 2 commits
-
-
Leigh B. Stoller authored
in the experiment_resources table as a BLOB. The advantages are no more special directory and permission problems, and an archive of pretty pictures of experiments (including per-modified experiments).
-
Leigh B. Stoller authored
experiment_resources in revision 1.143.
-
- 03 Jul, 2003 1 commit
-
-
Leigh B. Stoller authored
when acting as a host for jails.
-
- 23 Jun, 2003 1 commit
-
-
Leigh B. Stoller authored
easier to chain back through the swapmod incarnations of an experiment, without going through query hell, and is very useful in summary stats page for calculating the usage across swapmods. Note that the lastrsrc field of the experiments table can now go.
-