Search found 913 matches

by timurhai
Fri Aug 30, 2019 7:47 pm
Forum: Setup
Topic: Restrict system block commands to server
Replies: 5
Views: 6949

Re: Restrict system block commands to server

Hi,
AF should do it by default.
If not - there is some bug.
The only configuration directive for this is:
https://github.com/CGRU/cgru/blob/maste ... .json#L235
by timurhai
Wed Aug 28, 2019 2:25 pm
Forum: General
Topic: Pre task command
Replies: 5
Views: 5377

Re: Pre task command

Great!
by timurhai
Wed Aug 28, 2019 10:39 am
Forum: General
Topic: Pre task command
Replies: 5
Views: 5377

Re: Pre task command

Hi. You want afrender to run something before each task start? If so, you can use command wrapper - make afrender to run some custom script, that run your pre-command, then, task main command. But if you want to ensure that some drive is mapped, i think that you can make some script to afrender, tha...
by timurhai
Mon Aug 05, 2019 10:31 am
Forum: General
Topic: Redshift Muti Gpu render
Replies: 1
Views: 3439

Re: Redshift Muti Gpu render

Hi. Single afrender process can run any number of tasks at the same time. If render has 2000 capacity, it can run 2 tasks with 1000 capacity, or 4 with 500, or 1x1000 + 2x500 and so on. There is also max tasks per host limit, to not accidentally run 2000 tasks with 1 point of capacity. Afanasy (afre...
by timurhai
Fri Aug 02, 2019 9:46 am
Forum: Compilation
Topic: some questions building dpkg, fermer, user permissions
Replies: 1
Views: 6276

Re: some questions building dpkg, fermer, user permissions

There is a script to create DEB or RPM packages, depending on OS: https://github.com/CGRU/cgru/blob/master/utilities/release/make_linuxpackages.sh I use it to create releases. Go to "utilities/release" folder and run it. Afanasy lacks authorization mechanism. It should be, and will be in s...
by timurhai
Tue Jul 30, 2019 11:28 am
Forum: Web GUI
Topic: New web Gui
Replies: 10
Views: 13676

Re: New web Gui

Hi.
Even better, if each user can choose what GUI to use, so one use can use one GUI and other the other at the same time.
And a config setting for afserver what is the default one.
by timurhai
Mon Jul 29, 2019 2:47 pm
Forum: General
Topic: Multiple Blender/Software versions in Keeper
Replies: 2
Views: 4074

Re: Multiple Blender/Software versions in Keeper

Hi. This is a Keeper menu: https://github.com/CGRU/cgru/tree/master/start You can create Software folder there and your custom Software section will appear in the system tray menu. You can pull any custom scripts there (blender2.7.cmd, blender2.8.cmd and so on). And run any custom custom scripts fro...
by timurhai
Mon Jul 29, 2019 2:24 pm
Forum: Configuration
Topic: can't delete afanasy user with afcmd udel command
Replies: 4
Views: 8710

Re: can't delete afanasy user with afcmd udel command

Hi. Bug was fixed: https://github.com/CGRU/cgru/commit/2d845cc9d3a8e39350c461b0d0955d23cd0ce7dc Later afcmd udel set permanent to false. User became temporal. Server deletes temporal users with no jobs. This was long ago, now there are no permanent/temporal users (server does not delete users no mor...
by timurhai
Mon Jul 29, 2019 9:33 am
Forum: Web GUI
Topic: New web Gui
Replies: 10
Views: 13676

Re: New web Gui

Hi! Great! Have you tried this config variable? https://github.com/CGRU/cgru/blob/master/afanasy/config_default.json#L13 - to not replace original files. Later better add an ability to afserver to serve several (any number) of web GUIs at the same time. Sorry, but for a next several months i will be...
by timurhai
Tue Jul 23, 2019 10:18 am
Forum: Configuration
Topic: can't delete afanasy user with afcmd udel command
Replies: 4
Views: 8710

Re: can't delete afanasy user with afcmd udel command

Hi. Just now have repeated the same situation. It seems that there is a bug. I was able do delete user from afwatch. Strange, but it uses the same JSON protocol (API). So, probably that the bug is in afcmd. I will look at it. btw, You can use JSON protocol directly w/o CLI (afcmd) or GUI (afwatch\WE...