9 Nov
2010
9 Nov
'10
8:48 a.m.
On 11/08/2010 08:37 PM, Renato Gregio wrote:
Is there any procedure to remove and install Syslog Syslog-NG on Centos or Fedora? Any official documentation or article about it?
Not afaik, but this works : # service rsyslog stop # rpm -e --nodeps rsyslog # yum install syslog-ng # chkconfig syslog-ng on # service syslog-ng start This depends on whether syslog-ng is in your yum repo list ; in the case of any Fedora in the past 4 years (at least) you're good to go, and in the case of CentOS, you just need to add RPMForge (i think). -- Daniel Maher <dma PLUS syslogng AT witbe DOT net>