bluefander
bluefander
I was running "tuned -D" as root. While it is running no problems occur, but quite a few times just after I stop "tuned -D" and check "tuned-adm active" I...
Ah, I see. ``` 2022-01-11 13:45:35,934 INFO tuned.daemon.application: dynamic tuning is enabled (can be overridden in plugins) 2022-01-11 13:45:35,936 DEBUG tuned.daemon.daemon: initializing daemon 2022-01-11 13:45:35,936 INFO tuned.daemon.daemon: using sleep interval...
Exactly, I stopped it with Ctrl + C. I thought it had output all the "relevant" information. I am on: ``` cat /etc/lsb-release DISTRIB_ID=ManjaroLinux DISTRIB_RELEASE=21.2.1 DISTRIB_CODENAME=Qonos DISTRIB_DESCRIPTION="Manjaro Linux" ``` I...
Thanks for investing your time anyways! Just trying to summarize how it's on my side. When I run ``` # tuned -D ``` TuneD is running without any signs of...
I wished the problem was reproducable... I edited `/usr/lib/systemd/system/tuned.service` accordingly and used the commands you wrote, but after rebooting and logging in tuned gets stopped after around 1-5 minutes. Tested...
Thanks a lot for writing the patch! So now there's something. I booted and logged in multiple times to "make sure" the same process sends the SIGTERM. Here it is:...
Sorry, really no experience with systemd. How do I activate "verbose systemd logging"?
(changed back to tuned 2.16.0 without the patch. Type and BusName are back to original. Don't know if it matters) ``` # systemctl show tuned Type=dbus ExitType=main Restart=no PIDFile=/run/tuned/tuned.pid NotifyAccess=none...
``` tuned-adm active Preset profile: latency-performance ``` Sorry, misunderstood something: ``` # systemctl show tuned Type=dbus ExitType=main Restart=no PIDFile=/run/tuned/tuned.pid NotifyAccess=none RestartUSec=100ms TimeoutStartUSec=1min 30s TimeoutStopUSec=1min 30s TimeoutAbortUSec=1min 30s TimeoutStartFailureMode=terminate TimeoutStopFailureMode=terminate RuntimeMaxUSec=infinity...
After doing ``` # systemctl stop power-profiles-daemon # systemctl mask power-profiles-daemon ``` TuneD keeps running. What's this power-profiles-daemon and why might I have it? When the problem started occuring I...