mirror of
https://github.com/hirschmann/nbfc.git
synced 2026-04-25 16:45:53 +03:00
[GH-ISSUE #1021] Services is disabled #881
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#881
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 @Gasiyu on GitHub (Nov 24, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/1021
Describe the bug
nbfc status "Could not get fan info because the service is disabled"
To Reproduce
$ mono nbfc.exe status
Service enabled : False
Read-only : False
Selected config name :
Temperature : 0
Could not get fan info because the service is disabled
Expected behavior
Services enabled
System information
Additional context
$ sudo systemctl status nbfc
● nbfc.service - NoteBook FanControl service
Loaded: loaded (/etc/systemd/system/nbfc.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2020-11-24 20:41:48 WIB; 12min ago
Main PID: 96745 (mono)
Tasks: 7 (limit: 19002)
Memory: 32.9M
CGroup: /system.slice/nbfc.service
└─96745 /usr/bin/mono /usr/lib/mono/4.5/mono-service.exe -l:/run/nbfc.pid -m:NbfcService /opt/nbfc/NbfcService.exe
Nov 24 20:41:48 akbr systemd[1]: Starting NoteBook FanControl service...
Nov 24 20:41:48 akbr systemd[1]: nbfc.service: Can't open PID file /run/nbfc.pid (yet?) after start: Operation not permitted
Nov 24 20:41:48 akbr systemd[1]: Started NoteBook FanControl service.
Nov 24 20:41:49 akbr mono[96745]: NbfcService: Service NoteBookFanControlService started
@Gasiyu commented on GitHub (Nov 25, 2020):
Also get this problem on pop os 20.10
@Gasiyu commented on GitHub (Jan 21, 2021):
Fixed by deleting StagWare.Plugins.ECSysLinux.dll and restart nbfc services
https://wiki.archlinux.org/index.php/fan_speed_control#Configuration_2
@mitat52 commented on GitHub (Mar 20, 2025):
how about for windows?