Posts by 11pepa

1) Message boards : API : wrapper shmem (Message 52010)
Posted 17 Jan 2014 by 11pepa
Post:
Hi how works shared memory between legacy application running wia wrapper and graphical application? Is posibble to use shmem? If yes, what name of application i call to get sh mem, wrapper or name of application?

(boinc_graphics_get_shmem("wrapper");)

Thanks.

Pepa
2) Message boards : Questions and problems : getting git repository (Message 51948)
Posted 8 Jan 2014 by 11pepa
Post:
hi, when i try download boinc git i have error..

ubuntu@ubuntu-VirtualBox:~$ git clone git://boinc.berkley.edu/boinc-v2.git
Cloning into 'boinc-v2'...
fatal: unable to connect to boinc.berkley.edu:
boinc.berkley.edu[0: 62.116.143.21]: errno=Connection timed out

where can be problem?

Thans
Josef
3) Message boards : Server programs : couldn't resolve host name (Message 47711)
Posted 10 Feb 2013 by 11pepa
Post:
Many thanks,

problem solved. In client_state.xml was..
<scheduler_url>http://debian6.localdomain/gplan_cgi/cgi</scheduler_url>


thak you again :-)

4) Message boards : Server programs : couldn't resolve host name (Message 47710)
Posted 10 Feb 2013 by 11pepa
Post:
I trying run client on another PC, but same part of LAN network.
5) Message boards : Server programs : couldn't resolve host name (Message 47707)
Posted 10 Feb 2013 by 11pepa
Post:
I try make boinc- server as described here http://boinc.berkeley.edu/trac/wiki/VmServer but when I try to connect boinc manager to project, I can't connect. WWW of this project works. I try connect from windows and from UBNT but same result :-(

event log and config are below. Many thanks

event log from boinc-manager:
10/02/2013 12:42:58 | gplan | Sending scheduler request: To fetch work.
10/02/2013 12:42:58 | gplan | Requesting new tasks for CPU
10/02/2013 12:42:59 | gplan | Scheduler request failed: Couldn't resolve host name
10/02/2013 12:43:05 | | Project communication failed: attempting access to reference site
10/02/2013 12:43:06 | | Internet access OK - project servers may be temporarily down.

config.xml of the project:
<?xml version="1.0" ?>
<boinc>
<config>
<upload_dir>
/home/boincadm/projects/gplan/upload
</upload_dir>
<send_result_abort>
1
</send_result_abort>
<long_name>
gplan
</long_name>
<cgi_url>
http://192.168.0.12/gplan_cgi/
</cgi_url>
<sched_debug_level>
3
</sched_debug_level>
<upload_url>
http://192.168.0.12/gplan_cgi/file_upload_handler
</upload_url>
<disable_account_creation>
0
</disable_account_creation>
<uldl_dir_fanout>
1024
</uldl_dir_fanout>
<download_url>
http://192.168.0.12/gplan/download
</download_url>
<db_user>
boincadm
</db_user>
<log_dir>
/home/boincadm/projects/gplan/log_debian6
</log_dir>
<app_dir>
/home/boincadm/projects/gplan/apps
</app_dir>
<download_dir>
/home/boincadm/projects/gplan/download
</download_dir>
<fuh_debug_level>
3
</fuh_debug_level>
<master_url>
http://192.168.0.12/gplan/
</master_url>
<host>
debian6
</host>
<db_name>
gplan
</db_name>
<shmem_key>
0x11112d4c
</shmem_key>
<show_results>
1
</show_results>
<key_dir>
/home/boincadm/projects/gplan/keys/
</key_dir>
<dont_generate_upload_certificates>
1
</dont_generate_upload_certificates>
<ignore_upload_certificates>
1
</ignore_upload_certificates>
<db_passwd>





</db_passwd>
<min_sendwork_interval>
6
</min_sendwork_interval>
<db_host>





</db_host>
<daily_result_quota>
500
</daily_result_quota>
<one_result_per_user_per_wu>
0
</one_result_per_user_per_wu>
<max_wus_to_send>
50
</max_wus_to_send>
</config>
<tasks>
<task>
<cmd>
antique_file_deleter -d 2
</cmd>
<period>
24 hours
</period>
<disabled>
0
</disabled>
<output>
antique_file_deleter.out
</output>
</task>
<task>
<cmd>
db_dump -d 2 --dump_spec ../db_dump_spec.xml
</cmd>
<period>
24 hours
</period>
<disabled>
1
</disabled>
<output>
db_dump.out
</output>
</task>
<task>
<cmd>
run_in_ops ./update_uotd.php
</cmd>
<period>
1 days
</period>
<disabled>
1
</disabled>
<output>
update_uotd.out
</output>
</task>
<task>
<cmd>
run_in_ops ./update_forum_activities.php
</cmd>
<period>
1 hour
</period>
<disabled>
1
</disabled>
<output>
update_forum_activities.out
</output>
</task>
<task>
<cmd>
update_stats
</cmd>
<period>
1 days
</period>
<disabled>
0
</disabled>
<output>
update_stats.out
</output>
</task>
<task>
<cmd>
run_in_ops ./update_profile_pages.php
</cmd>
<period>
24 hours
</period>
<disabled>
1
</disabled>
<output>
update_profile_pages.out
</output>
</task>
<task>
<cmd>
run_in_ops ./team_import.php
</cmd>
<period>
24 hours
</period>
<disabled>
1
</disabled>
<output>
team_import.out
</output>
</task>
<task>
<cmd>
run_in_ops ./notify.php
</cmd>
<period>
24 hours
</period>
<disabled>
1
</disabled>
<output>
notify.out
</output>
</task>
</tasks>
<daemons>
<daemon>
<cmd>
feeder -d 3
</cmd>
</daemon>
<daemon>
<cmd>
transitioner -d 3
</cmd>
</daemon>
<daemon>
<cmd>
file_deleter -d 3
</cmd>
</daemon>
<daemon>
<cmd>
sample_work_generator -d 3
</cmd>
</daemon>
<daemon>
<cmd>
sample_bitwise_validator -d 3 --app example_app
</cmd>
</daemon>
<daemon>
<cmd>
sample_assimilator -d 3 --app example_app
</cmd>
</daemon>
</daemons>
</boinc>


6) Message boards : Server programs : VM problem - Boinc server (Message 47612)
Posted 2 Feb 2013 by 11pepa
Post:
On the official wiki, it says the best way to start a server is to download and run the boinc server vm.

http://boinc.berkeley.edu/trac/wiki/VmServer

I download and install VM, but when i try to boot "debian-6-boinc-server_trunk" last message is "loading initial ramdisc" and after show "black screen" can anybody help me?

thans, Josef




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.