- 01 May, 2008 4 commits
-
-
Kevin Atkinson authored
-
Kevin Atkinson authored
When a project is initially created a new mailing list is created, PROJ-admin@emulab.net. testbed-approval is subscribed to the list Several emails that originally went to testbed-approval now go to the mailing list instead. The From, To, fields are basically the same with testbed-approval becoming PROJ-admin. This means some mail is sent with a From PROJ-admin and Bcc the mailing list. Note that some mail still goes to testbed-approval directly, in particular ones where there is no clear project involved, and when a project is denied. In addition notifications of approval status of new members is also sent to the list. These emails use to only go to testbed-audit@. Currently All mail sent to PROJ-admin is also sent to testbed-audit (via a Bcc). This means that some mail that didn't use to go to testbed-audit now does. The mailing list is deleted when a project is deleted with out first being approved. Becuase of this notified that a project is denied is sent to testbed-approval instead of PROJ-admin. Admins can access the mailing list from the Project Profile page. The mailing list is open in order to allow users to reply to the mailing list, in addition the check that PROJ-admin is in the To or CC field is disabled. There is currently no spam control on the mailing lists. However, since the mailing list address is not posted anywhere it should't pick up to much spam. If it does we can deal with it then. Finally, a new script is created to create the per-project admin mailing list. See doc/UPDATING. Also add DBQuerySingleFatal to libdb, which is like DBQueryFatal but also fails if the query didn't return any results. Basically identical to he version in libtblog. Eventually libtblog should be modified to use this version.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 30 Apr, 2008 3 commits
-
-
Mike Hibler authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 28 Apr, 2008 6 commits
-
-
Kevin Atkinson authored
Return a 404 if the file is not found, rather than returning an empty page and logging the error in the php error log file. The error is no longer logged in the error log, to find this error look for the 404 status code in the access log. Return a 400 if the document name is invalid. Allow "." is base name in tutorial/docwrapper.php3.
-
Mike Hibler authored
since these sourced file paths get recorded and used on boss
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Jay Lepreau authored
-
- 25 Apr, 2008 2 commits
-
-
David Johnson authored
-
Leigh B. Stoller authored
server. Apache does the client certificate verification, using CA certs in /usr/testbed/etc/genicacerts, which will hold the CA certs of all trusted peers. Currently, it has the cert for my elabinelab experiment for testing.
-
- 24 Apr, 2008 4 commits
-
-
Leigh B. Stoller authored
into a new module called emdbi.pm, and reexport the symbol names back out. This allows me to import just the db interface code to the Geni modules I am writing, without having to drag in 4000 lines of other crap that is Emulab specific. This change is invisible to the Emulab code, although I did it without any perl exporter/importer magic incantations; did it the old fashioned way.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 21 Apr, 2008 3 commits
-
-
David Johnson authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 18 Apr, 2008 5 commits
-
-
Ryan Jackson authored
-
Mike Hibler authored
-
Leigh B. Stoller authored
constructed it is possible that assign will place the "lannode" on one node and all the other interfaces on another node (trivial lan). This is dealt with by the "virtpatch" code, that according to the comments, "only Rob and Leigh understand." Wish that were true! Anyway, when this happens, NewVirtIface never gets called with an underlying physical interface (which signals it to set the current_speed on the interface), so the current_speed is left at zero. Not good. So, in PatchVirts (which installs the vinterfaces for that lannode), also set the current_speed on the underlying phys interface. This stuff is totally bizarre, certain to break some other special case of the hundreds of special case in assign_wrapper. Oh, the code was easy, but testing it was a pain since assign is so random; it only rarely splits the lan up in the above manner.
-
David Johnson authored
authorized_keys file gets created.
-
David Johnson authored
and give appropriate log msgs.
-
- 17 Apr, 2008 8 commits
-
-
David Johnson authored
-
David Johnson authored
our slice prefixes could be anything. Thus, have to ensure non-root group users can't overwrite /etc/slicename, and grab the slicename (also the name of the user we allow to run vnodesetup, if not real root). Ugh.
-
David Johnson authored
-
David Johnson authored
to the corresponding object at that PLC.
-
David Johnson authored
off plc,slice,nodegroup,node_id tuples, as appropriate). Also add support for sucking down plab nodegroups.
-
David Johnson authored
widearea_nodeinfo in support of widearea nodes that need their networks to be configured statically. Also the plab sync support for this, and a sync bugfix.
-
Leigh B. Stoller authored
ops.
-
Leigh B. Stoller authored
-
- 16 Apr, 2008 5 commits
-
-
David Johnson authored
to info in /etc/emulab/waconfig. Pretty much like how planetlab does it -- each node's dongle has to have a specific set of info. The key difference from plab is that widearea nodes that boot off dhcp don't have to have this file -- if it doesn't exist, they do everything via dhcp and then tmcc just like normal.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
audit to look for projects with an admin/nonadmin mix.
-
Leigh B. Stoller authored
DYNAMICROOTPASSWORDS config vaiables in tmcd. Also change the watchdog to do nothing when DYNAMICROOTPASSWORDS=0.
-
Leigh B. Stoller authored
config.h for tmcd.c
-