検索 - User list
Full Version: Fedora 42 and H21 licence issues
Root » Technical Discussion » Fedora 42 and H21 licence issues
Mirko Jankovic
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?
terry_williams
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.
Mirko Jankovic
It was SELinux problem solved by:

sudo setsebool -P nis_enabled 1

As sugested in troubleshooting from SELinux

johnlilpy
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.
Luca Scheller
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
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB