Permission denied accessing folders (using admin account) on both SSH and SFTP.
Tried logging in as root made changes and added files but it doesn't build so had to reinstall
Context
Hardware: VPS on OVH
YunoHost version: 11.2.14.1 (stable)
I have access to my server: Through SSH and through the webadmin*
Are you in a special context or did you perform some particular tweaking on your YunoHost instance?: No
Using, or trying to install package version/branch: main
Steps to reproduce
If you performed a command from the CLI, the command itself is enough. For example:
When logging in as admin user:
cd /home/yunohost.app/eleventy
Permission denied
cd /var/www/eleventy
Permission denied
Logging in as root and adding and modifying files work, but after rebuilding it gives permission denied as seen in the logs below.
Expected behavior
Will be able to cd into the directories, add/remove, and modify files as an admin user
Describe the bug
Permission denied accessing folders (using admin account) on both SSH and SFTP. Tried logging in as
root
made changes and added files but it doesn't build so had to reinstallContext
Steps to reproduce
If you performed a command from the CLI, the command itself is enough. For example: When logging in as admin user:
Logging in as root and adding and modifying files work, but after rebuilding it gives permission denied as seen in the logs below.
Expected behavior
Will be able to
cd
into the directories, add/remove, and modify files as an admin userLogs
https://paste.yunohost.org/otagocenol
EDIT1:
I got it work through my_webapp although I think that isn't the exact way to fix this