* [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
* Re: [gentoo-user] Some log stuff shows up on text console after recent emerge
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
0 siblings, 1 reply; 3+ messages in thread
From: Mick @ 2010-06-15 7:40 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1128 bytes --]
On Monday 14 June 2010 03:18:27 Walter Dnes wrote:
> 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"); };
The above line is meant to send messages to /dev/tty12.
> log { source(src); destination(messages); };
> log { source(src); destination(console_all); };
Are you sure that your syslog-ng is reading the correct /etc/syslog-ng/syslog-
ng.conf ?
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Some log stuff shows up on text console after recent emerge
2010-06-15 7:40 ` Mick
@ 2010-06-17 4:03 ` Walter Dnes
0 siblings, 0 replies; 3+ messages in thread
From: Walter Dnes @ 2010-06-17 4:03 UTC (permalink / raw
To: gentoo-user
On Tue, Jun 15, 2010 at 08:40:26AM +0100, Mick wrote
> Are you sure that your syslog-ng is reading the correct
> /etc/syslog-ng/syslog-ng.conf ?
The hardrive on my regular machine started making ominous clicking
sounds, so I've been setting up my backup machine the past couple of
days. The backup doesn't seem to have this problem, but I'm catching up
on a world update. We'll see what happens there.
--
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