From: Helmut Jarausch <jarausch@skynet.be>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] syslog-ng-3.6.1 nearly no log anymore
Date: Fri, 14 Nov 2014 19:44:21 +0100 [thread overview]
Message-ID: <1415990661.2375.3@numa-be> (raw)
In-Reply-To: <54663FF4.9000305@gmail.com> (from alan.mckinnon@gmail.com on Fri Nov 14 18:46:28 2014)
On 11/14/2014 06:46:28 PM, Alan McKinnon wrote:
> On 14/11/2014 18:18, Helmut Jarausch wrote:
> > On 11/13/2014 09:05:50 PM, Alan McKinnon wrote:
> >> On 13/11/2014 18:41, Helmut Jarausch wrote:
> >>> Hi,
> >>>
> >>> after upgrading from syslog-ng-3.5.6 to syslog-ng-3.6.1 my
> system
> >> has
> >>> stopped logging, i.e. I only get the messages
> >>> Nov 12 21:04:10 numa syslog-ng[1392]: syslog-ng shutting down;
> >>> version='3.6.1'
> >>> Nov 13 14:52:20 numa syslog-ng[1392]: syslog-ng starting up;
> >>> version='3.6.1'
> >>>
> >>> Has anybody observed the same problem, and how to fix it?
> >>>
> >>> Many thanks for a hint,
> >>> Helmut
> >>>
> >>>
> >>
> >>
> >> Run a syntax check on the config file, I don't have a man page to
> >> hand
> >> but it's quite obvious what the option is.
> >> syslog-ng has sometimes been picky about version numbers in the
> past
> >> and
> >> it's tagged in the config file. Read the syntax check output
> >> carefully
> >> to see if anything is amiss.
> >
> > Thanks, Alan.
> >
> > The only unusual message is
> > Systemd is not detected as the running init system;
> >
> > which is true since I still use openrc (but with systemd installed,
> as
> > well)
> > Could this be the culprit?
>
>
> I doubt it, I also use 3.6.1 without systemd.
>
> Please post eix syslog-ng so we can see how your USE is set up, and
> your
> syslog-ng.conf
>
Thanks, Alan.
[U] app-admin/syslog-ng
Available versions: 3.4.7^t 3.4.8^t (~)3.5.6^t{tbz2}[1]
(~)3.6.1^t{tbz2} {amqp caps dbi geoip ipv6 json mongodb pacct +pcre
redis smtp spoof-source ssl systemd tcpd}
Installed versions: 3.5.6^t{tbz2}[1](05:21:52 PM 11/14/2014)(ipv6
json pcre ssl systemd tcpd -amqp -caps -dbi -geoip -mongodb -pacct -
smtp -spoof-source)
Homepage: http://www.balabit.com/network-security/
syslog-ng
Description: syslog replacement with advanced filtering
features
And here are the config files (I've left out the commented lines)
================ /etc/syslog-ng/scl.conf =============================
@define scl-root "`syslog-ng-data`/include/scl"
@define include-path "`include-path`:`syslog-ng-data`/include"
@include 'scl/system/plugin.conf'
@include 'scl/pacct/plugin.conf'
@include 'scl/syslogconf/plugin.conf'
================ /etc/syslog-ng/syslog-ng.conf =================
options {
threaded(yes);
chain_hostnames(no);
stats_freq(43200);
mark_freq(3600);
};
source src { system(); internal(); };
destination messages { file("/var/log/messages"); };
destination console_all { file("/dev/tty12"); };
log { source(src); destination(messages); };
log { source(src); destination(console_all); };
================ /etc/conf.d/syslog-ng =================
SYSLOG_NG_OPTS=""
next prev parent reply other threads:[~2014-11-14 18:44 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-13 16:41 [gentoo-user] syslog-ng-3.6.1 nearly no log anymore Helmut Jarausch
2014-11-13 20:05 ` Alan McKinnon
2014-11-14 16:18 ` Helmut Jarausch
2014-11-14 17:46 ` Alan McKinnon
2014-11-14 18:44 ` Helmut Jarausch [this message]
2014-11-15 5:04 ` Alan McKinnon
2014-11-15 9:34 ` Neil Bothwick
2014-11-15 20:08 ` Walter Dnes
2014-11-15 21:11 ` Rich Freeman
2014-11-17 5:54 ` Walter Dnes
2014-11-17 10:32 ` Tom H
2014-11-17 10:44 ` Neil Bothwick
2014-11-17 12:59 ` Rich Freeman
2014-11-17 13:12 ` Neil Bothwick
2014-11-15 22:42 ` Neil Bothwick
2014-11-14 19:26 ` Tanstaafl
2014-11-14 7:01 ` Tomas Mozes
2014-11-14 7:16 ` Tomas Mozes
2014-11-14 12:27 ` J. Roeleveld
2014-11-15 2:47 ` Stroller
2014-11-17 15:51 ` Helmut Jarausch
2014-11-17 18:55 ` Rich Freeman
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=1415990661.2375.3@numa-be \
--to=jarausch@skynet.be \
--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