+- +-
Say hello if visiting :) by Gecko
11 Jan 2023, 07:43:05 pm

Seti is down again by Mike
09 Aug 2017, 10:02:44 am

Some considerations regarding OpenCL MultiBeam app tuning from algorithm view by Raistmer
11 Dec 2016, 06:30:56 am

Loading APU to the limit: performance considerations by Mike
05 Nov 2016, 06:49:26 am

Better sleep on Windows - new round by Raistmer
26 Aug 2016, 02:02:31 pm

Author Topic: How to install boinc in IPCOP ?  (Read 11367 times)

M.Tospol

  • Guest
How to install boinc in IPCOP ?
« 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.  :'(

Offline michael37

  • Knight o' The Round Table
  • ***
  • Posts: 137
Re: How to install boinc in IPCOP ?
« Reply #1 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.

M.Tospol

  • Guest
Re: How to install boinc in IPCOP ?
« Reply #2 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

Offline michael37

  • Knight o' The Round Table
  • ***
  • Posts: 137
Re: How to install boinc in IPCOP ?
« Reply #3 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?

M.Tospol

  • Guest
Re: How to install boinc in IPCOP ?
« Reply #4 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 #

  :(

Offline michael37

  • Knight o' The Round Table
  • ***
  • Posts: 137
Re: How to install boinc in IPCOP ?
« Reply #5 on: 12 Aug 2007, 02:52:53 pm »
Download the file again.

M.Tospol

  • Guest
Re: How to install boinc in IPCOP ?
« Reply #6 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



?????

Offline michael37

  • Knight o' The Round Table
  • ***
  • Posts: 137
Re: How to install boinc in IPCOP ?
« Reply #7 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

Black Beard

  • Guest
Re: How to install boinc in IPCOP ?
« Reply #8 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

 

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?
Members
Total Members: 97
Latest: ToeBee
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 59559
Total Topics: 1672
Most Online Today: 24
Most Online Ever: 983
(20 Jan 2020, 03:17:55 pm)
Users Online
Members: 0
Guests: 26
Total: 26
Powered by EzPortal