All,
After quite a bit of trail and error I managed to get log collection
working. Here are the commands for /etc/syslog-ng/syslog-ng.conf:
source s_net { tcp(ip(10.0.0.1) port(514) max-connections (5000));
udp(ip(10.0.0.1) port(514)); };
destination cisco-remote { file("/var/log/cisco.log"); };
On Sun, Apr 13, 2025 at 11:59 PM Timothy M Butterworth <
timothy.m.butterwo...@gmail.com> wrote:
>
>
> On Sun, Apr 13, 2025 at 11:00 PM Timothy M Butterworth <
> timothy.m.butterwo...@gmail.com> wrote:
>
>>
>>
>> On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth <
>> timothy.m.butterwo...@gma
On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth <
timothy.m.butterwo...@gmail.com> wrote:
> All,
>
> I modified /etc/syslog-ng/syslog-ng.conf to the following:
>
>
> # Sources
>
> # Add the following line
> source s_net { tcp(ip(0.0.0.0) por
On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth <
timothy.m.butterwo...@gmail.com> wrote:
>
>
> On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth <
> timothy.m.butterwo...@gmail.com> wrote:
>
>> All,
>>
>> I modified /etc/syslog-ng/syslog-ng.conf to the following:
>>
>> ###
On Sun, Apr 13, 2025 at 11:00 PM Timothy M Butterworth <
timothy.m.butterwo...@gmail.com> wrote:
>
>
> On Sun, Apr 13, 2025 at 10:51 PM Timothy M Butterworth <
> timothy.m.butterwo...@gmail.com> wrote:
>
>>
>>
>> On Sun, Apr 13, 2025 at 10:31 PM Timothy M Butterworth <
>> timothy.m.butterwo...@gma
On Fri, 2016-06-03 at 08:16 +0100, Joe wrote:
> On Fri, 03 Jun 2016 07:42:46 +0100
> David wrote:
>
> > Dear Group,
> >
> > I am running Syslog-ng on a Raspberry Pi, it stores the data sent to
> > it on a 64G memory stick. It's working very well.
> >
> > I retrieve the syslog file by SSHing int
On Fri, 03 Jun 2016 07:42:46 +0100
David wrote:
> Dear Group,
>
> I am running Syslog-ng on a Raspberry Pi, it stores the data sent to
> it on a 64G memory stick. It's working very well.
>
> I retrieve the syslog file by SSHing into the Pi and copying the file
> to my main PC.
>
> The problem
I don't have my pi with me, but in Debian, the logrotate package handles
regular rotation and signaling daemons to open new files. You should be
able to figure out a suitable configuration from one of the files already
in /etc/logrotate.d/
As for the large log file you already have, I think split
On Tue, 04 May 2010 11:08:12 +0200, Imre Vida wrote:
> a few days ago syslog-ng stopped working properly on my laptop.
>
> Its output consists only of error report lines such as the following:
(...)
I maybe wrong, but that looks like the common output. They're just the
syslog-ng own stats, out
On Tue, May 04, 2010 at 11:08:12AM +0200, Imre Vida wrote:
>
> a few days ago syslog-ng stopped working properly on my
> laptop.
>
> Its output consists only of error report lines such as the following:
> May 3 06:35:16 sharp syslog-ng[4361]: Log statistics;
> processed='destination(d_error)=2
On Fri Jun 29, 2007 at 20:44:17 +1000, Robert S wrote:
> I would like to replace syslog with syslog-ng on Etch. Am I likely to run
> into any problems with breakages etc if I do this?
No.
Steve
--
# Kink-Friendly Dating
http://ctrl-alt-date.com/
--
--
To UNSUBSCRIBE, email to [EMAIL PROT
thank you so much for answering...
they were commented,
# log level of messages which should go to console
# see klogctl(8) or for details
#
#CONSOLE_LOG_LEVEL=0
# Size of the kernel ring buffer used to hold kernel
# messages.
#KERNEL_RINGBUF_SIZE=16392
#
i uncommented the CONSOLE_LOG_LEVEL a
javier rojas,
> # /etc/init.d/syslog-ng start
> CONSOLE_LOG_LEVEL is of unaccepted value.
> KERNEL_RINGBUF_SIZE is of unaccepted value.
> Starting system logging: syslog-ng start failed.
These two values are checked from the syslog-ng script.
CONSOLE_LOG_LEVEL is expected to be 0-7 or not set a
Sam Varghese, 2002-Dec-23 00:01 +1100:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> I've got a system that has started to produce many messages in
> the system logs that say "syslog-ng[3946]: STATS: dropped 0".
>
> I've looked over the syslog-ng docs, but I've been unable to
> figure out
On 2002-09-09 19:17:35, Matus fantomas Uhlar wrote:
> I had the same problem and I found out that klogd is not able to log to
> stream, therefore i needed to change unig-stream to unig-dgram.
http://www.campin.net/syslog-ng/faq.html#klogd is wrong then, if this
idneed was on a linux box.
/Allan
-> > For some reason when I upgraded to syslog-ng some time ago (removing
-> > sysklogd) my kern.log stopped showing. My syslog-ng.conf file seems to
-> > include a kern.log
->
-> Yep. That happened to me too. Somebody, somewhere, sometime,
-> posted a solution that helped me to get it work
On Sat, 31 Aug 2002, Phillip Hofmeister wrote:
> All,
>
> For some reason when I upgraded to syslog-ng some time ago (removing
> sysklogd) my kern.log stopped showing. My syslog-ng.conf file seems to
> include a kern.log
Yep. That happened to me too. Somebody, somewhere, sometime,
poste
On Tue, Jun 04, 2002 at 03:51:45PM -0400, Jameson C. Burt wrote:
> I installed the package "syslog-ng", replacing the package "sysklogd".
> After this, my kernel logs (including my "iptables" logs) no longer
> went to /var/log/{kern,debug,messages}, or any other file in /var/log.
> Syslog-ng would
* Michael A. Miller ([EMAIL PROTECTED]) wrote:
>
> I've got a system that has started to produce many messages in
> the system logs that say "syslog-ng[16821]: STATS: dropped 0".
> I've looked over the syslog-ng docs, but I've been unable to
> figure out what these messages mean. Can anyone expla
On Mon, 10 Dec 2001, Imre Vida wrote:
> What i wanted to ask is why does this message appears on the active
> console now?
Bogosity in the klogd package, I think. Try manually giving it -c1 or -c2 on
startup, and it should shut up.
You could also try restarting it, it may have lost the connection
Hi and thanks for the response,
i think i was somewhat sloppy with my question - sorry about that
> > since i upgraded syslog-ng (in testing)
> > the following message gets logged to the active console
> > whenever the netcard module is load/unloaded:
> >
> > PCI: Found IRQ 10 for device 00:0b.
On 09-Dec-2001 Imre Vida wrote:
> Hi,
>
> since i upgraded syslog-ng (in testing)
> the following message gets logged to the active console
> whenever the netcard module is load/unloaded:
>
>
> PCI: Found IRQ 10 for device 00:0b.0
> PCI: Sharing IRQ 10 with 00:0a.0
> PCI: Sharing IRQ 10 with 00
Andrew D Dixon wrote:
>
> Has anyone out there had much experience with syslog-ng (Next Generation
> Syslog)? I'm looking at it for a project that I'm starting and I was
> just trying to get a sense of how stable, reliable, etc . . . it is.
i just started using it on one of my machines about a w
23 matches
Mail list logo