Fedora 42 and H21 licence issues

   746   4   2
User Avatar
Member
260 posts
Joined: 8月 2015
オンライン
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?
User Avatar
Member
57 posts
Joined: 9月 2018
オンライン
Not sure if it helps but for me I had to return and install the licenses a few times before it could work, I also re-installed the server a few times. I'm on Pop 22.04lts.
User Avatar
Member
260 posts
Joined: 8月 2015
オンライン
It was SELinux problem solved by:

sudo setsebool -P nis_enabled 1

As sugested in troubleshooting from SELinux

Attachments:
selinux_issue.png (50.0 KB)

User Avatar
Member
52 posts
Joined: 10月 2021
オンライン
Mirko Jankovic
It was SELinux problem solved by:

sudo setsebool -P nis_enabled 1

As sugested in troubleshooting from SELinux

Image Not Found
Thank you so much. After I updated to 21.0.440 and restarted the Rocky servers, I ran into the same problem. This fixed it.
User Avatar
Member
2 posts
Joined: 4月 2014
オフライン
Hey,
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