Git Product home page Git Product logo

Comments (5)

thespad avatar thespad commented on June 30, 2024 1

The short version is we don't support /config on NFS/SMB mounts, or k8s/k3s.

The longer version is we're currently working our way through all of our images, updating them so that they soft-fail in these scenarios rather than halting init, but I don't have a specific ETA for when we'll get to Bazarr. We still won't support it, but it should at least work.

from docker-bazarr.

github-actions avatar github-actions commented on June 30, 2024

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

from docker-bazarr.

vonProteus avatar vonProteus commented on June 30, 2024

for now as a walkaround i added

…
         initContainers:
            -  name: hack # for chown -R abc:abc /config Operation not permitted
               image: busybox
               command: [ "/bin/ash", "-c", "echo '#!/usr/bin/with-contenv bash' >> /out/run; echo 'echo ignore chown' >> /out/run; chmod +x /out/run" ]
               volumeMounts:
                  -  name: hack
                     mountPath: /out/
…
         containers:
            -  name: bazarr
               image: linuxserver/bazarr
…
               volumeMounts:
                     mountPath: /etc/s6-overlay/s6-rc.d/init-bazarr-config/run
                     subPath: run
…
         volumes:
            - name: hack
              emptyDir:
                 medium: Memory
…

but i rather you fix it because if you change init-bazarr-config than it could break something

Interestingly, there is still a problem with one more chown but it passes despite the error

kubectl logs bazarr-b7fd5f7c-jxtvc --container=bazarr --namespace=multimedia --follow=true
[custom-init] No custom services found, skipping...
[migrations] started
[migrations] no migrations found

-------------------------------------
          _         ()
         | |  ___   _    __
         | | / __| | |  /  \
         | | \__ \ | | | () |
         |_| |___/ |_|  \__/


Brought to you by linuxserver.io
-------------------------------------

To support the app dev(s) visit:
Bazarr: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XHHRWXT9YB7WE&source=url

To support LSIO projects visit:
https://www.linuxserver.io/donate/
-------------------------------------
GID/UID
-------------------------------------

User uid:    1000
User gid:    1000
-------------------------------------

chown: changing ownership of '/config': Operation not permitted
ignore chown
[custom-init] No custom files found, skipping...
2022-12-22 21:53:13,069 - root                             (7f0c52915b48) :  INFO (server:67) - BAZARR is started and waiting for request on http://0.0.0.0:6767

from docker-bazarr.

aptalca avatar aptalca commented on June 30, 2024

And by work, we mean the container will start. But you'll still likely get database corruption down the line, because. . . nfs

from docker-bazarr.

github-actions avatar github-actions commented on June 30, 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-bazarr.

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.