You are not logged in.
Pages: 1
I say it wrong, numad itself works if you manually run binary under sudo, but autorun does not work.
More info about package https://tracker.debian.org/pkg/numad
Latest sources https://sources.debian.org/src/numad/0.5%2B20150602-11
Due to such a problem when working on servers, it is very difficult to abandon debian in order to switch to devuan.
Help if there is anyone who can adapt for SysVinit and OpenRC and add an fix to the official Devuan repos.
Numad application is not adapted for initialization systems other than systemd. Therefore, such a utility for HPC and data centers does not start as a daemon.
This utility works in all distributions, and it is enabled by default in Red Hat products.
https://packages.debian.org/sid/numad
devuan@devuan:~$ sudo service numad start
grep: /etc/init.d/numad: No such file or directory
numad: unrecognized service
devuan@devuan:~$ sudo service numad status
grep: /etc/init.d/numad: No such file or directory
numad: unrecognized service
devuan@devuan:~$ numad
Sat Nov 1 06:00:44 2025: Cannot open numad log file (errno: 13) -- using stderr
Sat Nov 1 06:00:44 2025: Cannot open numad.pid file
devuan@devuan:~$ sudo rc-update add numad default
* rc-update: service `numad' does not exist
devuan@devuan:~$ sudo update-rc.d numad defaults
update-rc.d: error: initscript does not exist: /etc/init.d/numadPages: 1