jcarrut2

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by jcarrut2

  1. It's not outside the array as far as I can tell. On my WD PR4100 (4 drives in RAID 10) under /mnt I have folders HD_a4, HD_b4, HD_c4, HD_d4 and HD. As I understand it a4 thru d4 are the individual disks and, /mnt/HD/HD_a2 is the disk array. It's the only folder in HD and everything I put on the disk through normal means falls under HD_a2. My practice has been to stick all my config folders for all my download related containers (nzbget, couchpotato, etc.) under /mnt/HD/HD_a2/Media/Downloads/config/(insert_container_name_here). There is no /config/cache/book folder. The /config/cache/ is present, but the only folders inside are WorkCache and XMLCache.
  2. Having an issue, the functional part of LL is working fine, grabbing book nzbs and sending to nzbget and postprocessing from /downloads to /books. However LL cannot seem to scan in the books that are pre-existing in my /books folder (which is also my Calibre library in standard Author/Book format), Refreshing the library in LL generates the following log entry: ERROR Unhandled exception in libraryScan: Traceback (most recent call last): File "/app/lazylibrarian/lazylibrarian/librarysync.py", line 636, in LibraryScan copyfile(coverimg, cacheimg) File "/usr/lib/python2.7/shutil.py", line 83, in copyfile with open(dst, 'wb') as fdst: IOError: [Errno 2] No such file or directory: u'/config/cache/book/530965.jpg' INFO Missing books will be marked as Skipped INFO Scanning ebook directory: /books /config <--> /mnt/HD/HD_a2/Media/Downloads/config/lazylibrarian /downloads <--> /mnt/HD/HD_a2/Media/Downloads/completed/book /books <--> /mnt/HD/HD_a2/Media/Books/Calibre (ie my Calibre library in Author/Book format) Am I missing something dumb? Thanks!