Okay, here's a step by step.
1. Download the following files:
SGI_Irix6.5 BOINC V4.58 (2.99 MB) :
http://www.falconfly.de/boinc/boinc_4.5 ... rix6.5.bz2
SGI_Irix6.5 SETI V4.30 (2.59 MB) :
http://www.falconfly.de/boinc/setiathom ... gi_irix6.5
SGI_Irix6.5 app_info.xml (right-click in Browser to 'save as')
http://www.falconfly.de/boinc/app_info.xml
2. Remove bzip2 compression from boinc_4.58_mips-sgi-irix6.5.bz2:
Code:
Select all
bzip2 -d boinc_4.58_mips-sgi-irix6.5.bz2
3. Set execute bit on setiathome and boinc:
Code:
Select all
chmod +x boinc_4.58_mips-sgi-irix6.5
chmod +x setiathome_4.30_mips_sgi_irix6.5
4. Create 'boinc' directory:
5. Move boinc_4.58_mips-sgi-irix6.5 executable into 'boinc' directory:
Code:
Select all
mv boinc_4.58_mips-sgi-irix6.5 boinc/boinc
6. Enter boinc directory and run boinc executable:
- The following should occur at this point:
- BOINC will ask for Project URL and Account Key - enter both
- BOINC will then suspend network and computing activity to run benchmark. Interrupt (CTRL-C) while benchmarking to avoid BOINC not finding Berkeley server and automatically detaching project (this is important).
7. Move seti binary and app_info.xml to their final location:
Code:
Select all
mv ../setiathome_4.30_mips_sgi_irix6.5 projects/setiathome.berkeley.edu/
mv ../app_info.xml projects/setiathome.berkeley.edu/
8. Run BOINC again and let it complete benchmarks. Installation should now be complete.
Once everything's up and running, your directory structure should look like this:
Code:
Select all
[Megumi:~] neko 1% ls -laR boinc/
boinc/:
total 2068
drwxr-xr-x 4 neko staff 4096 Jun 3 01:56 ./
drwxr-xr-x 116 neko staff 12288 Jun 3 01:53 ../
-rw------- 1 neko staff 239 Jun 2 11:58 account_setiweb.ssl.berkeley.edu.xml
-rwxr-xr-x 1 neko staff 2045476 Jun 2 11:49 boinc*
-rw-r--r-- 1 neko staff 8683 Jun 3 01:56 client_state.xml
-rw-r--r-- 1 neko staff 8683 Jun 3 01:55 client_state_prev.xml
-rw-r--r-- 1 neko staff 0 Jun 2 11:56 lockfile
-rw-r--r-- 1 neko staff 12277 Jun 2 11:58 master.html
drwxr-xr-x 3 neko staff 37 Jun 2 11:56 projects/
-rw-r--r-- 1 neko staff 2250 Jun 2 23:25 sched_reply_setiweb.ssl.berkeley.edu.xml
-rw-r--r-- 1 neko staff 3004 Jun 2 23:25 sched_request_setiweb.ssl.berkeley.edu.xml
drwxr-xr-x 3 neko staff 14 Jun 2 11:58 slots/
boinc/projects:
total 8
drwxr-xr-x 3 neko staff 37 Jun 2 11:56 ./
drwxr-xr-x 4 neko staff 4096 Jun 3 01:56 ../
drwxr-xr-x 2 neko staff 4096 Jun 2 23:25 setiweb.ssl.berkeley.edu/
boinc/projects/setiweb.ssl.berkeley.edu:
total 3448
drwxr-xr-x 2 neko staff 4096 Jun 2 23:25 ./
drwxr-xr-x 3 neko staff 37 Jun 2 11:56 ../
-rw------- 1 neko staff 361977 Jun 2 13:32 03dc03ab.22340.16593.523582.253
-rw-r--r-- 1 neko staff 7658 Jun 3 00:38 03dc03ab.22340.16593.523582.253_3_0
-rw------- 1 neko staff 361965 Jun 2 23:25 03dc03ab.22340.19490.286082.71
-rw-r--r-- 1 neko staff 414 Dec 31 17:46 app_info.xml
-rwxr-xr-x 1 neko staff 2725300 Jun 2 11:59 setiathome_4.30_mips_sgi_irix6.5*
boinc/slots:
total 4
drwxr-xr-x 3 neko staff 14 Jun 2 11:58 ./
drwxr-xr-x 4 neko staff 4096 Jun 3 01:56 ../
drwxr-xr-x 2 neko staff 156 Jun 2 23:26 0/
boinc/slots/0:
total 20
drwxr-xr-x 2 neko staff 156 Jun 2 23:26 ./
drwxr-xr-x 3 neko staff 14 Jun 2 11:58 ../
-rw-r--r-- 1 neko staff 0 Jun 2 23:25 boinc_lockfile
-rw-r--r-- 1 neko staff 2809 Jun 2 23:25 init_data.xml
-rw-r--r-- 1 neko staff 99 Jun 2 23:25 result.sah
-rw-r--r-- 1 neko staff 96 Jun 2 23:25 setiathome_4.30_mips_sgi_irix6.5
-rw-r--r-- 1 neko staff 1567 Jun 3 01:56 state.sah
-rw-r--r-- 1 neko staff 0 Jun 2 23:25 stderr.txt
-rw-r--r-- 1 neko staff 95 Jun 2 23:25 work_unit.sah
My 'boinc' binary is a tad smaller since I ran 'strip' on it.