New version available for better problem analysis

Questions and Answers : Getting started : New version available for better problem analysis
Message board moderation

To post messages, you must log in.

1 · 2 · Next

AuthorMessage
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 29 - Posted: 13 May 2022, 18:36:46 UTC

Hi All,
since some of the boinc clients ran into errors, I uploaded a new version (220513) which provides better logs. If your workers fail immediately after the start, please respond to this thread. Then I can dig into the logs and try to analyze the problem.

Cheers,
Christian
ID: 29 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
szymmirr

Send message
Joined: 13 May 22
Posts: 4
Credit: 26,321
RAC: 0
Message 31 - Posted: 13 May 2022, 20:05:07 UTC

I have git installed

<core_client_version>7.16.20</core_client_version>
<![CDATA[
<message>
(unknown error) - exit code 195 (0xc3)</message>
<stderr_txt>
21:54:49 (11476): wrapper (7.7.26016): starting
21:54:49 (11476): wrapper: running ../../projects/boinc.loda-lang.org_loda/loda-220513-windows.exe (boinc -H 4)
21:54:50 (11476): loda exited; CPU time 0.000000
21:54:50 (11476): app exit status: 0xc0000409
21:54:50 (11476): called boinc_finish(195)

</stderr_txt>
]]>
ID: 31 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 32 - Posted: 13 May 2022, 20:19:44 UTC - in response to Message 31.  

Hi szymmirr,
I can see from the logs that git was not found on your machine. It expects git.exe to be in the folder C:\Program Files\Git\cmd. Can you please check where it is installed on your system? I think you can run this command to find it out: where git

Cheers,
Christian
ID: 32 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
szymmirr

Send message
Joined: 13 May 22
Posts: 4
Credit: 26,321
RAC: 0
Message 33 - Posted: 13 May 2022, 21:23:47 UTC

That's right. I uninstalled git from D: drive and installed it on C:

where git now says: C:\Program Files\Git\cmd\git.exe but the tasks still fail on my two Windows machines (W10 and W7) and VM Mac as well.
ID: 33 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 35 - Posted: 13 May 2022, 21:38:58 UTC - in response to Message 33.  

Now the problem is that it can't find curl. It is included in Windows 10, version 1803 or later:
https://stackoverflow.com/questions/9507353/how-do-i-install-and-use-curl-on-windows
Do you have an older version?
It is also included in Git. Can you please check if you have it here?
C:\Program Files\Git\mingw64\bin\curl.exe
If so, I can maybe add this path (currently not included).
ID: 35 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 36 - Posted: 13 May 2022, 21:42:55 UTC - in response to Message 35.  

It seems to work at least on one of your machines:
https://twitter.com/lodaminer/status/1525227109219811328
ID: 36 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
szymmirr

Send message
Joined: 13 May 22
Posts: 4
Credit: 26,321
RAC: 0
Message 37 - Posted: 13 May 2022, 22:01:38 UTC
Last modified: 13 May 2022, 22:03:54 UTC

I'm running some tasks on a VM Linux, but that's not my preferred way of doing it.

I added mingw64/bin to PATH. where curl says: C:\Program Files\Git\mingw64\bin\curl.exe

But the tasks still fail. What file am I missing this time?
ID: 37 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Werinbert

Send message
Joined: 14 May 22
Posts: 7
Credit: 100,055
RAC: 0
Message 44 - Posted: 14 May 2022, 0:34:58 UTC
Last modified: 14 May 2022, 0:35:28 UTC

Now the problem is that it can't find curl. It is included in Windows 10, version 1803 or later:
https://stackoverflow.com/questions/9507353/how-do-i-install-and-use-curl-on-windows
Do you have an older version?
It is also included in Git. Can you please check if you have it here?
C:\Program Files\Git\mingw64\bin\curl.exe
If so, I can maybe add this path (currently not included).


I have similar problems with my tasks. git.exe and curl.exe are in their respective folders within the Git folders. So if you have not tried adding the path could you added it and see if that solves the problem? I am running on Win 7.
ID: 44 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 13 May 22
Posts: 14
Credit: 1,206
RAC: 0
Message 46 - Posted: 14 May 2022, 0:58:24 UTC - in response to Message 44.  
Last modified: 14 May 2022, 1:00:54 UTC

C:\Program Files\Git\mingw64\bin\curl.exe


folder is not on the path
copy curl.exe to C:\Program Files\Git\usr\bin

2022-05-14 03:38:16|WARN |Setting environment variable: PATH=C:\WINDOWS\system32;C:\Program Files\Git\cmd;C:\Program Files\Git\usr\bin
ID: 46 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Werinbert

Send message
Joined: 14 May 22
Posts: 7
Credit: 100,055
RAC: 0
Message 54 - Posted: 14 May 2022, 3:32:38 UTC - in response to Message 46.  

Tried that solution just now. Again the tasks fail,
ID: 54 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 13 May 22
Posts: 14
Credit: 1,206
RAC: 0
Message 55 - Posted: 14 May 2022, 4:05:28 UTC

the app does not work with Git's curl

I copied to usr/bin folder from curl-7.83.1-win64-mingw.zip
ID: 55 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 13 May 22
Posts: 14
Credit: 1,206
RAC: 0
Message 56 - Posted: 14 May 2022, 4:05:28 UTC

the app does not work with Git's curl

I copied to usr/bin folder from curl-7.83.1-win64-mingw.zip
ID: 56 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Werinbert

Send message
Joined: 14 May 22
Posts: 7
Credit: 100,055
RAC: 0
Message 59 - Posted: 14 May 2022, 5:47:14 UTC

I tried again... I downloaded curl-7.83.1-win64-mingw.zip from the Curl website, extracted the files and then copied the curl.exe from there into the C:\Program Files\Git\usr\bin folder. This did not solve the problem.
Has anyone got the tasks to run on a Win 7 machine? (I will try installing Git on a WIn 10 computer tomorrow.)
ID: 59 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Sergey Kovalchuk

Send message
Joined: 13 May 22
Posts: 14
Credit: 1,206
RAC: 0
Message 62 - Posted: 14 May 2022, 7:15:21 UTC - in response to Message 59.  

Has anyone got the tasks to run on a Win 7 machine? (I will try installing Git on a WIn 10 computer tomorrow.)


On my Win7 task worked 5 hours - stopped due to time limit

check the task log before sending it to the server
a file similar to this one - the numbers will be different

C:\Documents and Settings\All Users\BOINC\projects\boinc.loda-lang.org_loda\wu_1652470802_4041_1_r1211516752_0
ID: 62 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 66 - Posted: 14 May 2022, 7:26:12 UTC - in response to Message 62.  

Can you try installing Git for Windows ?
https://git-scm.com/download/win
ID: 66 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
fzs600

Send message
Joined: 13 May 22
Posts: 9
Credit: 10,599,006
RAC: 2,866
Message 67 - Posted: 14 May 2022, 7:37:40 UTC - in response to Message 66.  

Can you try installing Git for Windows ?
https://git-scm.com/download/win

yes I installed but everything goes wrong
14 May 2022, 3:55:19 UTC 14 May 2022, 4:56:32 UTC Erreur lors des calculs 499.05 0.03 --- LODA v2205.13
windows_x86_64

14 May 2022, 3:55:19 UTC 14 May 2022, 4:28:57 UTC Erreur lors des calculs 608.32 0.03 --- LODA v2205.13
windows_x86_64

14 May 2022, 3:55:19 UTC 14 May 2022, 4:56:32 UTC Erreur lors des calculs 30.48 0.03 --- LODA v2205.13
windows_x86_64
ID: 67 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
AnandBhat

Send message
Joined: 14 May 22
Posts: 10
Credit: 216,525
RAC: 2,241
Message 96 - Posted: 14 May 2022, 13:56:21 UTC - in response to Message 29.  
Last modified: 14 May 2022, 13:57:51 UTC

Christian Krause wrote:
Hi All,
since some of the boinc clients ran into errors, I uploaded a new version (220513) which provides better logs. If your workers fail immediately after the start, please respond to this thread. Then I can dig into the logs and try to analyze the problem.

Cheers,
Christian
I continue to see failures with LODA 2205.14. See Task 41129

I have Git installed in my user folder (I left it at the default during installing, which was C:\Users\anandbha\AppData\Local\Programs\Git -- it probably did this as I'm not the administrator and cannot install under Program Files anyway). I can access git from the command prompt without having to navigate to this path so its definitely in the environment path.

C:\Users\anandbha>git --version
git version 2.36.1.windows.1
ID: 96 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 97 - Posted: 14 May 2022, 14:22:06 UTC - in response to Message 96.  

@fzs600: at least one of your miners is working.
See for example this finding: https://twitter.com/lodaminer/status/1525473273894645782
ID: 97 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 98 - Posted: 14 May 2022, 14:26:03 UTC - in response to Message 97.  

@AnandBhat: it expects git to be installed in the system location: C:\\Program Files\Git

It doesn't help if you add it to your PATH. The problem is that BOINC wipes out all environment variables when calling the apps. LODA does not get your PATH settings (or any other environment variables that you set).
ID: 98 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
Christian Krause
Project administrator

Send message
Joined: 9 May 22
Posts: 251
Credit: 450,553
RAC: 194
Message 99 - Posted: 14 May 2022, 14:27:40 UTC - in response to Message 98.  

@Sergey Kovalchuk: you had at least one successful finding: https://twitter.com/lodaminer/status/1525437286715908097
ID: 99 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
1 · 2 · Next

Questions and Answers : Getting started : New version available for better problem analysis

©2024 LODA Language