Search found 913 matches

by timurhai
Tue Jan 21, 2020 12:21 pm
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12864

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.
by timurhai
Mon Jan 20, 2020 5:23 pm
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12864

Re: tasks failing to stop

The issue is not "jobs failing to delete", but "child tasks failed to stop". You can test it not just on a job deletion, but on any stop, skip, retry, the result should be the same. Afrender run some command, that command can raise several child processes. So to terminate/kill al...
by timurhai
Mon Jan 20, 2020 4:25 pm
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12864

Re: jobs failing to delete

If you installed Linux packages, it is SystemD.

Sometimes for an error catching is more easy to launch afserver and afrender manually in terminal.
Such way you can watch logs real-time.
by timurhai
Mon Jan 20, 2020 9:42 am
Forum: General
Topic: tasks failing to stop
Replies: 15
Views: 12864

Re: tasks failing to stop

Hi.
Try to look at afserver and afrender processes output.
by timurhai
Thu Jan 16, 2020 11:17 am
Forum: General
Topic: Where is the slate generated?
Replies: 1
Views: 2835

Re: Where is the slate generated?

Hi! Dailies are generated by this command (Python script): https://github.com/CGRU/cgru/blob/master/utilities/moviemaker/makemovie.py That script generates each frame by: https://github.com/CGRU/cgru/blob/master/utilities/moviemaker/makeframe.py It uses some templates to draw: https://github.com/CGR...
by timurhai
Mon Jan 13, 2020 11:00 am
Forum: Setup
Topic: nonrootuser file not found
Replies: 2
Views: 4384

Re: nonrootuser file not found

Hi!
Since 2.3.1 Afanasy Linux packages moved on from init.d to SystemD.
Any service settings now via SystemD.
There are lots of information about how to setup/tune SystemD services.
by timurhai
Thu Jan 09, 2020 11:12 am
Forum: Blender
Topic: Error Message When Submitting A Comp Job
Replies: 4
Views: 7141

Re: Error Message When Submitting A Comp Job

Hi.
How are you submitting scenes from 2.8?
CGRU 2.3.1 has no Blender 2.8 support, as they completely rewrote Python API since 2.8.
What submission plug-in have you used?
by timurhai
Sun Dec 29, 2019 9:34 am
Forum: Houdini
Topic: Houdini ocean geo cache render issues
Replies: 15
Views: 21494

Re: Houdini ocean geo cache render issues

You can try to print somewhere $HIPNAME on different stages.
Also, to catch that bug is definitely with $HIPNAME, you can try to use it.
by timurhai
Fri Dec 27, 2019 9:29 am
Forum: Houdini
Topic: Houdini ocean geo cache render issues
Replies: 15
Views: 21494

Re: Houdini ocean geo cache render issues

Hi. When you press "Submit" button on the Afanasy ROP, it saves scene to some temporary name to render. This allows artist to continue working (changing) current scene, while render farm will render some other file that should not be changed during render. For this behavior stands "Re...
by timurhai
Thu Dec 26, 2019 9:55 am
Forum: Houdini
Topic: Houdini ocean geo cache render issues
Replies: 15
Views: 21494

Re: Houdini ocean geo cache render issues

Hi. Afanasy does not needs any additional info. It event does not care about Houdini, oceans and any cache. Afanasy just run commands. First of all, you should read task process output, may there is some warning message like "can't get cache file from path". There can be lots of reasons, w...