I’m currently seeing a lot of the following type errors in the log:
Unable to get free space for: /: Object reference not set to an instance of an object
Drone is installed inside a docker which could explain the errors I’m seeing. I seem to notice them when accessing the UI. I’m lauching the docker container with the following volumes:
docker run -d --net=host --privileged -e BIND_ADDR=192.168.1.99 -v /media/nfs/tv:/media/tv -v /home/user/docker-nzbdrone/.config:/root/.config -v /srv/export/drone_factory:/downloads/drone_factory docker-nzbdrone
Where: /media/nfs/tv is a local mount to an nfs share on my nas (mounted via the fstab), and /srv/export/drone_factory is a locally mounted disk
Ubuntu 14.04, docker 1.2, mono 3.6