- 06 Jan, 2003 18 commits
-
-
Leigh B. Stoller authored
script name (basename, not full path). Also moved the "use" lines below the package declaration, as I think they are supposed to be.
-
Leigh B. Stoller authored
builds properly on Linux.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
on linux. Add a makefile ifdef for Linux/Freebsd that sets up the proper set of programs. Note that the new image I'm making will have the event libraries installed!
-
Robert Ricci authored
in terms of not putting them in the reloadpending experiment, etc.
-
Mike Hibler authored
-
Mike Hibler authored
frisbee.redux makefile, not the imagezip makefile. Besides making more sense, this ensure that all the frisbee client objects get built with the same compiler (the imagezip/unzip code will be built with gcc30 if imagezip NTFS support is enabled)
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
percent, and optimize for space. Prelude to creating smaller jails on local nodes, as soon as I can get SFS running inside a jail the way I want it (in which case users will have access to their project and home dirs on the file server). Add Mike's IPADDR change, with slight modification. tmcd will specify a list of ip addresses as a comma separated list, which are converted to -i options to pass to jail. Kernel will restrict bind to these IPs.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
builds.
-
Leigh B. Stoller authored
move the /etc/cron files off so they are not run.
-
Leigh B. Stoller authored
earlier in the script!).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
ntpdrift values reported from most nodes. Do not report ntpdrift from the MFS either. Clean up pidfile stuff, and add better "stop" mode for shutdown.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 03 Jan, 2003 2 commits
-
-
Mike Hibler authored
-
Robert Ricci authored
instead of the old ad-hoc server.
-
- 02 Jan, 2003 1 commit
-
-
Leigh B. Stoller authored
are in the vnodes experiment on that node. This list of IPs is given to the kernel as interfaces that a jail is allowed to bind too (those kernel changes done by Mike). To construct this list, first look at the list of virt_tunnels on that physnode for the experiment. In addition, to support local jails, look at the IP list in the interfaces table for the physnode. Basically like a doifconfig. At some point local jails will change to use tunnels also, but for now this will do.
-
- 31 Dec, 2002 7 commits
-
-
Leigh B. Stoller authored
Remove the sanity check of the experiment state. Add check for a local node and do not setup/teardown since the reboot will take care of that (jailed nodes setup at boot time, and obviously they are going to get torn down when the node goes down!).
-
Mike Hibler authored
(checked in to the official repository this time!)
-
Leigh B. Stoller authored
(jailed) or for the nodes that are hosting virtual nodes. The checks are here so that errors are caught early on, and because its better than messing with assign_wrapper!
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
sprewlogfile. Also add -w (waitmode) when calling node_reboot so that user gets to wait until all the nodes come back up.
-
Leigh B. Stoller authored
local. For local nodes, need to cull out jailed nodes if the phys node is also going to reboot. Jailed nodes are rebooted serially since they go down much faster. Fix up recently added wait mode for jailed nodes. Also, I noticed that I was having problems with events not filtering through stated before going into the ISUP wait loop; I was catching the nodes still in ISUP instead of SHUTDOWN. I added a sleep(2) before going into wait mode, but this might be something to watch out for elsewhere too.
-
Leigh B. Stoller authored
minor cleanup to avoid garbled page output.
-
- 30 Dec, 2002 3 commits
-
-
Leigh B. Stoller authored
do not want to do any group stuff for webonly accounts.
-
Leigh B. Stoller authored
Allow for "active" users to be in no projects, in which case they get the "guest" group.
-
Leigh B. Stoller authored
not exit with error if some directories already exist).
-
- 28 Dec, 2002 2 commits
-
-
Mac Newbold authored
Add a * mark by the node count in all views if the experiment is idle. Same caveats as usual, it only shows after they've been sent a warning and before slothd has detected activity again.
-
Leigh B. Stoller authored
-
- 23 Dec, 2002 6 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Mac Newbold authored
Fix nit with table formatting. Spread addr across table since we don't use addr2/city/state/zip anyway.
-
Jay Lepreau authored
-
Jay Lepreau authored
-
Jay Lepreau authored
-
- 20 Dec, 2002 1 commit
-
-
Mike Hibler authored
Frisbee uses this to ensure that the DOS partition table entry has the correct type for single-slice images.
-