Cannot install Nextcloud

  • READ ME AND USE THIS TEMPLATE IF YOU WANT TO GET HELP ! You may ask your question in english or french, whichever is easiest for you… But please use one of the templates provided below :wink:
  • LISEZ-MOI ET UTILISEZ CE MODÈLE DE TOPIC SI VOUS SOUHAITEZ OBTENIR DE L’AIDE ! Vous pouvez poser votre question en anglais ou français, selon ce qui est le plus simple pour vous… Mais de préférence en utilisant l’un des deux modèles fournis ci-dessous :wink:

:uk:/:us: Message template (english)

The “support” category is meant to ask for help or troubleshooting related to installing or using YunoHost or its applications. It is not to ask assistance on general system administration, network administration or special use cases that goes beyond the scope of the project. If you wish to discuss more advanced use case, please post in the “Advanced Use Case” category.

Before posting, please :

My YunoHost server

Hardware: Raspberry Pi at home
YunoHost version: 11.17
I have access to my server : Through SSH | through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

I cannot install Nextcloud (again, used to have it a while ago) on my server.
Seems to be an issue with the access to the Nextcloud directory:

Cannot create or write into the data directory /home/yunohost.app/nextcloud/data

Any ideas why that error occurs and how to resolve it?

https://paste.yunohost.org/raw/ihuwawisud

What is the output of
getfacl .
in both /home/yunohost.app/nextcloud and /home/yunohost.app/nextcloud/data?

/home/yunohost.app/nextcloud

file: .

owner: 999

group: 995

user::rwx
group::r-x
other::—

/home/yunohost.app/nextcloud/data

file: .

owner: 998

group: 994

user::rwx
group::r-x
other::—

Change to

owner: root

group: root

user::rwx
group::r-x
other::r-x

owner: nextcloud

group: nextcloud

user::rwx
group::r-x
other::—

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.