Search found 6 matches

by andrep
Fri Dec 16, 2022 12:45 pm
Forum: Setup
Topic: Mix Windows and Linux nodes with network share
Replies: 2
Views: 3274

Re: Mix Windows and Linux nodes with network share

I've got it handled after looking at the error logs. It was looking for a folder Z: in /var/tmp/afanasy/ So, if I mount the share at /var/tmp/afanasy/Z:, it works :) I also tried the below in my config.json on all renders, but that didn't seem to work for our setup. ..... "OS_linux":{ &quo...
by andrep
Fri Dec 16, 2022 9:35 am
Forum: Setup
Topic: Mix Windows and Linux nodes with network share
Replies: 2
Views: 3274

Mix Windows and Linux nodes with network share

Hi, I was looking for some examples to combine Windows and Linux nodes with a storage location on a network share. In Windows this location is mapped as a drive letter, but in Linux - of course - it is just a /mnt/share location. Most of our renders are coming from Windows hosts, so the drive letter...
by andrep
Wed Nov 09, 2022 2:57 pm
Forum: Nuke
Topic: Start-up time Nuke via CGRU vs without CGRU
Replies: 2
Views: 3382

Re: Start-up time Nuke via CGRU vs without CGRU

Thanks Timur, I will have a look into these scripts. We do load additional plugins from our server on the local network, but these also load without CGRU, so that shouldn't matter. The loading time does vary from time to time, taking up a minute or even more sometimes. Although, I suspect that is be...
by andrep
Wed Nov 09, 2022 10:18 am
Forum: Nuke
Topic: Start-up time Nuke via CGRU vs without CGRU
Replies: 2
Views: 3382

Start-up time Nuke via CGRU vs without CGRU

Hi, We are noticing a slow down in starting Nuke when we run it through CGRU versus starting Nuke from its regular path. It usually takes 10 seconds or more extra when we run Nuke via the start_nuke script in the cgru folder. When we run both from a command line with -V (verbose) mode on Nuke, the c...
by andrep
Thu Nov 03, 2022 9:25 am
Forum: General
Topic: Restrict users from starting/stopping/deleting jobs
Replies: 4
Views: 16851

Re: Restrict users from starting/stopping/deleting jobs

Thank you for the clarification, Timur. We use CGRU 3.2.1 right now and maybe upgrade to the latest version when we are between projects. I do agree that it is not necessary to implement all kinds of encryption that can be dealt with by other tools. But it is good to remind users on their safety, es...
by andrep
Wed Nov 02, 2022 1:55 pm
Forum: General
Topic: Restrict users from starting/stopping/deleting jobs
Replies: 4
Views: 16851

Re: Restrict users from starting/stopping/deleting jobs

Hi! I know this is a bit outdated topic, but I think it is still relevant. I actually want to connect my rendernodes to a renderfarm that is on a different public network. The rendernodes should just be able to connect to the farm on <pub IP:port> as usual. However, I do not want the web GUI to be v...