Rocky/Alma/RHEL 9 Build

Is there a timeline for an OpenPBS release for Rocky/Alma/RHEL 9 builds coming?

I guess it should work, as openpbs is also used in openhpc (3.x · openhpc/ohpc Wiki · GitHub). There is written ```
openpbs-server-ohpc (22.05.11 → 23.06.06)

Tried it with Alma9 but no luck as there are a few errors. Not really needing the OpenHPC and the Warewulf provisioning included.

on a fresh install on Rocky9.3 I got openpbs running using the openhpc repo. i did not install warewulf as i dont need it… Dokumentation could be easier to read but pbs is running.
tarball and rpm i was also not successful before

what i did after installing Rocky9.2 follow the instruction for Centos8
1 sudo dnf update
2 reboot
3 su -
as root
root@rocky92 ~]# history
1 dnf install -y dnf-plugins-core
2 ## not for 9.x dnf config-manager --set-enabled powertools 9.2 uses crd
3 dnf config-manager --enable crb
4 dnf install -y gcc make rpm-build libtool hwloc-devel libX11-devel libXt-devel libedit-devel libical-devel ncurses-devel perl postgresql-devel postgresql-contrib python3-devel tcl-devel tk-devel swig expat-devel openssl-devel libXext libXft autoconf automake gcc-c++
5 yum install -y expat libedit postgresql-server postgresql-contrib python3 sendmail sudo tcl tk libical
6 yum install -y vim mc
7 exit

4  cd Downloads/
5  tar -xpvf openpbs-23.06.06.tar.gz
6  cd openpbs-23.06.06/
7
8  ./autogen.sh
9  

10 ./configure --prefix=/opt/pbs
11 make
12 sudo make install
13 sudo /opt/pbs/libexec/pbs_postinstall
14 sudo vi /etc/pbs.conf
15 sudo chmod 4755 /opt/pbs/sbin/pbs_iff /opt/pbs/sbin/pbs_rcp
16 sudo /etc/init.d/pbs start → error

output i saw later from /opt/pbs/libexec/pbs_postinstall (sorry german user settings)
*** Registering PBS as a service.
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc0.d/K10pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc1.d/K10pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc2.d/K10pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc3.d/S90pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc4.d/K10pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc5.d/S90pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
ln: die symbolische Verknüpfung ‘/etc/rc.d/rc6.d/K10pbs’ konnte nicht angelegt werden: Datei oder Verzeichnis nicht gefunden
Synchronizing state of pbs.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable pbs
Failed to execute /usr/lib/systemd/systemd-sysv-install: Datei oder Verzeichnis nicht gefunden
*** Creating preset file /usr/lib/systemd/system-preset/95-pbs.preset


*** PBS_HOME is /var/spool/pbs
*** Creating new file /var/spool/pbs/pbs_environment
*** WARNING: TZ not set in /var/spool/pbs/pbs_environment


*** The PBS server has been installed in /opt/pbs/sbin.
*** The PBS scheduler has been installed in /opt/pbs/sbin.


*** The PBS communication agent has been installed in /opt/pbs/sbin.


*** The PBS MOM has been installed in /opt/pbs/sbin.


*** The PBS commands have been installed in /opt/pbs/bin.


*** End of /opt/pbs/libexec/pbs_postinstall