Nextcloud missing smbclient

jmpocheau

Cadet
Joined
Dec 3, 2021
Messages
1
Hi,
I am trying to set up a Nextcloud app on a TrueNAS-SCALE-22.12.2.
The app is a nextcloud 26.0.2_1.6.29 (Up to date).
When trying to set up external storage, i get a message saying that SMB/CIFS cannot be used since smbclient is missing and should be installed by the admin.
I searched all the posts on that subject, and decided to install it using
Code:
apt install smbclient

Unfortunately, I had to update first :
Code:
apt update

Then the install warned me that some packages will be updated to comply with the dependencies in addition to the new packages.
The install succeeded, but the app became extreeeeeeeeemely slow. I also got a message saying that It could not retrieve the external mounts and another complaining about invalid connexions from my IP address.

So what is the right thing to do in order to have smbclient installed ?
First, reinstall the app I guess, and then ...

1 - Wait for a new Nextcloud app that would have smbclient ?
2 - Install the smbclient another way ?

Thanks in advance for your help
 
Top