- 20 Feb, 2003 1 commit
-
-
Mike Hibler authored
-
- 19 Feb, 2003 3 commits
-
-
Mike Hibler authored
when loading a slice, set the slice type in the DOS parttable run ntpdate if available, and echo the date
-
Mike Hibler authored
-
Robert Ricci authored
loaded on at once. The idea is to use this for things like rtLinux that require a per-machine license. This mechanism is circumventable, (for example, by simply making a second image), so it's mainly to prevent experimenters from accidentally violating the license.
-
- 18 Feb, 2003 2 commits
-
-
Robert Ricci authored
condition between two snmpits.
-
Robert Ricci authored
-
- 14 Feb, 2003 4 commits
-
-
Robert Ricci authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
file with a tb- command and used in assign_wrapper to *force* link delays when a delay would not otherwise be inserted. This avoids the problem of trying to figure out when the user has set a queue param that requires a delay. Kludgy, I know.
-
Leigh B. Stoller authored
file with a tb- command and used in assign_wrapper to use link delays instead of delay nodes. Default is zero, of course.
-
- 13 Feb, 2003 15 commits
-
-
Leigh B. Stoller authored
tweaks. Add IPALIASES to ifconfig when (vers > = 8). This is the initial approach for doing emulated links.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
(frozen) or for webonly users.
-
Leigh B. Stoller authored
determine if the user actually changed anything that requires a callout to the scripts, and to determine if email needs to be sent. Remove change password indicator since the audit list sees that anyway via new "tbacct passwd" command. Change BCC/CC on the email. The informative email goes to the user only now (audit list gets the script mail), but CC audit whenever the email address is changed.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
changes to the mail notification.
-
Leigh B. Stoller authored
Remove sleep(1) after sendmail. Silly. Move $TBAUTHTIMEOUT up above include line so I can redefine it locally to be 10 years!
-
Leigh B. Stoller authored
tbacct add followed by a setgroups, issue a tbacct for new users, and a setgroups for existing users. Cuts down on mail traffic.
-
Leigh B. Stoller authored
Change mkacct usage in mkproj to tbacct. Change rmuser to invoke tbacct instead of issuing ssh commands to ops.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
history).
-
Leigh B. Stoller authored
renamed to tbacct.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
from other places.
-
- 12 Feb, 2003 3 commits
-
-
Leigh B. Stoller authored
to old assign and friends. The installed version was checking the nodes table, which is no longer updated. See, thats why rtagging the entire tree is so nice ...
-
Mike Hibler authored
-
Robert Ricci authored
Cisco module commits.
-
- 11 Feb, 2003 3 commits
-
-
Mac Newbold authored
-
Leigh B. Stoller authored
* Add vnode0,vnode1 slots to the delays table. This will allow us to match ipfw pipes to nodes after swapin, hopefully allowing us to control the delays for lans in addition to duplex links. * Add IPaliases to interfaces table. Used in assign_wrapper when constructing "emulated" links, which will share a link via the use of aliases on the interface. This is a comma separated list of IP addresses (no, I refuse to make this a separate table!). * Add virtnode_capacity slot to node_types, defaults to zero. This is used in ptopgen for determining how many virtnodes fit on a real node. I have not thought this through completely, but it allows me to make progress on other fronts. * Add linkdelays delays, which sorta resembles the delays table, only this table stores oneway delays links, to be set up on the endpoints of a link or lan. Also, instead of being based on ipfw bridge rules, it is based on IP address/mask rules. At some point this table may merge witk the delays table, but will take time to work out the details and I do not want to mess up existing experiments by changing the delays table! Anyway, a duplex link gets one of these for each endpoint (a xmit ipfw rule). To mimic our lan setup, lan links get two, an xmit *and* a recv rule. My hope is that link delays will look just like normal delays (a packet leaving a node for a lan will get the outgoing delay, and a packet arriving gets the incoming delay).
-
Leigh B. Stoller authored
the RCS control file in the repository so the history is left intact. Two new modes, which used to be in the old mkacct. There is an init mode, which is used on new users to create the initial pub key. There is also a write mode, which is used regenerate the authkeys files for people after they add/delete keys via the web interface. Used to be that addpubkey wold add the key to the DB, but mkacct would deal with creating the authkeys files. All this functionality is now localized in this one script.
-
- 10 Feb, 2003 5 commits
-
-
Leigh B. Stoller authored
parsing will move from php to this script, like addpubkey (ssh), but for now all it does is invoke the script to rebuild sfs_users on ops.
-
Leigh B. Stoller authored
-
Mac Newbold authored
-
Robert Ricci authored
time to debug a delayed LAN problem.
-
Robert Ricci authored
-
- 09 Feb, 2003 1 commit
-
-
Leigh B. Stoller authored
script, which is now called tbacct, and lives in the account directory instead of tbsetup (all account scripts are moving into this directory). The command line is different: Usage: tbacct <add|del|mod|freeze|thaw|sfskey> <name> However, it is not really intended to be called from the command line, but if it is, it always does the right thing based on the DB. All of the ssh commands are localized here as well (mkproj and others will invoke this script instead of doing pw commands themselves on ops). My experience with this indicates a couple of things. * We should probably not invoke these backend scripts (which are setuid) as the user driving them from the web. This complicates things, especially in light of having to deal with users with no accounts (say, a new user, unapproved, who wants to change their password). Not sure what the right model is, but since the script always does the right thing, it really makes no difference who invokes it. * The actual pw commands should be driven from a script on the other side. This would make it easy to retarget to linux or whatever. I thought about doing that, but the shell quoting is a pain in the butt, and its not like I'm supposed to be doing this stuff.
-
- 08 Feb, 2003 2 commits
-
-
Leigh B. Stoller authored
Add a limit=N option for controlling how many nodes returned.
-
Leigh B. Stoller authored
-
- 07 Feb, 2003 1 commit
-
-
Robert Ricci authored
VLAN domain. This means that we have to create and delete VLANs on all switches, instead of just the 'leader'. This behavior is controlled through the new single_domain column in the switch_stack_types table.
-