daringer / asus-fan

Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks
GNU General Public License v2.0
95 stars 26 forks source link

.INSTALL: line 11: systemctl: command not found #74

Closed zorbanaut closed 4 years ago

zorbanaut commented 4 years ago

When installing from AUR:

Enabling asus-fan as service in systemd
/tmp/alpm_oXXUVV/.INSTALL: line 11: systemctl: command not found
error: command failed to execute correctly

Commenting out that line in asus-fan-dkms-git.install helped.

daringer commented 4 years ago

this weird, as systemctl should indeed exist, maybe the full path would help, trying a non-tested fix in a minute

daringer commented 4 years ago

could you maybe re-run and report if it's working now?

zorbanaut commented 4 years ago

Sorry, I was not clear about my environment. I don't have systemctl installed. Is it possible to add a condition to skip this step when systemctl is not available?

daringer commented 4 years ago

no problem, please try again now, should just warn and continue...

zorbanaut commented 4 years ago

Thanks for the fix, it works for me now.

"xsystemctl" is a typo?

daringer commented 4 years ago

kind off, intended debug-typo, thanks for pointing it out, hopefully now correct, closing here, don't hesitate to reopen if needed