Seti@Home optimized science apps and information

Optimized Seti@Home apps => Linux => Topic started by: M.Tospol on 10 Aug 2007, 12:20:16 am

Title: How to install boinc in IPCOP ?
Post by: M.Tospol on 10 Aug 2007, 12:20:16 am
I'm beginner Linux.
Info IPCOP OS = Linux 2.4.34 #1 Mon Jul 16 23:11:03 GMT 2007 i686 pentium4 i386 GNU/Linux



Please help me in details ?
- BOINC Version that compatible with IPCOP.
- To install BOINC.
- To config Boinc Autostart ( same as windows service ).

thanks

Tospol.  :'(
Title: Re: How to install boinc in IPCOP ?
Post by: michael37 on 10 Aug 2007, 03:43:44 pm
Well, considering I've never ever run IPCOP, let's try :)

Go to http://boinc.berkeley.edu/download.php and click on "Download Boinc".

Download the boinc_5.8.16_i686-pc-linux-gnu.sh file and save it somewhere (let's say in /opt).

Install it like this:

# cd /opt/
# chmod +x boinc_5.8.16_i686-pc-linux-gnu.sh
# ./boinc_5.8.16_i686-pc-linux-gnu.sh

Follow instructions and start boinc.

===========

Once you get so far, let us know and we'll help you to get through the rest.

Also, run command
# cat /proc/cpuinfo
and paste the output here.
Title: Re: How to install boinc in IPCOP ?
Post by: M.Tospol on 10 Aug 2007, 09:22:44 pm
Well, considering I've never ever run IPCOP, let's try :)

Go to http://boinc.berkeley.edu/download.php and click on "Download Boinc".

Download the boinc_5.8.16_i686-pc-linux-gnu.sh file and save it somewhere (let's say in /opt).

Install it like this:

# cd /opt/
# chmod +x boinc_5.8.16_i686-pc-linux-gnu.sh
# ./boinc_5.8.16_i686-pc-linux-gnu.sh

Follow instructions and start boinc.

===========

Once you get so far, let us know and we'll help you to get through the rest.

Also, run command
# cat /proc/cpuinfo
and paste the output here.


After chmod +x boinc_5.8.16_i686-pc-linux-gnu.sh  color of file boinc_5.8.16_i686-pc-linux-gnu.sh change from white to green.

cat /proc/cpuinfo

processor       : 0
vendor_id       : GenuineIntel
cpu family      : 15
model           : 4
model name      : Intel(R) Pentium(R) 4 CPU 2.40GHz
stepping        : 1
cpu MHz         : 2400.199
cache size      : 1024 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 5
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe pni monitor ds_cpl cid
bogomips        : 4784.12
Title: Re: How to install boinc in IPCOP ?
Post by: michael37 on 11 Aug 2007, 02:22:26 am
OK did you execute boinc?  That's the next command after chmod:

# ./boinc_5.8.16_i686-pc-linux-gnu.sh

Have you run boinc?  Does it run?  Were you able to connect to Seti project?
Title: Re: How to install boinc in IPCOP ?
Post by: M.Tospol on 11 Aug 2007, 09:44:31 pm
OK did you execute boinc?  That's the next command after chmod:

# ./boinc_5.8.16_i686-pc-linux-gnu.sh

Have you run boinc?  Does it run?  Were you able to connect to Seti project?


root@IPCMT:/home # ./boinc_5.8.16_i686-pc-linux-gnu.sh
tar: Skipping to next header

gunzip: stdin: invalid compressed data--format violated
tar: Error exit delayed from previous errors
root@IPCMT:/home #

  :(
Title: Re: How to install boinc in IPCOP ?
Post by: michael37 on 12 Aug 2007, 02:52:53 pm
Download the file again.
Title: Re: How to install boinc in IPCOP ?
Post by: M.Tospol on 13 Aug 2007, 03:10:11 am
Download the file again.

After download (direct from ADSL Router) and use WinSCP copy to /home

root@IPCMT:/home # chmod +x boinc_5.8.16_i686-pc-linux-gnu.sh

root@IPCMT:/home # ./boinc_5.8.16_i686-pc-linux-gnu.sh
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers

gunzip: stdin: invalid compressed data--crc error

gunzip: stdin: invalid compressed data--length error
tar: Error exit delayed from previous errors



?????
Title: Re: How to install boinc in IPCOP ?
Post by: michael37 on 14 Aug 2007, 01:45:03 am
I have to conclude that your distribution provides incomplete/broken/obsolete version of tar so you cannot install Boinc on your computer.  Sorry.

Try another distribution of Linux.  I recommend
* Ubuntu
* Fedora Core
* OpenSuse
Title: Re: How to install boinc in IPCOP ?
Post by: Black Beard on 02 Feb 2008, 05:24:34 pm
I just did this on my IpCop box. The correct command to install Boinc is:

sh boinc_5.10.28_i686-pc-linux-gnu.sh

You don't need to chmod it either.

also make sure when you transfer the file to IpCop it is done in binary mode and not text mode. WinSCP defaulted to text mode for .sh files. I got the same errors as the OP when the file was transfered as text.

There is a nice little addon for IpCop here that will let you control Boinc from the web GUI.
http://amdusers.com/forum/showthread.php?t=3129


HTH

Black Beard