Hi I just tried installing openpbs but the services don’t start. I am getting the following error:
qmgr: cannot connect to server
Connection refused
qmgr: cannot connect to server
Connection refused
qmgr: cannot connect to server
Connection refused
qmgr: cannot connect to server
Connection refused
qmgr: cannot connect to server
Connection refused
qmgr: cannot connect to server
Connection refused
qterm: could not connect to server (15010)
cp: cannot stat ‘/usr/pgsql-14.8/lib/': No such file or directory
cp: cannot stat '/usr/pgsql-14.8/lib/’: No such file or directory
cp: cannot stat ‘/usr/pgsql-14.8/share/timezonesets/': No such file or directory
cp: cannot stat '/usr/pgsql-14.8/share/timezonesets/’: No such file or directory
cp: cannot stat ‘/usr/lib/postgresql/14/bin/pg_resetxlog’: No such file or directory
*** End of /opt/pbs/libexec/pbs_habitat
Home directory /var/spool/pbs updated.
Thinking something is wrong with my postgres installation, I tried version 15. Now I am getting the error:
sudo /etc/init.d/pbs start
term: could not connect to server (15010)
cp: cannot stat ‘/usr/pgsql-15.3/lib/': No such file or directory
cp: cannot stat '/usr/pgsql-15.3/lib/’: No such file or directory
cp: cannot stat ‘/usr/pgsql-15.3/share/timezonesets/': No such file or directory
cp: cannot stat '/usr/pgsql-15.3/share/timezonesets/’: No such file or directory
cp: cannot stat ‘/usr/lib/postgresql/15/bin/pg_resetxlog’: No such file or directory
*** End of /opt/pbs/libexec/pbs_habitat
Home directory /var/spool/pbs updated.
/opt/pbs/sbin/pbs_comm ready (pid=422450), Proxy Name: xxx.url 17001, Threads:4
PBS comm
PBS mom
PBS sched
Another issue I have been having is that only pbs-sched runs:
sudo /etc/init.d/pbs status
pbs_server is not running
pbs_mom is not running
pbs_sched is pid 422460
pbs_comm is not running
My system is Ubuntu 22.04.2 LTS with kernel 5.19.0-41-generic with only one computer (no nodes)
How to get openpbs working?