Skip to main content

Questions tagged [syslogd]

The tag has no usage guidance.

1 vote
1 answer
9k views

Rsyslog forward logs cannot connect Permission Denied

Have configured Rsyslog to ship logs to a remote location through an SSH tunnel. However rsyslog complains with "Permission denied": rsyslogd[28412]: cannot connect to 127.0.0.1:10601: ...
sastorsl's user avatar
  • 171
0 votes
1 answer
7k views

Getting logger to log to rsyslog in alpine

I installed rsyslog on my Alpine-based system to replace busybox syslogd. After completely disabling syslogd in openrc, enabling ryslog at boot and rebooting, all services correctly started logging to ...
Johannes H.'s user avatar
0 votes
1 answer
282 views

How to append host IP address and host MAC addres to every log message?

I have several log agents with iptables logging rules and default rsyslog config. Rsyslog sends the logs to the central server. Iptables rule: iptables -A INPUT -j LOG --log-prefix "INPUT:DROP:" --...
mg3's user avatar
  • 3
0 votes
0 answers
1k views

rsyslogd vs auditd? Are they alternatives or complement each other?

I see that both auditd and rsyslogd services are running (on my OpenSuse Leap 15 box). A quick google didn't give a good answer. Are these services doing the same job? i.e. Could i get rid of one of ...
Corvus Corax's user avatar
0 votes
1 answer
4k views

Log messages containing a specific string to another file in rsyslogd

I want to save my log messages generated by iptables to another file via rsyslogd. Currently I use this code from /etc/rsyslog.d/20-custom.conf: # Log cron to cron.log and not to syslog *.*;cron,...
Chris's user avatar
  • 153
2 votes
0 answers
557 views

MacOS - How to change syslogd's log level for a specific process/program?

I am new to MacOS and I would like to get a better of view of what's going on with a system process when my computer is starting up. I can see in the log that a process is changing settings, but the ...
Cathy A. Brink's user avatar
0 votes
0 answers
214 views

Redirecting messages from syslogd

I'm currently using a CentOS 6 cluster which is having some issues on one node that is triggering a syslogd message: Message from syslogd@node005 at Sep 7 14:23:04 ... kernel: Uhhuh. NMI received ...
Signal4's user avatar
0 votes
1 answer
2k views

What is the purpose of a "-" prefix to the log file path in /etc/rsyslog.d/50-default.conf and similar files?

Among others these lines appear in the file: auth,authpriv.* /var/log/auth.log *.*;auth,authpriv.none -/var/log/syslog #cron.* /var/log/cron.log #...
Lifeboy's user avatar
  • 304
1 vote
0 answers
783 views

rsyslogd: How to prevent logging in the /var/kern.log file and redirecting to another file?

I am trying to redirect iptables log to another file. Based upon my reading on the net, I did the following: In my iptables rule, I have rules like: iptables -A INPUT -s ... -j LOG --log-prefix "...
Sunny's user avatar
  • 369
2 votes
1 answer
2k views

asl.conf doesn't take an effect on my enviroment OS X Yosemite

I'm trying to stop certain application's annoying logging, with no success so far. What I did is those things explained like in this question: How to disable/ set logging level /preferences PER Mac ...
Mumi's user avatar
  • 21
1 vote
1 answer
1k views

Millisecond precision in syslogd on OS X

When I log messages to syslog in OS X (10.10.1), it truncates the timestamp to the second. If I log to a file, for example, I am able to capture milliseconds. Milliseconds matter when logs are coming ...
Justin Makeig's user avatar
0 votes
1 answer
413 views

File monitoring using syslog

Can rsyslog, syslog-ng programs monitor change of file? I want to monitor files and receive the changes made to the file by syslog on server. Thank you.
mau5's user avatar
  • 3
1 vote
2 answers
5k views

Stop syslog messages from being sent to all open terminals

We have a hardware problem on one of our servers, and the kernel is continuously spitting out messages like this: kernel: EDAC MC0: UE row 0, channel-a= 0 channel-b= 1 labels "-": NON-FATAL ...
harmic's user avatar
  • 160
1 vote
0 answers
2k views

Syslogd: hardware error

The machine has been sending these messages to the terminal, paired with beeps from the speaker on the motherboard. These messages appear every 5 minutes, sometimes naming CPU2, sometimes CPU3. ...
SillySyslogd's user avatar
1 vote
1 answer
516 views

What does the - mean in this syslog configuration

news.crit /var/log/news/news.crit news.err /var/log/news/news.err news.notice -/var/log/news/news.notice So the docs indicate: The ...
boatcoder's user avatar
  • 542

15 30 50 per page