-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hi folks,
I try to setup a PI4 with Buster. Omxplayer works so I just need to make osc-node to work as well.
I did everything what is in the readme, i ran install.sh and everything looks okay but after restart I hade an error which is at the title.
Do you have any idea how to solve it? I have this:
pi@raspberrypi:~ $ systemctl status osc-node
● osc-node.service - LSB: forever-service startup script for osc-node
Loaded: loaded (/etc/init.d/osc-node; generated)
Active: failed (Result: exit-code) since Tue 2026-01-06 15:01:59 GMT; 7min ago
Docs: man:systemd-sysv-generator(8)
Process: 641 ExecStart=/etc/init.d/osc-node start (code=exited, status=1/FAILURE)
Jan 06 15:01:59 raspberrypi osc-node[641]: at Module.load (internal/modules/cjs/loader.js:863:32)
Jan 06 15:01:59 raspberrypi osc-node[641]: at Function.Module._load (internal/modules/cjs/loader.js:708:14)
Jan 06 15:01:59 raspberrypi osc-node[641]: at Module.require (internal/modules/cjs/loader.js:887:19)
Jan 06 15:01:59 raspberrypi osc-node[641]: at require (internal/modules/cjs/helpers.js:74:18)
Jan 06 15:01:59 raspberrypi osc-node[641]: at Object. (/usr/lib/node_modules/forever/node_modules/@dab
Jan 06 15:01:59 raspberrypi osc-node[641]: at Module._compile (internal/modules/cjs/loader.js:999:30)
Jan 06 15:01:59 raspberrypi osc-node[641]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:
Jan 06 15:01:59 raspberrypi systemd[1]: osc-node.service: Control process exited, code=exited, status=1/FAILURE
Jan 06 15:01:59 raspberrypi systemd[1]: osc-node.service: Failed with result 'exit-code'.
Jan 06 15:01:59 raspberrypi systemd[1]: Failed to start LSB: forever-service startup script for osc-node.
I haven't noticed any error during node.js install (only the huge warnings that this node.js version is highly outdated) so I can not figure out what can be the problem.
Thank you in advance!
best,
gabona