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?
Mirko JankovicThank you so much. After I updated to 21.0.440 and restarted the Rocky servers, I ran into the same problem. This fixed it.
It was SELinux problem solved by:
sudo setsebool -P nis_enabled 1
As sugested in troubleshooting from SELinuxImage Not Found
## 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