- 18 Sep, 2012 1 commit
-
-
Leigh B Stoller authored
when inner boss is not responding yet.
-
- 17 Sep, 2012 2 commits
-
-
Leigh B Stoller authored
-
Mike Hibler authored
-
- 14 Sep, 2012 10 commits
-
-
Leigh B Stoller authored
The call from suexec appears to turn extra spaces at the end of the command line, into an extra argument. Ick.
-
Weibin Sun authored
-
Weibin Sun authored
-
Weibin Sun authored
2. convertPortFormat now support LACP port-channel index, which is: - for IfIndex: 1000000 + (port-channel#) - for Port class: card is 1000 and port is port-channel# - for Sysdb: Port-ChannelX, where X is port-channel# 3. setVlanIfOnTrunk doesn't need change since convertPortFormat can deal with port-channel index. 4. LACP port-channel is treated almost all the same as normal port by Arista Python API when doing VLAN operations, so all VLAN ops can work with port-channel without needs of change. 5. The last, but most important, I don't have an active and workable physical port-channel to test on, so for now, let's just pray... Conflicts: tbsetup/snmpit_test/snmpit_arista.pm.in
-
Leigh B Stoller authored
-
Leigh B Stoller authored
New option -s datetime to specify a starting time for the pre-reserve. New option -e datetime to specify a ending time for the pre-reserve. The idea is that you can schedule a pre-reserve to begin sometime later, and you can optionally specify a time for a prereserve to terminate. There is a new script that runs from cron that checks for pre-reserves that need to be started or terminated. For example: boss> wap prereserve -s '2012-09-14 09:08:15' -e '2012-09-15' emulab-ops 50 You can use any datetime string that is valid for str2time. At some point it would be nice to allow natural language dates ("tomorrow") but that requires a another bunch of perl packages and I didn't want to bother. NOTE: when using -e, -r is implied; in other words, when the pre-reserve is terminated, the table entry is cleared *and* the reserved_pid of all of the nodes is cleared. Any experiments using those nodes is left alone, although if the user does a swapmod, they could easily lose the nodes if another pre-reserve is set up that promises those nodes to another project.
-
Leigh B Stoller authored
When deleting, remove node_activity and other slothd slots. Going to have slothd start reporting for individual VMs soon.
-
Gary Wong authored
-
Gary Wong authored
-
Mike Hibler authored
-
- 13 Sep, 2012 6 commits
-
-
Mike Hibler authored
FreeBSD and Linux builds don't require any of the extra libraries, and in fact, these libraries will break the build on busybox. Leave the libraries there for Cygwin build which is the case Kirk added them for.
-
Mike Hibler authored
Mostly added a taget for the newnode MFS.
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Leigh B Stoller authored
-
Robert Ricci authored
-
- 12 Sep, 2012 7 commits
-
-
Mike Hibler authored
Also, fix a minor bug in the tmcd implementation.
-
Mike Hibler authored
Not sure if/how this ever worked since the gettimeofday call was added.
-
Mike Hibler authored
Details: Return MAC/IP (ARP) information for a node's "peers" on the node control net. We also return info for the control net gateway (if there is one) and any servers on the node control network (e.g., subbosses). As far as "peer" info, right now we just support calls by subbosses that will return the info for the set of nodes they control. This could also be used by experiment firewalls or gateways to return info for the nodes they are protecting and setup filters accordingly. Note that this call only returns info if invoked using SSL. This allows the client to be sure it is getting the info from boss. Tangentially related, is the addition of an index to the subbosses table to speed up a really slow query.
-
Mike Hibler authored
Sigh...for whatever reason, the unpacking of the MFS cpio archive doesn't pick up /.localized (probably because it is doing something akin to "cpio /*") so we put it in /root instead. Actually we put it in both places for compat.
-
Leigh B Stoller authored
IPs; if there is an ipalias defined in the interfaces table, and that ip is routable, then we can create an entry in the routable map *and* the unroutable map.
-
Mike Hibler authored
Also, add a little feedback.
-
Mike Hibler authored
All now include the localization code that Leigh added.
-
- 11 Sep, 2012 2 commits
-
-
Kirk Webb authored
-
Kirk Webb authored
sdcollectd has been changed to make the parsing of incoming idle report packets more robust. This should squash all existing vulnerabilities on the packet reception path. Changes: * NULL terminate the incoming packet buffer * move from strcpy to strncpy. * switch from strtoul, strtod, etc. to sscanf with explicit field lengths. * Multi-level parsing of packets into records, then key/val pairs, then individual key and value parsing/checking.
-
- 07 Sep, 2012 10 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
-
Robert Ricci authored
-
Robert Ricci authored
We don't need to be told the AM, since we can only sign these certs for ourselves Look at the user's cert, rather than their credential, and allow it to be looked up in the database rather than provided in a file
-
Robert Ricci authored
This script will generated a credential that allows a user to override the max_sliver_lifetime value. Based on Srikanth's genallow_extcred script, but heavily modified. genallow_extcred should be updated to look more like this.
-
Mike Hibler authored
Change watchdog to catch HUP and reopen the log. Add stuff to client Makefile to append a line to newsyslog.conf.
-
Mike Hibler authored
It has been removed entirely from the FreeBSD ports tree and we still need it because it has a dhclient which takes multiple interfaces on the command line (the current version just takes one interface). We should move to the new version, but I am not up to that yet...
-
Mike Hibler authored
-
Mike Hibler authored
I'm sure they would respond that we are being stupid running non-raid on an expensive raid controller...
-
Mike Hibler authored
Ugh, I am not a big fan of how we manage new OSes, but I started it!
-
- 06 Sep, 2012 2 commits
-
-
Leigh B Stoller authored
-
Matt Strum authored
-