Package Details: tuned-ppd-git 2.24.0.r6.g35eed3c-2

Git Clone URL: https://aur.archlinux.org/tuned-git.git (read-only, click to copy)
Package Base: tuned-git
Description: Daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD)
Upstream URL: https://github.com/redhat-performance/tuned
Keywords: daemon monitoring python system tuning
Licenses: GPL-2.0-or-later
Conflicts: power-profiles-daemon, tuned-ppd
Provides: power-profiles-daemon, tuned-ppd
Submitter: reztho
Maintainer: SunRed
Last Packager: SunRed
Votes: 8
Popularity: 0.61
First Submitted: 2011-10-08 18:56 (UTC)
Last Updated: 2024-10-22 21:30 (UTC)

Dependencies (3)

Required by (21)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

SunRed commented on 2024-10-23 18:13 (UTC)

@egrupled Good question whether the comments are archived somewhere. I was maintaining the package since 2017 and I was pretty sure this was never brought up but it may also very well be the case that it was just overlooked.
In any case, better late than never. :)

egrupled commented on 2024-10-23 02:14 (UTC)

Thx, for quick fixes. Honestly I'm almost certain I did report it to tuned as well around 2019. If comments for former AUR packages are archived somewhere then we could check.

SunRed commented on 2024-10-22 21:42 (UTC)

Also I forgot to mention that I created an MR fixing these issues on the now Arch-maintained package. Please use the non-git package unless necessary for your use case and report such problems there first on the GitLab instance.

SunRed commented on 2024-10-22 21:40 (UTC)

@egrupled Just to give some background, I was the maintainer of the tuned package up until recently when it was finally moved to [extra]. To bring the -git package to parity I recently took it over. It would have been nice if such discussions about packaging issues wouldn't have stayed on the -git package. Originally I've gone with the Fedora package dependencies and no one ever brought up any problems. Most possibly because most people don't use the profiles that require these dependencies.
Anyway, I've gone through the code and checked what dependencies are actually still needed. You are right on perf being the right one for Arch as the issue also mentions. dbus-glib is indeed not needed (anymore?) as only ever the glib bindings from python-dbus are used. Also it is correct that one plugin makes use of setting the performance and energy bias hint via x86_energy_perf_policy. Though not relevant for Arch is python-schedutils that is an ancient unmaintained dependency that is only needed if the scheduler API is not supported.
I hope this covers everything.

Cheers.

egrupled commented on 2024-10-22 18:46 (UTC) (edited on 2024-10-22 19:05 (UTC) by egrupled)

@SunRed refactor re-introduced some old bugs: this should depend on perf package not python-perf which is unrelated to this. See comments.

Moreover dbus-glib shouldn't de a dependency. python-schedutils should be. x86_energy_perf_policy should be optional.

I know Arch made same mistakes due to copy-pasting of broken stuff but let's not spread this everywhere.

funkmuscle commented on 2023-09-24 20:15 (UTC)

all of a sudden after updating Arch, this fails.

$ sudo systemctl start tuned Job for tuned.service canceled.

get no errors enabling it though

kureta commented on 2020-12-04 11:12 (UTC)

I guess there weren't any problems with the package. I completely removed and did a clean re-install. Now it is working without any problems.

kureta commented on 2020-12-03 10:21 (UTC)

This stopped working because system python was updated to 3.9 but this package installs required python modules in /usr/lib/python-3.8/site-packages/

icebal commented on 2019-01-17 18:12 (UTC)

@egrupled, fixed! thanks for the help.

egrupled commented on 2019-01-14 14:41 (UTC)

@icebal to fix tuned-gui you need to change python-perf to perf in dependencies, see https://github.com/redhat-performance/tuned/issues/149#issuecomment-453996528