Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] QNAP - Sonarr/NZBDrone update problems (disk full)
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2830
Topic starter
November 4, 2015 11:29 PM
If your run into update (of Sonarr) issues because your /tmp directory is too small (disk full), then check or apply the following:
Add to the file /share/MD0_DATA/.qpkg/QSonarr/start.sh the following line (just before the other “export” line):
export TMPDIR=$WebShare/SONARR_CONFIG
Restart Sonarr with /share/MD0_DATA/.qpkg/QSonarr/QSonarr.sh restart and try doing an update - it should work now.
It is recommended to check out your /tmp directory after a failed update and remove the directories nzbdrone_backup and nzbdrone_update.
rm -rf /tmp/nzbdrone_*
(thanks to Stephane, the QPKG creator)