Posts by rebirther

1) Message boards : Projects : News on Project Outages (Message 102360)
Posted 29 Dec 2020 by rebirther
Post:
SRBase crashed again due the VSS service (bug is back), cant rescue the current database, need to restore from earlier today.
2) Message boards : Projects : News on Project Outages (Message 101867)
Posted 30 Nov 2020 by rebirther
Post:
SR Base is off line again.


This is not my year, it looks like the 3950x is dead. Still checking...


The power supply is broken, its still running. Replaced with another one. Now rebuilding again all the stuff ^^
3) Message boards : Projects : News on Project Outages (Message 101866)
Posted 30 Nov 2020 by rebirther
Post:
SR Base is off line again.


This is not my year, it looks like the 3950x is dead. Still checking...
4) Message boards : Projects : News on Project Outages (Message 101840)
Posted 28 Nov 2020 by rebirther
Post:
Appears SR Base has suffered another Database Crash within last hour or so.
Can connect to web site but there are all kinds of SQL error messages.
Warning: mysqli::mysqli(): (HY000/2002): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) in /home/boincadm/projects/sr5/html/inc/db_conn.inc on line 39 Warning: mysqli::query(): Couldn't fetch mysqli in /home/boincadm/projects/sr5/html/inc/db_conn.inc on line 63 Database Error
Warning: mysqli::escape_string(): Couldn't fetch mysqli in /home/boincadm/projects/sr5/html/inc/db_conn.inc on line 227


I have found a bad windows bug thats causing the PC to restart (VSS service). Iam updating now win10 to latest updates in hope that can be fixed it. I think the database is corrupt. And thats happened before I have started a backup :/
5) Message boards : Projects : News on Project Outages (Message 101373)
Posted 29 Oct 2020 by rebirther
Post:
SR Base suddenly went off line about 6 1/2 hours ago: 29-Oct-2020 10:08:13 [---] Project communication failed: attempting access to reference site.
Site is still down as i type this up.


I had a power cut here, the database crashed, trying to restore the database backup from earlier today, sorry for that. This can take a while...
6) Message boards : Server programs : defining GPU apps (Message 96776)
Posted 15 Mar 2020 by rebirther
Post:
Not spaces, but underscores _


Who's idea was that ? :p
7) Message boards : Server programs : defining GPU apps (Message 96746)
Posted 13 Mar 2020 by rebirther
Post:
ok, found it:

windows_x86_64__opencl_ati_101

2 spaces between the names
8) Message boards : Server programs : defining GPU apps (Message 96699)
Posted 12 Mar 2020 by rebirther
Post:
Iam lost in these old BOINC documentation files, I can remember to setup this for another project but in my test it doesnt working:

I have a plan_class_spec.xml file:
<plan_classes>
<plan_class>
        <name>opencl_ati_101</name>
        <gpu_type>amd</gpu_type>
        <opencl/>
        <min_core_client_version>70000</min_core_client_version>
        <min_opencl_version>101<min_opencl_version>
        <min_gpu_ram_mb>256</min_gpu_ram_mb>
        <gpu_ram_used_mb>256</gpu_ram_used_mb>
        <cpu_frac>.1</cpu_frac>
        <gpu_peak_flops_scale>.2</gpu_peak_flops_scale>
</plan_class>
</plan_classes>


APP structure:
test
--00002
---windows_x86_64_opencl_ati_101 (I dont know if this is correct)

bin/update_versions...
Found app version directory for: GPU72 00002 windows_x86_64_opencl_ati_101
platform not found: windows_x86_64_opencl_ati_101

What Iam missing?
9) Message boards : Web interfaces : importing dump files (Message 96019)
Posted 23 Feb 2020 by rebirther
Post:
Because of the exporting stats would be nice to have a script to import all the stuff again.
Would be helpful after a db crash like mine.
10) Message boards : Projects : News on Project Outages (Message 95995)
Posted 21 Feb 2020 by rebirther
Post:
SRBase is down due a broken database, a recovery is not possible anymore. I will setup an older backup.
Pls stop all the work.
11) Message boards : Questions and problems : Windows install issues (Message 92653)
Posted 1 Sep 2019 by rebirther
Post:
https://github.com/BOINC/boinc/issues/2470

You can try this. It looks like it was an older issue.

Do you have also tried an older version of BOINC?
12) Message boards : Questions and problems : "Use x% CPU": Cores get too hot in bursts, fan noise kick in (Message 92314)
Posted 29 Jul 2019 by rebirther
Post:
Its better to buy another cooler. I dont want to make ad but Noctua is the best on the market. With my old fan you have 3 cables for different speed. Its always running on a fixed speed and its nearly silent.
13) Message boards : Server programs : Server not handing out work units (Message 87469)
Posted 5 Aug 2018 by rebirther
Post:
Try to enable debugging in config.xml and check the scheduler.log file.
14) Message boards : Server programs : create_work: unexpected XML tag or syntax (Message 87152)
Posted 17 Jul 2018 by rebirther
Post:
<input_template>
<file_info>
<number>0</number>
</file_info>
<workunit>
<file_ref>
<file_number>0</file_number>
<open_name>in</open_name>
</file_ref>
<command_line>-cpu_time 30</command_line>
</workunit>
</input_template>

This is actually from example_app's template.
Right now, I just want to build a simple server that can handle job submit.
Thanks!


Do you have an input file? And whats your create_work command line?
15) Message boards : Server programs : create_work: unexpected XML tag or syntax (Message 87145)
Posted 17 Jul 2018 by rebirther
Post:
I was doing single job submission. I'm trying to create a test (fib calculation) and i got this message:

PHP Warning: copy(/home/boincadm/projects/test_project//download/34a/../fibjob/fib_x86_64-pc-linux-gnu_d5ef183a): failed to open stream: No such file or directory in /home/boincadm/projects/test_project/bin/boinc_submit on line 414
process_input_template: bad WU template - no <workunit>
process_input_template(): unexpected XML tag or syntax
create_work: unexpected XML tag or syntax
create_work in /home/boincadm/projects/test_project/ failed: 1

Can anyone help?


Can you post your input_template content?
16) Message boards : API : Problem in getting result of computation using windows wrapper, error output for task absent kindly have a look. (Message 83005)
Posted 16 Nov 2017 by rebirther
Post:
Thanks a lot it worked. I just had to specify the name correctly and it worked. Now wrapper is able to execute the exe file for computation. But unfortunately I need a little bit help, my sampleimage.exe file is executed but it is not able to read the input image file present in project directory, after executing the sampleimage.exe file it gives error the image not found (the error check is present in my application code, which checks if image is read proceed otherwise abort and print the error image not found, and this log in stderr.txt confirms that wrapper has executed .exe file successfully) So what I think now that my application code when run through windows wrapper is not able to manipulate/read the input file from projects directory.


You must specify the input file by the work generation.
17) Message boards : API : Problem in getting result of computation using windows wrapper, error output for task absent kindly have a look. (Message 82288)
Posted 27 Oct 2017 by rebirther
Post:
Like "sampleimage.exe" or as defined in version.xml application's physical name shown below in version.xml :
<physical_name>sampleimage_1.0_windows_x86_64.exe</physical_name>
<logical_name>sampleimage</logical_name>
?

and thanks a lot for giving advice, I hope it works out.


Yes, its for windows, linux is another story.
18) Message boards : API : Problem in getting result of computation using windows wrapper, error output for task absent kindly have a look. (Message 82270)
Posted 26 Oct 2017 by rebirther
Post:
Out of curiosity I also tried to run wrapper_26016_windows_x86_64.exe present in client projects directory to see whether it executes sampleimage_windows_x86_64.exe, it displayed can't parse job.xml.


<job_desc>
<task>
<application>sampleimage</application>
<stdout_filename>console.log</stdout_filename>
</task>
</job_desc>

change the application to the full exe name.

Its better to test the app standalone first, copy all files into a folder, you need also a job.xml file + wrapper. Execute the wrapper and check the stderr.txt. Maybe you also need a command line.
19) Message boards : API : BOINC Wrapper: Output file absent (Computation Error) (Message 82133)
Posted 20 Oct 2017 by rebirther
Post:
Can you post the content of the xml files?
20) Message boards : Web interfaces : 403 error on project server (Message 81157)
Posted 13 Sep 2017 by rebirther
Post:
Check this site: https://boinc.berkeley.edu/trac/wiki/ServerIntro


Next 20

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.