I am having this issue since my previous Container update and I am unable to fix it on my own.
So my setup is that
- I have a NAS (QNAP) with a dedicated user and proper permissions to write on the directory //QNAP/Download/SABnzbd
- SABnzbd runs on a LX Container in Proxmox, installed with the communityscript (from tteck github io/Proxmox/#sabnzbd-lxc)
- I have mounted the NAS to the Host (/etc/fstab: //<IP-of-QNAP>/Download/SABnzbd /mnt/SABnzbd cifs credentials=/root/.smbcred,uid=100000,gid=100000,iocharset=utf8 0 0) and routed it to the LX Container (pct set <ID> -mp0 /mnt/SABnzbd,mp=/mnt/SABnzbd)
This drive also contains the <incomplete> path because my pve host has only 120 GBs storage in total.
This above mentioned setup was working flawless since my last update in July or so...
After that I got errors when starting SABnzbd
Code: Select all
2025-11-05 07:48:49,349::INFO::[notifier:166] Sending notification: Warning - /mnt/SABnzbd/incomplete is not writable with special character filenames. This can cause problems.
To prevent all helpful warnings, disable Special setting 'helpful_warnings'. (type=warning, job_cat=None)
2025-11-05 07:48:49,349::WARNING::[misc:96] /mnt/SABnzbd/incomplete is not writable with special character filenames. This can cause problems.
To prevent all helpful warnings, disable Special setting 'helpful_warnings'.
2025-11-05 07:48:49,760::WARNING::[misc:96] /mnt/SABnzbd/Downloads is not writable with special character filenames. This can cause problems.
To prevent all helpful warnings, disable Special setting 'helpful_warnings'.Code: Select all
OSError: [Errno 116] Stale file handle: '/mnt/SABnzbd/incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????>'
2025-11-05 07:56:20,661::INFO::[nzbstuff:978] File <filename>[.]par2 added to queue
2025-11-05 07:56:20,888::INFO::[nzbqueue:230] Saving queue
2025-11-05 07:56:21,326::ERROR::[filesystem:1077] Saving /mnt/SABnzbd/incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????> failed
2025-11-05 07:56:21,326::INFO::[filesystem:1078] Traceback:
Traceback (most recent call last):
File "/opt/sabnzbd/sabnzbd/filesystem[.]py", line 1066, in save_data
with open(path, "wb") as data_file:
^^^^^^^^^^^^^^^^
OSError: [Errno 116] Stale file handle: '/mnt/SABnzbd/incomplete/<filename>/__ADMIN__/SABnzbd_<???>_<????????>'
2025-11-05 07:56:21,327::INFO::[notifier:166] Sending notification: NZB added to queue - <filename>[.]nzb (type=download, job_cat=*)Sometimes I need to retry and some times I have to upload the nzb file again.
But then it just works, even if there are errors in the log.
Does anyone have an idea where to dig and how to solve this?
