Posts by lee

1) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 83059)
Posted 19 Nov 2017 by lee
Post:
Thanks for reply to my post guys! finally, i success to assign work unit "upper_case" to my client-computer which is connected to my server.

arrange my problem,

There was a database error and scheduler version.

1. Database-error is the mysql5.7's strict mode that invoke the null trigger, so i turn-off the this mode and then make a disable_strict_mode.cnf on conf.d-dir in my mysql-dir.

2. and i changed the scheduler-version to latest scheduler version which is mentioned from Juha.

thanks for reply!
2) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 83012)
Posted 17 Nov 2017 by lee
Post:
82993, 82928 thanks for reply!
3) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 83011)
Posted 17 Nov 2017 by lee
Post:
thanks!
4) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 82921)
Posted 13 Nov 2017 by lee
Post:
thanks 82861!

so, i checked the schedule log and i found

---------------------------------------------------------------
y 6 Model 60 Stepping 3]', p_fpops=3.428679107290457e+09, p_iops=1.814092830766840e+10, p_membw=1.000000000000000e+09, os_name='Linux', os_version='3.13.0-132-generic', m_nbytes=8.277118976000000e+09, m_cache=6.291456000000000e+06, m_swap=8.491364352000000e+09, d_total=4.837650186240000e+11, d_free=4.452234936320000e+11, d_boinc_used_total=4.623135300000000e+07, d_boinc_used_project=0.000000000000000e+00, d_boinc_max=1.181116006400000e+10, n_bwup=6.462039445210000e+05, n_bwdown=2.014547057889000e+06, credit_per_cpu_sec=0.000000000000000e+00, venue='', nresults_today=0, avg_turnaround=0.000000000000000e+00, host_cpid='e4658a42e175078d021216a28bdc1024', external_ip_addr='', max_results_day=0, error_rate=0.000000000000000e+00, product_name='', gpu_active_frac=9.975730000000000e-01
host.insert(): Database error: Field 'p_ngpus' doesn't have a default value
2017-11-13 01:59:46.9547 [PID=9130 ] [CRITICAL] host.insert() failed
2017-11-13 01:59:46.9548 [PID=9130 ] Sending reply to [HOST#0]: 0 results, delay req 7.00
2017-11-13 01:59:46.9548 [PID=9130 ] Scheduler ran 0.003 seconds
---------------------------------------------------------

i think the p_ngpus value problem, mysql version is 5.6, so i get rid of strict option.
but it didn't work, i guess that the boinc's server xml problem..

what do you think about this problem??

what is the code i must fix???

give me the direction T_T
5) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 82858)
Posted 9 Nov 2017 by lee
Post:
it's my client log

2017년 11월 10일 (금) 오전 03시 01분 53초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 01분 55초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 01분 56초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 01분 57초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 01분 58초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 01분 59초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 02분 00초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 02분 01초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 02분 02초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 02분 03초 | BoincTestProject@Home | Sending scheduler request: To fetch work.
2017년 11월 10일 (금) 오전 03시 02분 03초 | BoincTestProject@Home | Requesting new tasks for CPU
2017년 11월 10일 (금) 오전 03시 02분 03초 | | [poll] CLIENT_STATE::poll_slow_events(): scheduler_rpc
2017년 11월 10일 (금) 오전 03시 02분 03초 | | [poll] CLIENT_STATE::do_something(): End poll: 1 tasks active
2017년 11월 10일 (금) 오전 03시 02분 03초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 02분 04초 | BoincTestProject@Home | Scheduler request completed: got 0 new tasks
2017년 11월 10일 (금) 오전 03시 02분 04초 | BoincTestProject@Home | Couldn't create host record in database
2017년 11월 10일 (금) 오전 03시 02분 04초 | BoincTestProject@Home | [state] handle_scheduler_reply(): State after handle_scheduler_reply():
2017년 11월 10일 (금) 오전 03시 02분 04초 | | [state] Client state summary:
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 1 projects:
2017년 11월 10일 (금) 오전 03시 02분 04초 | | http://my url/boinctest/ min RPC -726.149341.0 seconds from now
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 0 file_infos:
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 0 app_versions
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 0 workunits
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 0 results
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 0 persistent file xfers
2017년 11월 10일 (금) 오전 03시 02분 04초 | | 0 active tasks
2017년 11월 10일 (금) 오전 03시 02분 04초 | | [poll] CLIENT_STATE::poll_slow_events(): scheduler_rpc
2017년 11월 10일 (금) 오전 03시 02분 04초 | | [poll] CLIENT_STATE::do_something(): End poll: 1 tasks active
2017년 11월 10일 (금) 오전 03시 02분 04초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
2017년 11월 10일 (금) 오전 03시 02분 05초 | | [poll] CLIENT_STATE::do_something(): End poll: 0 tasks active
6) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 82857)
Posted 9 Nov 2017 by lee
Post:
its my clinet's state when connect the my boinc-server

file:///home/dnclab/Pictures/Screenshot%20from%202017-11-10%2003:01:38.png
[/img]
7) Message boards : Server programs : my boinc-server project doesn't send to client a application (Message 82853)
Posted 9 Nov 2017 by lee
Post:
hello, i'm trying to install boinc-server to my research.

i followed the boinc server install guide on this homepage.

but my project do not send a workunit to cleint...

please help me..

---------------------------------------------------------------------------------------------------------
- my server's app directory

root@dnctest:/var/www/boinc/boinctest/apps/upper_case/7.0/x86_64-pc-linux-gnu# ls
upper_case_7.0_x86_64-pc-linux-gnu upper_case_7.0_x86_64-pc-linux-gnu.sig version.xml

- my result template (upper_case_result.xml)

<output_template>
<file_info>
<name><OUTFILE_1/></name>
<generated_locally/>
<upload_when_present/>
<max_nbytes>10000</max_nbytes>
<url>http://163.152.111.90/boinctest_cgi/file_upload_handler</url>
</file_info>
<result>
<file_ref>
<file_name><OUTFILE_1/></file_name>
<open_name>out</open_name>
</file_ref>
</result>
</output_template>

- my wu template (upper_case_wu.xml)

<input_template>
<file_info>
<number>0</number>
</file_info>
<workunit>
<file_ref>
<file_number>0</file_number>
<open_name>in</open_name>
</file_ref>
<min_quorum>1</min_quorum>
<target_nresults>1</target_nresults>
</workunit>
</input_template>

- my project.xml
<boinc>
<app>
<name>upper_case</name>
<user_friendly_name>upperCASE</user_friendly_name>
</app>

<platform>
<name>i686-pc-linux-gnu</name>
<user_friendly_name>Linux/x86 32bit</user_friendly_name>
</platform>
<platform>
<name>x86_64-pc-linux-gnu</name>
<user_friendly_name>Linux/amd64 64bit</user_friendly_name>
</platform>
</boinc>

---------------------------------------------------------------------------------------------------------------

and i do command

1. ./bin/xadd

2. ./bin/update_versions

3. [ -n "$installroot" -a -n "$projectname" ] && \
cd $installroot/$projectname && \
sudo ./bin/create_work -appname upper_case -wu_name test -wu_template templates/upper_case_wu -result_template templates/upper_case_result input_file || echo "E: something failed"

4. ./bin/start

and i confirm that platform and app version and workunit existed in my db...
server status show unsent:2
and i connect the other computer(client) to my boinc-server... but it didn't fetch a job... just my server status unsent:2...

what can i do ??? please help me T_T
8) Message boards : Web interfaces : 403 error on project server (Message 81130)
Posted 12 Sep 2017 by lee
Post:
Forbidden

You don't have permission to access /dncproject/ on this server.
Apache/2.4.18 (Ubuntu) Server at 192.168.0.144 Port 80




how can i fix it?

i gave a chmod 754 or 755 to http/* on boinc server project..

i cant acces to server T_T


my os is ubuntu 16.04

help
9) Message boards : Server programs : boinc-server-maker package install problem on debian jessie (Message 80610)
Posted 30 Aug 2017 by lee
Post:
hello, everyone!
i have a problem install boinc server (my os is debain jessie).


when i follow the boinc-server set-up guide

https://boinc.berkeley.edu/trac/wiki/ServerIntro


i select the method that using the boinc-server-maker... but i got a problem with
-------------------------------------------------------------------------------------------------------------
root@debian:~# sudo apt-get install -t experimental boinc-server-makerReading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
boinc-server-maker : Depends: php but it is not installable
Depends: php-cli but it is not installable
Depends: php-mysql but it is not installable
Depends: libssl1.1 (>= 1.1.0) but it is not installable
Depends: libstdc++6 (>= 5.2) but 4.9.2-10 is to be installed
E: Unable to correct problems, you have held broken packages.
-----------------------------------------------------------------------------------------------------------------------------

when i set up the boinc server on ubuntu 14.04, i failed..(i used both two method that guide's install solution)
so, i changed the os debian jessie..

but i have same error above when i install a boinc-server-maker on ubuntu 14.04..


i searched the solution, but i can't find it.
php5 related package doesn't affect above problem..
also i use the commend that remove the package dependency
apt-get intstall -f ~
aptitude install ~
but problem not chaged...


how can i fix this problem?
plz help me.. T_T
10) Message boards : Questions and problems : boinc server, ./bin/update_versions problem (Message 80453)
Posted 24 Aug 2017 by lee
Post:
i got a problem.. below,
------------------------------------------------------------------------------------------------------------------------------------------------------
root@dnclab:/var/www/boinc/dnclabtest# ./bin/update_versions

Found app version directory for: upper_case 7.042 x86_64-pc-linux-gnu
PHP Warning: simplexml_load_file(): apps/upper_case/7.042/x86_64-pc-linux-gnu/version.xml:1: parser error : Start tag expected, '<' not found in /var/www/boinc/dnclabtest/bin/update_versions on line 423

Warning: simplexml_load_file(): apps/upper_case/7.042/x86_64-pc-linux-gnu/version.xml:1: parser error : Start tag expected, '<' not found in /var/www/boinc/dnclabtest/bin/update_versions on line 423
PHP Warning: simplexml_load_file(): cat version.xml in /var/www/boinc/dnclabtest/bin/update_versions on line 423

Warning: simplexml_load_file(): cat version.xml in /var/www/boinc/dnclabtest/bin/update_versions on line 423
PHP Warning: simplexml_load_file(): ^ in /var/www/boinc/dnclabtest/bin/update_versions on line 423

Warning: simplexml_load_file(): ^ in /var/www/boinc/dnclabtest/bin/update_versions on line 423
Can't load XML file apps/upper_case/7.042/x86_64-pc-linux-gnu. Check that it exists and is valid.
-------------------------------------------------------------------------------------------------------------------------------------------------
and i follow the tutorial boinc test server the url -> https://wiki.debian.org/BOINC/ServerGuide/AppDeployment

above, tutorial, i except the section 1.2 below,

------------------------------------------------------------------------------------------------------------------------------------------------

1.2. Optional and outdated: Use the Debian-provided script to install binaries for multiple platforms

Obtain the script from /usr/share/doc/boinc-server-maker/examples/fetch_example_applications.sh

$ mkdir ~/fetch-app && cd ~/fetch-app
$ zcat /usr/share/doc/boinc-server-maker/examples/fetch_example_applications.sh.gz > fetch_example_applications.sh

Edit the script's source to set $projectroot, and run.

--------------------------------------------------------------------------------------------------------------------------------------------------------

cause i couldn't install boinc-server-maker package on my ubuntu 14.04LTS. so, i installed the server old method.


please give me the reason why that ./boin/upadate_version is not work for me..

give more my boinc server info, below

1. projectroot : /var/www/boinc/
2. completepath : /var/www/boinc/dnclabtest/apps/upper_case/7.042/x86_64-pc-linux-gnu ,below

root@dnclab:/var/www/boinc/dnclabtest/apps/upper_case/7.042/x86_64-pc-linux-gnu# ls
upper_case_7.042_x86_64-pc-linux-gnu version.xml
upper_case_7.042_x86_64-pc-linux-gnu.sig



i spend all of my day on this problem.. i want a throw the computer T_T ..
and more, anyone who has a boinc server tutorial lately version??

thanks to read this.l




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.