The officially official Devuan Forum!

You are not logged in.

#1 Re: Devuan » [Ask] Red Hat components, daemons, or services in Devuan » 2025-11-03 16:04:21

Yes, but these lists include all packages from Red Hat repositories, I'm interested in the list of developed Red Hat projects that are installed in system or available in Devuan repositories.

#2 Devuan » [Ask] Red Hat components, daemons, or services in Devuan » 2025-11-03 10:21:33

GermanAizek
Replies: 6

Are there any components, daemons, or services that are enabled by default in Devuan and developed by Red Hat corporation?
You can get rid of systemd and this is a feature Devuan distribution, are there any other packages that are difficult to replace?

#3 Re: Installation » Package Numad daemon not working in Devuan » 2025-11-01 03:45:40

I say it wrong, numad itself works if you manually run binary under sudo, but autorun does not work.

#5 Re: Installation » Package Numad daemon not working in Devuan » 2025-11-01 03:22:14

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.

#6 Installation » Package Numad daemon not working in Devuan » 2025-11-01 03:16:36

GermanAizek
Replies: 5

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/numad

Board footer

Forum Software