hoagie - 2010-07-23

For a wile I got stuck. I could browse files from my XBox, but Nothing would play.  MiniDLNA was running on my Debian server. Running in debug (-d switch) gave me this
debug: sendfile error :: error no. 75
whenever I tried to play files from the server.

My media files were on my NAS, connected by CIFS. It turns out that the linux kernel doesn't like doing a sendfile from a CIFS mounted filesystem. Putting the media on the local drive fixed it.