|
> Does anyone know what needs to be done in the XML files to "force" the BOINC
> client to look at the new location? Is this even possible?
>
> JHutch
>
Yes you can, I did it on several of my computers. I tried with one and didn't have any luck, so I detached
and re-attached that computer and then did a comparison of the files on that computer to the other computers
and edited them accordingly. I should have written everything down, but I didn't - so here's what I found
as far as I can remember :
- shut down Boinc
- back up your BOINC directory first (of course) so you can recover if need be
- rename "account_setiboinc.ssl.berkeley.edu.xml" to "account_setiathome.berkeley.edu.xml"
- in the "projects" directory, rename the directory "setiboinc.ssl.berkeley.edu_sah" to "setiathome.berkeley.edu"
- edit the following files, replacing "http://setiboinc.ssl.berkeley.edu/sah/" with "http://setiathome.berkeley.edu/"
these addresses are usually associated with the tag "master_url" :
in the main Boinc directory:
- "account_setiathome.berkeley.edu.xml"
- "client_state.xml"
- "sched_request.xml"
in each of the "slots" directories (if you have more than one):
- "init_data.xml" needs to have "C:/Program Files/BOINC/projects/setiboinc.ssl.berkeley.edu_sah" replaced with
"C:/Program Files/BOINC/projects/setiathome.berkeley.edu" to let it know of the name change you did to the directory
- "result.sah"
- "setiathome_3.08_windows_intelx86.pdb"
- "work_unit.sah"
I also deleted the files "stderr.old" and "stdout.old", and edited "stderr.txt" and "stdout.txt" to remove all data
from them so that when I re-started Boinc I knew it would start off without any log data, just to be sure.
Fire Boinc up and do a project update, it should work unless I forgot something.
|