(10-19-2018, 04:34 PM)y0sh Wrote: Came back today to work on it and everything is now working.
Hello y0sh,
Ok, nice you succeed!
![[Image: thumbsup.png]](https://forum.pine64.org/images/icons/thumbsup.png)
fanctl is changing its project name,
it would avoid conflict names with another projects, for instance, ( fanctl - fan bridge administration ), and its more descriptive.
however there are another projects with similar names, they are differentiated, not service focused on system.
fanctl is now called ats - Active Thermal Service, its a more acceptable and descriptive name.
In this process, for installation,
1. You can install from master, as root with 2 options:
- luarocks( easy way ):
- Code:
luarocks build https://raw.githubusercontent.com/tuxd3v/ats/master/ats-master-0.rockspec
- OR Download the code( with git clone, or via browser ), extract it, change directory to it and as root:
- Code:
make
make install
make purge
- Navigate to releases, https://github.com/tuxd3v/ats/releases/t...er-0.1.7-0, Grab it, extract it, change directory to it, and as root:
Code:make
make install
make purge
The simples option, and less prone to errors is simply:
- luarocks build https://raw.githubusercontent.com/tuxd3v...0.rockspec
Will be provided, as the refactoring advance a simple way, like in the past, with the simple method above.
I will inform about it, when v0.1.7 turn itself into stable
Any problem, you already know,
Drop a line here or on github project page, for issues: https://github.com/tuxd3v/ats/issues
Regards
tux