GithubHelp home page GithubHelp logo

Nable PPS for non-root user about ogre HOT 7 CLOSED

zyxbac avatar zyxbac commented on July 22, 2024
Nable PPS for non-root user

from ogre.

Comments (7)

moverbeck-iis avatar moverbeck-iis commented on July 22, 2024

Hi zyxbac,
we discussed your wish internal and found a fast fix:
Could you check if the following procedure works for you?
Execute the following command as root user:

crontab –e

Add the following line:

@reboot chmod a+rw /dev/pps0

Best regards
Matthias

from ogre.

ThyMYthOS avatar ThyMYthOS commented on July 22, 2024

Better use a UDEV rule if possible.

from ogre.

zyxbac avatar zyxbac commented on July 22, 2024

I think ThyMYthOS is right, UDEV is better choice.

So what I did (and hope you will adopt for new goose images):

created new file /etc/udev/rules.d/pps.rules with the contents

KERNEL=="pps[0-9]*", OWNER="root", GROUP="root", MODE="0666"

works great. :)

from ogre.

moverbeck-iis avatar moverbeck-iis commented on July 22, 2024

Thank you for the code. Yes, we will consider your proposal for next image.
Can we close the issue?

from ogre.

zyxbac avatar zyxbac commented on July 22, 2024

Personally I prefer closing the issue when a patch is committed or in this case, a new system image with any working fix is made available. At the end it depends how you like to manage this issue tracker.

from ogre.

zyxbac avatar zyxbac commented on July 22, 2024

Rethinking my suggested patch, it might be a cleaner solution adding a 'pps' group to the system and setting the rights 0660.

from ogre.

cstrobel-iis avatar cstrobel-iis commented on July 22, 2024

Fixed in release v1.17.0

from ogre.

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.