public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Walter Dnes" <waltdnes@waltdnes.org>
To: Gentoo Users List <gentoo-user@lists.gentoo.org>
Subject: [gentoo-user] Some log stuff shows up on text console after recent emerge
Date: Sun, 13 Jun 2010 22:18:27 -0400	[thread overview]
Message-ID: <20100614021827.GA4479@waltdnes.org> (raw)

  Any time I insert/remove a USB key, or when iptables has something to
say, it shows up on all text consoles, not just number 12.  This seems
to be happening after a recent update.  I'm running syslog-ng 3.0.6.  I
have not manually touched any config files.

  Searching through Google turned up answers for various other distros,
directing me to various config files that don't exist in Gentoo.  Here
is my config for syslog-ng.

@version: 3.0

options { 
        chain_hostnames(no); 
        stats_freq(43200); 
};

source src {
    unix-stream("/dev/log" max-connections(256));
    internal();
    file("/proc/kmsg");
};

destination messages { file("/var/log/messages"); };

destination console_all { file("/dev/tty12"); };

log { source(src); destination(messages); };
log { source(src); destination(console_all); };


-- 
Walter Dnes <waltdnes@waltdnes.org>



             reply	other threads:[~2010-06-14  2:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-14  2:18 Walter Dnes [this message]
2010-06-15  7:40 ` [gentoo-user] Some log stuff shows up on text console after recent emerge Mick
2010-06-17  4:03   ` Walter Dnes

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=20100614021827.GA4479@waltdnes.org \
    --to=waltdnes@waltdnes.org \
    --cc=gentoo-user@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox