Closed yongbi85 closed 5 years ago
Using the Calibre binary is no longer the recommended way to use LL as far as I can tell from the docs. However that being said, if you let me know exactly how you've configured things so I can try and reproduce I'll take a look.
At the moment I'm not able to reproduce
Ok so no port as im using another docker as net container for openvpn (libgen is blocked in my country) Volume bind : /downloads /ebooks /config
PUID and PGID set to an user owner of those directories and is the same as the calibre aptalca docker
DOCKER_MODS set of course /usr/bin/calibredb as path to calibredb
The only difference i see is that thraxis lazylibrarian docker put the calibre config folder as an environment variable and i see the .py files in the /config folder
As for why im using calibredb is because with autoadd it forces me to have twice all my books... in one folder for lazylibrarian and a folder for calibre...
Are you absolutely sure you pulled the latest verison of this image ? The error you posted indicates that it is missing a lib and cannot run the calibredb binary, but this image runs it just fine:
root@c8508dbdb9e8:/# ldd /usr/bin/calibredb
linux-vdso.so.1 (0x00007ffcad758000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0864ca8000)
/lib64/ld-linux-x86-64.so.2 (0x00007f0865099000)
root@c8508dbdb9e8:/# calibredb
Usage: calibredb command [options] [arguments]
calibredb is the command line interface to the calibre books database.
This is from inside a lazylibrarian docker container with the mod flag set.
Closing pending a response so I don't forget