On Sun, Nov 20, 2011 at 9:22 PM, Alexander Varnin <[email protected]> wrote: > I also figured out, that the only entry about init in logs is > > / # cat /var/log/messages | grep > starting > > Jan 1 00:00:02 (none) daemon.info init: starting pid 53, tty > '/dev/console': '/bin/sh' > > So this action gets read from inittab and executed. But others - not.
How do you know it if you /dev/null'ed stdout and stderr of your sysinit actions? > And nothing even gets printed in logs, though init.c busybox file > contains much calls to message(L_LOG,...) function. L_LOG messages won't be logged to system log until syslogd is started. Apparently it is not started soon enough (or ever) to capture them. I also noticed that you don't reply to my suggestions. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
