Search found 914 matches

by timurhai
Sat Sep 05, 2020 12:44 pm
Forum: General
Topic: Pythonic way to get information on a job/task.
Replies: 6
Views: 5314

Re: Pythonic way to get information on a job/task.

Hi!

It is not documented, yet, sorry.

See this:
https://github.com/CGRU/cgru/blob/maste ... n/afcmd.py

You can use Python to send JSON objects:
https://cgru.readthedocs.io/en/latest/a ... i.html#get
by timurhai
Wed Sep 02, 2020 1:59 pm
Forum: General
Topic: Problem with Job
Replies: 4
Views: 3970

Re: Problem with Job

Yes. CGRU uses system Python. And when it tries to import collections it gets it from Meshroom Python and the result is: ImportError: Bad magic number in /opt/Meshroom/lib/collections/__init__.pyc So Afrender should not work in Meshroom environment. How it happens? There definitely are other ways to...
by timurhai
Wed Sep 02, 2020 10:15 am
Forum: General
Topic: Afserver doesn't starts on Debian 10
Replies: 6
Views: 4874

Re: Afserver doesn't starts on Debian 10

by timurhai
Wed Sep 02, 2020 7:19 am
Forum: General
Topic: Problem with Job
Replies: 4
Views: 3970

Re: Problem with Job

Hi! It looks like a problem with afrender -> afserver connection. Check render node log (from a gui), afserver and afrender processes (services) logs for details. Task update timeout. - afrender have not sent task process progress for some time (it can't send it), or it does know nothing about the t...
by timurhai
Wed Sep 02, 2020 7:11 am
Forum: General
Topic: Afserver doesn't starts on Debian 10
Replies: 6
Views: 4874

Re: Afserver doesn't starts on Debian 10

Hm, I never used HOSTNAME on such early init scripts. You should dig inet to see when it is initialized. But i can give you advice, use minimal setup on such early and global stages. You can setup aces and temps when you really need it. For example when we launch any soft, a special scrips is source...
by timurhai
Tue Sep 01, 2020 3:55 pm
Forum: General
Topic: Afserver doesn't starts on Debian 10
Replies: 6
Views: 4874

Re: Afserver doesn't starts on Debian 10

Hi,
It looks like some SystemD error:
https://github.com/CGRU/cgru/blob/maste ... er.service

May be user render was not created automatically?
by timurhai
Tue Sep 01, 2020 8:18 am
Forum: Houdini
Topic: Houdini ocean geo cache render issues
Replies: 15
Views: 23122

Re: Houdini ocean geo cache render issues

Can we return to the question about to bake HIP variable in the command or in environment?
This way, on submit temporary scene will be rendered, artists can continue changing original scene, but caches and images will use original HIPNAME.
by timurhai
Tue Sep 01, 2020 8:13 am
Forum: Houdini
Topic: Houdini ocean geo cache render issues
Replies: 15
Views: 23122

Re: Houdini ocean geo cache render issues

O, Sorry!

I have checked everything.
Not submission script, but script that renders sets HIP and HIPNAME variables!
https://github.com/CGRU/cgru/blob/maste ... _af.py#L57

I will check this code!
Most probably it is obsolete and do not needed.
by timurhai
Tue Sep 01, 2020 7:05 am
Forum: Houdini
Topic: Houdini ocean geo cache render issues
Replies: 15
Views: 23122

Re: Houdini ocean geo cache render issues

It seems that I don't understand you. Afanasy does not deal with file extensions and $HIPNAME variable. It just can check vm_picture folder for existence, and create it. And can save scene to temp file to render. So I do not understand what is going on. If you want, you can describe all your and Afa...
by timurhai
Mon Aug 31, 2020 9:24 am
Forum: General
Topic: Submission job order-based priority
Replies: 3
Views: 3128

Re: Submission job order-based priority

Hi.

You can set user jobs solving method from priority to order.

(by default it is order, so you have changed it once)