No credit?

Message boards : Number crunching : No credit?
Message board moderation

To post messages, you must log in.

1 · 2 · 3 · 4 . . . 5 · Next

AuthorMessage
Profile DoctorNow
Avatar

Send message
Joined: 23 Sep 19
Posts: 39
Credit: 83,610
RAC: 0
Germany
Message 1 - Posted: 23 Sep 2019, 14:02:39 UTC
Last modified: 23 Sep 2019, 14:05:51 UTC

Hi there!

Just got home after a while and found out that my first tasks got no credits so far...
Looking into the result files shows me this:
./ithena_cnode_check_v1.16_x86_64-pc-linux-gnu: error while loading shared libraries: libssh2.so.1: cannot open shared object file: No such file or directory
Is that the reason? If so, how can I fix this?
As far as I'm aware, this lib is already installed on my Ubuntu version, but I'm not completely sure now...

Edit:
First post in a brand new forum - a premiere for me.. ;-)
Life is Science, and Science rules. To the universe and beyond
Member of BOINC@Heidelberg
My BOINC-Stats
ID: 1 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 2 - Posted: 23 Sep 2019, 15:35:52 UTC

Many thanks for the activity! :)

Credits are granted but they are very small amounts - e.g. 0.0000001 credits. This problem will be fixed - the application is in a very initial phase.

You can try to install (Ubuntu):

sudo apt-get install krb5-config libkrb5-dev libssl-dev libsasl2-dev libsasl2-modules-gssapi-mit
sudo apt-get install libnghttp2-dev
sudo apt-get install libidn2-0-dev
sudo apt-get install libssh2-1-dev
sudo apt-get install libpsl-dev
sudo apt-get install libldap2-dev

The application should be statically compiled - I will try to fix this error.
ID: 2 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Vato
Avatar

Send message
Joined: 23 Sep 19
Posts: 25
Credit: 1,957,974
RAC: 1,254
United Kingdom
Message 4 - Posted: 23 Sep 2019, 17:45:31 UTC - in response to Message 2.  

I went through installing additional shared libraries (prior to the instructions above)
but I had to roll back as one of them (I don't know which) caused my host resolver to fail.
I will keep an eye out for a static version of the check exe

I also rolled an app_config.xml setting avg_ncpus to 0.0001 to allow my normal tasks to run fully.
So the NCI setup needs some work, though I couldn't spot anything from client_state.xml that was obviously wrong.
ID: 4 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile DoctorNow
Avatar

Send message
Joined: 23 Sep 19
Posts: 39
Credit: 83,610
RAC: 0
Germany
Message 5 - Posted: 23 Sep 2019, 19:31:12 UTC - in response to Message 2.  

...
The application should be statically compiled - I will try to fix this error.

This looks very different from the solution I tried to find with installing the libssh2 (again)...
Since I couldn't get it to work anyway (I'm not very familiar with Linux at all and especially installations per Terminal) I wil wait for a static compiled version then.
Life is Science, and Science rules. To the universe and beyond
Member of BOINC@Heidelberg
My BOINC-Stats
ID: 5 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 7 - Posted: 23 Sep 2019, 23:33:50 UTC

Today I will add a new version of the app for the linux platform. I hope that there will be no more problems with libraries.

In addition, there is a problem with the mail server - I'll check it.
ID: 7 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Vato
Avatar

Send message
Joined: 23 Sep 19
Posts: 25
Credit: 1,957,974
RAC: 1,254
United Kingdom
Message 9 - Posted: 24 Sep 2019, 12:23:44 UTC

I don't think the issue i had with my stub resolver was caused by the shared libraries.
The upstream recursive resolver (which I "run") looks like it blacklisted my client.
Does the ithena code issue significant volumes of DNS queries?
If so, you might want to consider how to ratelimit this to a lower level.
If not, I guess i'll have to investigate further...
ID: 9 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 10 - Posted: 24 Sep 2019, 15:53:38 UTC - in response to Message 9.  

Does the ithena code issue significant volumes of DNS queries?

Maybe yes.
Theoretically, only IP addressing is mainly used.
In today's version of the application I will improve it a bit.
ID: 10 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 13 - Posted: 24 Sep 2019, 21:25:04 UTC

Well ...
While building the new version of the application there were some problems with libraries ...
I don't have strength today - I'm going to sleep soon.
I will test tomorrow;)
ID: 13 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Vato
Avatar

Send message
Joined: 23 Sep 19
Posts: 25
Credit: 1,957,974
RAC: 1,254
United Kingdom
Message 37 - Posted: 27 Sep 2019, 19:06:45 UTC

New client appears to run - so the static linking works.
Also shows up as NCI now.
I haven't seen a problem with DNS load since - will update if this changes.

I suppose the open question would be: can we have a little more credit now?
ID: 37 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 38 - Posted: 27 Sep 2019, 20:37:02 UTC - in response to Message 37.  

I haven't seen a problem with DNS load since - will update if this changes.

Probably some internal function is still using DNS.
I will analyze everything.
Question: Can you remove DNS completely from your system? How does the application react?

I suppose the open question would be: can we have a little more credit now?

I would like to get a fairly stable version of the application first.
There is also the matter of adding statistics.
However, to add statistics, it is best not to be confused about big credits (I think).
We need to set the amount of credits per task (WU length may change).
ID: 38 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Vato
Avatar

Send message
Joined: 23 Sep 19
Posts: 25
Credit: 1,957,974
RAC: 1,254
United Kingdom
Message 39 - Posted: 27 Sep 2019, 22:50:06 UTC

I cannot remove DNS from my system - it needs to talk to various places that do not have static IPs, so /etc/hosts won't cut it.
But, as I said, the new application version hasn't suffered from the problem yet, whereas previously it was reliably reproducable.

Re: credit - I was thinking on the level of 1 per WU for the current stage instead of 0.000001 (or whatever) - it makes it possible to see what's going on in a slightly different way - but it's your project and therefore your decision.
ID: 39 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dirk Broer

Send message
Joined: 9 Oct 19
Posts: 61
Credit: 3,044,952
RAC: 1,161
British Virgin Islands
Message 76 - Posted: 11 Oct 2019, 14:42:26 UTC - in response to Message 2.  

Many thanks for the activity! :) Credits are granted but they are very small amounts - e.g. 0.0000001 credits. This problem will be fixed - the application is in a very initial phase.


Meaning you have to finish 1 million WUs to earn one credit....
ID: 76 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 78 - Posted: 13 Oct 2019, 20:08:14 UTC

I don't want to add specific / real credits too soon. Ideally, from the very beginning credit statistics would be exported to statistics systems (BOINCstats, Free-DC, etc.).

The project is in a highly experimental status.

However, I think that on days I will make some changes and add statistics export. After some time, when there is more stability, we will determine real credits.

Sorry for the delays.
ID: 78 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Skivelitis2
Avatar

Send message
Joined: 23 Sep 19
Posts: 9
Credit: 3,085,790
RAC: 2,389
United States
Message 85 - Posted: 16 Oct 2019, 10:48:45 UTC

Will they be retroactive?
ID: 85 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 86 - Posted: 16 Oct 2019, 13:03:54 UTC

Currently, this is probably not a big problem because the system grants a very small amount of credit.

If the system granted millions of credits (before adding to the statistics) it would be a problem ...
ID: 86 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile DoctorNow
Avatar

Send message
Joined: 23 Sep 19
Posts: 39
Credit: 83,610
RAC: 0
Germany
Message 110 - Posted: 3 Nov 2019, 19:46:39 UTC - in response to Message 85.  
Last modified: 3 Nov 2019, 19:50:21 UTC

Will they be retroactive?

At the moment, I'm asking myself if this is possible at all now.
I see every task I had in the past is deleted from my account, and it looks like they are wiped out very quick from the database, when I take a look at the server status.
So how do you plan on crediting tasks from the past, Rysiu?
Life is Science, and Science rules. To the universe and beyond
Member of BOINC@Heidelberg
My BOINC-Stats
ID: 110 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dirk Broer

Send message
Joined: 9 Oct 19
Posts: 61
Credit: 3,044,952
RAC: 1,161
British Virgin Islands
Message 111 - Posted: 4 Nov 2019, 10:17:10 UTC - in response to Message 110.  

How to credit tasks from the past? Just a suggestion: move the comma in our present credit three (or more) places...
ID: 111 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
STE\/E

Send message
Joined: 23 Sep 19
Posts: 9
Credit: 678,602
RAC: 510
United States
Message 113 - Posted: 8 Nov 2019, 7:33:30 UTC - in response to Message 111.  

How to credit tasks from the past? Just a suggestion: move the comma in our present credit three (or more) places...


So that would mean I would have 000.0 Credits instead of 0 Credits ...
ID: 113 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Dirk Broer

Send message
Joined: 9 Oct 19
Posts: 61
Credit: 3,044,952
RAC: 1,161
British Virgin Islands
Message 114 - Posted: 8 Nov 2019, 16:30:07 UTC - in response to Message 113.  
Last modified: 8 Nov 2019, 16:31:31 UTC

How to credit tasks from the past? Just a suggestion: move the comma in our present credit three (or more) places...


So that would mean I would have 000.0 Credits instead of 0 Credits ...


Nope. It could e.g. mean that you get 1 credit, instead of 0.0001 credit.
It could also mean that you get 12,345 credits instead of 0.00012345 credit...
ID: 114 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Profile Rysiu
Project administrator
Project developer
Project tester
Project scientist
Avatar

Send message
Joined: 25 Aug 19
Posts: 409
Credit: 1,240,185
RAC: 0
Poland
Message 116 - Posted: 8 Nov 2019, 18:56:17 UTC - in response to Message 110.  

Will they be retroactive?

At the moment, I'm asking myself if this is possible at all now.
I see every task I had in the past is deleted from my account, and it looks like they are wiped out very quick from the database, when I take a look at the server status.
So how do you plan on crediting tasks from the past, Rysiu?

Old jobs are deleted from the BOINC server database.
The task database would grow too much and slow down the system.

Data is aggregated in another database.
ID: 116 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
1 · 2 · 3 · 4 . . . 5 · Next

Message boards : Number crunching : No credit?

© 2019-2024 iThena. All rights reserved. | Private Policy

Page generated on 28 Mar 2024, 9:32:13 UTC in 0.617 seconds.