public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Some log stuff shows up on text console after recent emerge
@ 2010-06-14  2:18 Walter Dnes
  2010-06-15  7:40 ` Mick
  0 siblings, 1 reply; 3+ messages in thread
From: Walter Dnes @ 2010-06-14  2:18 UTC (permalink / raw
  To: Gentoo Users List

  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>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-17  4:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-14  2:18 [gentoo-user] Some log stuff shows up on text console after recent emerge Walter Dnes
2010-06-15  7:40 ` Mick
2010-06-17  4:03   ` Walter Dnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox