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 i try to install tools from toolshed via the webinterface, i get permission denied errors for ../server/database, ../server/tools and ../server/tool-data. If i change the permissions of the directorys by hand, it will crash a bit later anyways.
I used the recommended settings to install my instance with galaxy_separate_privileges: true and have the privileged user gxpriv and the normal user galaxy. My instance is started via supervisorctl and by the user gxpriv.
Folder <galaxy_install_folder>/server/database has 0755 and gxpriv:galaxy
Folder <galaxy_install_folder>/server/tools has 0755 and gxpriv:galaxy
Folder <galaxy_install_folder>/server/tool-data has 0755 and gxpriv:galaxy
@AliNemat After a lot of testing and lost time i decided to just drop the privileg separation completly. Recently we droped the baremetal installation completly and are now using the docker images.
When i try to install tools from toolshed via the webinterface, i get permission denied errors for ../server/database, ../server/tools and ../server/tool-data. If i change the permissions of the directorys by hand, it will crash a bit later anyways.
I used the recommended settings to install my instance with galaxy_separate_privileges: true and have the privileged user gxpriv and the normal user galaxy. My instance is started via supervisorctl and by the user gxpriv.
Folder <galaxy_install_folder>/server/database has 0755 and gxpriv:galaxy
Folder <galaxy_install_folder>/server/tools has 0755 and gxpriv:galaxy
Folder <galaxy_install_folder>/server/tool-data has 0755 and gxpriv:galaxy
Any idea how to fix this or what the root of the problem could be?
The text was updated successfully, but these errors were encountered: