Honza Žerdík

Results 13 comments of Honza Žerdík

@joemario Should we disable dynamic tuning similarly as it is dissabled with `force_latency` option?

@joemario > > I suspect you need both a > > > def intel_energy_performance_available_preferences(...) > > and a > > def intel_energy_performance_preference(...) The method _intel_preference_path is used for both of...

@joemario Hi. I pushed changed version. Can you check if it's like you expected it?

> ... > > While the client should be trusted and send valid input, it would be nice if the server (TuneD) wouldn't fall over that easily. @jmencak Did you...

You can, I'll write better example. I found out what's problem with the exception. ncat does not wait for response, deletes it's socket before we process the request and try...

@jmencak Definitely, I added warning log when sending msg fails with reason. Also changed default path and permissions and added ownership option.

> Thank you for the latest commit, Honzo! This is _great_ progress not having to use the payload length and just: > > ``` > printf '["active_profile"]' | nc -U...

> Reporting a traceback during testing: > > ``` > Traceback (most recent call last): > File "/usr/sbin/tuned", line 98, in > app.run(args.daemon) > File "/usr/lib/python3.6/site-packages/tuned/daemon/application.py", line 214, in run...

> So the good news is that after the latest commit I can no longer see the trace above and that the requests are being served reliably. However, one per...

> Thank you for the changes, Honzo! I was able to test them with success, however, it needs a bit more work: > > ``` > printf "DoS" | nc...