Posts by Sergey Kovalchuk

1) Message boards : News : New application: CurieMarieDock (Message 184)
Posted 2 Dec 2020 by Sergey Kovalchuk
Post:
"run only selected applications" in preferences ?
2) Questions and Answers : Web site : Badges (Message 41)
Posted 28 Oct 2020 by Sergey Kovalchuk
Post:
if you decide to introduce a badge system, then on the website banner there are nice pictures for them, multi-colored hexagons ;o)

and don't forget to use one of them as a favicon for a web server
3) Message boards : Number crunching : Linux app requirements? (Message 28)
Posted 25 Oct 2020 by Sergey Kovalchuk
Post:
Could it be linked to the boinc version ?

may be. post your version.
or compare with others in the top host list

you can manually create an accounting file and restart the service

/var/lib/boinc/account_188.68.219.141_sidocktest.xml
<account>
    <master_url>http://188.68.219.141/sidocktest/</master_url>
    <authenticator>***key***</authenticator>
    <project_name>sidocktest</project_name>
</account>


look at the logs immediately after trying to connect

tail -f -n 25 boinc/stdoutdae.txt
4) Message boards : Number crunching : Win10 immediate error out (Message 17)
Posted 24 Oct 2020 by Sergey Kovalchuk
Post:
I have tried installing Visual Studio 2019.


pay attention - not visual studio, but redistribute runtime

check the control panel - programs for
Microsoft Visual C++ 2015-2019 Redistributable (x64)

if not, download the installer from the link on the main page - vc_redist.x64.exe
5) Message boards : Number crunching : Win10 immediate error out (Message 11)
Posted 24 Oct 2020 by Sergey Kovalchuk
Post:
A little remark.
Even if you already have the VS C++ 2015-2019 redist installed, it is advisable to download and reinstall it.
I noticed that in a year and a half the version has changed from 14.25.28508 to 14.27.29112

The project is new, and at the testing stage the new development environment itself is probably used.
Perhaps, later the application will be recompiled with older libraries - for compatibility with previous systems, incl. for 32 bit

PS including all these libraries in the download does not help - there are version compatibility problems
6) Message boards : Science : Testing status (Message 5)
Posted 23 Oct 2020 by Sergey Kovalchuk
Post:
This project is declared as a test
- Do you have a test plan with predefined task volumes and a given timeline?
- Will a native application for BOINC be developed or will the current structure remain: wrapper - BAT file - external application?
- Will there be any other applications in this project, incl. at the testing stage?
- Will there be a formal transition to the productive stage with the launch of a new server from scratch?

Or will the project goals be achieved on the current server with a smooth transition to basic calculations and application refinement on the fly?

The answers to these questions will help crunchers plan which computing power to use in a project now and in the future.
7) Questions and Answers : Web site : bad scheduler (Message 3)
Posted 23 Oct 2020 by Sergey Kovalchuk
Post:
bad link to the scheduler in the master file http://188.68.219.141/sidocktest/index.php

<!-- <scheduler>http://188.68.219.141/sidocktest_cgi/cgi</scheduler> -->
<link rel="boinc_scheduler" href="url">
<title>SiDock@home test</title>

it is necessary to substitute the real URL instead of the variable

<link rel="boinc_scheduler" href="http://188.68.219.141/sidocktest_cgi/cgi">

the error gives to the message "cannot resolve the server name" on every client request




©2024 SiDock@home Team