| Index | Recent Threads | Unanswered Threads | Who's Active | Guidelines | Search |
| World Community Grid Forums
|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 3
|
|
| Author |
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Has anyone successfully got the world community grid client to run under freebsd linux compatibility mode? Here are the steps I have taken thus far.
downloaded the linux client and extracted it cd to /home/BOINC find . -type f -exec brandelf -t Linux \; /compat/linux/bin/sh run_client -attach_project www.worldcommunitygrid.org <number> 2005-11-28 22:16:16 [---] Starting BOINC client version 5.2.8 for i686-pc-linux-gnu 2005-11-28 22:16:16 [---] libcurl/7.14.0 OpenSSL/0.9.8 zlib/1.2.3 2005-11-28 22:16:16 [---] Data directory: /home/BOINC 2005-11-28 22:16:16 [---] Processor: 1 2005-11-28 22:16:16 [---] Memory: -4096 bytes physical, 0 bytes virtual 2005-11-28 22:16:16 [---] Disk: 226.40 GB total, 191.80 GB free 2005-11-28 22:16:16 [http://www.worldcommunitygrid.org/] Computer ID: not assigned yet; location: ; project prefs: default 2005-11-28 22:16:16 [---] No general preferences found - using BOINC defaults 2005-11-28 22:16:16 [---] Remote control not allowed; using loopback address 2005-11-28 22:16:18 [---] Running CPU benchmarks 2005-11-28 22:17:17 [---] Benchmark results: 2005-11-28 22:17:17 [---] Number of CPUs: 1 2005-11-28 22:17:17 [---] 697 double precision MIPS (Whetstone) per CPU 2005-11-28 22:17:17 [---] 1091 integer MIPS (Dhrystone) per CPU 2005-11-28 22:17:17 [---] Finished CPU benchmarks 2005-11-28 22:17:18 [---] Resuming computation and network activity 2005-11-28 22:17:18 [---] request_reschedule_cpus: Resuming activities 2005-11-28 22:17:21 [http://www.worldcommunitygrid.org/] Master file download succeeded 2005-11-28 22:17:21 [http://www.worldcommunitygrid.org/] Sending scheduler request to https://secure.worldcommunitygrid.org/boinc/wcg_cgi/fcgi 2005-11-28 22:17:21 [http://www.worldcommunitygrid.org/] Reason: Requested by uer 2005-11-28 22:17:21 [http://www.worldcommunitygrid.org/] Requesting 8640 seconds of new work 2005-11-28 22:17:27 [http://www.worldcommunitygrid.org/] Scheduler request to https://secure.worldcommunitygrid.org/boinc/wcg_cgi/fcgi succeeded 2005-11-28 22:17:27 [World Community Grid] General preferences have been updated2005-11-28 22:17:27 [World Community Grid] Message from server: Your computer has only 64000000 bytes of memory; workunit requires 56000000 more bytes Regards, mddirba |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
Maybe we can help each other out here :)
I had the SAME error where it says -4096 bytes of memory and WCG saying I didn't have enough memory, it also told me I had 1 CPU not 2...but I fixed that, I just need to figure out what you did to emulate linux to download work. I get a platform not found error so I'll try what you did. The only way I was able to get BOINC to work correctly on FreeBSD 6.0 was to build it from source... First you will need to download and install "GNU M4 1.4.4" Then you need to download and install GNU's "autoconf" Then you need to download and install GNU's "automake" All from http://www.gnu.org Then you need to download and install curl (for libcurl) from http://curl.haxx.se Then you need to download BOINC's source from the stable CVS from there: ./_autosetup ./configure make make install and that fixed all my BOINC problems cept the platform thing -_- |
||
|
|
Former Member
Cruncher Joined: May 22, 2018 Post Count: 0 Status: Offline |
When I build from source I only get boinc_client and boinc_cmd. When I did
brandelf -t Linux boinc_client it seemed to execute fine but when I run boinc_client I get Segmentation Fault: 11 (core dump) I then did: tuss boinc_client and I got an error about linux_lchown not being found (I'd paist the exact error but I'm not on the computer now...if someone needs it to help me here let me know) I should also add that when I brandelf on the distributed version it still works right but I have the memory error and the single cpu error still...if there's a way to fix those errors without building from source like I did maybe it could work...idk I'm lost... |
||
|
|
|