Open CameronNemo opened 3 years ago
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 0700
/var/lib/pgsql/10/data
/var/lib/pgsql
Ran chmod 0755 /var/lib/pgsql
chmod 0755 /var/lib/pgsql
Tried to run pg manually... success!
pscheduler daemons started up cleanly, load reduced
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