Search found 63 matches

by priel71
Sun Apr 15, 2018 2:15 pm
Forum: Clarisse
Topic: Can't read the archive file after submission.
Replies: 2
Views: 7243

Can't read the archive file after submission.

Hi, with clarisse 3.6, some projects when submitted with "create render archive" checked, end up as unreadable files which do not render. It's not a huge issue, as you can de-check it and type in the *.project file instead, but anyway, thought I should mention it. ;)
by priel71
Sun Mar 12, 2017 2:35 pm
Forum: Setup
Topic: Arch?
Replies: 11
Views: 15585

Re: Arch?

Ah! yes I'm sorry I wasn't more clear about that, that makes sense in that case. Sorry for the confusion.

Peter.
by priel71
Sun Mar 12, 2017 2:15 pm
Forum: Setup
Topic: Arch?
Replies: 11
Views: 15585

Re: Arch?

Hi, happy to help if I can... it builds without any issue, no errors at all. All compiled binaries (afserver, afrender etc) seem to work as expected, however python script does not want to run at all... even a simple script such as thumbs.py. It's very possible I could be doing something wrong, but ...
by priel71
Sat Mar 11, 2017 1:47 am
Forum: Setup
Topic: Arch?
Replies: 11
Views: 15585

Re: Arch?

I found a small hack for getting cgru to work better in an updated Arch install. The main issue is that Arch maps python to it's always updated and bleeding edge python3 version(3.6), most other distros still link to python2. I have not understood why python3 does not work well with the py scripts i...
by priel71
Fri Mar 10, 2017 2:11 am
Forum: Configuration
Topic: Security and permissions
Replies: 4
Views: 10743

Re: Security and permissions

Thanks Timur, got it.
by priel71
Thu Mar 09, 2017 4:46 pm
Forum: Configuration
Topic: Security and permissions
Replies: 4
Views: 10743

Re: Security and permissions

Haha, yes we do the same here... No accidents so far... But as a paranoid sysadmin I'm always suspecting the worst. Could you maybe let me know where the 0777 settings are for the rules folders and it's contents? I'd like to taka a stab in implementing a decent permission structure here with a few r...
by priel71
Mon Mar 06, 2017 3:23 am
Forum: Configuration
Topic: Security and permissions
Replies: 4
Views: 10743

Security and permissions

Hi Timur, would you mind letting us know a little on how you suggest implementing RULES in terms of permissions and security? I noticed that RULES creates 777 files and directories, for instance when asking it to do a walk or make thumbnails (I guess it's actually user render that creates the .rules...
by priel71
Sat Feb 25, 2017 3:12 pm
Forum: Setup
Topic: afrender service
Replies: 2
Views: 5572

Re: afrender service

Hi Jakob, I find that writing a small oneshot service script was easiest... Then I just keep the afserver and afrender in the /usr/local/bin folder. Here's an example service script (/etc/systemd/system/afserver.service): [Unit] Description=AFServer After=network.target [Service] Type=oneshot ExecSt...
by priel71
Fri Feb 03, 2017 8:59 am
Forum: Configuration
Topic: Rules path setup
Replies: 11
Views: 21749

Re: Rules path setup

Ok, got it working now. I ended up using the path mapping :

/cgru/, /mnt/cgru/

And the rules_link: /mnt/projects
by priel71
Fri Feb 03, 2017 8:52 am
Forum: Configuration
Topic: Rules path setup
Replies: 11
Views: 21749

Re: Rules path setup

I see... so perhaps due to me not having a separate folder for rules to live in, my path mapping doesn't work? I'm basically mapping a to b and then b to a, which either works for rules, but then breaks it for cgru, and vice versa...?