Giter VIP home page Giter VIP logo

Comments (8)

sqall01 avatar sqall01 commented on June 11, 2024

The documentation you used is outdated (as the document says) and can therefore be misleading. I have no idea what changed in Jessie that it will not work. When I update to Jessie or reinstall a Pi, I will take a look at it. If you find a solution before I find one, it would be nice if you can post it here or add it to the wiki.

Cheers,
sqall

from alertr.

cerikss8 avatar cerikss8 commented on June 11, 2024

Thank you for the answer! I'll post a solution when I have figured it out (if I do) :-)

from alertr.

cerikss8 avatar cerikss8 commented on June 11, 2024

Hi!
I'm still trying to find a way to get the login script to start at login but I have Errno 13 "permission denied" problem. I'm trying to start the script from .bashrc instead inittab due to systemd.
Is there some one that have a working kiosk mode running for the keypad!?

CE

from alertr.

sqall01 avatar sqall01 commented on June 11, 2024

In the beginning of next year I will move to a new apartment. Then I will reinstall all my Raspberry Pis and therefore reinstall my alertR setup. When I am doing this, I have also to figure out how to use the kiosk mode again. Perhaps I find a solution. I will keep you updated.

from alertr.

cerikss8 avatar cerikss8 commented on June 11, 2024

Hi!
After some considerable time struggeling with auto login on keypad with systemd I´v solved it.
I made a .conf unit file in systemd getty directory with:
nano /etc/systemd/system/[email protected]/override.conf
And write in .conf:
[Service]
ExecStart=
ExecStart=-/usr/bin/sudo -H /home/keypad/managerClientKeypad/alertRclient.py
StandardInput=tty
StandardOutput=tty

To be able to execute alertRclient.py use "/use/bin/sudo -H" in the ExecStart line.
Reload the unit file and restart the service with:
systemctl daemon-reload; systemctl restart [email protected]

All is explained in this tutorial- https://raymii.org/s/tutorials/Run_software_on_tty1_console_instead_of_login_getty.html

/cheers
CE

from alertr.

sqall01 avatar sqall01 commented on June 11, 2024

Nice. Thank you very much. As soon as I reinstall my system I will add this to a new tutorial :)

from alertr.

sqall01 avatar sqall01 commented on June 11, 2024

Just to let you know. I just uploaded a tutorial for the keypad manager. Thanks to you I did not have to search to solve the autologin with systemd. The tutorial can be found here.

Thanks
sqall

from alertr.

cerikss8 avatar cerikss8 commented on June 11, 2024

from alertr.

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.