- 19 Aug, 2005 2 commits
-
-
Mike Hibler authored
the 'one-true-awk' version of awk, botches the calculations when the values get close to MAXINT. Instead, just create a hex string since sysctl knows about hex numbers.
-
Leigh B. Stoller authored
-
- 18 Aug, 2005 8 commits
-
-
Leigh B. Stoller authored
the "race" problem.
-
Russ Fish authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
turned on.
-
Leigh B. Stoller authored
project only. This avoids leaking out group member names. There is also some unrelated fixup code in this revision. Ignore it.
-
Mike Hibler authored
-
- 17 Aug, 2005 11 commits
-
-
Leigh B. Stoller authored
Okay, I implemented a primitive Knowledge Base! The current contents are *all* the existing FAQ entries, which I entered manually. Here are the details. * My reason for doing this is that we need something very simple. The wiki is too much of a barrier, and its search capabilities are pathetic. * The search page for the Knowledge Base is: https://www.emulab.net/kb-search.php3 Fairly primitive keyword search. Turns out that mysql 4.0 has a bunch for really good text searching functions built in, but we run 3.23 ... so I had to roll it myself. So, its a simple keyword (space or comma separated) search, no regular expressions. * Each DB record has a "faq_entry" flag, so creating the current FAQ on the fly from the DB is easy. See: https://www.emulab.net/kb-faq.php3 * In reddot mode, you can add new KB entries: https://www.emulab.net/kb-manage.php3 The form is fairly obvious but here are details anyway: Section Name: Choose an existing title, or make u...
-
Russ Fish authored
-
Mike Hibler authored
It breaks the windows port and also doesn't accomplish anything. (a non-root user can always just make the tmcc call to boss to get the info).
-
Mike Hibler authored
* ipodinfo and watchdoginfo are now fullconfig commands * ipod setup moved later in startup to take advantage of fullconfig * watchdog changed to use cached info on the first call * move firewall setup later to take advantage of fullconfig Other stuff: * accounts/ipodinfo cache files protected 600 Along with Tim's changes, this should eliminate 4 more boot time calls!
-
Leigh B. Stoller authored
active users and projects lists; it was taking 3 seconds to generate that table from the testbed_stats table. Switch to using newly added last_activity slots of user_stats and project_stats tables. Now takes less then .1 seconds ...
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
where we insert the testbed_stats record. This will make it much much faster to generate the recent users list in genelists (currently taking 3 seconds!).
-
Russ Fish authored
-
Timothy Stack authored
comment to more closely reflect what all is going on.
-
Timothy Stack authored
-
Timothy Stack authored
-
- 16 Aug, 2005 10 commits
-
-
Mike Hibler authored
-
Leigh B. Stoller authored
in new project names.
-
Timothy Stack authored
-
Timothy Stack authored
EtherChannel and try another trunk port before giving up altogether.
-
Timothy Stack authored
-
Leigh B. Stoller authored
-
Mike Hibler authored
in the basic style.
-
Russ Fish authored
-
Russ Fish authored
-
Leigh B. Stoller authored
-
- 15 Aug, 2005 1 commit
-
-
Leigh B. Stoller authored
Jay has "comments"), but I do not want it hanging around in my source tree. Here is my mail message: * The "My Mailing Lists" is context sensitive (copied from Tim's changes to the My Bug Databases). It takes you to the *archives* for the current project (or subgroup) list. Or it takes you to your first joined project. * The showproject and showgroup pages have direct links to the project and group specific archives. If you are in reddot mode, you also get a link to the admin page for the list. Note that project and group leaders are just plain members of these lists. * The interface to create a new "user" list is: https://www.emulab.net/dev/stoller/newmmlist.php3 We do not store the password, but just fire it over in the list creation process. Anyone can create their own mailing lists. They are not associated with projects, but just the person creating the list. That person is the list administrator and is ...
-
- 13 Aug, 2005 1 commit
-
-
Mike Hibler authored
-
- 12 Aug, 2005 3 commits
-
-
Mike Hibler authored
-
Mike Hibler authored
read matches the prompt, i.e., don't wait to get a newline. With the new power controller on the rocketport muxes on a pc1500 tipserver, even though we send two newlines, we just get back a single prompt with no newline. This would cause us to hang forever waiting for the newline. Note that it did not do this on the same RPCs with the same muxes on our ops node (a pc3000). This could be a bad sign for things to come...
-
Kevin Atkinson authored
Added new script "linesofcode2.pl" which is like ""linesofcode.sh" but uses a ".loc-ignore" file instead of lots of egreps. Also added a ".loc-ignore" file in the root directory so that the results from the two scripts are basically the same. The only difference is that the new script also ignores files starting with "." which I assume is a desirable behavior.
-
- 11 Aug, 2005 1 commit
-
-
Leigh B. Stoller authored
(and subgroup) mailman lists.
-
- 10 Aug, 2005 2 commits
-
-
Kevin Atkinson authored
rerun assign on an empty testbed if the initial assign pass failed. If assign failed on an empty testbed than It will fail with the error message: Experiment can not be run on an empty testbed. Please fix the experiment.
-
Leigh B. Stoller authored
and other privs.
-
- 09 Aug, 2005 1 commit
-
-
Leigh B. Stoller authored
-