Anyone else working on fedora and have Houdini 21 working fine or run into licensing issues?
I have it set to use sidefx server for licensing but I do see ton of SELinux notifications and problems.. maybe something messed up in there?
Fedora 42 and H21 licence issues
746 4 2-
- Mirko Jankovic
- Member
- 260 posts
- Joined: 8月 2015
- オンライン
-
- terry_williams
- Member
- 57 posts
- Joined: 9月 2018
- オンライン
-
- Mirko Jankovic
- Member
- 260 posts
- Joined: 8月 2015
- オンライン
-
- johnlilpy
- Member
- 52 posts
- Joined: 10月 2021
- オンライン
-
- Luca Scheller
- Member
- 2 posts
- Joined: 4月 2014
- オフライン
Hey,
I've recently also run into this issue and solved it by running the following steps:
This installs the necessary selinux policies.
You might also need to check in the license manager if it is still preferring the local license server (over the sidefx server).
Cheers,
Luca
I've recently also run into this issue and solved it by running the following steps:
## Install SeLinux Policies # sesinetd sudo systemctl start sesinetd.service sudo ausearch -c 'sesinetd' --raw | audit2allow -M sesinetd_local sudo semodule -i sesinetd_local.pp # hserver sudo systemctl start hserver.service sudo ausearch -c 'hserver' --raw | audit2allow -M hserver_local sudo semodule -i hserver_local.pp ## Reboot (or try running) sudo systemctl daemon-reload sudo systemctl restart sesinetd.service sudo systemctl restart hserver.service
This installs the necessary selinux policies.
You might also need to check in the license manager if it is still preferring the local license server (over the sidefx server).
Cheers,
Luca
Edited by Luca Scheller - 2025年9月4日 23:49:04
-
- Quick Links