Search found 911 matches

by timurhai
Thu Jul 18, 2019 4:57 pm
Forum: General
Topic: Afanasy 2.4.0
Replies: 1
Views: 3127

Re: Afanasy 2.4.0

Hi. We are using 2.4.0-02 that is in the master branch now. It is a production stable, but not all features added that are in plans for the next release - a release with pools. Pools is a farm.json replace. But for now with a less functionality. In plans - pool will have much greater functions. For ...
by timurhai
Thu Jul 18, 2019 4:31 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 20946

Re: Error: Can`t open users folder.

You should create at least one group admins and add the first user to it.
After that first admin can use RULES GUI to add other groups and users.
Next you should create users group.
Only admins and users can navigate any project by default.
For any other, admin should give an access.
by timurhai
Thu Jul 18, 2019 4:26 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 20946

Re: Error: Can`t open users folder.

RULES uses Apache Digest Authentication. You can read how setup it, there are lots of Apache manuals: https://www.google.com/search?q=apache+digest+authentication This is an Apache .htaccess file example: https://github.com/CGRU/cgru/blob/master/htaccess_example You can copy it into .htaccess and mo...
by timurhai
Thu Jul 18, 2019 3:58 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 20946

Re: Error: Can`t open users folder.

Are you a guest, or who? Open settings (top left arrow).
by timurhai
Thu Jul 18, 2019 3:20 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 20946

Re: Error: Can`t open users folder.

Is there some administrator? Have you logged in?
by timurhai
Thu Jul 18, 2019 12:00 pm
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 20946

Re: Error: Can`t open users folder.

May be the same permissions problem.
by timurhai
Thu Jul 18, 2019 9:32 am
Forum: Configuration
Topic: Error: Can`t open users folder.
Replies: 14
Views: 20946

Re: Error: Can`t open users folder.

Hi.
User that runs http server should have an r+w access cgru/users folder.
You can create it manually and give rights (to not to give such rights to the entire cgru folder for a security reasons).
by timurhai
Thu Jul 18, 2019 9:29 am
Forum: General
Topic: Do you think that there will be support for kdenlive at all or is that not going to happen?
Replies: 1
Views: 14010

Re: Do you think that there will be support for kdenlive at all or is that not going to happen?

Hi. Afanasy can distribute over farm everything that you can describe via command line. Some soft, like Blender and Natron has a build in Python (Python API) to create custom dialogs/nodes that can can construct and send job(s). Even if soft has not any Python (API) you we can use AfStarter (http://...
by timurhai
Fri Jul 12, 2019 3:19 pm
Forum: AfterFX
Topic: Render error
Replies: 7
Views: 14904

Re: Render error

NatRUS wrote: Fri Jul 12, 2019 3:01 pm ...
Where I can ask about work Services prefer?
What do you mean by "work Services prefer"?
by timurhai
Fri Jul 12, 2019 2:21 pm
Forum: AfterFX
Topic: Render error
Replies: 7
Views: 14904

Re: Render error

Normally any process returns 0 as exit code to indicate that it finished with a success. Any non-zero that it was finished with an error. That non-zero number value can indicate what error was happen. If you program prefer such unusual behavior, you can override this function: https://github.com/CGR...