Search Criteria
Package Details: mbpfan-git 2.4.0.r3.g0cb3c5a6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mbpfan-git.git (read-only, click to copy) |
---|---|
Package Base: | mbpfan-git |
Description: | A simple daemon to control fan speed on all MacBook/MacBook Pros |
Upstream URL: | https://github.com/linux-on-mac/mbpfan |
Licenses: | GPL3 |
Conflicts: | mbpfan |
Provides: | mbpfan |
Submitter: | Yamakaky |
Maintainer: | snackattack |
Last Packager: | snackattack |
Votes: | 29 |
Popularity: | 0.001369 |
First Submitted: | 2013-10-09 20:43 (UTC) |
Last Updated: | 2024-01-26 06:11 (UTC) |
Latest Comments
1 2 3 4 5 Next › Last »
snackattack commented on 2025-06-29 15:35 (UTC)
@SpikoPath this package installs mbpfan.service into /usr/lib/systemd/system (which is for units provided by packages), not into /etc/systemd/system (which is for units installed by the system administrator). It seems like you have manually installed the malformed service into that location, and should delete it.
SpikoPath commented on 2025-06-29 10:58 (UTC)
SystemD service at /etc/systemd/system/mbpfan.service
is missing a [ before the word Unit
resulting in this in the status of the service
/etc/systemd/system/mbpfan.service:1: Assignment outside of section. Ignoring. Jun 29 11:50:51 ArchBook-Pro systemd[1]: /etc/systemd/system/mbpfan.service:2: Assignment outside of section. Ignoring.
snackattack commented on 2024-03-20 14:02 (UTC)
/usr/sbin is a symlink to /usr/bin, so there should be no problem for mbpfan.service to call /usr/sbin/mbpfan.
prepare() patches the Makefile to install into usr/bin because files have to be installed into real directories, not symlinks.
Silver-Saucepan commented on 2024-03-18 16:58 (UTC)
The prepare() function changes the executable install directory to /usr/bin but the mbpfan.service file installed by the package() function still expects it /usr/sbin
snackattack commented on 2024-01-26 06:12 (UTC)
Thank you for the suggestions xiota. I have updated the PKGBUILD accordingly.
snackattack commented on 2022-11-19 18:43 (UTC) (edited on 2022-11-19 19:38 (UTC) by snackattack)
Thanks for reporting. I've updated the PKGBUILD to install mbpfan.depend.conf.
heimoshuiyu commented on 2022-11-19 16:02 (UTC) (edited on 2022-11-19 16:02 (UTC) by heimoshuiyu)
Hi, thanks for your work!
Mentioned in https://github.com/linux-on-mac/mbpfan/issues/255, please add one line
install -Dm644 "mbpfan.depend.conf" "$pkgdir/lib/modules-load.d/mbpfan.depend.conf"
to thepackage()
functionsnackattack commented on 2022-04-26 03:32 (UTC) (edited on 2022-04-26 03:34 (UTC) by snackattack)
Did some cleanup, such as removing mbpfan.install and installing mbpfan.8.gz, as suggested by localscope (thank you).
snackattack commented on 2022-04-18 03:05 (UTC)
I've adopted this package and updated the PKGBUILD to use https:// instead of git://, to fix the issue with Github no longer supporting the unauthenticated git protocol.
1 2 3 4 5 Next › Last »