Search found 912 matches

by timurhai
Tue Feb 04, 2020 9:16 am
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186313

Re: Afanasy Statistics

Hi.
Afserver pushes data(a row) into DB on some event (task start, stop, job deletion, etc.).
by timurhai
Mon Feb 03, 2020 4:58 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186313

Re: Afanasy Statistics

It work now on php7.

Statistics pushes Afserver to PSQL database.
by timurhai
Mon Feb 03, 2020 4:04 pm
Forum: Setup
Topic: Afanasy Statistics
Replies: 23
Views: 186313

Re: Afanasy Statistics

Hi.
Have you installed libapache2-mod-php and php-pgsql?
(And restarted apache2?)
by timurhai
Mon Jan 27, 2020 9:21 am
Forum: Compilation
Topic: block.setFiles issue
Replies: 3
Views: 7175

Re: block.setFiles issue

Hi.
This is a normal behavior.
af.Block.setFiles function assumes some numeric pattern to be various for each frame.
http://cgru.info/afanasy/job#block_files
by timurhai
Fri Jan 24, 2020 4:04 pm
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12777

Re: tasks failing to stop

The way to start that task command and the way to stop/kill task process was not changed for a very long time.
by timurhai
Fri Jan 24, 2020 9:42 am
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12777

Re: tasks failing to stop

Hi! May be there is some other ways to switch user. You can try to create some smarter command wrapper. This wrapper can find out new pgid, catch sigterm signal to kill new pgid. I think that it can be done on Python (or even bash :) if you are brave). Also, you always can to create a virtual machin...
by timurhai
Thu Jan 23, 2020 3:38 pm
Forum: General
Topic: machines fails to come back online after reboot
Replies: 4
Views: 4425

Re: machines fails to come back online after reboot

Hi! This is: https://github.com/CGRU/cgru/blob/master/afanasy/config_default.json#L129 ps In our studio we have: "af_render_zombietime":16, "af_render_connection_lost_time":20, "af_monitor_zombietime":16, "af_watch_connection_lost_time":20, I should set some l...
by timurhai
Thu Jan 23, 2020 12:15 pm
Forum: Compilation
Topic: block.setFiles issue
Replies: 3
Views: 7175

Re: block.setFiles issue

Hi!
Sorry, i did not got you.
What showing? Some GUI? What GUI? What is the "block level"?
by timurhai
Tue Jan 21, 2020 12:21 pm
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12777

Re: tasks failing to stop

I think that after su - new session and process group created. And afrender method to stop all child tasks is not working.
If you wrote a command wrapper using "su -", may be there is a way to stop all childs by that wrapper too.