indeed sudo mkdir /opt/auto-cpufreq/ works. Maybe create that folder at installation?
Search Criteria
Package Details: auto-cpufreq 2.4.0-1
Package Actions
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: | 79 |
Popularity: | 0.80 |
First Submitted: | 2020-10-29 00:09 (UTC) |
Last Updated: | 2024-09-09 20:59 (UTC) |
Dependencies (16)
- dmidecode (dmidecode-gitAUR)
- gobject-introspection
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- python-distro
- python-gobject
- python-psutil
- python-pyinotify
- python-requests
- python-setuptools
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-poetry-dynamic-versioning (make)
- python-wheel (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
Nekoh commented on 2023-12-10 22:09 (UTC)
MusicalArtist12 commented on 2023-12-10 20:33 (UTC)
@Hkntaim, run sudo mkdir /opt/auto-cpufreq/
... i did a little digging, override.pickle
is a runttime file...
MusicalArtist12 commented on 2023-12-10 20:29 (UTC)
@autoingmycpu weird, patch should be part of the core package.
autoingmycpu commented on 2023-12-04 14:54 (UTC)
I'm trying to install this on Manjaro Linux using Add/Remove Software but the installation fails every time. Please let me know if you require any other info.
Preparing... Checking auto-cpufreq dependencies... Resolving dependencies... Checking inter-conflicts... Cloning auto-cpufreq build files... Generating auto-cpufreq information... Checking keyring... Checking integrity... Loading package files... Checking file conflicts... Checking available disc space... Installing python-dunamai (1.18.0-1)... Installing python-poetry-dynamic-versioning (1.1.0-1)... Installing python-mako (1.2.4-3)... Installing gobject-introspection (1.78.1-1)... Installing python-psutil (5.9.6-1)... Running post-transaction hooks... Arming ConditionNeedsUpdate... Refreshing PackageKit...
Building auto-cpufreq... ==> Making package: auto-cpufreq 2.1.0-4 (Mon 04 Dec 2023 22:47:29 CST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading auto-cpufreq-2.1.0.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 206k 0 206k 0 0 140k 0 --:--:-- 0:00:01 --:--:-- 252k -> Found auto-cpufreq.service -> Found 001-fix-icon-n-style-locations.patch -> Found 002-fix-other-icon-path.patch ==> Validating source files with sha256sums... auto-cpufreq-2.1.0.tar.gz ... Passed auto-cpufreq.service ... Passed 001-fix-icon-n-style-locations.patch ... Passed 002-fix-other-icon-path.patch ... Passed ==> Removing existing $srcdir/ directory... ==> Extracting sources... -> Extracting auto-cpufreq-2.1.0.tar.gz with bsdtar ==> Starting prepare()... /var/tmp/pamac-build-ad/auto-cpufreq/PKGBUILD: line 27: patch: command not found ==> ERROR: A failure occurred in prepare(). Aborting...
Nekoh commented on 2023-12-04 14:21 (UTC)
Has anyone tried running sudo auto-cpufreq --force=performance (or powersave)? This package spits out an error saying it cant find what it needs in opt/ . Installing from the github repo causes no such issue. I would like to know if it is a me issue or an issue with the package
grandchild commented on 2023-11-24 18:52 (UTC)
Hey MusicalArtist12, glad you got it to work properly, many thanks! :) Sorry about my drastic tone earlier, that was a little uncalled for.
MusicalArtist12 commented on 2023-11-23 17:12 (UTC) (edited on 2023-11-23 17:17 (UTC) by MusicalArtist12)
@grandchild @nilsw I RTFM and found a much better way to build the package. (python package guidelines)
MusicalArtist12 commented on 2023-11-23 16:13 (UTC)
@grandchild it installs pip and wheel to a virtual environment, along with upstream. Per my other comment, upstream requires a virtual environment to run, so I'm not exactly sure about how to change this without making bigger changes to upstream.
grandchild commented on 2023-11-23 16:02 (UTC)
Why does this package start a pip installation in post_install() and post_upgrade()?? Don't do this. If you need to install python requirements then depend on the necessary packages.
This package needs changing immediately before more people run this.
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