I recently updated our gam instance on a server to
Before the update there were no permissions errors. After the update we now get:
ERROR: [Errno 13] Permission denied: '/usr/local/eReg/bin/gam/oauth2.txt.lock'
Here's the permissions on the file:
]$ sudo ls -lia /usr/local/eReg/bin/gam/oauth2.txt.lock
297287 -rw-r--r--. 1 ereg ereg 0 May 30 11:34 /usr/local/eReg/bin/gam/oauth2.txt.lock
The accounts using gam are part of the ereg group.
If I modify the permission to -rw-rw-r-- things work. But eventually the file gets recreated with the original permissions and I can't access gam data again. What is the best way to address this issue? Is there a way to not have the lock file recreated, so once set with the group permission it stays in place? Or is there something in gam I can modify so that the lock file gets created in a way that allows all in that group to access the gam data?
Thanks for your help.
Terri
Teresa Beamer
ITS
Denison University