Node Showing Stopped by Actually Started

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
hshah
Donor
Posts: 44
Joined: 22 Feb 2016, 22:23

Node Showing Stopped by Actually Started

Post by hshah »

Curious about this... my FileBot stopped working after a recent DSM update. The FileBot Node wouldn't run so I thought I would try a reboot. In Package Centre the Node is still showing as Stopped, but the logs indicate it is started and it is actually processing my files.

Can anyone explain this?
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Node Showing Stopped by Actually Started

Post by rednoah »

"Stopped" just means the node service is not running. FileBot itself is a command-line tool, so it'll always show up as "Started" even though nothing is running in the background.

What Synology shows as Started / Stopped is entirely defined by the return value of this call:
https://github.com/filebot/filebot-node ... status#L15
:idea: Please read the FAQ and How to Request Help.
Post Reply