After the knightly build deploy, the OOD interface is not accessible. After @cmcclung inspected the log file on the node, it's because the socket file path doesn't exist for shibboleth while the path should be provided by the rpm package.
Logged in and checked again on shibd.service status, it's running as expected. Also checked the stat on /var/run/shibboleth. Seems like the fix mentioned above is doing its job. I guess we just need to wait for the shibd.service to retry and it will create the folder.
● shibd.service - Shibboleth Service Provider Daemon Loaded: loaded (/usr/lib/systemd/system/shibd.service; enabled; vendor preset: disabled) Active: active (running) since Thu 2022-10-20 01:19:35 CDT; 10h ago Docs: https://wiki.shibboleth.net/confluence/display/SP3/Home Main PID: 1157 (shibd) Tasks: 6 Memory: 35.1M CGroup: /system.slice/shibd.service └─1157 /usr/sbin/shibd -f-F
Bo-Chun Chenchanged title from Find out why /var/run/shibboleth is not in the ood image to Find out why /var/run/shibboleth is not in the knightly image
changed title from Find out why /var/run/shibboleth is not in the ood image to Find out why /var/run/shibboleth is not in the knightly image