[Buildroot] syslog messages during boot not recorded?

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Apr 8 16:38:48 UTC 2013


On 04/08/2013 01:30 PM, Francesco Montorsi wrote:

> I installed some daemons wrote by me which are started at boot time by some 
> /etc/init.d scripts of mine. These daemons use many syslog() to provide 
> verbose debugging messages... however, for some reason, when I boot the 
> system and cat /var/log/messages, I do not see any message.
> If I start manually the daemons, the messages are correctly logged to 
> /var/log/messages... 
> 
> I think that this problem maybe because syslogd is startd AFTER all 
> /etc/init.d scripts have been processed.. is that right?

Hi.
Or maybe your busybox is configured to use the circular buffer (in RAM)
for logs (CONFIG_FEATURE_IPC_SYSLOG)... and you should just read your
logs with "logread"...
Regards.




More information about the buildroot mailing list