Search found 34 matches

by Khiladi
Wed Jul 07, 2021 12:26 pm
Forum: General
Topic: Change Job Priority from Python
Replies: 2
Views: 2735

Re: Change Job Priority from Python

Hi Timur,

Yeah, I managed to achieve the same while looking at the af.Cmd
I made custom methods for all the desired operations.

Thanks!
by Khiladi
Sat Jun 26, 2021 11:22 am
Forum: General
Topic: Change Job Priority from Python
Replies: 2
Views: 2735

Change Job Priority from Python

Hi,

How can change the priority of a certain job using python modules like af or afcmd.
Like I can change the state of the job but couldn't find any settings like priority or hostmask.

Also, I want to clarify that I want to change the setting of the running job not while creating a job.

Thanks
by Khiladi
Sat Jun 26, 2021 11:18 am
Forum: General
Topic: Permission issue while rendering
Replies: 2
Views: 8806

Re: Permission issue while rendering

Hi,

Yes indeed it was permission issue.

What I did was:
  • Made the user who was responsible for rendering owner of the cgru.
  • Set user in systemd afrender.service to the render user.
Thanks
by Khiladi
Tue Jun 22, 2021 10:59 am
Forum: General
Topic: Permission issue while rendering
Replies: 2
Views: 8806

Permission issue while rendering

Hi Timur, I have dedicated machines for my render farm, all of them are working fine. They use a render user who has access to our output directory. But now I want to add my artist's machines on farm also, what would be the best possible way. I tried installing cgru on artist's machine and started a...
by Khiladi
Tue Oct 27, 2020 8:03 am
Forum: General
Topic: Stuck At Initializing on CentOS 8
Replies: 3
Views: 3579

Re: Stuck At Initializing on CentOS 8

Hi, On Console I am getting this. GET http://localhost/lib/styles.css net::ERR_ABORTED 404 (Not Found) localhost/:7 GET http://localhost/lib/js/cgru.js net::ERR_ABORTED 404 (Not Found) localhost/:9 POST http://localhost/server.php 500 (Internal Server Error) general.js:940 g_Request @ general.js:940...
by Khiladi
Tue Oct 27, 2020 6:14 am
Forum: General
Topic: Stuck At Initializing on CentOS 8
Replies: 3
Views: 3579

Stuck At Initializing on CentOS 8

Hi, Here is the error log in /var/log/httpd [Sun Oct 25 03:06:01.919634 2020] [lbmethod_heartbeat:notice] [pid 1518:tid 140129435580736] AH02282: No slotmem from mod_heartmonitor [Sun Oct 25 03:06:01.920572 2020] [http2:warn] [pid 1518:tid 140129435580736] AH02951: mod_ssl does not seem to be enable...
by Khiladi
Sat Oct 17, 2020 4:49 pm
Forum: General
Topic: Can't Connect Database on CentOS 8
Replies: 8
Views: 6176

Re: Can't Connect Database on CentOS 8

Understood,

You may check Windows Build too as it is giving that same error

Code: Select all

WARNING: SERVER ADDRESS IS NOT CONFIGURED, USING 127.0.0.1

Project was build without SQL library.
AFERROR: afanasy.cmd.Check: Database connect failed: (null)

Database connection is NOT WORKING ! 
Regards
by Khiladi
Fri Oct 16, 2020 1:05 pm
Forum: General
Topic: Can't Connect Database on CentOS 8
Replies: 8
Views: 6176

Re: Can't Connect Database on CentOS 8

So this is just a warning

Code: Select all

afcmd: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by afcmd)
Regards
by Khiladi
Fri Oct 16, 2020 12:53 pm
Forum: General
Topic: Can't Connect Database on CentOS 8
Replies: 8
Views: 6176

Re: Can't Connect Database on CentOS 8

Hey Timur Thanks man, But right now I am getting another error while db_check command I am getting this error. [khiladi@localhost cgru]$ afcmd db_check afcmd: /usr/pgsql-12/lib/libpq.so.5: no version information available (required by afcmd) Fri 16 Oct 05:52.43: WARNING Config file does not exist: /...
by Khiladi
Wed Oct 14, 2020 9:10 pm
Forum: General
Topic: Can't Connect Database on CentOS 8
Replies: 8
Views: 6176

Can't Connect Database on CentOS 8

Hi Timur, I am done with all the steps for installation also postgres is working and database has been created but Its throwing this error while running afcmd db_check Thu 15 Oct 01:31.20: WARNING Config file does not exist: /root/.cgru/config.json Project was build without SQL library. AFERROR: afa...