PBS Pro (public version) Installation on Ubuntu 18.04.2 LTS (Bionic Beaver)

@kjakkali As you suggested, I used the pbs_postinstall script and it solved the issue. Thanks a lot!
However, the job is not executed by qsub and its status is in Q mode. For example:

bash$ echo “sleep 60” | qsub
bash$ qstat -a

S = Q

Should I configure something else in PBS Pro?