Giter Club home page Giter Club logo

Comments (21)

tobbenb avatar tobbenb commented on May 29, 2024

Post the compose file or the run command you used to deploy the container.

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

this is what I have in my composer file:

 ubooquity:
    image: linuxserver/ubooquity
    container_name: ubooquity
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=${TZ}
      - MAXMEM=
    volumes:
      - ${USERDIR}/docker/ubooquity:/config
      - /media/data/books:/books
      - /media/data/comics:/comics
      - /media/data:/files
    ports:
      - 2202:2202
      - 2203:2203
    restart: unless-stopped

this is the latest image that watchtower grabbed:

time="2019-05-06T04:00:33Z" level=info msg="Found new linuxserver/ubooquity:latest image (sha256:b920a33730212dc4f23dc32154e6a8bb4273982d47a6dc33ca83d7d64ab689bb)"

from docker-ubooquity.

tobbenb avatar tobbenb commented on May 29, 2024

Try to not use the variable for user dir and instead use the full path.

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

Try to not use the variable for user dir and instead use the full path.

thanks, I'll try that. Any idea how I could force the issue to trigger, or do I have to wait until a new image is generated?

from docker-ubooquity.

tobbenb avatar tobbenb commented on May 29, 2024

Just delete the container and image, but not the folder you use for the /config mount.

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

linuxserver/ubooquity@sha256:b920a33730212dc4f23dc32154e6a8bb4273982d47a6dc33ca83d7d64ab689bb came out and I recreated the container, the indexing restarted from zero rather than appending to existing db.

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

Just reporting in that the issue is still happening since new images came out

from docker-ubooquity.

j0nnymoe avatar j0nnymoe commented on May 29, 2024

/config mounted on a remote or local file system?

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

All my storage is local to the host

from docker-ubooquity.

j0nnymoe avatar j0nnymoe commented on May 29, 2024

And just to confirm, you can see files getting generated in the host folder you mounted to /config?

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

The container was recreated 3 days ago and has been up 12 hours (my server crashed). When I came back from the crash, Ubooquity started a new db instead of updating the existing one

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

But to answer your question, yes I see the relevant files on the host folder

from docker-ubooquity.

tobbenb avatar tobbenb commented on May 29, 2024

Run a ls -al in the /config folder inside the container and on the host and post the output.

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024
root@e0076e503925:/config# ls -la
total 123288
drwxr-xr-x+ 6 abc  users     4096 Apr 14 14:14 .
drwxr-xr-x  1 root root      4096 May  7 21:28 ..
-rw-rw-r--+ 1 abc  users 19236447 Apr 14 14:14 Ubooquity-2.1.1.zip
-rw-r--r--+ 1 abc  users 19243985 Apr 14 14:14 Ubooquity-2.1.2.zip
-rw-rw-r--+ 1 abc  users 19243825 Apr 14 14:14 Ubooquity.jar
drwxrwxr-x+ 4 abc  users     4096 Apr 13 23:46 cache
drwxrwxr-x+ 2 abc  users     4096 Apr 13 23:46 fonts
drwxrwxr-x+ 2 abc  users     4096 May 11 08:27 logs
-rw-rw-r--+ 1 abc  users     1850 May 10 20:27 preferences.json
drwxrwxr-x+ 3 abc  users     4096 Apr 14 14:14 themes
-rw-rw-r--+ 1 abc  users 68444160 May 11 10:57 ubooquity-5.mv.db
-rw-r--r--+ 1 abc  users    25441 Apr 25 20:50 ubooquity-5.trace.db
-rw-rw-r--+ 1 abc  users       64 Apr 14 14:14 webadmin.cred
root@e0076e503925:/config# 

from docker-ubooquity.

tobbenb avatar tobbenb commented on May 29, 2024

Please post everything I asked for.
Permissions should be abc:abc inside the container though.
What is the host OS?

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

Sorry I missed the second part I was on my phone

Host is Ubuntu 18.04

fpeixoto@home:~/docker/ubooquity$ ls -la
total 124644
drwxr-xr-x+  6 fpeixoto fpeixoto     4096 Apr 14 14:14 .
drwxrwxr-x+ 22 fpeixoto fpeixoto     4096 May  6 10:34 ..
drwxrwxr-x+  4 fpeixoto fpeixoto     4096 Apr 13 23:46 cache
drwxrwxr-x+  2 fpeixoto fpeixoto     4096 Apr 13 23:46 fonts
drwxrwxr-x+  2 fpeixoto fpeixoto     4096 May 11 08:27 logs
-rw-rw-r--+  1 fpeixoto fpeixoto     1850 May 10 20:27 preferences.json
drwxrwxr-x+  3 fpeixoto fpeixoto     4096 Apr 14 14:14 themes
-rw-rw-r--+  1 fpeixoto fpeixoto 19236447 Apr 14 14:14 Ubooquity-2.1.1.zip
-rw-r--r--+  1 fpeixoto fpeixoto 19243985 Apr 14 14:14 Ubooquity-2.1.2.zip
-rw-rw-r--+  1 fpeixoto fpeixoto 69832704 May 11 12:42 ubooquity-5.mv.db
-rw-r--r--+  1 fpeixoto fpeixoto    25441 Apr 25 20:50 ubooquity-5.trace.db
-rw-rw-r--+  1 fpeixoto fpeixoto 19243825 Apr 14 14:14 Ubooquity.jar
-rw-rw-r--+  1 fpeixoto fpeixoto       64 Apr 14 14:14 webadmin.cred
fpeixoto@home:~/docker/ubooquity$ 

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

Just chiming in to advise that this is still an issue today. I've taken steps to exclude Ubooquity from Watchtower, but from a security perspective, this isn't making me comfortable, especially with all the latest news relating to Docker threats

from docker-ubooquity.

CHBMB avatar CHBMB commented on May 29, 2024

This has nothing to do with recent docker security issues.....

I don't understand how you even think that's relevant?

from docker-ubooquity.

CHBMB avatar CHBMB commented on May 29, 2024

Or how this can remotely be a security issue....

I'm just confused all round by that last post.

from docker-ubooquity.

francispeixoto avatar francispeixoto commented on May 29, 2024

I'm not saying this is a security issue. I'm saying the workaround (excluding it from watchtowers radar) could become a security issue, since it wouldn't be kept updated anymore unless I do it manually

from docker-ubooquity.

github-actions avatar github-actions commented on May 29, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from docker-ubooquity.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.