mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #314] 1.5 not building on debian 9 #281
Labels
No labels
Stale
bug
config
discussion
duplicate
enhancement
experimental
feature
help-wanted
info
invalid
invalid
pull-request
question
up-for-grabs
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nbfc-hirschmann#281
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @debianuser-3b on GitHub (Aug 12, 2017).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/314
I'm using debian 9 (stable)
If I run build.sh with version 1.4.2 I get the Linux/bin/ReleaseLinux/ directory, not the same with version 1.5.
Doing the same with version 1.5.0 there will be no such directory (only 5 files in nbfc-X/Linux: continue-nbfcservice.sh nbfc.service nbfc-sleep.service pause-nbfcservice.sh start-nbfcservice.sh stop-nbfcservice.sh).
On the system nuget.exe 2.86 is installed. Though, I downloaded nuget.exe 4.1 to nbfc-1.5.0/ => same result.
@hirschmann commented on GitHub (Aug 12, 2017):
1.5 has some build issues on Linux.
Try to build master or 1.5.3 instead.
@debianuser-3b commented on GitHub (Aug 12, 2017):
Thanks -- tried it and it worked.
The docs are somewhat confusing. I did the following the nbfc-1.5.3 directory:
=> recommended config
Service enabled : True
Read-only : False
Selected config name : Asus Zenbook UX51VZA
Temperature : 37
Temperature: 37 appears to be correct (according to sensors)
Fan display name : Fan #1
Auto control enabled : True
Critical mode enabled : False
Current fan speed : 0.00
Target fan speed : 0.00
Fan speed steps : 8
I don't know whether the config is stored in any file.
Didn't yet try automatic start up via sysctl-
@hirschmann commented on GitHub (Aug 12, 2017):
To find out where NBFC stores settings files, logs, etc. have a look at: https://github.com/hirschmann/nbfc/wiki/Files-and-directories-overview
If you tell me what you find confusing about the wiki, I'll try to improve it. :)
@debianuser-3b commented on GitHub (Aug 13, 2017):
Maybe I was also a bit confused. But I was missing "sh nbfcservice.sh start" (received many error messegages from nbfc.exe).