Search found 910 matches

by timurhai
Wed Mar 04, 2020 2:23 pm
Forum: General
Topic: TERMINATEWAITKILL
Replies: 2
Views: 3267

Re: TERMINATEWAITKILL

Hi!
Hm, it seems that it is compiled in:
https://github.com/CGRU/cgru/blob/maste ... s.cpp#L295

But it is not a big deal to add such config option.

Lets create and issue!
by timurhai
Thu Feb 27, 2020 12:43 pm
Forum: General
Topic: machines fails to come back online after reboot
Replies: 4
Views: 4384

Re: machines fails to come back online after reboot

Hi!
Fixed it on GitHub:
https://github.com/CGRU/cgru/commit/54b ... 1b96d688b5
Will be by default in the next releases.
by timurhai
Wed Feb 26, 2020 4:51 pm
Forum: Setup
Topic: afcmd - setting nimby errors
Replies: 5
Views: 6936

Re: afcmd - setting nimby errors

Hi!
It is implemented in code (GitHub master).
Will be available in the next releases.
by timurhai
Wed Feb 26, 2020 4:04 pm
Forum: General
Topic: better execution of custom commands on nodes
Replies: 2
Views: 4363

Re: better execution of custom commands on nodes

Hi!
It is implemented in code (GitHub master).
Will be in the next release.
by timurhai
Fri Feb 21, 2020 9:20 am
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186091

Re: Afanasy Statistics

Hi. It is hard (some times impossible) to read images that you attach. Can you not to do it. If you want to show some text, please copy and paste it as a text. And it seems that you should consult some SQL (PostgreSQL) experienced user, i am not. Or try to google this psql errors. "FATAL ...&qu...
by timurhai
Thu Feb 20, 2020 1:38 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186091

Re: Afanasy Statistics

So, now server insets data into jobs and tasks tables?
Have you checked that tables are not empty?
Can you check it by command line?
What is that commands output:

Code: Select all

select count(*) from jobs;

Code: Select all

select count(*) from tasks;
by timurhai
Mon Feb 17, 2020 9:47 am
Forum: General
Topic: List services status
Replies: 2
Views: 3250

Re: List services status

Hi. Versions that are less than 2.4.x, using farm.json to setup services. You can read/edit this file. 2.4.0 was not released, yet. If you compile Afanasy from GitHub, there will be 2.4.0 (not finished) version. Since 2.4.x pools appeared, and services are configured within pool settings. You can co...
by timurhai
Sat Feb 15, 2020 2:21 pm
Forum: Maya
Topic: Maya projects path error
Replies: 3
Views: 6776

Re: Maya projects path error

Hi.
It should, and it was.
But for now it is commented for some reason:
https://github.com/CGRU/cgru/blob/maste ... ob.py#L628
And I really do not know why ((
I should check it out.

Try to uncomment it. If it will work normally, you can create a pull request on github.
by timurhai
Wed Feb 12, 2020 3:05 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186091

Re: Afanasy Statistics

I thought you was asking about PostgreSQL error: "FATAL: ...". Afserver asked to launch that string to insert into table, but failed: AFERROR: SQL command execution failed: INSERT INTO jobs (annotation,blockname,capacity,desctiption,folder,jobname,hostmask,service,tasks_done,tasks_quantity...
by timurhai
Wed Feb 12, 2020 1:44 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186091

Re: Afanasy Statistics

You can see it in 100% scale. I see just a screenshot, that was scaled down. I am not a PostgreSQL guru, i can`t explain this error details.