You are not logged in.
All works but i want to know what this message mean?
Last edited by deepforest (2022-03-23 22:41:34)
linux/bsd at desktop its sado-mazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©![]()
Offline
The *.d directories are a place for the administrator to put customized configurations that will not be wiped out if a new version of the config file is installed/upgraded. Something is programmed to check for files in that directory, and it's letting you know that there's nothing there.
It should be safe to ignore. I don't have that directory on my chimaera or daedalus installations.
Offline
Thanks foe reply!
What can i do that the this message doesn't appear? Or simply just ignore it?)
linux/bsd at desktop its sado-mazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©![]()
Offline
mkdir /etc/inittab.d as root might get rid of the message.
What is the full text of the message? And what other messages came out at the same time? Those might tell us what is generating the message. Look for it in syslog, dmesg, boot.log etc.
Offline
mkdir /etc/inittab.d as root might get rid of the message.
What is the full text of the message? And what other messages came out at the same time? Those might tell us what is generating the message. Look for it in syslog, dmesg, boot.log etc.
Thank you very much! After creation of dir "/etc/inittab.d" no any warning messages at booting)
Last edited by deepforest (2022-04-01 18:15:56)
linux/bsd at desktop its sado-mazo game/toy for geeks/nerds with absolutely no warranty and antifool protection ©![]()
Offline
INIT: no inittab.d directory found
Offline
Hello:
INIT: no inittab.d directory found
My box runs on Devuan Daedalus ...
~$ uname -a
Linux devuan 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64 GNU/Linux
~$ ... and I also get that printout in /var/log/syslog:
$ cat /var/log/syslog | grep inittab
Mar 15 04:08:48 localhost init: No inittab.d directory found
Mar 15 07:53:41 devuan init: No inittab.d directory found
Mar 15 10:10:50 devuan init: No inittab.d directory found
Mar 15 14:11:47 devuan init: No inittab.d directory found
$That printout is not present in anywhere else.
ie: /boot, /debug, /kern.log, /messages or /user.log.
My system does not have a /etc/inittab.d directory but it is quite evident that some part of sysvinit routine is looking for it.
Something is programmed to check for files in that directory, and it's letting you know that there's nothing there.
Indeed ...
See here: https://fossies.org/linux/sysvinit/src/init.c
I think the best is to create the directory and remove the warning from the log.
It has probably been removed from the Debian installation process because systemd does not need it.
But Devuan does not use systemd.
Best,
A.
Last edited by Altoid (Yesterday 22:19:00)
Offline