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
With install smbclient checked, mounting an external SMB share using the external storage function, files larger than 512MB cannot be downloaded. This is because libsmbclient-dev is not installed. Running following command in the shell can solve this issue:
Thank you for submitting this TrueNAS Bug Report! So that we can quickly investigate your issue, please attach a Debug file and any other information related to this issue through our secure and private upload service below. Debug files can be generated in the UI by navigating to System > Advanced > Save Debug.
This issue has now been closed. Comments made after this point may not be viewed by the TrueNAS Teams. Please open a new issue if you have found a problem or need to re-engage with the TrueNAS Engineering Teams.
App version: 28.0.1_1.6.55
With install smbclient checked, mounting an external SMB share using the external storage function, files larger than 512MB cannot be downloaded. This is because libsmbclient-dev is not installed. Running following command in the shell can solve this issue:
There is no way to run the command automatically on starting the App, see discussion on TrueNAS forum and on GitHub for details.
Proposed solution:
Add a checkbox option for installing libsmbclinet-dev which adds the entry point suggested on the GitHub thread:
entrypoint: ["/bin/bash", "-c" , "apt update && apt install smbclient libsmbclient-dev -y && pecl install smbclient && docker-php-ext-enable smbclient && /entrypoint.sh apache2-foreground"]
The text was updated successfully, but these errors were encountered: