Questions and Answers :
Getting started :
New version available for better problem analysis
Message board moderation
Author | Message |
---|---|
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
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 |
Send message Joined: 13 May 22 Posts: 4 Credit: 26,321 RAC: 0 |
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> ]]> |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
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 |
Send message Joined: 13 May 22 Posts: 4 Credit: 26,321 RAC: 0 |
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. |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
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). |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
It seems to work at least on one of your machines: https://twitter.com/lodaminer/status/1525227109219811328 |
Send message Joined: 13 May 22 Posts: 4 Credit: 26,321 RAC: 0 |
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? |
Send message Joined: 14 May 22 Posts: 7 Credit: 100,055 RAC: 0 |
Now the problem is that it can't find curl. It is included in Windows 10, version 1803 or later: 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. |
Send message Joined: 13 May 22 Posts: 14 Credit: 1,206 RAC: 0 |
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 |
Send message Joined: 14 May 22 Posts: 7 Credit: 100,055 RAC: 0 |
Tried that solution just now. Again the tasks fail, |
Send message Joined: 13 May 22 Posts: 14 Credit: 1,206 RAC: 0 |
the app does not work with Git's curl I copied to usr/bin folder from curl-7.83.1-win64-mingw.zip |
Send message Joined: 13 May 22 Posts: 14 Credit: 1,206 RAC: 0 |
the app does not work with Git's curl I copied to usr/bin folder from curl-7.83.1-win64-mingw.zip |
Send message Joined: 14 May 22 Posts: 7 Credit: 100,055 RAC: 0 |
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.) |
Send message Joined: 13 May 22 Posts: 14 Credit: 1,206 RAC: 0 |
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 |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
Can you try installing Git for Windows ? https://git-scm.com/download/win |
Send message Joined: 13 May 22 Posts: 9 Credit: 10,599,006 RAC: 2,866 |
Can you try installing Git for Windows ? 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 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 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 |
Send message Joined: 14 May 22 Posts: 10 Credit: 216,525 RAC: 2,241 |
Christian Krause wrote: Hi All,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 |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
@fzs600: at least one of your miners is working. See for example this finding: https://twitter.com/lodaminer/status/1525473273894645782 |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
@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). |
Send message Joined: 9 May 22 Posts: 251 Credit: 450,553 RAC: 194 |
@Sergey Kovalchuk: you had at least one successful finding: https://twitter.com/lodaminer/status/1525437286715908097 |
©2024 LODA Language