Giter Site home page Giter Site logo

Comments (4)

CWSpear avatar CWSpear commented on August 12, 2024

Not to my knowledge... I don't know if that group thing is required. I don't know much about this sort of thing... why isn't there a root group?

from local-persist.

geertbongers avatar geertbongers commented on August 12, 2024

If I try to use the plugin in CoreOS I get the same error. There is a root group, but I think because docker or the socket is not owned by root:root but root:docker this error appears.

from local-persist.

CWSpear avatar CWSpear commented on August 12, 2024

I'm not sure I do anything explicitly to set the group to root, or otherwise require the group to be root. I feel like if anything, it should use the user and group of the owner of the local-persist process, which means it shouldn't try to set the group to root if it doesn't exist.

Are you seeing this error just running the binary directly? If so... I've got nothing. I just us Go's os.MkdirAll, which I'd assume uses the process's user/group by default. I'm not primarily a Go programmer, tho, so I may be wrong.

If you're running it through systemctl, you can add User= and Group= in your systemd.service for local-persist (located at /etc/systemd/system/docker-volume-local-persist.service by default) to something appropriate and see if that helps.

from local-persist.

kmpeterson avatar kmpeterson commented on August 12, 2024

I ran into this same issue trying to install on Clear Linux... no luck with updating the unit file, nor even changing group ownership of the socket itself. However, what seems to be the case is that whatever API is used is fed by the /etc/group file - for my distro, this file is optional and only has groups I've created. However, adding root:x:0: explicitly there was sufficient to start and use this plugin. Thanks!

from local-persist.

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.