have not been able to run BOINC for very close to a year, because it uses an old SSL library version

Message boards : Questions and problems : have not been able to run BOINC for very close to a year, because it uses an old SSL library version
Message board moderation

To post messages, you must log in.

AuthorMessage
Profile David Melik
Avatar

Send message
Joined: 4 Nov 08
Posts: 48
Message 50183 - Posted: 12 Aug 2013, 7:01:07 UTC
Last modified: 12 Aug 2013, 7:07:24 UTC

I ran BOINC for years, then could not, because my OS's--Slackware's--OpenSSL 0.9.8 became old. Since Slackware 14 (in September 2012) it has OpenSSL 1.0.1 and higher, which I am pretty sure is stable, because the beta releases were replaced by a plain version 1.0.1 in March 2012. However, even the development version of BOINC seems over a year out of date, as it will not run with any OpenSSL 1.0.1+. How soon is BOINC's OpenSSL going to be updated?
ID: 50183 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 50186 - Posted: 12 Aug 2013, 8:24:34 UTC - in response to Message 50183.  
Last modified: 15 Aug 2013, 22:20:21 UTC

8/12/2013 4:24:09 AM | | Starting BOINC client version 7.2.10 for windows_x86_64
8/12/2013 4:24:09 AM | | Libraries: libcurl/7.25.0 OpenSSL/1.0.1 zlib/1.2.6

However, why can't you run a program with an older version of OpenSSL? These versions ought to be backward compatible with the same branch, and otherwise, you just add the older library. The main problem usually is that people can't run it because their OS uses an older version than BOINC does, and they can't update to that version (yet/ever).
ID: 50186 · Report as offensive
Profile David Melik
Avatar

Send message
Joined: 4 Nov 08
Posts: 48
Message 50241 - Posted: 20 Aug 2013, 4:01:03 UTC - in response to Message 50186.  

Ok; maybe I am wrong and something else is configured wrong... maybe it is my BAM account or something... whatever it is, it seems I cannot connect to any projects.
ID: 50241 · Report as offensive
Profile David Melik
Avatar

Send message
Joined: 4 Nov 08
Posts: 48
Message 50242 - Posted: 20 Aug 2013, 4:11:15 UTC - in response to Message 50241.  
Last modified: 20 Aug 2013, 4:13:57 UTC

Actually, this is what I get when I run my boinc start script (that runs it as a non-root/-wheel user):

root@cosmos:~# rc.boinc start
root@cosmos:~# /usr/local/lib64/boinc/boinc: /lib64/libssl.so.1.0.0: no version information available (required by /usr/local/lib64/boinc/boinc)
/usr/local/lib64/boinc/boinc: /usr/lib64/libcurl.so.4: no version information available (required by /usr/local/lib64/boinc/boinc)
/usr/local/lib64/boinc/boinc: /lib64/libcrypto.so.1.0.0: no version information available (required by /usr/local/lib64/boinc/boinc)
can't connect to local host
19-Aug-2013 21:12:54 [---] No config file found - using defaults
.
ID: 50242 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15480
Netherlands
Message 50251 - Posted: 20 Aug 2013, 15:32:30 UTC - in response to Message 50242.  

The main problem, being of course:
can't connect to local host

Does the script use the BOINCCMD tool? Or can you disclose the contents of the script?
ID: 50251 · Report as offensive
Profile David Melik
Avatar

Send message
Joined: 4 Nov 08
Posts: 48
Message 50265 - Posted: 21 Aug 2013, 0:31:12 UTC - in response to Message 50251.  
Last modified: 21 Aug 2013, 0:31:32 UTC

Yes. Sometimes I have commented that out, but it always used to work even with nothing commented out. After I run the script and start BOINC Manager, it will just not connect to my account manager.

#!/bin/sh
# start/stop/restart BOINC

# start BOINC:
boinc_start() {

#!/bin/sh
cd /var/lib/boinc
su user -c /usr/local/lib64/boinc/boinc&
su user -c "/usr/local/lib64/boinc/boinccmd --join_acct_mgr http://boincstats.com/bam/ dchmelik password&"
#su user -c /usr/local/lib64/boinc/boincmgr&
cd

}

# Stop BOINC:
boinc_stop() {
  killall boinc
}

case "$1" in
'start')
  boinc_start
  ;;
'stop')
  boinc_stop
  ;;
*)
  echo "usage $0 start|stop|restart"
esac
ID: 50265 · Report as offensive
Profile David Melik
Avatar

Send message
Joined: 4 Nov 08
Posts: 48
Message 50774 - Posted: 5 Oct 2013, 5:59:18 UTC

I wish I had heard a reply. I figured out what the problem was but forgot what it was, though I am using BOINC most of the time again now.
ID: 50774 · Report as offensive

Message boards : Questions and problems : have not been able to run BOINC for very close to a year, because it uses an old SSL library version

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.