Similarly to https://github.com/quattor/cdp-listend/issues/27 ncm-cdispd provides a /etc/init.d file in its rpm but doesn't depend on chkconfig. In Rocky 9, chkconfig isn't a default package allowing ncm-cdispd be installed before chkconfig and create /etc/init.d as a directory, which breaks a later install of chkconfig as it tries to create it as a symlink.
The best solution would be #56 , but a workaround might be to make the rpm require chkconfig
Similarly to https://github.com/quattor/cdp-listend/issues/27 ncm-cdispd provides a /etc/init.d file in its rpm but doesn't depend on chkconfig. In Rocky 9, chkconfig isn't a default package allowing ncm-cdispd be installed before chkconfig and create /etc/init.d as a directory, which breaks a later install of chkconfig as it tries to create it as a symlink.
The best solution would be #56 , but a workaround might be to make the rpm require chkconfig