Boinc pack for Wary 5.3

For groups of packages that don't all fall under the same category
Post Reply
Message
Author
racer63
Posts: 11
Joined: Wed 12 Sep 2012, 04:55

Boinc pack for Wary 5.3

#1 Post by racer63 »

Hi all:

For certain reasons I have to use an old PIII for Boinc from command line, so I'm in need of some Boinc package compatible with Wary 5.3. There's an old thread in this forums regarding an older version of Boinc but the link is long gone offline. Also gone are the old versions for Ubuntu Lucid in the PPM. So the question is, where can I find a suitable Boinc for this version of Puppy?

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#2 Post by nilsonmorales »

I made this procedure in Retro-precise Pupjibaro
open terminal and type:

Code: Select all

cd /opt
mkdir boinc_compat-6.12.22
cd boinc_compat-6.12.22
wget -c --no-check-certificate https://boinc.berkeley.edu/dl/boinc_compat_6.12.22_i686-pc-linux-gnu.sh
chmod +x boinc_compat_6.12.22_i686-pc-linux-gnu.sh
./boinc_compat_6.12.22_i686-pc-linux-gnu.sh
cd BOINC
ln -s /usr/lib/libstdc++.so.6.0.16 /usr/lib/libstdc++.so.3
./run_client 
Terminal show me this..
05-Jul-2016 20:58:16 [---] Starting BOINC client version 6.12.22 for i686-pc-linux-gnu
05-Jul-2016 20:58:16 [---] log flags: file_xfer, sched_ops, task
05-Jul-2016 20:58:16 [---] Libraries: libcurl/7.18.0 OpenSSL/0.9.8g zlib/1.2.3 c-ares/1.5.1
05-Jul-2016 20:58:16 [---] Data directory: /mnt/sda6/BOINC
getaddrinfo: Success
05-Jul-2016 20:58:16 [---] Processor: 2 GenuineIntel Intel(R) Pentium(R) Dual CPU E2140 @ 1.60GHz [Family 6 Model 15 Stepping 13]
05-Jul-2016 20:58:16 [---] Processor: 1.00 MB cache
05-Jul-2016 20:58:16 [---] Processor features: 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 nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm lahf_lm dtherm
05-Jul-2016 20:58:16 [---] OS: Linux: 3.2.48
05-Jul-2016 20:58:16 [---] Memory: 2.94 GB physical, 0 bytes virtual
05-Jul-2016 20:58:16 [---] Disk: 113.94 GB total, 106.04 GB free
05-Jul-2016 20:58:16 [---] Local time is UTC -6 hours
05-Jul-2016 20:58:16 [---] No usable GPUs found
05-Jul-2016 20:58:16 [---] No general preferences found - using BOINC defaults
05-Jul-2016 20:58:16 [---] Preferences:
05-Jul-2016 20:58:16 [---] max memory usage when active: 1503.79MB
05-Jul-2016 20:58:16 [---] max memory usage when idle: 2706.83MB
05-Jul-2016 20:58:16 [---] max disk usage: 10.00GB
05-Jul-2016 20:58:16 [---] don't use GPU while active
05-Jul-2016 20:58:16 [---] suspend work if non-BOINC CPU load exceeds 25 %
05-Jul-2016 20:58:16 [---] (to change preferences, visit the web site of an attached project, or select Preferences in the Manager)
05-Jul-2016 20:58:16 [---] Not using a proxy
05-Jul-2016 20:58:16 [---] This computer is not attached to any projects
05-Jul-2016 20:58:16 [---] Visit http://boinc.berkeley.edu for instructions
Initialization completed
I dont know what BOINC is, and i think this just the client, you need run the manager? or another option.
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#3 Post by nilsonmorales »

[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

racer63
Posts: 11
Joined: Wed 12 Sep 2012, 04:55

#4 Post by racer63 »

Hi Nilson, thanks for the replay.

boinc.berkeley.edu/ is a grid computing system. Currently I'm running 7 projects in 6 diff rigs.

Ok, back to the client for Wary, I tried your pet but still doesn't work. Today I have some time, so I'll give a try compiling the official source and will report back.

User avatar
nilsonmorales
Posts: 972
Joined: Fri 15 Apr 2011, 14:39
Location: El Salvador

#5 Post by nilsonmorales »

Yea wary is not a ubuntu based version as Pupjibaro (retro precise remaster), to compile bointui you need the devx.sfs package for wary
http://distro.ibiblio.org/quirky/wary-5 ... ry_5.5.sfs
install and download the bointcui source code and run this codes in terminal

Code: Select all

wget -c --no-check-certificate https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/boinctui/boinctui_2.3.1.tar.gz
tar xvzf boinctui_2.3.1.tar.gz
cd boinctui-2.3.1/
autoconf
./configure --prefix=/usr --without-gnutls
make
make install
you can check missing dependences with

Code: Select all

ldd bointcui or ldd bointcui | grep "not found"
to compile boint for linux maybe in wary need the libstdc library
http://gcc.skazkaforyou.com/libstdc++/o ... .0.tar.bz2 read the howto compile or check in the puppy package manager
the procedure to compile boint is the same i explain before
cheers.
Last edited by nilsonmorales on Wed 06 Jul 2016, 18:17, edited 1 time in total.
[b][url=http://nilsonmorales.blogspot.com/]My blog |[/url][/b][b][url=https://github.com/woofshahenzup]| Github[/url][/b]
[img]https://i.postimg.cc/5tz5vrrX/imag018la6.gif[/img]
[img]http://s5.postimg.org/7h2fid8pz/botones_logos3.png[/img]

User avatar
ally
Posts: 1957
Joined: Sat 19 May 2012, 19:29
Location: lincoln, uk
Contact:

#6 Post by ally »


racer63
Posts: 11
Joined: Wed 12 Sep 2012, 04:55

#7 Post by racer63 »

Getting

Code: Select all

error while loading shared libraries: libstdc++.so.3 cannot open shard objetc file: no such file or directory

Post Reply