Git Product home page Git Product logo

Comments (1)

SpComb avatar SpComb commented on August 25, 2024

The /etc/systemd/system/qmsk-e2.service file was not installed with the package. I had to extract the file from the package and copy it separately.

The package installs the qmsk-e2-tally.service unit in /lib/systemd/system, but the service unit included in the package should work exactly the same as if the unit file were installed in /etc/systemd/system.

The /etc/systemd/system path is meant for locally managed unit files, so if you need to modify the systemd unit, then copy it to /etc/systemd/system to override the unit file shipped in the package. You can use the systemctl edit --full qmsk-e2-tally.service command to do that.

The /etc/default qmsk-e2-tally file needed lines removed to load without errors for using the GPIO pins.

Can you be more specific as to what errors you saw, and what lines you had to modify?

Perhaps you mean the blank line before the --gpio ... line... yeah, all the options starting with TALLY_OPTIONS=\ must have the \ line continuation escape at the end.

I also had issues with the web monitoring. It would not display any web pages except the default one.

The sounds very much like what I fixed in git master after the 0.6.0-dev.5 release: 69e69c3

I've tagged the 0.6.0-rc.1 release, the builds should be available soon... please test it out, and let me know if it works correctly (package install with systemd unit in /lib/systemd/system, the web UI navigation links): https://github.com/qmsk/e2/releases/tag/v0.6.0-rc.1

from e2.

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.