Carson
Network volume permissions
Due to the way the network volumes are set up, commands such as chmod only partially work - it seems that owner, group, and other all need to have identical permissions, which is an issue for Postgres, for example.
I was able to find a workaround using the LD_PRELOAD trick to mimic the correct permissions/ownership however.
5 replies