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
This directory had owner/group of root/root with a 0700 mode.
Change the mode to 0755 so that postgresql can still read the subdirs.
Note that the subdirs are still 0700 (with owner of postgres),
so this should not expose any data.
Fixesperfsonar#18
Spun up perfsonar/testpoint image
Cores started spinning, the pscheduler daemons were falling over and being restarted continuously.
Noticed postgresql was not working
Tried to run pg manually using the command in the supervisord configuration
Received a permission error
Checked permissions for
/var/lib/pgsql/10/data
and parent dirs, noticed/var/lib/pgsql
was owned by root/root and had mode 0700Ran
chmod 0755 /var/lib/pgsql
Tried to run pg manually... success!
pscheduler daemons started up cleanly, load reduced
The text was updated successfully, but these errors were encountered: