mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-26 00:56:01 +03:00
[GH-ISSUE #1122] A mistake in the guide "First steps" & Fail to start mono.exe "connection refused" #962
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#962
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 @mohamadali-halwani on GitHub (Apr 19, 2021).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1122
First Steps
Describe the bug
In this section of configuring nbfc, " (optional) Copy nbfc/Linux/nbfc into /opt/nbfc/bin/ and Add /opt/nbfc/bin to PATH, so you can call nbfc from anywhere. (Please use quotes if your command has more than one word arguments. ex: nbfc 'set -a' )"
Did you mean to copy nbfc/Linux/bin ? instead of /nbfc/Linux/nbfc ?
Because when I browsed the content of the directory /Linux I did not find a file nor a directory called
nbfcHere are the file content:
ls -la nbfc/Linux/
total 24
drwxr-xr-x 3 user user 4096 Apr 19 07:47 .
drwxr-xr-x 11 user user 4096 Apr 19 07:47 ..
drwxr-xr-x 3 user user 4096 Apr 19 07:47 bin
-rw-r--r-- 1 user user 250 Apr 19 07:46 nbfc.service
-rwxr-xr-x 1 user user 488 Apr 19 07:46 nbfcservice.sh
-rw-r--r-- 1 user user 263 Apr 19 07:46 nbfc-sleep.service
I'm using the stable version of nbfc
I thought I write this issue to warn you guys or to correct me if I did anything wrong in the process.
It might confuse some of the other newbies too, so I think it's better be corrected if it was wrong.
Thank you for your efforts
Kind Regards.
Mohamad Ali
@mohamadali-halwani commented on GitHub (Apr 19, 2021):
Also, since it is optional, when I skip step 4 in Linux section and get to this part where I apply the config and start the fan control

Even though the files are not contained in /opt/nbfc but in /opt/nbfc/Release/
Every time I try to run mono nbfc.exe , I get
connection refusedAny suggestions?
@mohamadali-halwani commented on GitHub (Apr 22, 2021):
@erkexzcx sorry for bothering you sir.
You seem to be the most active contributor to this project. Can you take a look on this issue?
Kind Regards,
Mohamad Ali
@mohamadali-halwani commented on GitHub (Apr 22, 2021):
Here's the service status

@erkexzcx commented on GitHub (Apr 22, 2021):
Hi. I am no longer using NBFC and I am no longer maintaining any AUR packages.
But I am the original creator of AUR packages
nbfcandnbfc-git. For example,nbfcpackage here: https://aur.archlinux.org/packages/nbfc/In this URL you can find literally step by step instructions how to build and install NBFC. Also in this URL you can find how to use it.
@mohamadali-halwani commented on GitHub (Apr 22, 2021):
Thanks for responding.
Downloading nbfc through aur did relief me from the issues I'm facing.
Edit:
Can you tell me who is still maintaining this project ? @erkexzcx
@mohamadali-halwani commented on GitHub (Apr 22, 2021):
The guide needs to be updated.
Install the package
nbfcfrom the AUR then follow these steps after installation:sudo systemctl enable nbfc --nowThen You can start using it by typing
nbfcin the command line without the .exe like the guide says. If that did not work with you and the terminal showed: Command not found, you can add it to your path like this:export PATH=$PATH:/opt/nbfcBut I don't think you'll need to do this if you installed the package from the AURNext you can choose the most suitable config file. You can find the config files in
/opt/nbfc/ConfigsAfter you choose the suitable config file successfully, apply it :
nbfc config --apply "Config file name without extension"nbfc startnbfc status --all@mohamadali-halwani commented on GitHub (Apr 22, 2021):
I also made my own config file and set the fans to work in the speeds I want on the heat thresholds that specified.
It's working fine now.
Thanks for your patience and for this great tool <3