Open t0mcat1337 opened 9 months ago
I came here to report the same problem :smile:
I'd like to add that this is not a new problem with Nextcloud 28. My oldest log entry on this is from November using version 27.1.3.2.
Adding a .nomemories
file to this path does not change the behaviour.
Describe the bug A user has external smb storage mounted in Nextcloud, which is working fine in general. In Nextclouds Logs such entries appear periodically: "Failed to index folder /username/files/SMBStorage: No valid backend available, ensure smbclient is in the path or php-smbclient is installed"
Nextcloud is running as container from this base image: https://hub.docker.com/_/nextcloud, tag: 28.0.1-fpm with installed smbclient and php module by extending the image with such a dockerfile:
This was checked by entering the container, switching to user "www-data" (the user running nextcloud) and looked at this:
So the smbclient binary is installed and working just like the smbclient php module.
Screenshots
To Reproduce
Platform: