Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 4
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 991 times and has 3 replies Next Thread
allex1239157
Cruncher
Joined: Apr 19, 2009
Post Count: 2
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Freebsd and authenticated with known CA certificates

Hi.
Platform FreeBSD 6.4 + update ports

Install BOINC from: http://people.freebsd.org/~pav/boinc.html from ports.
Connected from other computer (Ubunut 8.04) by means of the manager:


Пнд 20 Апр 2009 20:00:13||Starting BOINC client version 6.4.5 for i386-pc-freebsd
Пнд 20 Апр 2009 20:00:13||log flags: task, file_xfer, sched_ops
Пнд 20 Апр 2009 20:00:13||Libraries: libcurl/7.19.4 OpenSSL/0.9.8j zlib/1.2.3
Пнд 20 Апр 2009 20:00:13||Data directory: /var/db/boinc
Пнд 20 Апр 2009 20:00:13||Processor: 1 i386 Intel(R) Celeron(R) CPU 3.06GHz [] [sse sse2 sse3 mmx]
Пнд 20 Апр 2009 20:00:13||Processor features:
Пнд 20 Апр 2009 20:00:13||OS: FreeBSD: 6.4-RELEASE
Пнд 20 Апр 2009 20:00:13||Memory: 763.47 MB physical, 0 bytes virtual
Пнд 20 Апр 2009 20:00:13||Disk: 1.68 GB total, 1.32 GB free
Пнд 20 Апр 2009 20:00:13||Local time is UTC +4 hours
Пнд 20 Апр 2009 20:00:13||Not using a proxy
Пнд 20 Апр 2009 20:00:13||Can't load library libcudart
Пнд 20 Апр 2009 20:00:13||No coprocessors
Пнд 20 Апр 2009 20:00:13|World Community Grid|URL: http://www.worldcommunitygrid.org/; Computer ID: not assigned yet; location: (none); project prefs: default
Пнд 20 Апр 2009 20:00:13||No general preferences found - using BOINC defaults
Пнд 20 Апр 2009 20:00:13||Preferences limit memory usage when active to 381.74MB
Пнд 20 Апр 2009 20:00:13||Preferences limit memory usage when idle to 687.13MB
Пнд 20 Апр 2009 20:00:13||Preferences limit disk usage to 0.84GB
Пнд 20 Апр 2009 20:00:27|World Community Grid|Resetting project
Пнд 20 Апр 2009 20:00:53|World Community Grid|Sending scheduler request: Requested by user. Requesting 30240 seconds of work, reporting 0 completed tasks
Пнд 20 Апр 2009 20:00:54||Project communication failed: attempting access to reference site
Пнд 20 Апр 2009 20:00:56||Internet access OK - project servers may be temporarily down.
Пнд 20 Апр 2009 20:00:58|World Community Grid|Scheduler request failed: Peer certificate cannot be authenticated with known CA certificates


Searched for a mistake at a forum. Did:
http://www.worldcommunitygrid.org/forums/wcg/viewthread?thread=15682

Cert-file from:
http://boinc.berkeley.edu/trac/wiki/Error/Scheduler%20request%20failed

The error repeats.

file cc_config.xml:

<cc_config>
<options>
<data_dir>/var/db/boinc</data_dir>
</options>
</cc_config>


Client started from /usr/local/etc/rc.d, in start script write home dir boinc:


.......
name="boinc"
rcvar=`set_rcvar`

boinc_user=boinc
boinc_home=/var/db/boinc
boinc_flags="--dir ${boinc_home} --allow_remote_gui_rpc"
program_file=boinc_client
program_path=/usr/local/bin/${program_file}
syslog_facility=daemon.err
.......


Listen work directory:


/var/db/boinc > ls -l
total 356
-rw-r--r-- 1 boinc nobody 252 Apr 20 19:55 account_www.worldcommunitygrid.org.xml
-rw-r--r-- 1 boinc nobody 24098 Apr 20 19:55 all_projects_list.xml
-rwxr-xr-x 1 boinc nobody 238049 Apr 20 17:08 ca-bundle.crt
-rw-r--r-- 1 boinc nobody 85 Apr 20 20:07 cc_config.xml
-rw-r--r-- 1 boinc nobody 3618 Apr 20 20:08 client_state.xml
-rw-r--r-- 1 boinc nobody 3659 Apr 20 20:08 client_state_prev.xml
-rw-r--r-- 1 boinc nobody 8671 Apr 20 19:56 get_current_version.xml
-rw-r--r-- 1 boinc nobody 580 Apr 20 19:55 get_project_config.xml
-rw------- 1 root nobody 32 Apr 20 19:54 gui_rpc_auth.cfg
-rw-r--r-- 1 boinc nobody 0 Apr 20 19:55 lockfile
-rw-r--r-- 1 boinc nobody 142 Apr 20 19:55 lookup_account.xml
-rw-r--r-- 1 boinc nobody 5262 Apr 20 20:00 lookup_website.html
-rw-r--r-- 1 boinc nobody 34778 Apr 20 19:56 master_www.worldcommunitygrid.org.xml
drwxr-xr-x 3 boinc nobody 512 Apr 20 19:55 projects
-rw-r--r-- 1 boinc nobody 0 Apr 20 20:08 sched_reply_www.worldcommunitygrid.org.xml
-rw-r--r-- 1 boinc nobody 3610 Apr 20 20:08 sched_request_www.worldcommunitygrid.org.xml
-rw-r--r-- 1 boinc nobody 490 Apr 20 20:08 time_stats_log



I from Russia, therefore forgive for my English language. Help me in this is problem.
[Apr 20, 2009 4:17:46 PM]   Link   Report threatening or abusive post: please login first  Go to top 
bieberj
Senior Cruncher
United States
Joined: Dec 2, 2004
Post Count: 406
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Freebsd and authenticated with known CA certificates

Allex,

WGC does not support version 6.4.5. Try using the latest recommended BOINC version 6.2.18 - downloadable directly from this site. And see if this resolves your problem.
[Apr 20, 2009 6:03:23 PM]   Link   Report threatening or abusive post: please login first  Go to top 
allex1239157
Cruncher
Joined: Apr 19, 2009
Post Count: 2
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Freebsd and authenticated with known CA certificates

Well. Now I shall try. Thanks.
[Apr 20, 2009 6:18:59 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Sekerob
Ace Cruncher
Joined: Jul 24, 2005
Post Count: 20043
Status: Offline
Reply to this Post  Reply with Quote 
Re: Freebsd and authenticated with known CA certificates

There's quite a bit of discussion on FreeBSD, an unsupported platform, most always centring on the ca-bundle.crt missing or dislocated. Here's a selection from our Start Here FAQ section:

http://www.worldcommunitygrid.org/forums/wcg/...=&forum=3&rows=20
----------------------------------------
WCG Global & Research > Make Proposal Help: Start Here!
Please help to make the Forums an enjoyable experience for All!
[Apr 20, 2009 6:37:14 PM]   Link   Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Post new Thread