- 11 Feb, 2010 3 commits
-
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
- 10 Feb, 2010 2 commits
-
-
Jonathon Duerig authored
Added component_manager information to links in both versions 0.1 and 2 of the rspec. The request-tunnel.xml example uses component_manager tags on links.
-
Ryan Jackson authored
"ifdef FOO" is always true if FOO is not the empty value, so use 'ifeq (FOO, 1)" instead when checking if support for each filesystem is enabled.
-
- 09 Feb, 2010 33 commits
-
-
Mike Hibler authored
dhcpd isn't running at this time so invoking dhcpd_makeconf will blow up the elabinelab setup.
-
Mike Hibler authored
Make sure power doesn't blow up if rmcp code is not installed.
-
Mike Hibler authored
When getting things working for boss/ops config, forgot to also make changes here for boss/ops/fs config.
-
Mike Hibler authored
Since we don't currently load the Linux-based tools into an inner elab, we have to munge DB state in the inner elab so that all nodes use the standard BSD-based tools.
-
Mike Hibler authored
-
Mike Hibler authored
Reign in a rogue ifdef in the makefile.
-
Mike Hibler authored
The current version of graphviz "dot" appears to put out positions as floating point numbers rather than integers. Change to accomodate.
-
Mike Hibler authored
Add missing argument to RecordVlanInsertion(). Don't return 1 from RemoteDoList() on error. The caller is expecting a list and not any sort of error. Instead, on error we tbdie() which is what other backend modules do on errors.
-
Mike Hibler authored
-
Mike Hibler authored
I cannot seem to get the dependency into the boss and ops ports.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
Some of these daemons could go nuts when accounts, etc. disappear while they are running.
-
Mike Hibler authored
-
Mike Hibler authored
changes and subsequent bug fixes.
-
Mike Hibler authored
-
Mike Hibler authored
auth_mysql module (which is installed under different names depending on the version). This could have been done with configure or in boss-install. I didn't do the former because configure might get run before apache is installed. I didn't do the latter because you would have to remember to re-run configure if you updated your mod_auth_mysql port.
-
Mike Hibler authored
variables in libtblog_simple and SWIG generated code. The fix is to libtblog, to get rid of the warning. The warning from swig generated code is a swig problem that was supposedly fixed, but apparently not. So those warnings remain, and led to the workaround. The workaround is in shommlists which parses output captured by SUEXEC. That function captures all output, stdout and stderr, from the command it runs and presents it in an array. So if you use it to invoke a perl script that evokes the "used once" messages, those messages wind up in the array. showmmlists was not validating that output at all, it just assumed everything returned was the name of a mail list. Added some syntactic validation (aka a regexp) to deal with that.
-
Mike Hibler authored
All we really do is apply one non-standard patch to avoid SSL certificate mismatches due to "www.emulab.net" vs. "boss.emulab.net". In older versions of m2crypto we just patched the installed library files, but the newer versions get installed as a .egg file, so it is easiest to just patch it while the port is being built. I really don't like creating a separate port for this, but the alternative was to modify the standard port, adding a new option. That seemed even worse.
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
-
Mike Hibler authored
install is sufficient to build the Emulab boss software.
-
Mike Hibler authored
-
Mike Hibler authored
-
Leigh B Stoller authored
is looking more and more like a urn, and so have to be careful when using it to lookup a local node.
-
Jonathon Duerig authored
-
Jonathon Duerig authored
Added initial versions for CreateDocument and AddElement utility functions which handle boilerplate and namespace issues automatically. Fixed a problem with how SetText handles namespaces.
-
Leigh B Stoller authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Jonathon Duerig authored
-
Leigh B Stoller authored
-
- 08 Feb, 2010 2 commits
-
-
Jonathon Duerig authored
-
Leigh B Stoller authored
-