Search found 911 matches

by timurhai
Mon Jun 29, 2020 12:17 pm
Forum: General
Topic: Branches hosts mask exclude
Replies: 2
Views: 3092

Re: Branches hosts mask exclude

Hi! To see json actions, you can perform something from a GUI and look at WebGUI log, or AfWatch stdout. Also, here is some examples: https://github.com/CGRU/cgru/tree/master/examples/json This is a good example on this topic: https://github.com/CGRU/cgru/blob/master/examples/json/action_jobs_params...
by timurhai
Wed Jun 03, 2020 11:43 am
Forum: Setup
Topic: Problem here(Maya Redshift)
Replies: 4
Views: 8227

Re: Problem here(Maya Redshift)

On almost any problem you should launch command in the console.
Copy command from AfWatch and paste in cmd.exe.

btw
There is a russian forum: http://forus.cgru.info/
by timurhai
Tue Jun 02, 2020 5:31 pm
Forum: Setup
Topic: Problem here(Maya Redshift)
Replies: 4
Views: 8227

Re: Problem here(Maya Redshift)

Hi.
Try to launch task command within console (cmd.exe).
You can open console (terminal) from cgru keeper, or call setup.cmd in the cgru root folder first.

ps
Try to use an english windows and ascii characters for work. MS Windows always produce coding errors.
by timurhai
Wed May 20, 2020 1:37 pm
Forum: General
Topic: ImageMagick
Replies: 6
Views: 6583

Re: ImageMagick

On Ubuntu 18.04 (that we are wirking on) we have: $ convert --version Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114 http://www.imagemagick.org Copyright: © 1999-2017 ImageMagick Studio LLC License: http://www.imagemagick.org/script/license.php Features: Cipher DPC Modules OpenMP Delegates (built-...
by timurhai
Mon May 18, 2020 4:33 pm
Forum: Setup
Topic: Afanasy on Ubuntu 20.04
Replies: 12
Views: 13528

Re: Afanasy on Ubuntu 20.04

This fixes the issue: (i checked on 20.04)
https://github.com/CGRU/cgru/commit/3bb ... d325800c57
by timurhai
Mon May 18, 2020 4:22 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 36435

Re: Dailies creation error

CGRU documentation will be (and should be) totally rewritten using sphinx and rst (for now it is just started).
Sources:
https://github.com/CGRU/cgru/tree/master/docs
Result:
https://cgru.readthedocs.io/en/latest/i ... index.html
by timurhai
Mon May 18, 2020 4:13 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 36435

Re: Dailies creation error

Great!
I should remember this issue.
Or dailies should work w/o exiftool, or there should be written somewhere and some error should be printed.
by timurhai
Mon May 18, 2020 4:11 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 36435

Re: Dailies creation error

Do you have "exiftool" command on server?
by timurhai
Mon May 18, 2020 3:51 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 36435

Re: Dailies creation error

Hm!

Try to install on Rules server:

Code: Select all

sudo apt install exiftool mediainfo
And run walk again.
by timurhai
Mon May 18, 2020 3:32 pm
Forum: Configuration
Topic: Dailies creation error
Replies: 25
Views: 36435

Re: Dailies creation error

Can you run that command by hand:

Code: Select all

rules/bin/walk.sh -m "projects/RAJAH/SCENES/sc002/RAJA_002_020/RESULT/DPX/v010"
Just launch (paste) it in the terminal in the cgru root folder.