- Nextcloud Server version (e.g., 29.x.x):
33
- Operating system and version (e.g., Ubuntu 24.04):
TrueNAS Scale 25.10.1
- Web server and version (e.g, Apache 2.4.25):
replace me
- Reverse proxy and version _(e.g. nginx 1.27.2)
Traefik
- PHP version (e.g, 8.3):
8.4.16
- Is this the first time you’ve seen this error? (Yes / No):
Yes
- When did this problem seem to first start?
Today
- Installation method (e.g. AlO, NCP, Bare Metal/Archive, etc.)
Docker (linuxserver.io) + postgres + redis
- Are you using CloudfIare, mod_security, or similar? (Yes / No)
N/A
I’ve been running occ files_external:notify as a service for faster SMB updates in my docker setup for multiple major versions now without issue. After updating to 33, this broke, and now simply trying to do
occ files_external:notify 1
in the container shell gives:
In Connection.php line 56:
[Icewind\SMB\Exception\ConnectionRefusedException]
I tried adding the username/password for the share explicitly for the command (i.e. -u and -p) but no luck.
occ files_external:list still shows the share as before:
root@b043323f7132:/# occ files_external:list
±---------±------------±---------±--------------------±-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------±----------------±-----------------±------------------+
| Mount ID | Mount Point | Storage | Authentication Type | Configuration | Options | Applicable Users | Applicable Groups |
±---------±------------±---------±--------------------±-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------±----------------±-----------------±------------------+
| 1 | /Games | SMB/CIFS | Login and password | share: “chris”, domain: “”, show_hidden: false, check_acl: false, timeout: “”, user: “chris”, password: “REMOVED SENSITIVE VALUE”, root: “/games”, host: “192.168.1.30” | previews: false | oblivioncth | |
±---------±------------±---------±--------------------±-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------±----------------±-----------------±------------------+
and yes I can still access it via NC just fine. Also system logs show the connection is “successful” on the SMB server end when this command is attempted.
Any one else run this tool and maybe have this issue?