You are not logged in.

#1 2006-12-13 06:24:00

djclue917
Member
Registered: 2006-12-03
Posts: 121

syslog-ng, metalog, and sysklogd

Do Metalog and sysklogd store kernel messages in /var/log/kernel.log? Or is it just syslog-ng?

Offline

#2 2006-12-13 10:30:40

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: syslog-ng, metalog, and sysklogd

I can vouche for metalog:

tyler@tungsten ~ $ sudo ls /var/log/kernel/
current                  log-2006-12-09-14:09:56  log-2006-12-12-01:24:08
log-2006-12-05-14:29:39  log-2006-12-10-20:14:57  log-2006-12-13-02:56:19

I like this one because it automatically rotates your logs without the help of logrotate. Useful for laptop machines that don't get enough uptime to run the logrotate script from cron. Its also more configureable and logical structures than syslog-ng.

Offline

#3 2006-12-13 11:29:53

djclue917
Member
Registered: 2006-12-03
Posts: 121

Re: syslog-ng, metalog, and sysklogd

Oh... So Metalog doesn't store logs in /var/log/messages.log?

Offline

#4 2006-12-13 19:19:26

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: syslog-ng, metalog, and sysklogd

All of those three store kernel messages where you tell them to.


1000

Offline

#5 2006-12-14 04:28:35

djclue917
Member
Registered: 2006-12-03
Posts: 121

Re: syslog-ng, metalog, and sysklogd

byte wrote:

All of those three store kernel messages where you tell them to.

Well yes you are right... But I'm interested with the default configuration of each logger.

Offline

#6 2006-12-15 02:03:29

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: syslog-ng, metalog, and sysklogd

sysklogd default config
metalog default config
syslog-ng default config

So to answer your original question, no, especially metalog differs by creating directories for each and everything.


1000

Offline

#7 2006-12-20 12:20:46

djclue917
Member
Registered: 2006-12-03
Posts: 121

Re: syslog-ng, metalog, and sysklogd

byte wrote:

sysklogd default config
metalog default config
syslog-ng default config

So to answer your original question, no, especially metalog differs by creating directories for each and everything.

Nice! Now I can finally complete my patch for Firestarter. You see, the kernel llog paths are hard-coded into the program and it simply tries to guess which log file to use. In short, the algo & paths it checks for aren't fine tuned for Arch.

Offline

Board footer

Powered by FluxBB