Quote:
Originally Posted by itimpi
Calibre is not officially supported with the library on a network server. If it works then OK, but if you have problems with the library on a network device then you are on your own.
|
Yes we know itimpi, kovidgoyal left this thread with a clear message that he does not want to be bothered about this, more than a year ago. See the first page. So yes, we are on our own for quite a while already
Quote:
Originally Posted by mundus08
I got the „OSError: [Errno 13] Permission denied“ after made a software update on my Synology DS211 NAS. Before calibre worked perfect for years in my single user environment.
I debugged the source code and found these lines in filenames.py:
.....
For me it’s a bit weird to use a hardlink on a linux/samba based fileserver. I downloaded the calibre source from http://calibre-ebook.com/get-involved and switched to development mode as described in http://manual.calibre-ebook.com/develop.html. I commented out windows_hardlink call. Calibre 2 now works perfect again without any errors when importing or moving books.
|
Nice catch. The hardlink should ofcourse also fail on a windows (CIFS/SAMBA) server since hardlinking only works within a local filesystem. Will try this solution!