How to stop syslog from listening to 514 on CentOS 5.8
- by Jim
I have a CentOS 5.8 machine (with regular syslog) that for some reason is listening to port 514, even though it is not started with "-r" (to receive remote syslog messages).
# netstat -tulpn | grep 514
udp 0 0 0.0.0.0:514 0.0.0.0:* 2698/syslogd
Syslog is started with only "-m 0":
ps -ef | grep syslogd
root 2698 1 …