- Jun 15, 2004
-
-
Mike Hibler authored
-
- Jun 03, 2004
-
-
Shashi Guruprasad authored
-
- Sep 18, 2003
-
-
Robert Ricci authored
tree gets installed. I've set it for our default defs, and for all the *-emulab devel defs files.
-
- Sep 03, 2003
-
-
Leigh B. Stoller authored
configure.in.
-
- Aug 09, 2003
-
-
Shashi Guruprasad authored
-
- Jun 25, 2003
-
-
Shashi Guruprasad authored
-
- Apr 09, 2003
-
-
Mac Newbold authored
cron daily, on the fs node (ops) as root. Uses lots of configure variables so that it does the right thing in any installation, without any customization. One possible caveat regarding quotas: If FS_NODE != USERNODE, they don't have a login on the fs machine. So checking their quota won't work unless the rpc.rquotad(8) daemon is running on FS_NODE, which we currently don't do. In order to do this right, I had to add a new configure var, FS_WITH_QUOTAS, that has a space separated list of file systems that have quotas enabled. (Ie the default is 'FS_WITH_QUOTAS="/q /users"'.) It doesn't have any default, since I couldn't come up with a reasonable one. All the defs files have been updated appropriately to define this new variable.
-
- Apr 02, 2003
-
-
Mac Newbold authored
Before: The main defs file (ie for configure) had an entry for WWWDEFS that pointed to a <@WWWDEFS@>-defs.php3 file in the www/ directory. The www defs file loaded some values about web pages, URLs, and some web configuration parameters. Problem: Anything that was only in the www defs file was not accessible in the rest of the universe (ie perl, C, and any other non-web-page scripts). For instance, you couldn't have a perl script send an email to a user with a link to the web site. Solution: Nuke all the www-defs files, move any important values into the main configure, and change the web defs infrastructure to respect that. This also meant adding about 3 lines each to all of the configure defs files. (There really are about 10 new values you can change in your defs file, but in almost all cases, the default values are the right thing.) Upgrading: External sites will need to move a few variables from their www-defs file into their configure defs file. The example file should make it pretty obvious. They may also want to customize some of the other vars that are mentioned in configure.in and www/defs.php3.in .
-
- Jan 23, 2003
-
-
Robert Ricci authored
picks it up from the main defs file via configure. Fixed up everybody's defs and www defs files to match the new way of doing things.
-
- Nov 06, 2002
-
-
Shashi Guruprasad authored
- Fixes the routing problem - A new type "sim" has been created but not in the DB. node_types and nodes remain unchanged. This will change after we figure out how to represent in the DB the local multiple virtnodes in one phynode case The frontend tb_compat.tcl adds the sim type and ptopgen associates a huge number of sim nodes to all local PCs. - All simulated nodes go into one pc untill I finish coding the distributed nse case. Also, sim nodes go through assign but with an explicit "fix-node" directive in the top file. A random free pc is chosen using the avail script in assign_wrapper. If we don't fix node it, assign maps sim nodes to multiple phy nodes even when a valid all to one mapping is possible. - Syntax for nse: $ns make-simulated { set simnode1 [$ns node] set simnode2 [$ns node] } ... The old syntax set nsenode [$ns nsenode] $nsenode make-simulated { } is deprecated - All 38 frontend tests in the testsuite pass - A new table v2pmap has been added to handle multiple virt nodes to one phy node mapping. This is used in "tmcc hostnames" currently. - The phy node that is picked to run nse is loaded with a custom image FBSD45-NSE . This can use the default FBSD kernel if there is a mechanism to run at 1000HZ, have options IPFIREWALL_FORWARD and PERFMON turned on. The image is in the 'testbed' group. Do not delete this image. - Static routes now adds routes for the case dst == nexthop. The routing graph would be disconnected otherwise and I need to traverse this in assign_wrapper for nse. On the client side, such a route is filtered out in libsetup.pm - sim nodes are also correctly visualized
-
- Oct 22, 2002
-
-
Mac Newbold authored
Add email aliases for testbed-stated and testbed-testsuite, and update all the defs files to use the same (or similar) addr for those lists as for testbed-logs. Make stated use the new alias too.
-
- Jun 06, 2002
-
-
Leigh B. Stoller authored
-
- Mar 11, 2002
-
-
Shashi Guruprasad authored
own development tree -Shashi
-
- Jan 18, 2002
-
-
Leigh B. Stoller authored
it is converted into a proper config.h file in the object directory. Look for AC_DEFINE_UNQUOTED in configure.in. This removes some of the headache of defining variables for C code in the makefiles. Be sure sure to add -I.. to CFLAGS and include "config.h" in your source code.
-
- Jan 08, 2002
-
-
Robert Ricci authored
fileserver - ie. fs.emulab.net . tmcd and exports_setup now use this variable rather than a hard-coded node name.
-
- Oct 31, 2001
-
-
Robert Ricci authored
-
- Oct 03, 2001
-
-
Robert Ricci authored
-
- Sep 28, 2001
-
-
Robert Ricci authored
Some minor cleanup/commenting as well. Also, a few more access checks. Only admins are able to run 'inuse' (to prevent users from seeing each other's experiments.) You are also only allowed to run tbreport for experiments in projects that you are trusted by.
-
- Sep 27, 2001
-
-
Robert Ricci authored
using the libdb library. They have also been cleaned up somewhat, with more comments added, etc. I've merged nodeip and mac2if, which had very similar functions. The merged version goes under the name nodeip. Lastly, I've added some access checks to db2ns and node_status, to make sure they're only called by the right people.
-
- Aug 20, 2001
-
-
Leigh B. Stoller authored
things, although this solution is not hugely better ... BOSSNODE=boss.emulab.net USERNODE=users.emulab.net OURDOMAIN=emulab.net
-
- May 23, 2001
-
-
Robert Ricci authored
-