Posts by PGRID

1) Message boards : Questions and problems : Folder data and error 417 (Message 46048)
Posted 19 Oct 2012 by PGRID
Post:
Greetings, thanks for your reply and found the file. xml you mention, ...

Try connecting machines that have private ip and I get an error -417 I have done many tests with machines that have public IPs and has given me no problems, the BOINC server does some preference as to the type of network you are are the machines?

Any idea how to work with a machine whose ip is 192 without me throw this kind of error?

Thanks
2) Message boards : Questions and problems : Folder data and error 417 (Message 46037)
Posted 18 Oct 2012 by PGRID
Post:
where is the data folder of BOIN? i need find the file cc_config.xml...

I try to connect some machines using the boinc manager and I get the error 417

Thanks!
3) Message boards : Questions and problems : BOINC Wrapper or modify the application code (Message 45412)
Posted 23 Aug 2012 by PGRID
Post:
It is better to use BOINC Wrapper or modify the application code to add functions and libraries BOINC? When to use a and when to use the other? What is the most efficient?

An application would give the same result if you use one of these options?

Thank a lot.
María
4) Message boards : Questions and problems : min_quorum, target_nresults and max_success_result (Message 45111)
Posted 30 Jul 2012 by PGRID
Post:
Which is the use and the relationship between of the parameters: min_quorum, target_nresults and max_success_result.


Thanks!

Maria
5) Message boards : Questions and problems : Error BOINC (Message 44141)
Posted 14 May 2012 by PGRID
Post:
Good morning .... There a link where you explain some errors that sometimes BOINC, for example:

Create work -112
Create work can not open input template wu
6) Message boards : Server programs : SVN ... Root or Home (Message 43407)
Posted 11 Apr 2012 by PGRID
Post:
Hello, a question when you download the svn (http://boinc.berkeley.edu/svn/branches/server_stable boinc) are in cd /root or /home?

and the installroot that directory and place?

cat <<EOCONF >> ~/.boinc_test.conf
# address of host (via DNS or IP number) at which project server shall be reached
hosturl=http://150.186.92.236
# name of folder in which data shall be stored, also becomes part of project URL
fileprojectname=$dbprojectname
# more human-compatible way to read the project name
niceprojectname="BoincTestProject@Home"
# location at which sources shall be kept
installroot=???????
EOCONF
7) Message boards : Questions and problems : In debian: stderrdae.txt and stdoutdae.txt (Message 43190)
Posted 28 Mar 2012 by PGRID
Post:
I had trouble seeing the results of a helping task and I suggest revising these files because I can help find solutions (server messages and errors)
8) Message boards : Questions and problems : In debian: stderrdae.txt and stdoutdae.txt (Message 43188)
Posted 28 Mar 2012 by PGRID
Post:
Hi!

In the BOINC client on debian, I find the files: stderrdae.txt and stdoutdae.txt?

Thanks!
9) Message boards : Questions and problems : can´t oppen WU template -1 (Message 42809)
Posted 1 Mar 2012 by PGRID
Post:
Will have to do with the create_work.C

in the code exits this part:

sprintf(buf, "where name='%s'", app.name);
retval = app.lookup(buf);
if (retval) {
fprintf(stderr, "create_work: app not found\n");
exit(1);
}

retval = read_filename(wu_template_file, wu_template, sizeof(wu_template));
if (retval) {
fprintf(stderr, "create_work: can't open WU template: %d\n", retval);
exit(1);
}



I have to do with some in the templates of wu_uppercase and re_uppercase, Any suggestions?

PD.: I'm doing a manual in Spanish and once achieved operate and understand how I would like to share BOINC if possible by this means to help Spanish-speaking people who visit this forum.
10) Message boards : Questions and problems : can´t oppen WU template -1 (Message 42808)
Posted 1 Mar 2012 by PGRID
Post:
True, it is "open" writing I was wrong.

I see when running the "create_work" when I try to run the application "uppercase" (http://boinc.berkeley.edu/trac/wiki/JobSubmission) and another error that has given me is "app not found"

PD.: By the way yesterday I had to create another account because he had forgotten the pass of this!
11) Message boards : Questions and problems : I have a problem with "BOINC Manager" (Message 42258)
Posted 26 Jan 2012 by PGRID
Post:
Thanks SekeRob2 and sorry for not being explicit from the start!

María Mays
12) Message boards : Server programs : I have a problem in creating my own project (Message 42257)
Posted 26 Jan 2012 by PGRID
Post:
Hi, my client manager version it's: 6.10.58 its running on a debian squeeze.

What i'm realy triying to do it's to get my boinc-server wich I just compiled is to send some tasks to my client-manager. I'm using the "uppercase" aplication wich comes with boinc-server sources for my first aplication!!!

When I did finish the boinc-server compiling and set all the project variables... I check the project.xml file to set the "uppercase" API for my first task....:

#vi project.xml

then I:

#bin/xadd

#cp /root/boinc/samples/example_app/uc2 /var/tmp/boinc/boinctest/apps/uppercase/uppercase_1.0_i686-pc-linux-gnu.sh
chown root:boincadm /var/tmp/boinc/boinctest/apps/uppercase/uppercase_i686-pc-linux-gnu

#chmod 770 apps/uppercase

#PYTHONPATH=/root/boinc/py bin/update_versions

#bin/start

and when all that was done I add the: http://... /boinctest to my client-manager, at that point I was hoping to see some action!!! but in fact log view of my client-manager only says:

Requesting new tasks
Scheduler request completed:got 0 new tasks
Messeaged from server:Project has no tasks available

I hope this gives you any clues....
Maria.
13) Message boards : Questions and problems : I have a problem with "BOINC Manager" (Message 42255)
Posted 26 Jan 2012 by PGRID
Post:
Hi, to awnser your first question... my client manager version it's: 6.10.58 its running on a debian squeeze.

What i'm realy triying to do it's to get my boinc-server wich I just compiled is to send some tasks to my client-manager. I'm using the "uppercase" aplication wich comes with boinc-server sources for my first aplication!!!

When I did finish the boinc-server compiling and set all the project variables... I check the project.xml file to set the "uppercase" API for my first task....:

#vi project.xml

then I:

#bin/xadd

#cp /root/boinc/samples/example_app/uc2 /var/tmp/boinc/boinctest/apps/uppercase/uppercase_1.0_i686-pc-linux-gnu.sh
chown root:boincadm /var/tmp/boinc/boinctest/apps/uppercase/uppercase_i686-pc-linux-gnu

#chmod 770 apps/uppercase

#PYTHONPATH=/root/boinc/py bin/update_versions

#bin/start

and when all that was done I add the: http://150.186.92.236/boinctest to my client-manager, at that point I was hoping to see some action!!! but in fact log view of my client-manager only says:

Requesting new tasks
Scheduler request completed:got 0 new tasks
Messeaged from server:Project has no tasks available

I hope this gives you any clues....
Maria.
14) Message boards : Questions and problems : I have a problem with "BOINC Manager" (Message 42225)
Posted 25 Jan 2012 by PGRID
Post:
Hi!

Questo è il mio indirizzo IP http://150.186.92.236/boinctest

I hope you can help me with this error

thanks
María
15) Message boards : Questions and problems : I have a problem with "BOINC Manager" (Message 42223)
Posted 25 Jan 2012 by PGRID
Post:
Greeting

I have a problem with the "Boinc Manager" perfect client connects I get a message that the tasks are not running when internally if they are doing without any problem, there are some settings that must be done in the "Boinc Manager" for the client see that the task if they are running?

Thanks
16) Message boards : Questions and problems : I have a problem with "BOINC Manager" (Message 42221)
Posted 25 Jan 2012 by PGRID
Post:
The user connects perfectly but says there is no assigned tasks / running when if any since in conficuración okay.
17) Message boards : Questions and problems : I have a problem with "BOINC Manager" (Message 42219)
Posted 25 Jan 2012 by PGRID
Post:
Hello, I have a problem with "BOINC Manager" I said I have no task running when everything is working really well!

Any recommendations? some settings must be done so that in the "BOINC Manager" to see that the task is running?
18) Message boards : Server programs : BOINC Server (Message 39402)
Posted 2 Aug 2011 by PGRID
Post:
Hi Ageless, thanks for answering. I've been using the links you sent me, but I present the following error when the BOINC manager to want to link my test project, you have some idea of ​​what I can be doing wrong?

Error


02/08/2011 8:30:35 a.m. Suspending computation – CPU is busy
02/08/2011 8:31:25 a.m. Resuming computation
Test 02/08/2011 8:31:48 a.m. Resetting project
Test 02/08/2011 8:31:35 a.m. Detaching from project
02/08/2011 8:32:13 a.m. Fetching configutation file from http://150.186...
02/08/2011 8:30:33 a.m. Suspending computation – CPU is busy


Thank you very much
PD.: Sorry my English is not very good

19) Message boards : Server programs : BOINC Server (Message 39166)
Posted 21 Jul 2011 by PGRID
Post:
Hello, I just set a boinc server, I wonder if you have simple program that cant use to test the server.

Thanks
María Mays
20) Message boards : Questions and problems : Error: ionice failed - schedtool not found (Message 36681)
Posted 31 Jan 2011 by PGRID
Post:
Hi,
I have just installed a boinc-manager on debian lenny vserser
environment, just like this:
#apt-get install boinc-manager
And during the reboot of my vserver it gives me this error:

ionice failed - schedtool not found

I’ll appreciated very much if anyone could get me back on the track again…
Thanks Ponchi :P[/b]




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.