[GH-ISSUE #849] Service not start, is failed #741

Closed
opened 2026-02-26 00:33:28 +03:00 by kerem · 1 comment
Owner

Originally created by @damufo on GitHub (Mar 26, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/849

Describe the bug
The service not start, is failed

To Reproduce
Install mono from ubuntu repositories

$ git clone https://github.com/hirschmann/nbfc.git
$ cd nbfc
(Download nuget.exe and save in this folder, version 5.4.0)
$ sudo mono nuget.exe restore

Build NBFC
$ xbuild /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln
$ sudo cp -rf Linux/bin/Release/ /opt/nbfc/

$ sudo cp Linux/nbfc.service /etc/systemd/system/
$ sudo cp Linux/nbfc-sleep.service /etc/systemd/system/

$ sudo systemctl enable nbfc --now
$ systemctl status nbfc

systemctl status nbfc
● nbfc.service - NoteBook FanControl service
Loaded: loaded (/etc/systemd/system/nbfc.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2020-03-26 19:04:55 CET; 22min ago
Process: 2774 ExecStart=/opt/nbfc/nbfcservice.sh start (code=exited, status=127)

Mar 26 19:04:55 elitebook systemd[1]: nbfc.service: Scheduled restart job, restart counter is at 5.
Mar 26 19:04:55 elitebook systemd[1]: Stopped NoteBook FanControl service.
Mar 26 19:04:55 elitebook systemd[1]: nbfc.service: Start request repeated too quickly.
Mar 26 19:04:55 elitebook systemd[1]: nbfc.service: Failed with result 'exit-code'.
Mar 26 19:04:55 elitebook systemd[1]: Failed to start NoteBook FanControl service.

Expected behavior
Service not start

System information

  • Ubuntu 20.04
  • NBFC current, from git, 1.6.3.0
  • log files
    /etc/NbfcService/ (not exists)

Additional context
Nbfc in Debian Stretch, in same notebook (HP EliteBook 850 G3) work fine.

Very thnaks.

Originally created by @damufo on GitHub (Mar 26, 2020). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/849 **Describe the bug** The service not start, is failed **To Reproduce** Install mono from ubuntu repositories $ git clone https://github.com/hirschmann/nbfc.git $ cd nbfc (Download nuget.exe and save in this folder, version 5.4.0) $ sudo mono nuget.exe restore Build NBFC $ xbuild /t:Build /p:Configuration=ReleaseLinux NoteBookFanControl.sln $ sudo cp -rf Linux/bin/Release/ /opt/nbfc/ $ sudo cp Linux/nbfc.service /etc/systemd/system/ $ sudo cp Linux/nbfc-sleep.service /etc/systemd/system/ $ sudo systemctl enable nbfc --now $ systemctl status nbfc systemctl status nbfc ● nbfc.service - NoteBook FanControl service Loaded: loaded (/etc/systemd/system/nbfc.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Thu 2020-03-26 19:04:55 CET; 22min ago Process: 2774 ExecStart=/opt/nbfc/nbfcservice.sh start (code=exited, status=127) Mar 26 19:04:55 elitebook systemd[1]: nbfc.service: Scheduled restart job, restart counter is at 5. Mar 26 19:04:55 elitebook systemd[1]: Stopped NoteBook FanControl service. Mar 26 19:04:55 elitebook systemd[1]: nbfc.service: Start request repeated too quickly. Mar 26 19:04:55 elitebook systemd[1]: nbfc.service: Failed with result 'exit-code'. Mar 26 19:04:55 elitebook systemd[1]: Failed to start NoteBook FanControl service. **Expected behavior** Service not start **System information** - Ubuntu 20.04 - NBFC current, from git, 1.6.3.0 - log files /etc/NbfcService/ (not exists) **Additional context** Nbfc in Debian Stretch, in same notebook (HP EliteBook 850 G3) work fine. Very thnaks.
kerem closed this issue 2026-02-26 00:33:28 +03:00
Author
Owner

@damufo commented on GitHub (Mar 27, 2020):

Hello:
In my case the problem was that I only installed mono-devel, so when not installing mono-service, the service did not start.
I install mono-complete and work fine!
Thanks.

<!-- gh-comment-id:605126048 --> @damufo commented on GitHub (Mar 27, 2020): Hello: In my case the problem was that I only installed mono-devel, so when not installing mono-service, the service did not start. I install mono-complete and work fine! Thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#741
No description provided.