I have NzbDrone installed on Ubuntu Server 12.04.4 LTS w/ Mono v3.2.1. The destination directory for the processed media files is on an NFS share mounted through Autofs. NzbDrone mistakenly throws a “Not enough free space (0) to import” error for every downloaded file.
Ubuntu is accurately reporting the free space on the mounted share:
redacted@nzbdrone:/mnt/downloads$ df .
Filesystem 1K-blocks Used Available Use% Mounted on
192.168.1.20:/mnt/Volume1/Downloads 3301251072 2684574336 616676736 82% /mnt/downloads
In the meantime - is there some workaround? Experiencing exactly the same issue on Ubuntu 13.10 after upgrade from mono 2.x to 3.x and latest nzbdrone.
From the github source of SortingViewTemplate.html I understand this option should be found at /settings/mediamanagement (w/show advanced options set to yes), but it’s not showing.
@markus101 Thanks for the quick fix. However, seems setting doesn’t get actually saved to DB (saw the same behaviour while injecting the HTML code for the setting) so there must be something else wrong as well. Something that goes way beyond my code-reading skills
Save of other settings are sticky - just not this specific setting…