Package Details: auto-cpufreq 2.4.0-1

Git Clone URL: https://aur.archlinux.org/auto-cpufreq.git (read-only, click to copy)
Package Base: auto-cpufreq
Description: Automatic CPU speed & power optimizer
Upstream URL: https://github.com/AdnanHodzic/auto-cpufreq
Licenses: LGPL-3.0-or-later
Submitter: liljaylj
Maintainer: parmjot (MusicalArtist12)
Last Packager: parmjot
Votes: 80
Popularity: 1.28
First Submitted: 2020-10-29 00:09 (UTC)
Last Updated: 2024-09-09 20:59 (UTC)

Pinned Comments

liljaylj commented on 2021-06-03 12:13 (UTC)

@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using: systemctl enable --now auto-cpufreq.service

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

liljaylj commented on 2021-12-10 21:01 (UTC)

@qguv, thanks, will update the message with next release

qguv commented on 2021-12-10 19:34 (UTC)

From 332c10f6160ddd4f9037eafca8b16c0e4421bb69 Mon Sep 17 00:00:00 2001
From: Quint Guvernator <quint@guvernator.net>
Date: Wed, 8 Dec 2021 11:30:06 +0100
Subject: [PATCH] update flag in post-install message

The --log flag has been renamed to --stats
---
 auto-cpufreq.install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/auto-cpufreq.install b/auto-cpufreq.install
index e09d2087ee44..f2cd38daf674 100644
--- a/auto-cpufreq.install
+++ b/auto-cpufreq.install
@@ -7,7 +7,7 @@ post_install() {
     echo 'systemctl enable --now auto-cpufreq'
     echo ''
     echo 'To view live log, run:'
-    echo 'auto-cpufreq --log'
+    echo 'auto-cpufreq --stats'
     echo ''
 }

-- 
2.34.1

liljaylj commented on 2021-11-01 18:47 (UTC)

@willemw removed conflicts/provides. thank you!

willemw commented on 2021-11-01 13:27 (UTC)

OK.

Provides and conflicts are still redundant. From the Wiki: "Do not add pkgname to the provides array, as it is done automatically." and "Note that conflicts are checked against pkgname ..."

liljaylj commented on 2021-11-01 12:16 (UTC)

@willem removed gcc from dependencies, thanks. as for --remove if you look to source code then you'll see that it is not suitable for this package layout

willemw commented on 2021-10-18 08:58 (UTC)

Please remove 'gcc', 'conflicts' and 'provides'. They are redundant.

To cleanup files from the .install file, maybe run 'auto-cpufreq --remove' instead?

coxe87b commented on 2021-06-03 12:20 (UTC)

@liljaylj Thank you, sorted it

coxe87b commented on 2021-06-03 12:19 (UTC)

Nevermind, I missed the instruction on your github page the first time as below;

Please note: If you want to install auto-cpufreq daemon, do not run auto-cpufreq --install otherwise you'll run into an issue: #91, #96.

Instead run systemctl start auto-cpufreq to start the service. Run systemctl status auto-cpufreq to see the status of service, and systemctl enable auto-cpufreq for service to persist running accross reboots.

liljaylj commented on 2021-06-03 12:13 (UTC)

@coxe87b you don't need to --install daemon manually, this package contains systemd service already. instead, you need to start and enable service using: systemctl enable --now auto-cpufreq.service

coxe87b commented on 2021-06-03 11:43 (UTC)

I am getting this error upon running the --install flag. No such file or directory: '/usr/share/auto-cpufreq/scripts/auto-cpufreq-install.sh'