Search found 910 matches

by timurhai
Mon Feb 27, 2023 2:20 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 3994

Re: How to Configure Tickets

You can try to use 2 different tickets for a node-locked and a floating type.
Set node-locked on the node and a floating on farm.
Job block should have both tickets.
by timurhai
Mon Feb 27, 2023 1:23 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 3994

Re: How to Configure Tickets

Hi! I have not deal with a node-locked licences. It seems that mix locked and floating licences situation can't be solved by tickets. If you set 4 lics for pool - any pool machine can run ticket. If you set 1 lic for pool - just one pool machine can run ticket and there is no matter some one more ma...
by timurhai
Mon Feb 27, 2023 12:30 pm
Forum: General
Topic: BUG: open_folder_cmd not being read?
Replies: 3
Views: 3446

Re: BUG: open_folder_cmd not being read?

Hi!
Afanasy does not reads and uses this variable.
This is used by Keeper.

AfWatch always uses explorer on Windows, this is build-in.
But it is not a big deal to make afwatch to use it.
by timurhai
Thu Feb 16, 2023 7:13 am
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 16022

Re: Rules upgrade from 2.41 to 3.3

Hi!
Role should be one of ['admin', 'coord', 'user'] to let to edit shot.
Other roles can edit only task and only if assigned on task.

Sorry for the lack of documentation, the project it under active development.
And now there is some mess with is Roles and Groups.
(Groups stands for permissions).
by timurhai
Wed Feb 15, 2023 3:02 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 16022

Re: Rules upgrade from 2.41 to 3.3

Hm.
Try to add

Code: Select all

"rufolder":".rules",
To /cgru/rules/rules.00_general.json
- it seems that i missed it, it is a bug
by timurhai
Wed Feb 15, 2023 2:36 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 16022

Re: Rules upgrade from 2.41 to 3.3

Very strange.
Where did you got Rules?
From 3.3.0 Linux CGRU package?

Better to get the latest version from GitHub.
And serve Rules not from /opt, but from some other custom folder.

In 3.3.0 Rules was just switched to Python.
Now it is 3.3.1 - some bug was fixed.
by timurhai
Wed Feb 15, 2023 7:23 am
Forum: Blender
Topic: Render task process: Silence...
Replies: 2
Views: 4933

Re: Render task process: Silence...

Hi!
This means that task process had not produced any output.
It is abnormal situation. I can't imagine a process with no output.
Try to see afrender process output (service log) during this.
by timurhai
Tue Feb 14, 2023 3:36 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 16022

Re: Rules upgrade from 2.41 to 3.3

It should be compatible.
by timurhai
Mon Feb 13, 2023 6:00 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 16022

Re: Rules upgrade from 2.41 to 3.3

You site should have this directives in .conf:

Code: Select all

        WSGIScriptAlias /server /opt/cgru/rules/wsgi.py
        WSGIPassAuthorization On
by timurhai
Mon Feb 13, 2023 4:49 pm
Forum: Installation
Topic: Rules upgrade from 2.41 to 3.3
Replies: 13
Views: 16022

Re: Rules upgrade from 2.41 to 3.3

Hi, Peter!
Rules server 3.3.x was rewritten from PHP to Python.
And now it based on WSGI Python3:
https://github.com/CGRU/cgru/blob/maste ... xample#L18