You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pscheduler pause on an U22 machine, I get an authorisation error:
# pscheduler pause
Unable to connect to the database: connection to server on socket "/var/run/postgresql/.s.PGSQL.5432" failed: FATAL: Peer authentication failed for user "pscheduler"
I thought it was a new issue, but apparently on 4.4.6 it behaves the same for U18. At this stage I'd suggest we just adapt the documentation at https://docs.perfsonar.net/pscheduler_server_running.html#pausing-and-resuming to say that for RPM based distros it should be run with sudo and with Deb based ones it should be sudo -u pscheduler
laeti-tia
added a commit
to perfsonar/docs
that referenced
this issue
Jun 5, 2024
When running
pscheduler pause
on an U22 machine, I get an authorisation error:Running it as
pscheduler
is fine:This is probably coming from a change we did on 5.0.x to change a security setup.
The text was updated successfully, but these errors were encountered: