Thread: COPS
View Single Post
Old 11-24-2013, 10:21 AM   #2
micmic
Junior Member
micmic began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2013
Device: kindle, marvin, moon+
Perhaps an access problem? I just had the same issue.
A look into /var/log/http-error-user.log (I think I had to change tthe apache conf to increase the error level first) showed some lines
[error] [client 192.168.1.20] (13)Permission denied: xsendfile: cannot open file: /volume1/calibre/data/....

The x bit for others was missing, chmod -R o+x for the data directory solved this.
micmic is offline   Reply With Quote