Problem running Boinc on FreeBSD 6.1-PRERELEASE

Questions and Answers : Unix/Linux : Problem running Boinc on FreeBSD 6.1-PRERELEASE
Message board moderation

To post messages, you must log in.

AuthorMessage
Chen Xin Nien

Send message
Joined: 16 Apr 05
Posts: 2
Credit: 63,147
RAC: 0
Taiwan
Message 267447 - Posted: 23 Mar 2006, 21:55:32 UTC
Last modified: 23 Mar 2006, 21:56:51 UTC

2006-03-24 05:55:26 [---] Starting BOINC client version 5.2.15 for i386-portbld-freebsd6.1
2006-03-24 05:55:26 [---] libcurl/7.15.1 OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.182006-03-24 05:55:26 [---] Data directory: /root
2006-03-24 05:55:26 [---] Processor: 1 i386 AMD Athlon(tm) XP 2600+
2006-03-24 05:55:26 [---] Memory: 503.41 MB physical, 0 bytes virtual
2006-03-24 05:55:26 [---] Disk: 5.81 GB total, 5.02 GB free
2006-03-24 05:55:26 [SETI@home] Computer ID: 2252824; location: home; project prefs: default
2006-03-24 05:55:26 [---] No general preferences found - using BOINC defaults
2006-03-24 05:55:26 [---] Remote control allowed
2006-03-24 05:55:28 [---] Running CPU benchmarks
2006-03-24 05:56:27 [---] Benchmark results:
2006-03-24 05:56:27 [---] Number of CPUs: 1
2006-03-24 05:56:27 [---] 1189 double precision MIPS (Whetstone) per CPU
2006-03-24 05:56:27 [---] 2135 integer MIPS (Dhrystone) per CPU
2006-03-24 05:56:27 [---] Finished CPU benchmarks
2006-03-24 05:56:28 [---] Resuming computation and network activity
2006-03-24 05:56:28 [---] request_reschedule_cpus: Resuming activities
SIGSEGV: segmentation violation
Exiting...

ID: 267447 · Report as offensive
Profile Jim-R.
Volunteer tester
Avatar

Send message
Joined: 7 Feb 06
Posts: 1494
Credit: 194,148
RAC: 0
United States
Message 267515 - Posted: 24 Mar 2006, 0:28:14 UTC
Last modified: 24 Mar 2006, 1:06:26 UTC

The segmentation fault you are getting shows that something is wrong with either the program you are using or the system. There may be some small difference (especially the way your system uses memory) that the program doesn't like. Also I notice that you don't have any virtual memory at all. With 500 megs main memory it's not too important but it might help if you had a couple hundred virtual. Don't know if it would help this application or not. If you are able to compile a program I suggest getting the source for it and compile it yourself. That way it is sure to run. You may have a slightly incompatable library or something, but if you compile it yourself you will know that it is using exactly the libraries, etc. that you have. If you can't compile from the source, you might try to find a different version to see if that helps. Make sure it is compiled for the version of freebsd that you have, and you have all of the proper libraries.

/edit/ BTW, there is a lot of information on this in the "number crunching" forum under Linux Q&A.
Jim

Some people plan their life out and look back at the wealth they've had.
Others live life day by day and look back at the wealth of experiences and enjoyment they've had.
ID: 267515 · Report as offensive
Chen Xin Nien

Send message
Joined: 16 Apr 05
Posts: 2
Credit: 63,147
RAC: 0
Taiwan
Message 267643 - Posted: 24 Mar 2006, 5:54:08 UTC - in response to Message 267515.  

2006-03-24 13:50:23 [---] Starting BOINC client version 5.2.15 for i386-portbld-freebsd6.1
2006-03-24 13:50:23 [---] libcurl/7.15.1 OpenSSL/0.9.7e zlib/1.2.2 libidn/0.5.182006-03-24 13:50:23 [---] Data directory: /var/db/boinc/projects/setiathome.berkeley.edu
2006-03-24 13:50:23 [---] Processor: 1 i386 AMD Athlon(tm) XP 2600+
2006-03-24 13:50:23 [---] Memory: 503.41 MB physical, 0 bytes virtual
2006-03-24 13:50:23 [---] Disk: 7.75 GB total, 6.93 GB free
2006-03-24 13:50:23 [SETI@home] Computer ID: 2282101; location: home; project prefs: default
2006-03-24 13:50:23 [---] No general preferences found - using BOINC defaults
2006-03-24 13:50:23 [---] Remote control allowed
2006-03-24 13:51:15 [---] request_reschedule_cpus: project op
2006-03-24 13:51:38 [SETI@home] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2006-03-24 13:51:38 [SETI@home] Reason: Requested by user
2006-03-24 13:51:38 [SETI@home] Requesting 8640 seconds of new work
2006-03-24 13:51:43 [SETI@home] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi succeeded
2006-03-24 13:51:43 [SETI@home] Message from server: platform 'i386-portbld-freebsd6.1' not found
====================================================================

I have a Question:

Can BOINC 5.2.15 run/support in FreeBSD 6.1-PRERELEASE now ?
---> [ Message from server: platform 'i386-portbld-freebsd6.1' not found ]


And Thanks.
ID: 267643 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 267751 - Posted: 24 Mar 2006, 10:14:26 UTC - in response to Message 267643.  

Can BOINC 5.2.15 run/support in FreeBSD 6.1-PRERELEASE now ?
---> [ Message from server: platform 'i386-portbld-freebsd6.1' not found ]

You have got to compile the seti app, too. There are no offical seti binaries for FreeBSD. At the the third party site (boinc.berkeley.edu/download_other.php) are FreeBSD ports for seti available.

Here you will find further informations : http://setiathome.berkeley.edu/sah_porting.php
ID: 267751 · Report as offensive

Questions and Answers : Unix/Linux : Problem running Boinc on FreeBSD 6.1-PRERELEASE


 
©2025 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.