Search found 23 matches

by Anti-Distinctlyminty
Mon Mar 20, 2023 2:21 pm
Forum: General
Topic: Job Fails to Start Due to Python Syntax Error
Replies: 3
Views: 3378

Re: Job Fails to Start Due to Python Syntax Error

Hi Timur,
I'll look into this further, thank you.
by Anti-Distinctlyminty
Wed Mar 15, 2023 10:15 pm
Forum: General
Topic: Job Fails to Start Due to Python Syntax Error
Replies: 3
Views: 3378

Re: Job Fails to Start Due to Python Syntax Error

It seems to be caused by the PYTHONHOME environment variable that is set by setup.cmd being inherited by the executed command.
Is there any mechanism to prevent this environment variable (or all environment variables) being inherited?
by Anti-Distinctlyminty
Tue Mar 14, 2023 5:08 pm
Forum: General
Topic: Job Fails to Start Due to Python Syntax Error
Replies: 3
Views: 3378

Job Fails to Start Due to Python Syntax Error

I am attempting to use afstarter to submit a generic command line job so we can quickly integrate an older piece of software into our farm (LightWave3D), but I'm getting some very strange errors. I have configured the settings that result in the following "python" "C:\ProgramData\Rez\...
by Anti-Distinctlyminty
Wed Mar 08, 2023 7:50 am
Forum: General
Topic: BUG: open_folder_cmd not being read?
Replies: 3
Views: 3654

Re: BUG: open_folder_cmd not being read?

That's great, thank you.
by Anti-Distinctlyminty
Sat Mar 04, 2023 12:01 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 4226

Re: How to Configure Tickets

timurhai wrote: Mon Feb 27, 2023 2:20 pm 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.
:)
I think this is the way to go. Thank you
by Anti-Distinctlyminty
Sat Feb 25, 2023 6:11 pm
Forum: General
Topic: BUG: open_folder_cmd not being read?
Replies: 3
Views: 3654

BUG: open_folder_cmd not being read?

In my config.json I have the following "OS_windows":{ "af_rendercmds":["mstsc /v:@ARG@","start ping /t @ARG@","start ping /t @IP@"], "open_folder_cmd":"exolorer \"@PATH@\"", ... } I then run afcmd, I noticed that it pick...
by Anti-Distinctlyminty
Fri Feb 24, 2023 10:52 pm
Forum: General
Topic: How to Configure Tickets
Replies: 4
Views: 4226

How to Configure Tickets

Hi, We have a farm that has three node-locked and one floating Houdini license. I have not been able to configure the farm HYTHON tickets to fully utilize the four available licenses, although here is my attempt: tickets.jpg I was thinking that maybe if the pool had four, and the three renderers wit...
by Anti-Distinctlyminty
Tue Nov 29, 2022 10:26 am
Forum: General
Topic: No thumbnails
Replies: 4
Views: 3211

Re: No thumbnails

by Anti-Distinctlyminty
Sat Nov 26, 2022 11:06 pm
Forum: General
Topic: No thumbnails
Replies: 4
Views: 3211

Re: No thumbnails

The PR was rejected. I still don't know how to get previews :/
by Anti-Distinctlyminty
Sat Nov 26, 2022 11:03 pm
Forum: General
Topic: Administration rights
Replies: 8
Views: 5694

Re: Administration rights

For me the default passwords didn't work. In config_default.json you will find "pswd_visor" and "pswd_god" values. The values here are md5 digests of the passwords. To calculate your own you can use python import hashlib hashlib.md5("MyPassword".encode("utf-8"...