From: Gustavo Zacarias <gustavo@zacarias.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] syslog messages during boot not recorded?
Date: Mon, 08 Apr 2013 13:38:48 -0300 [thread overview]
Message-ID: <5162F298.7060909@zacarias.com.ar> (raw)
In-Reply-To: <loom.20130408T181747-784@post.gmane.org>
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.
next prev parent reply other threads:[~2013-04-08 16:38 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-08 16:30 [Buildroot] syslog messages during boot not recorded? Francesco Montorsi
2013-04-08 16:38 ` Gustavo Zacarias [this message]
2013-04-08 16:51 ` Francesco
2013-04-08 16:54 ` Gustavo Zacarias
2013-04-09 8:01 ` Francesco
2013-04-09 8:21 ` Francesco
2013-04-11 10:06 ` Francesco Montorsi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5162F298.7060909@zacarias.com.ar \
--to=gustavo@zacarias.com.ar \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.