-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce initial logging infrastructure #182
Conversation
I apologize for such delayed review, as always great stuff, but there's one problem with it. It doesn't seem like it'll work as a snap, once snap is built with these changes and installed it'll fail due to following reason:
I tried building it by placing |
Thanks, @AdnanHodzic, my bad for not testing this well enough. Let me see if I can find a workaround for this problem. |
No worries, let me know if I can help with anything. |
I had a look into this and it doesn't seem to be related to
Looking at the
Assuming that |
It will be installed if I place
When running
and inside that location I see the following:
I also see
|
@AdnanHodzic So we might have a problem here with snaps: I resorted to installing I can't find any docs in the repo for building the snap package. Would you be able to share the commands you run to build it so I can try to get it working on my side? |
It might be worth looking at http://forum.snapcraft.io/ for help. In past I asked questions regarding Snap's and they were incredibly attentive and helpful. Only mention of
In auto-cpufreq source root dir, run following to build a snap:
After it's done result will be i.e: Install it by running:
Regardless, after that auto-cpufreq will be installed and usable, to run shell inside snap environemnt run:
I guess this will be enough to get you going so you can explore around it. In meantime if you get stuck with anything or have any questions please let me know. |
Great, thanks for your help @AdnanHodzic |
* Provide dependency on python-systemd * Introduce journal logger * Add first log case: set turbo mode
Closed due to inactivity. |
This PR is part of #156 and performs the following:
python-systemd
at system level (not installed bypip
, as thesystemd
package is borked)logger
and journald logging handler