ebook server

    • Offizieller Beitrag

    That runs it but not in daemon mode and will not be running after reboot. The plugin should be executing this:


    Code
    /opt/calibre/calibre-server --daemon --with-library=/media/2e168617-f2ae-43fb-b88c-3663af1c8eea/calibre-data --port=8089


    It works fine on my multiple test systems. So, I'm not sure why it isn't working on your systems.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat von "ryecoaaron"

    For both of you, does the following start the server as root:


    /etc/init.d/calibre start


    It says it's starting but the web interface does not show up.


    Code
    /opt/calibre/calibre-server --with-library=/media/2e168617-f2ae-43fb-b88c-3663af1c8eea/calibre-data --port=8089


    This works and the works with the 8089 port, but like before it only works while the script is running.

    • Offizieller Beitrag

    How about a few more things:


    ls -al /var/run/calibre/
    /etc/init.d/calibre start
    /etc/init.d/calibre status


    If it still doesn't start (assuming it won't)


    insserv -d calibre
    /etc/init.d/calibre start
    /etc/init.d/calibre status

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    What about the ls -al /var/run/calibre output?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Try (as root):


    chown calibre:users /var/run/calibre
    /etc/init.d/calibre start

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Code
    root@audball:~# chown calibre:users /var/run/calibre
    root@audball:~# /etc/init.d/calibre start
    Starting Calibre
    root@audball:~#


    Code
    root@audball:~# /etc/init.d/calibre status
    could not access PID file for Calibre ... failed!


    no web interface.

  • Hi I get the web interface but still have the following


    Michael

  • I have been able to copy my exiting library into the calibre-data folder including the metadata.db
    ( I just did a copy and paste of the book folders from my desktop pc to my test server )
    All my books now appear in both the calibre plugin and the web page


    Michael

    • Offizieller Beitrag

    Strange...


    pellinore, try:


    chown -R calibre:users /media/2e168617-f2ae-43fb-b88c-3663af1c8eea/calibre-data
    chown calibre:users /var/run/calibre
    /etc/init.d/calibre start

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • That got it working. I have restarted OMV and was still able to access the web interface. Thank you so much for your help.


    It still will not scan subfolders for me. I have not tried copying my existing database over yet will try tonight.

    • Offizieller Beitrag
    Zitat von "pellinore"

    That got it working. I have restarted OMV and was still able to access the web interface. Thank you so much for your help.


    It still will not scan subfolders for me. I have not tried copying my existing database over yet will try tonight.


    Glad it is working. You might need to give the calibre user read privileges in the Shared Folder tab for the share that you want to import.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • That didn't seem to do it.


    If I run this command it will find all the books in the import folder and add them to calibre.


    Code
    root@audball:/opt/calibre# ./calibredb add -r --library-path=/media/2e168617-f2ae-43fb-b88c-3663af1c8eea/calibre-data /media/2e168617-f2ae-43fb-b88c-3663af1c8eea/downloads/bookimport
    • Offizieller Beitrag

    You might be using the previous version of the plugin because that is the exact change I made to 0.5.4.


    dpkg -l | grep calibre


    will tell you the version.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    You can update to the latest plugin in Updates in the OMV web interface. This will also update your calibre version. Hopefully, you don't have to change permissions again. I have updated many times and haven't had to.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Zitat von "ryecoaaron"

    You can update to the latest plugin in Updates in the OMV web interface. This will also update your calibre version. Hopefully, you don't have to change permissions again. I have updated many times and haven't had to.


    It's says there is no update for it.

    • Offizieller Beitrag

    Did you click Check or Update?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.6 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!