Skip to content

Instantly share code, notes, and snippets.

@link89
Created November 17, 2023 09:37
Show Gist options
  • Save link89/0faae048b1798a22b077389fce6b642a to your computer and use it in GitHub Desktop.
Save link89/0faae048b1798a22b077389fce6b642a to your computer and use it in GitHub Desktop.
OpenPBS source install tips for ubuntu 22.04

Installation

https://medium.com/@anarmammadli/how-to-install-openpbs-20-0-1-on-ubuntu-b1cc62cfb0ec

Issue

Fix

It looks like OpenPBS not work with localhost. So the workaroud is to create a dedicated host pbshost in /etc/hosts with the real IP, e.g

192.168.1.219  pbshost

And then you should change the /etc/pbs.conf to set PBS_SERVER=pbshost

Then you need to stop openpbs, and remove the /var/spool/pbs directory, then run sudo /opt/pbs/libexec/pbs_postinstall again.

Restart your server, then everything will be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment