tuned
tuned copied to clipboard
tuned gets stopped after a certain amount of time
Hello
Maybe my issue is similar to this: https://github.com/redhat-performance/tuned/issues/394
I am using tuned 2.16.0-2 on manjaro on this laptop: https://rog.asus.com/laptops/rog-strix/2021-rog-strix-g15-advantage-edition-series/. Thing were working fine "earlier". I wonder whether it's somehow connected to an update of python from 3.9 to 3.10 lately.
tuned starts when I log in, but after a certain amount it just stops:
tuned-adm active
Cannot talk to TuneD daemon via DBus. Is TuneD daemon running?
It seems that tuned daemon is not running, preset profile is not activated.
Preset profile: latency-performance
systemctl status tuned
○ tuned.service - Dynamic System Tuning Daemon
Loaded: loaded (/usr/lib/systemd/system/tuned.service; enabled; vendor preset: disabled)
Active: inactive (dead) since Sun 2022-01-09 23:48:34 CET; 6min ago
Docs: man:tuned(8)
man:tuned.conf(5)
man:tuned-adm(8)
Process: 775 ExecStart=/usr/sbin/tuned -l -P (code=exited, status=0/SUCCESS)
Main PID: 775 (code=exited, status=0/SUCCESS)
CPU: 331ms
Jan 09 23:47:18 asus-rog systemd[1]: Starting Dynamic System Tuning Daemon...
Jan 09 23:47:18 asus-rog systemd[1]: Started Dynamic System Tuning Daemon.
Jan 09 23:48:34 asus-rog systemd[1]: Stopping Dynamic System Tuning Daemon...
Jan 09 23:48:34 asus-rog systemd[1]: tuned.service: Deactivated successfully.
Jan 09 23:48:34 asus-rog systemd[1]: Stopped Dynamic System Tuning Daemon.
2022-01-09 23:46:13,703 INFO tuned.daemon.application: dynamic tuning is enabled (can be overridden in plugins)
2022-01-09 23:46:13,706 INFO tuned.daemon.daemon: using sleep interval of 1 second(s)
2022-01-09 23:46:13,706 INFO tuned.daemon.daemon: dynamic tuning is enabled (can be overridden by plugins)
2022-01-09 23:46:13,706 INFO tuned.daemon.daemon: using update interval of 10 second(s) (10 times of the sleep interval)
2022-01-09 23:46:13,706 INFO tuned.profiles.loader: loading profile: latency-performance
2022-01-09 23:46:13,708 INFO tuned.daemon.controller: starting controller
2022-01-09 23:46:13,708 INFO tuned.daemon.daemon: starting tuning
2022-01-09 23:46:13,711 INFO tuned.plugins.base: instance cpu: assigning devices cpu14, cpu0, cpu10, cpu6, cpu13, cpu2, cpu12, cpu8, cpu1, cpu15, cpu4, cpu9, cpu7, cpu11, cpu3, cpu5
2022-01-09 23:46:13,723 INFO tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2022-01-09 23:46:13,725 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:46:13,725 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:46:13,725 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:46:13,725 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:46:13,725 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:46:13,725 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:46:13,726 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:46:13,727 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:46:13,727 INFO tuned.plugins.plugin_cpu: setting new cpu latency 1
2022-01-09 23:46:13,727 INFO tuned.plugins.plugin_sysctl: reapplying system sysctl
2022-01-09 23:46:13,727 INFO tuned.daemon.daemon: static tuning from profile 'latency-performance' applied
2022-01-09 23:46:55,852 INFO tuned.daemon.controller: terminating controller
2022-01-09 23:46:55,852 INFO tuned.daemon.daemon: stopping tuning
2022-01-09 23:46:55,873 INFO tuned.daemon.daemon: terminating TuneD due to system shutdown / reboot
2022-01-09 23:46:55,873 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:46:55,873 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:46:55,873 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:46:55,873 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:46:55,874 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:46:55,875 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:46:55,875 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:46:55,875 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:47:18,663 INFO tuned.daemon.application: dynamic tuning is enabled (can be overridden in plugins)
2022-01-09 23:47:18,669 INFO tuned.daemon.daemon: using sleep interval of 1 second(s)
2022-01-09 23:47:18,669 INFO tuned.daemon.daemon: dynamic tuning is enabled (can be overridden by plugins)
2022-01-09 23:47:18,669 INFO tuned.daemon.daemon: using update interval of 10 second(s) (10 times of the sleep interval)
2022-01-09 23:47:18,685 INFO tuned.profiles.loader: loading profile: latency-performance
2022-01-09 23:47:18,688 INFO tuned.daemon.controller: starting controller
2022-01-09 23:47:18,689 INFO tuned.daemon.daemon: starting tuning
2022-01-09 23:47:18,693 INFO tuned.plugins.base: instance cpu: assigning devices cpu11, cpu3, cpu0, cpu7, cpu12, cpu2, cpu14, cpu9, cpu4, cpu10, cpu5, cpu15, cpu13, cpu8, cpu6, cpu1
2022-01-09 23:47:18,695 INFO tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2022-01-09 23:47:18,696 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:47:18,696 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:47:18,697 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:47:18,697 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:47:18,697 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:47:18,697 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:47:18,697 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:47:18,698 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:47:18,698 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:47:18,698 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:47:18,698 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:47:18,699 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:47:18,699 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:47:18,699 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:47:18,699 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:47:18,699 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-09 23:47:18,700 INFO tuned.plugins.plugin_cpu: setting new cpu latency 1
2022-01-09 23:47:18,701 INFO tuned.plugins.plugin_sysctl: reapplying system sysctl
2022-01-09 23:47:18,701 INFO tuned.daemon.daemon: static tuning from profile 'latency-performance' applied
2022-01-09 23:47:57,103 INFO tuned.daemon.daemon: stopping tuning
2022-01-09 23:47:57,104 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:47:57,104 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:47:57,104 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:47:57,104 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:47:57,105 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:47:57,106 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:47:57,106 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-09 23:47:57,107 INFO tuned.profiles.loader: loading profile: laptop-battery-powersave
2022-01-09 23:47:57,117 INFO tuned.daemon.daemon: starting tuning
2022-01-09 23:47:57,119 INFO tuned.units.manager: skipping plugin 'eeepc_she', not supported on your system
2022-01-09 23:47:57,130 INFO tuned.plugins.base: instance cpu: assigning devices cpu11, cpu3, cpu0, cpu7, cpu12, cpu2, cpu14, cpu9, cpu4, cpu10, cpu5, cpu15, cpu13, cpu8, cpu6, cpu1
2022-01-09 23:47:57,143 INFO tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2022-01-09 23:47:57,144 INFO tuned.plugins.base: instance audio: assigning devices snd_hda_intel
2022-01-09 23:47:57,144 INFO tuned.plugins.base: instance video: assigning devices card0, card1
2022-01-09 23:47:57,147 INFO tuned.plugins.base: instance disk: assigning devices loop7, loop5, loop1, loop3, loop4, loop2, loop0, loop6
2022-01-09 23:47:57,149 INFO tuned.plugins.base: instance net: assigning devices wlp5s0, enp4s0
2022-01-09 23:47:57,202 WARNING tuned.plugins.base: instance scsi_host: no matching devices available
2022-01-09 23:47:57,204 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu3'
2022-01-09 23:47:57,204 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu7'
2022-01-09 23:47:57,204 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu12'
2022-01-09 23:47:57,204 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu2'
2022-01-09 23:47:57,204 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu9'
2022-01-09 23:47:57,204 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu4'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu10'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu13'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu8'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu5'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu11'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu0'
2022-01-09 23:47:57,205 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu14'
2022-01-09 23:47:57,206 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu15'
2022-01-09 23:47:57,206 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu6'
2022-01-09 23:47:57,206 INFO tuned.plugins.plugin_cpu: setting governor 'ondemand' on cpu 'cpu1'
2022-01-09 23:47:57,207 INFO tuned.plugins.plugin_cpu: setting new cpu latency 100
2022-01-09 23:47:57,207 ERROR tuned.utils.commands: Error when reading file '/sys/class/drm/card0/device/power_method': '[Errno 2] No such file or directory: '/sys/class/drm/card0/device/power_method''
2022-01-09 23:47:57,208 WARNING tuned.plugins.plugin_video: radeon_powersave is not supported on 'card0'
2022-01-09 23:47:57,208 ERROR tuned.utils.commands: Error when reading file '/sys/class/drm/card1/device/power_method': '[Errno 2] No such file or directory: '/sys/class/drm/card1/device/power_method''
2022-01-09 23:47:57,208 WARNING tuned.plugins.plugin_video: radeon_powersave is not supported on 'card1'
2022-01-09 23:47:57,221 INFO tuned.plugins.plugin_sysctl: reapplying system sysctl
2022-01-09 23:47:57,221 INFO tuned.plugins.plugin_script: calling script '/usr/lib/tuned/powersave/script.sh' with arguments '['start']'
2022-01-09 23:47:57,237 ERROR tuned.plugins.plugin_script: script '/usr/lib/tuned/powersave/script.sh' error output: 'wlp5s0 no private ioctls.
'
2022-01-09 23:47:57,238 INFO tuned.daemon.daemon: static tuning from profile 'laptop-battery-powersave' applied
2022-01-09 23:48:12,237 INFO tuned.daemon.daemon: stopping tuning
2022-01-09 23:48:12,238 INFO tuned.plugins.plugin_script: calling script '/usr/lib/tuned/powersave/script.sh' with arguments '['stop', 'full_rollback']'
2022-01-09 23:48:12,248 ERROR tuned.plugins.plugin_script: script '/usr/lib/tuned/powersave/script.sh' error output: 'wlp5s0 no private ioctls.
'
2022-01-09 23:48:12,249 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:48:12,271 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:48:12,286 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:48:12,298 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:48:12,306 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:48:12,312 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:48:12,318 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:48:12,324 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:48:12,330 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:48:12,336 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:48:12,342 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:48:12,348 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:48:12,356 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:48:12,362 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:48:12,368 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:48:12,377 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-09 23:48:12,384 INFO tuned.profiles.loader: loading profile: latency-performance
2022-01-09 23:48:12,385 INFO tuned.daemon.daemon: starting tuning
2022-01-09 23:48:12,386 INFO tuned.plugins.base: instance cpu: assigning devices cpu11, cpu3, cpu0, cpu7, cpu12, cpu2, cpu14, cpu9, cpu4, cpu10, cpu5, cpu15, cpu13, cpu8, cpu6, cpu1
2022-01-09 23:48:12,399 INFO tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:48:12,400 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:48:12,401 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-09 23:48:12,402 INFO tuned.plugins.plugin_cpu: setting new cpu latency 1
2022-01-09 23:48:12,402 INFO tuned.plugins.plugin_sysctl: reapplying system sysctl
2022-01-09 23:48:12,402 INFO tuned.daemon.daemon: static tuning from profile 'latency-performance' applied
2022-01-09 23:48:34,342 INFO tuned.daemon.controller: terminating controller
2022-01-09 23:48:34,342 INFO tuned.daemon.daemon: stopping tuning
2022-01-09 23:48:34,350 INFO tuned.daemon.daemon: terminating TuneD, rolling back all changes
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-09 23:48:34,351 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-09 23:48:34,352 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
Thanks!
Interesting, it seems it's normally stopped. It should work without problem on python-3.10. Could you try running it in the debug mode and in the separate terminal?
# tuned -D
I am interested whether the problem is reproducible this way or whether it reveals something useful.
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 get:
Cannot talk to TuneD daemon via DBus. Is TuneD daemon running?
It seems that tuned daemon is not running, preset profile is not activated.
Preset profile: latency-performance
This happend numerous times. I have no idea why running "tuned -D" would prevent the problem.
You need to stop the tuned service before debugging:
# systemctl stop tuned
and then run tuned -D, it's for debugging purposes running on the foreground and logging to the console with the debug verbosity. If you stop tuned -D, there is no TuneD D-Bus service, thus the error you got.
It seems something is stopping the TuneD service, because from the TuneD log, it's performing clean shutdown, no crash, that's why I thought tuned -D could reveal more information. If the problem is not reproducible with the tuned -D it's probably somehow related to the systemd.
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 of 1 second(s)
2022-01-11 13:45:35,936 INFO tuned.daemon.daemon: dynamic tuning is enabled (can be overridden by plugins)
2022-01-11 13:45:35,936 INFO tuned.daemon.daemon: using update interval of 10 second(s) (10 times of the sleep interval)
2022-01-11 13:45:35,937 INFO tuned.profiles.loader: loading profile: latency-performance
2022-01-11 13:45:35,938 INFO tuned.daemon.controller: starting controller
2022-01-11 13:45:35,938 INFO tuned.daemon.daemon: starting tuning
2022-01-11 13:45:35,938 DEBUG tuned.plugins.repository: creating plugin cpu
2022-01-11 13:45:35,939 DEBUG tuned.utils.plugin_loader: loading module tuned.plugins.plugin_cpu
2022-01-11 13:45:35,939 DEBUG tuned.plugins.repository: creating plugin sysctl
2022-01-11 13:45:35,940 DEBUG tuned.utils.plugin_loader: loading module tuned.plugins.plugin_sysctl
2022-01-11 13:45:35,940 DEBUG tuned.units.manager: creating 'cpu' (cpu)
2022-01-11 13:45:35,940 DEBUG tuned.units.manager: creating 'sysctl' (sysctl)
2022-01-11 13:45:35,941 DEBUG tuned.plugins.base: assigning devices to instance cpu
2022-01-11 13:45:35,942 INFO tuned.plugins.base: instance cpu: assigning devices cpu4, cpu0, cpu9, cpu15, cpu1, cpu2, cpu6, cpu7, cpu14, cpu12, cpu8, cpu10, cpu3, cpu11, cpu13, cpu5
2022-01-11 13:45:35,942 DEBUG tuned.plugins.base: initializing instance cpu (cpu)
2022-01-11 13:45:35,942 INFO tuned.plugins.plugin_cpu: We are running on an x86 AuthenticAMD platform
2022-01-11 13:45:35,943 DEBUG tuned.plugins.base: initializing instance sysctl (sysctl)
2022-01-11 13:45:35,943 DEBUG tuned.hardware.inventory: starting monitor observer
2022-01-11 13:45:35,943 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,943 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,943 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,944 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu9/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,944 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu15/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,944 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,944 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-11 13:45:35,944 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,945 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,945 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu10/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,945 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,946 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu11/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,946 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,946 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,946 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,947 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,947 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-11 13:45:35,947 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu14/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
2022-01-11 13:45:35,948 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu12/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,948 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu8/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,948 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,948 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,949 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu13/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor' mode='r' encoding='UTF-8'>' > 'performance
'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:45:35,949 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,949 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,950 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.plugins.plugin_cpu: parsing latency
2022-01-11 13:45:35,951 DEBUG tuned.plugins.plugin_cpu: getting latency for cstate with ID '1'
2022-01-11 13:45:35,951 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu0/cpuidle/state1/latency' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:45:35,951 DEBUG tuned.plugins.plugin_cpu: cstate ID mapped to latency: 1
2022-01-11 13:45:35,951 INFO tuned.plugins.plugin_cpu: setting new cpu latency 1
2022-01-11 13:45:35,951 DEBUG tuned.plugins.plugin_sysctl: Value of sysctl parameter 'vm.dirty_ratio' is '20'
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.dirty_ratio' to '10'
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Value of sysctl parameter 'vm.dirty_background_ratio' is '10'
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.dirty_background_ratio' to '3'
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Value of sysctl parameter 'vm.swappiness' is '10'
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.swappiness' to '10'
2022-01-11 13:45:35,952 INFO tuned.plugins.plugin_sysctl: reapplying system sysctl
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Applying sysctl settings from file /etc/sysctl.d/99-sysctl.conf
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.swappiness' to '10'
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Finished applying sysctl settings from file /etc/sysctl.d/99-sysctl.conf
2022-01-11 13:45:35,952 DEBUG tuned.plugins.plugin_sysctl: Applying sysctl settings from file /etc/sysctl.conf
2022-01-11 13:45:35,952 INFO tuned.daemon.daemon: static tuning from profile 'latency-performance' applied
2022-01-11 13:45:45,955 DEBUG tuned.daemon.daemon: updating monitors
2022-01-11 13:45:45,955 DEBUG tuned.daemon.daemon: performing tunings
2022-01-11 13:45:55,956 DEBUG tuned.daemon.daemon: updating monitors
2022-01-11 13:45:55,957 DEBUG tuned.daemon.daemon: performing tunings
^C2022-01-11 13:46:02,168 INFO tuned.daemon.controller: terminating controller
2022-01-11 13:46:02,168 INFO tuned.daemon.daemon: stopping tuning
2022-01-11 13:46:02,168 DEBUG tuned.utils.commands: Executing ['systemctl', 'is-system-running'].
2022-01-11 13:46:02,173 DEBUG tuned.utils.commands: Executing ['systemctl', 'list-jobs'].
2022-01-11 13:46:02,176 INFO tuned.daemon.daemon: terminating TuneD, rolling back all changes
2022-01-11 13:46:02,176 DEBUG tuned.hardware.inventory: stopping monitor observer
2022-01-11 13:46:02,176 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.dirty_ratio' to '20'
2022-01-11 13:46:02,176 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.dirty_background_ratio' to '10'
2022-01-11 13:46:02,176 DEBUG tuned.plugins.plugin_sysctl: Setting sysctl parameter 'vm.swappiness' to '10'
2022-01-11 13:46:02,176 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,176 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu9/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu9'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu9/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu15/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu15'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu15/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu2/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu2'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu2/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu6/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu6'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu6/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu7/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu7'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu7/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu10/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu10'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu10/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu11/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu11'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu11/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,177 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu4/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,177 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu4'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu4/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu3/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu3'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu3/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu1/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu1'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu1/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu14/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu14'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu14/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu12/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu12'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu12/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu8/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu8'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu8/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu0'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu13/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,178 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu13'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu13/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,178 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/online' mode='r' encoding='UTF-8'>' > '1
'
2022-01-11 13:46:02,179 DEBUG tuned.utils.commands: Read data from file: '<_io.TextIOWrapper name='/sys/devices/system/cpu/cpu5/cpufreq/scaling_available_governors' mode='r' encoding='UTF-8'>' > 'conservative ondemand userspace powersave performance schedutil
'
2022-01-11 13:46:02,179 INFO tuned.plugins.plugin_cpu: setting governor 'performance' on cpu 'cpu5'
2022-01-11 13:46:02,179 DEBUG tuned.utils.commands: Writing to file: '/sys/devices/system/cpu/cpu5/cpufreq/scaling_governor' < 'performance'
2022-01-11 13:46:02,179 DEBUG tuned.units.manager: destroying instance cpu
2022-01-11 13:46:02,179 DEBUG tuned.units.manager: destroying instance sysctl
2022-01-11 13:46:02,179 DEBUG tuned.units.manager: cleaning plugin 'cpu'
2022-01-11 13:46:02,179 DEBUG tuned.units.manager: cleaning plugin 'sysctl'
The log seems OK, it seems you stopped TuneD with the Ctrl + C, so the problem is probably not related to the python. The question is why systemd stopped it. What manjaro version is it? 21.2.0? I could try reproducing the problem there.
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 installed tuned via AUR: https://aur.archlinux.org/packages/tuned
OK, I will try to reproduce it.
You can also try running it for longer time in the terminal and check whether it keeps running.
Unfortunately, I am unable to reproduce the problem, I installed Manjaro 21.2.1, built and installed tuned-2.16.0-2 from the AUR, set the latency-performance TuneD profile:
# tuned-adm profile latency-performance
Enabled TuneD:
# systemctl enable tuned
Rebooted and TuneD service is running second hour now without problem.
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 failure.
But when I check things with
tuned-adm active
after I log in, TuneD stops quite soon afterwards.
Just to mention: I configured udev rules for TuneD like demonstrated here: https://madskjeldgaard.dk/posts/audio-setup-arch-2021/
But it doesn't seem to change anything if I don't use these udev rules.
Maybe I managed to screw something up. Are there any packages and configuration files that would be worth to uninstall and reinstall regarding tuned?
edit: I was mainly using a xanmod kernel lately. Was just wondering whether this could be causing the issue. Have tried with the default kernel. Doesn't improve the situation for me, unfortunately.
It's running for me nearly two days without problem. I tried to logout/login several times, it's still OK.
You could try editing the /usr/lib/systemd/system/tuned.service, changing the Type from the dbus to the simple and dropping the BusName line, i.e. the content of the file will be:
[Unit]
Description=Dynamic System Tuning Daemon
After=systemd-sysctl.service network.target dbus.service
Requires=dbus.service polkit.service
Conflicts=cpupower.service
Documentation=man:tuned(8) man:tuned.conf(5) man:tuned-adm(8)
[Service]
Type=simple
PIDFile=/run/tuned/tuned.pid
ExecStart=/usr/sbin/tuned -l -P
[Install]
WantedBy=multi-user.target
then:
# systemctl stop tuned
# systemctl daemon-reload
# systemctl start tuned
This may help in case you have some trouble with the D-Bus and systemd is terminating the TuneD service in such case. If it doesn't help, there is probably some service/daemon which is sending SIGTERM to the TuneD service. I can provide simple patch which should reveal which process is sending the SIGTERM.
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 this multiple times on the default kernel.
there is probably some service/daemon which is sending SIGTERM to the TuneD service
- Would seem plausible to me.
Try the attached patch, then after the TuneD service is "magically" stopped observe the /var/log/tuned/tuned.log, there should be something like:
2022-01-14 13:29:58,303 ERROR tuned.daemon.controller: Received SIGTERM from the: 8055, -bash
8055 is the PID which terminated TuneD, bash is the process name (cmdline) of the PID, i.e. in my case it was terminated by process 8055 which is bash. Instead of the SIGTERM there could be SIGHUP or SIGINT.
After testing roll-back the patch, it's not OK for production - it's hack, because unfortunately it seems Python doesn't have easy way how to find out the sender of the signal.
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:
2022-01-14 18:56:02,638 ERROR tuned.daemon.controller: Received SIGTERM from the: 1, /sbin/init
Yep, that's systemd. It's providing the /sbin/init. Unfortunately, I have no idea why systemd is stopping the TuneD service. Maybe there is something wrong with your systemd configuration. You could try rebooting with the verbose systemd logging and consult the journalctl, maybe there will be some hint, why is systemd doing it.
And maybe together with the debug journalctl output the following could be also useful:
# systemctl show tuned
# systemctl is-enabled tuned
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
RestartUSec=100ms
TimeoutStartUSec=1min 30s
TimeoutStopUSec=1min 30s
TimeoutAbortUSec=1min 30s
TimeoutStartFailureMode=terminate
TimeoutStopFailureMode=terminate
RuntimeMaxUSec=infinity
RuntimeRandomizedExtraUSec=0
WatchdogUSec=0
WatchdogTimestampMonotonic=0
RootDirectoryStartOnly=no
RemainAfterExit=no
GuessMainPID=yes
MainPID=0
ControlPID=0
BusName=com.redhat.tuned
FileDescriptorStoreMax=0
NFileDescriptorStore=0
# systemctl is-enabled tuned
enabled
journalctl -b
Jan 14 22:38:22 asus-rog kernel: Linux version 5.15.12-1-MANJARO (builduser@fv-az39-353) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed Dec 29 18:08:07 UTC 2021
Jan 14 22:38:22 asus-rog kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.15-x86_64 root=UUID=0c9efab7-ed46-484c-b969-8fd3a3f691d2 rw apparmor=1 security=apparmor resume=UUID=6006d400-c3fe->
Jan 14 22:38:22 asus-rog kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 14 22:38:22 asus-rog kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 14 22:38:22 asus-rog kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 14 22:38:22 asus-rog kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jan 14 22:38:22 asus-rog kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jan 14 22:38:22 asus-rog kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Jan 14 22:38:22 asus-rog kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jan 14 22:38:22 asus-rog kernel: signal: max sigframe size: 3376
Jan 14 22:38:22 asus-rog kernel: BIOS-provided physical RAM map:
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009d1efff] usable
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x0000000009d1f000-0x000000000a000fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x000000000a20f000-0x00000000baa4ffff] usable
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000baa50000-0x00000000bbf67fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000bbf68000-0x00000000bbfccfff] ACPI data
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000bbfcd000-0x00000000bc181fff] ACPI NVS
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000bc182000-0x00000000bc976fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000bc977000-0x00000000bc9fefff] type 20
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000bc9ff000-0x00000000bdffffff] usable
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fe700000-0x00000000fe70ffff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041e2fffff] usable
Jan 14 22:38:22 asus-rog kernel: BIOS-e820: [mem 0x000000041e300000-0x000000043fffffff] reserved
Jan 14 22:38:22 asus-rog kernel: NX (Execute Disable) protection: active
Jan 14 22:38:22 asus-rog kernel: efi: EFI v2.70 by American Megatrends
Jan 14 22:38:22 asus-rog kernel: efi: ACPI=0xbbfcc000 ACPI 2.0=0xbbfcc014 TPMFinalLog=0xbc139000 SMBIOS=0xbc819000 SMBIOS 3.0=0xbc818000 MEMATTR=0xb74eb818 ESRT=0xb9411698
Jan 14 22:38:22 asus-rog kernel: SMBIOS 3.3.0 present.
Jan 14 22:38:22 asus-rog kernel: DMI: ASUSTeK COMPUTER INC. ROG Strix G513QY_G513QY/G513QY, BIOS G513QY.315 09/03/2021
Jan 14 22:38:22 asus-rog kernel: tsc: Fast TSC calibration using PIT
Jan 14 22:38:22 asus-rog kernel: tsc: Detected 3293.778 MHz processor
Jan 14 22:38:22 asus-rog kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 14 22:38:22 asus-rog kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 14 22:38:22 asus-rog kernel: last_pfn = 0x41e300 max_arch_pfn = 0x400000000
(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 RestartUSec=100ms TimeoutStartUSec=1min 30s TimeoutStopUSec=1min 30s TimeoutAbortUSec=1min 30s TimeoutStartFailureMode=terminate TimeoutStopFailureMode=terminate RuntimeMaxUSec=infinity RuntimeRandomizedExtraUSec=0 WatchdogUSec=0 WatchdogTimestampMonotonic=0 RootDirectoryStartOnly=no RemainAfterExit=no GuessMainPID=yes MainPID=0 ControlPID=0 BusName=com.redhat.tuned FileDescriptorStoreMax=0 NFileDescriptorStore=0
This is quite short. There should be Conflict and Before and much more variables.
What's your active profile?:
# tuned-adm active
Systemd debug output by booting kernel with the: systemd.log_level=debug Then grep journalctl for the tuned string.
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
RuntimeRandomizedExtraUSec=0
WatchdogUSec=0
WatchdogTimestampMonotonic=0
RootDirectoryStartOnly=no
RemainAfterExit=no
GuessMainPID=yes
MainPID=0
ControlPID=0
BusName=com.redhat.tuned
FileDescriptorStoreMax=0
NFileDescriptorStore=0
StatusErrno=0
Result=success
ReloadResult=success
CleanResult=success
UID=[not set]
GID=[not set]
NRestarts=0
OOMPolicy=stop
ExecMainStartTimestamp=Fri 2022-01-14 23:39:42 CET
ExecMainStartTimestampMonotonic=2756204
ExecMainExitTimestamp=Fri 2022-01-14 23:40:07 CET
ExecMainExitTimestampMonotonic=26908302
ExecMainPID=871
ExecMainCode=1
ExecMainStatus=0
ExecStart={ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; ignore_errors>
ExecStartEx={ path=/usr/sbin/tuned ; argv[]=/usr/sbin/tuned -l -P ; flags= ; st>
Slice=system.slice
MemoryCurrent=[not set]
MemoryAvailable=infinity
CPUUsageNSec=446649000
TasksCurrent=[not set]
IPIngressBytes=[no data]
IPIngressPackets=[no data]
IPEgressBytes=[no data]
IPEgressPackets=[no data]
IOReadBytes=18446744073709551615
IOReadOperations=18446744073709551615
IOWriteBytes=18446744073709551615
IOWriteOperations=18446744073709551615
Delegate=no
CPUAccounting=yes
CPUWeight=[not set]
StartupCPUWeight=[not set]
CPUShares=[not set]
StartupCPUShares=[not set]
CPUQuotaPerSecUSec=infinity
CPUQuotaPeriodUSec=infinity
IOAccounting=no
IOWeight=[not set]
StartupIOWeight=[not set]
BlockIOAccounting=no
BlockIOWeight=[not set]
StartupBlockIOWeight=[not set]
MemoryAccounting=yes
DefaultMemoryLow=0
DefaultMemoryMin=0
MemoryMin=0
MemoryLow=0
MemoryHigh=infinity
MemoryMax=infinity
MemorySwapMax=infinity
MemoryLimit=infinity
DevicePolicy=auto
TasksAccounting=yes
TasksMax=18459
IPAccounting=no
ManagedOOMSwap=auto
ManagedOOMMemoryPressure=auto
ManagedOOMMemoryPressureLimit=0
ManagedOOMPreference=none
UMask=0022
LimitCPU=infinity
LimitCPUSoft=infinity
LimitFSIZE=infinity
LimitFSIZESoft=infinity
LimitDATA=infinity
LimitDATASoft=infinity
LimitSTACK=infinity
LimitSTACKSoft=8388608
LimitCORE=infinity
LimitCORESoft=infinity
LimitRSS=infinity
LimitRSSSoft=infinity
LimitNOFILE=524288
LimitNOFILESoft=1024
LimitAS=infinity
LimitASSoft=infinity
LimitNPROC=61533
LimitNPROCSoft=61533
LimitMEMLOCK=65536
LimitMEMLOCKSoft=65536
LimitLOCKS=infinity
LimitLOCKSSoft=infinity
LimitSIGPENDING=61533
LimitSIGPENDINGSoft=61533
LimitMSGQUEUE=819200
LimitMSGQUEUESoft=819200
LimitNICE=0
LimitNICESoft=0
LimitRTPRIO=0
LimitRTPRIOSoft=0
LimitRTTIME=infinity
LimitRTTIMESoft=infinity
OOMScoreAdjust=0
CoredumpFilter=0x33
Nice=0
IOSchedulingClass=2
IOSchedulingPriority=4
CPUSchedulingPolicy=0
CPUSchedulingPriority=0
CPUAffinityFromNUMA=no
NUMAPolicy=n/a
TimerSlackNSec=50000
CPUSchedulingResetOnFork=no
NonBlocking=no
StandardInput=null
StandardOutput=journal
StandardError=inherit
TTYReset=no
TTYVHangup=no
TTYVTDisallocate=no
SyslogPriority=30
SyslogLevelPrefix=yes
SyslogLevel=6
SyslogFacility=3
LogLevelMax=-1
LogRateLimitIntervalUSec=0
LogRateLimitBurst=0
SecureBits=0
CapabilityBoundingSet=cap_chown cap_dac_override cap_dac_read_search cap_fowner>
DynamicUser=no
RemoveIPC=no
PrivateTmp=no
PrivateDevices=no
ProtectClock=no
ProtectKernelTunables=no
ProtectKernelModules=no
ProtectKernelLogs=no
ProtectControlGroups=no
PrivateNetwork=no
PrivateUsers=no
PrivateMounts=no
PrivateIPC=no
ProtectHome=no
ProtectSystem=no
SameProcessGroup=no
UtmpMode=init
IgnoreSIGPIPE=yes
NoNewPrivileges=no
SystemCallErrorNumber=2147483646
LockPersonality=no
RuntimeDirectoryPreserve=no
RuntimeDirectoryMode=0755
StateDirectoryMode=0755
CacheDirectoryMode=0755
LogsDirectoryMode=0755
ConfigurationDirectoryMode=0755
TimeoutCleanUSec=infinity
MemoryDenyWriteExecute=no
RestrictRealtime=no
RestrictSUIDSGID=no
RestrictNamespaces=no
MountAPIVFS=no
KeyringMode=private
ProtectProc=default
ProcSubset=all
ProtectHostname=no
KillMode=control-group
KillSignal=15
RestartKillSignal=15
FinalKillSignal=9
SendSIGKILL=yes
SendSIGHUP=no
WatchdogSignal=6
Id=tuned.service
Names=tuned.service
Requires=dbus.socket polkit.service dbus.service sysinit.target system.slice
WantedBy=multi-user.target
Conflicts=cpupower.service shutdown.target
ConflictedBy=power-profiles-daemon.service
Before=multi-user.target shutdown.target
After=systemd-sysctl.service sysinit.target systemd-journald.socket network.tar>
Documentation="man:tuned(8)" "man:tuned.conf(5)" "man:tuned-adm(8)"
Description=Dynamic System Tuning Daemon
LoadState=loaded
ActiveState=inactive
FreezerState=running
SubState=dead
FragmentPath=/usr/lib/systemd/system/tuned.service
UnitFileState=enabled
UnitFilePreset=disabled
StateChangeTimestamp=Fri 2022-01-14 23:40:07 CET
StateChangeTimestampMonotonic=26908487
InactiveExitTimestamp=Fri 2022-01-14 23:39:42 CET
InactiveExitTimestampMonotonic=2756323
ActiveEnterTimestamp=Fri 2022-01-14 23:39:44 CET
ActiveEnterTimestampMonotonic=4337798
ActiveExitTimestamp=Fri 2022-01-14 23:40:07 CET
ActiveExitTimestampMonotonic=26865169
InactiveEnterTimestamp=Fri 2022-01-14 23:40:07 CET
InactiveEnterTimestampMonotonic=26908487
CanStart=yes
CanStop=yes
CanReload=no
CanIsolate=no
CanFreeze=yes
StopWhenUnneeded=no
RefuseManualStart=no
RefuseManualStop=no
AllowIsolate=no
DefaultDependencies=yes
OnSuccessJobMode=fail
OnFailureJobMode=replace
IgnoreOnIsolate=no
NeedDaemonReload=no
JobTimeoutUSec=infinity
JobRunningTimeoutUSec=infinity
JobTimeoutAction=none
ConditionResult=yes
AssertResult=yes
ConditionTimestamp=Fri 2022-01-14 23:39:42 CET
ConditionTimestampMonotonic=2755497
AssertTimestamp=Fri 2022-01-14 23:39:42 CET
AssertTimestampMonotonic=2755501
Transient=no
Perpetual=no
StartLimitIntervalUSec=10s
StartLimitBurst=5
StartLimitAction=none
FailureAction=none
SuccessAction=none
InvocationID=4babbf65debe4b9da960237850a87ede
CollectMode=inactive
journalctl -b | grep tuned
Jan 14 23:39:41 asus-rog systemd-tmpfiles[357]: Reading config file "/usr/lib/tmpfiles.d/tuned.conf"…
Jan 14 23:39:41 asus-rog systemd-tmpfiles[357]: Entry "/run/tuned" does not match any include prefix, skipping.
Jan 14 23:39:42 asus-rog systemd-tmpfiles[597]: Reading config file "/usr/lib/tmpfiles.d/tuned.conf"…
Jan 14 23:39:42 asus-rog systemd-tmpfiles[597]: Running remove action for entry d /run/tuned
Jan 14 23:39:42 asus-rog systemd-tmpfiles[597]: Running create action for entry d /run/tuned
Jan 14 23:39:42 asus-rog systemd-tmpfiles[597]: Created directory "/run/tuned".
Jan 14 23:39:42 asus-rog systemd-tmpfiles[597]: "/run/tuned" matches mode 755 already.
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: starting held back, waiting for: network.target
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: Watching D-Bus name 'com.redhat.tuned'.
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: starting held back, waiting for: network.target
Jan 14 23:39:42 asus-rog systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='com.redhat.tuned' successfully installed.
Jan 14 23:39:42 asus-rog systemd[1]: Got message type=error sender=org.freedesktop.DBus destination=:1.0 path=n/a interface=n/a member=n/a cookie=16 reply_cookie=15 signature=s error-name=org.freedesktop.DBus.Error.NameHasNoOwner error-message=Could not get owner of name 'com.redhat.tuned': no such name
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: D-Bus name com.redhat.tuned now not owned by anyone.
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: Passing 0 fds to service
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: About to execute /usr/sbin/tuned -l -P
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: Forked /usr/sbin/tuned as 871
Jan 14 23:39:42 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=58 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=59 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd[1]: tuned.service: Changed dead -> start
Jan 14 23:39:42 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=58 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=58 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=59 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=59 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd[871]: tuned.service: Executing: /usr/sbin/tuned -l -P
Jan 14 23:39:42 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=60 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=61 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=60 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=60 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=61 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:42 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=61 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:43 asus-rog systemd[1]: multi-user.target: starting held back, waiting for: tuned.service
Jan 14 23:39:44 asus-rog systemd[1]: tuned.service: D-Bus name com.redhat.tuned now owned by :1.18
Jan 14 23:39:44 asus-rog systemd[1]: tuned.service: Changed start -> running
Jan 14 23:39:44 asus-rog audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 23:39:44 asus-rog systemd[1]: tuned.service: Job 113 tuned.service/start finished, result=done
Jan 14 23:39:44 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=444 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=445 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=447 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=448 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=444 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=444 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=445 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=445 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=447 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=447 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=448 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:44 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=448 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:39:52 asus-rog systemd-xdg-autostart-generator[1642]: /home/stefan/.config/autostart/tuned.desktop:9: Unknown key name 'RunHook' in section 'Desktop Entry', ignoring.
Jan 14 23:39:52 asus-rog systemd-xdg-autostart-generator[1642]: Not generating service for XDG autostart [email protected], it is hidden.
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Installed new job tuned.service/stop as 2542
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=924 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=925 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=924 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=924 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=925 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=925 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=937 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=938 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Changed running -> stop-sigterm
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=939 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=940 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=937 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=937 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=938 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=938 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=939 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=939 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=940 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=940 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Received SIGCHLD from PID 871 (tuned).
Jan 14 23:40:07 asus-rog systemd[1]: Child 871 (tuned) died (code=exited, status=0/SUCCESS)
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Child 871 belongs to tuned.service.
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Can't open PID file /run/tuned/tuned.pid (yet?) after stop-sigterm: Operation not permitted
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Main process exited, code=exited, status=0/SUCCESS (success)
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Deactivated successfully.
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Service restart not allowed.
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Changed stop-sigterm -> dead
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Job 2542 tuned.service/stop finished, result=done
Jan 14 23:40:07 asus-rog audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=953 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=954 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Consumed 446ms CPU time.
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=956 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=957 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=953 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=953 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=954 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=954 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=956 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=956 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-machined[828]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=957 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd-logind[827]: Got message type=signal sender=:1.0 destination=n/a path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=957 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: Control group is empty.
Jan 14 23:40:07 asus-rog systemd[1]: tuned.service: D-Bus name com.redhat.tuned now not owned by anyone.
Jan 14 23:40:07 asus-rog kernel: audit: type=1131 audit(1642200007.076:173): pid=1 uid=0 auid=4294967295 ses=4294967295 subj==unconfined msg='unit=tuned comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jan 14 23:41:04 asus-rog dbus-daemon[821]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.78' (uid=0 pid=3176 comm="sudo tuned-adm active ")
Jan 14 23:41:07 asus-rog sudo[3176]: stefan : TTY=pts/0 ; PWD=/home/stefan ; USER=root ; COMMAND=/usr/bin/tuned-adm active
Jan 14 23:41:49 asus-rog dbus-daemon[821]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.81' (uid=0 pid=3389 comm="sudo systemctl show tuned ")
Jan 14 23:41:49 asus-rog sudo[3389]: stefan : TTY=pts/0 ; PWD=/home/stefan ; USER=root ; COMMAND=/usr/bin/systemctl show tuned
Jan 14 23:41:49 asus-rog systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1/unit/tuned_2eservice interface=org.freedesktop.DBus.Properties member=GetAll cookie=1 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jan 14 23:41:49 asus-rog systemd[1]: Found unit tuned.service at /usr/lib/systemd/system/tuned.service (regular file)
Jan 14 23:41:49 asus-rog systemd[1]: Preset files say disable tuned.service.
It seems it's conflicted by the power-profiles-daemon. Try to stop and mask it:
# systemctl stop power-profiles-daemon
# systemctl mask power-profiles-daemon
Or maybe you could try removing it. It seems both services cannot be run simultaneously.
Also what's the content of the /home/stefan/.config/autostart/tuned.desktop?
Does creation of the new test user resolve the problem for the new test user?
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 hoped I could somehow force TuneD to run as an autostarted application:
cat .config/autostart/tuned.desktop
[Desktop Entry]
Encoding=UTF-8
Version=0.9.4
Type=Application
Name=tuned
Comment=performance governor
Exec=systemctl enable --now tuned.service
OnlyShowIn=XFCE;
RunHook=0
StartupNotify=false
Terminal=false
Hidden=true
But that was no use and I disabled it shortly afterwards and it hasn't been running since I opened this issue.
So thanks a lot for your proficient help!!! Obviously power-profiles-daemon is installed. I can't remember when I did this. Sorry for the hassle :s
Maybe the reason for this user having this problem (https://github.com/redhat-performance/tuned/issues/394) could be this: https://fedoraproject.org/wiki/Changes/Power_Profiles_Daemon "We will install power-profiles-daemon in Fedora Workstation and enable it by default. power-profiles-daemon allows the user to choose between optimizing for system performance or battery life."
Glad to help.
I am not affiliated to the power-profiles-daemon upstream nor I knew it's not compatible. It seems it provides three profiles (performance/balance/powersave) and it's integrated to the gnome control center.
I will add this information to the #394.
FWIW, I have asusctl (https://asus-linux.org/asusctl/) installed and this depends on power-profiles-daemon.