Seti+BOINC on FreeBSD6 - Unknown OS!!

Questions and Answers : Unix/Linux : Seti+BOINC on FreeBSD6 - Unknown OS!!
Message board moderation

To post messages, you must log in.

AuthorMessage
Gordon McKee

Send message
Joined: 20 May 99
Posts: 2
Credit: 31,236
RAC: 0
United Kingdom
Message 214822 - Posted: 15 Dec 2005, 16:13:35 UTC

Hi

I keep getting an error of unknown OS. Here is the log.

2005-12-15 16:13:42 [---] No general preferences found - using BOINC defaults
2005-12-15 16:13:42 [---] Remote control not allowed; using loopback address
2005-12-15 16:13:44 [---] Running CPU benchmarks
2005-12-15 16:14:42 [---] Benchmark results:
2005-12-15 16:14:42 [---] Number of CPUs: 1
2005-12-15 16:14:42 [---] 1099 double precision MIPS (Whetstone) per CPU
2005-12-15 16:14:42 [---] 2579 integer MIPS (Dhrystone) per CPU
2005-12-15 16:14:42 [---] Finished CPU benchmarks
2005-12-15 16:14:42 [---] Resuming computation and network activity
2005-12-15 16:14:42 [---] request_reschedule_cpus: Resuming activities
2005-12-15 16:14:42 [---] Insufficient work; requesting more
2005-12-15 16:14:44 [http://setiathome.berkeley.edu/] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2005-12-15 16:14:44 [http://setiathome.berkeley.edu/] Requesting 8640 seconds of work, returning 0 results
2005-12-15 16:15:20 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi succeeded
2005-12-15 16:15:20 [SETI@home] Message from server: platform 'i386-portbld-freebsd6.0' not found
2005-12-15 16:15:20 [SETI@home] New host venue: home
2005-12-15 16:15:20 [SETI@home] Deferring communication with project for 23 hours, 59 minutes, and 59 seconds
2005-12-15 16:15:20 [SETI@home] Deferring communication with project for 23 hours, 59 minutes, and 59 seconds
^C2005-12-15 16:15:25 [---] Received signal 2
2005-12-15 16:15:25 [---] Exit requested by user
2005-12-15 16:15:25 [---] request_reschedule_cpus: exit_tasks

Many thanks

Gordon
ID: 214822 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 214839 - Posted: 15 Dec 2005, 16:56:25 UTC
Last modified: 15 Dec 2005, 16:56:47 UTC

2005-12-15 16:15:20 [SETI@home] Message from server: platform 'i386-portbld-freebsd6.0' not found

You have to create a file app_info.xml in the projects/setiathome.berkeley.edu directory, with following content :

<app_info>
    <app>
        <name>setiathome</name>
    </app>
    <file_info>
        <name>setiathome_4.07_windows_intelx86.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome</app_name>
        <version_num>407</version_num>
        <file_ref>
            <file_name>setiathome_4.07_windows_intelx86.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>


Please change "setiathome_4.07_windows_intelx86.exe" to the exactly name of your binary in the projects/setiathome.berkeley.edu/directory.

At http://boinc.berkeley.edu/anonymous_platform.php is it all described in detail.
ID: 214839 · Report as offensive
Natsuo Tsuji

Send message
Joined: 18 May 02
Posts: 24
Credit: 1,519,328
RAC: 0
Japan
Message 214884 - Posted: 15 Dec 2005, 18:27:17 UTC - in response to Message 214839.  

Did you install /usr/ports/astro/boinc-setiathome?
If you have installed it and there are setiathome and app_info.xml in /var/db/boinc/projects/setiathome.berkeley.edu/, then open /var/db/boinc/client_state.xml and change the field min_rpc_time to <min_rpc_time>0</min_rpc_time>.
ID: 214884 · Report as offensive
Gordon McKee

Send message
Joined: 20 May 99
Posts: 2
Credit: 31,236
RAC: 0
United Kingdom
Message 214904 - Posted: 15 Dec 2005, 19:25:05 UTC - in response to Message 214839.  

2005-12-15 16:15:20 [SETI@home] Message from server: platform 'i386-portbld-freebsd6.0' not found

You have to create a file app_info.xml in the projects/setiathome.berkeley.edu directory, with following content :

<app_info>
    <app>
        <name>setiathome</name>
    </app>
    <file_info>
        <name>setiathome_4.07_windows_intelx86.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome</app_name>
        <version_num>407</version_num>
        <file_ref>
            <file_name>setiathome_4.07_windows_intelx86.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>


Please change "setiathome_4.07_windows_intelx86.exe" to the exactly name of your binary in the projects/setiathome.berkeley.edu/directory.

At http://boinc.berkeley.edu/anonymous_platform.php is it all described in detail.



Hi

I have never had that much luck with min_rpc bit

I get the following message now.

/usr/local/etc/rc.d/boinc.sh start
Starting BOINC client.
greeneville# 2005-12-15 19:24:38 [SETI@home] No work from project
2005-12-15 19:24:38 [SETI@home] Deferring communication with project for 23 hours, 59 minutes, and 59 seconds

I'll just wait I think!!

Many thanks

Gordon

ID: 214904 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 215011 - Posted: 15 Dec 2005, 21:17:09 UTC - in response to Message 214904.  

greeneville# 2005-12-15 19:24:38 [SETI@home] No work from project
2005-12-15 19:24:38 [SETI@home] Deferring communication with project for 23 hours, 59 minutes, and 59 seconds

I'll just wait I think!!

There is no reason to wait. You can backup this file and edit it, like Tusji has described it.

ID: 215011 · Report as offensive
heuwitt

Send message
Joined: 24 Apr 04
Posts: 1
Credit: 2,122,765
RAC: 0
United States
Message 246631 - Posted: 12 Feb 2006, 6:58:51 UTC - in response to Message 214839.  

I guess after made changes to the XML and make 0 sec deferr, there still is the "no schedulers responded"

Its odd to see that UC Berkeley would'nt support a popular version of BSD, FreeBSD.

2006-02-12 01:55:29 [http://setiathome.berkeley.edu/] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2006-02-12 01:55:29 [http://setiathome.berkeley.edu/] Requesting 8640 seconds of work, returning 0 results
2006-02-12 01:55:42 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed
2006-02-12 01:55:42 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed
2006-02-12 01:55:42 [http://setiathome.berkeley.edu/] No schedulers responded
2006-02-12 01:55:42 [http://setiathome.berkeley.edu/] No schedulers responded
2006-02-12 01:55:42 [http://setiathome.berkeley.edu/] Deferring communication with project for 59 seconds
2006-02-12 01:55:42 [http://setiathome.berkeley.edu/] Deferring communication with project for 59 seconds
2006-02-12 01:56:43 [http://setiathome.berkeley.edu/] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2006-02-12 01:56:43 [http://setiathome.berkeley.edu/] Requesting 8640 seconds of work, returning 0 results
2006-02-12 01:57:01 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed
2006-02-12 01:57:01 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed
2006-02-12 01:57:01 [http://setiathome.berkeley.edu/] No schedulers responded
2006-02-12 01:57:01 [http://setiathome.berkeley.edu/] No schedulers responded
2006-02-12 01:57:01 [http://setiathome.berkeley.edu/] Deferring communication with project for 59 seconds
2006-02-12 01:57:01 [http://setiathome.berkeley.edu/] Deferring communication with project for 59 seconds
2006-02-12 01:58:02 [http://setiathome.berkeley.edu/] Sending scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi
2006-02-12 01:58:02 [http://setiathome.berkeley.edu/] Requesting 8640 seconds of work, returning 0 results
2006-02-12 01:58:31 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed
2006-02-12 01:58:31 [http://setiathome.berkeley.edu/] Scheduler request to http://setiboinc.ssl.berkeley.edu/sah_cgi/cgi failed
2006-02-12 01:58:31 [http://setiathome.berkeley.edu/] No schedulers responded
2006-02-12 01:58:31 [http://setiathome.berkeley.edu/] No schedulers responded
2006-02-12 01:58:31 [http://setiathome.berkeley.edu/] Deferring communication with project for 1 minutes and 53 seconds
2006-02-12 01:58:31 [http://setiathome.berkeley.edu/] Deferring communication with project for 1 minutes and 53 seconds


(02:00:12 </var/db/boinc/projects/setiathome.berkeley.edu>) 0 $ uname -a
FreeBSD jkh.hw-dc.aoloser.com 6.0-RELEASE-p3 FreeBSD 6.0-RELEASE-p3 #1: Fri Jan 20 10:55:11 EST 2006 yu@jkh.hw-dc.aoloser.com:/usr/src/sys/i386/compile/Kernel_Yu i386









2005-12-15 16:15:20 [SETI@home] Message from server: platform 'i386-portbld-freebsd6.0' not found

You have to create a file app_info.xml in the projects/setiathome.berkeley.edu directory, with following content :



<app_info>
    <app>
        <name>setiathome</name>
    </app>
    <file_info>
        <name>setiathome_4.07_windows_intelx86.exe</name>
        <executable/>
    </file_info>
    <app_version>
        <app_name>setiathome</app_name>
        <version_num>407</version_num>
        <file_ref>
            <file_name>setiathome_4.07_windows_intelx86.exe</file_name>
            <main_program/>
        </file_ref>
    </app_version>
</app_info>


Please change "setiathome_4.07_windows_intelx86.exe" to the exactly name of your binary in the projects/setiathome.berkeley.edu/directory.

At http://boinc.berkeley.edu/anonymous_platform.php is it all described in detail.


ID: 246631 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 246710 - Posted: 12 Feb 2006, 12:01:32 UTC - in response to Message 246631.  
Last modified: 12 Feb 2006, 12:02:30 UTC

I guess after made changes to the XML and make 0 sec deferr, there still is the "no schedulers responded"

Has it worked before, or is it a new installation ?
Do you have a firewall installed ?
Can you nslookup setiathome.berkeley.edu ?
Can you connect from this system to the seti server (setiathome.berkeley.edu) to port 80 via telnet or a browser ?


Its odd to see that UC Berkeley would'nt support a popular version of BSD, FreeBSD.

Berkeley has no personal an finacal resources to support the different OSes. All the not supported OSes was ported by volunteers.


ID: 246710 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 246715 - Posted: 12 Feb 2006, 12:16:56 UTC - in response to Message 246710.  
Last modified: 12 Feb 2006, 12:17:22 UTC

I guess after made changes to the XML and make 0 sec deferr, there still is the "no schedulers responded"

Has it worked before, or is it a new installation ?
Do you have a firewall installed ?
Can you nslookup setiathome.berkeley.edu ?
Can you connect from this system to the seti server (setiathome.berkeley.edu) to port 80 via telnet or a browser ?

Looks like the seti servers or the network has a problem : http://setiathome.berkeley.edu/forum_thread.php?id=28093

ID: 246715 · Report as offensive
Dotsch
Volunteer tester
Avatar

Send message
Joined: 9 Jun 99
Posts: 2422
Credit: 919,393
RAC: 0
Germany
Message 246716 - Posted: 12 Feb 2006, 12:17:02 UTC - in response to Message 246710.  
Last modified: 12 Feb 2006, 12:17:43 UTC

Sorry, duplicate post.
ID: 246716 · Report as offensive

Questions and Answers : Unix/Linux : Seti+BOINC on FreeBSD6 - Unknown OS!!


 
©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.