Folding@Home Status Agent - Download
Installation Instructions
Install a Java JRE or
JDK first. Anything 1.4.2 or newer, including 1.5, should work fine.
Windows
- Unzip to c:\fsa . Make sure you preserve
the folder structure when you unzip it.
- Edit the config.xml file. Here's
an example of what a good one should look
like.
- Install and start the service:
- Bring up a command window (Start - Run - cmd - <enter>)
- cd \fsa <enter>
- fsa_svc_install <enter>
UNIX
- Unzip someplace (e.g. ~/fsa)
- cd ~/fsa <enter>
- Edit the config.xml file. Here's
an example of what a good one should look
like.
- sh ./runfsa.sh <enter>
Windows Service Uninstall (Important)
If you want to uninstall, follow these steps to avoid stranding a service in
your Services list:
- cd \fsa <enter>
- fsa_svc_stop <enter>
- Run Task Manager and kill the fsa_svc.exe
process under SYSTEM that won't stop
(known bug)
- fsa_svc_uninstall <enter>
- Delete c:\fsa and all its contents
Be sure to uninstall the previous versions using these steps before
installing a new version.
Known Problems
- fsa_svc_stop and fsa_svc_uninstall won't kill the process for some
reason, must kill manually after running (see above)
- min/WU and est. finish aren't accurate until the 2nd data point is
obtained from the log file (may be able to tune this using the mod. date on
the file). They're pretty accurate once the WU has progressed a little bit.
- no filtering of stale users on status page
- must stop/kill/uninstall service before updating to new version
(installer planned that will fix this)
- config.xml only read at system service startup, would be nice if it was
checked every time
|