All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Carlson <carlsonj@workingcode.com>
To: linux-ppp@vger.kernel.org
Subject: Re: Delayed error message
Date: Wed, 03 Dec 2014 11:46:38 +0000	[thread overview]
Message-ID: <547EF81E.7040003@workingcode.com> (raw)
In-Reply-To: <2ECB8EB7-DED1-40E2-AD43-A3112183047E@rajancraveri.it>

On 12/02/14 17:50, Rajan Craveri wrote:
> Hi, when for some reasons the connection fails
> I receive a delayed message in prompt
> Is there a way to avoid that delayed message?
> 
> I need keep the screen clean after boot in a museum installation.

I think you might need to provide a little more detail on exactly what
message you're getting and what the word "prompt" means in this context.

At a guess, the problem is that there's a rule in your /etc/syslog.conf
(or /etc/rsyslog.conf on some Linux systems) that is directing messages
for 'daemon' to /dev/console.

pppd always writes to syslog, with severity level based on the nature of
the problem.  It never writes a message above "error" severity, so as
long as only "daemon.crit" (and above) are directed to the console, you
shouldn't have that problem.

But that's just a guess.  I don't know whether the message you're
talking about is from pppd or from the kernel or is possibly from
something unrelated to PPP.

-- 
James Carlson         42.703N 71.076W         <carlsonj@workingcode.com>

      reply	other threads:[~2014-12-03 11:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-02 22:50 Delayed error message Rajan Craveri
2014-12-03 11:46 ` James Carlson [this message]

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=547EF81E.7040003@workingcode.com \
    --to=carlsonj@workingcode.com \
    --cc=linux-ppp@vger.kernel.org \
    /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.