Jaroslav Škarvada

Results 72 issues of Jaroslav Škarvada

**Describe the bug** The nanovna-saver.desktop file is missing. Please provide one, it would ease packaging of your project to Linux distros. **To Reproduce** Steps to reproduce the behavior: 1. Check...

stale

It seems it's reproducible on multiple systems. It was originally reported by Erik Hamera , forwarding part of his report: powertop reports over 400% in C0 in Idle stats on...

Today, it's really easy and cheap to setup RF/WiFi sniffer, so it pose real security risk to send the WiFi password over the air in the plaintext. Even it's small...

Extends the runtime API by the two methods: instance_remove_device(instance_name, device_name) instance_add_device(instance_name, device_name) E.g. consider the following TuneD profile: [cpus_perf] type=cpu devices=cpu1, cpu2 governor=performance [cpus_idle] type=cpu devices=cpu3, cpu4 governor=ondemand After the...

Now it should allow duplicate options and sections in the INI files, the latest value is taken, the previous values are ignored, e.g.: [selinux] avc_cache_threshold=4096 avc_cache_threshold=8192 The avc_cache_threshold will be...

Also added the -i and --ignore-missing options to the tuned-adm manual page. Related: rhbz#2075827 Signed-off-by: Jaroslav Škarvada

resolves: rhbz#1816168 Signed-off-by: Jaroslav Škarvada

Adding support for roll-back would make the one-shot (no-daemon) mode more usable.

At the moment Tuned uses Tuna for cores isolation, but it's not flexible enough. It would be better to have this functionality in Tuned plugin (CPU plugin?, scheduler plugin?, or...