I made a compact installation of CentOS 5.5. to change Syslog for Syslog-ng, according to the procedure below: # service rsyslog stop # rpm -e --nodeps rsyslog # yum install syslog-ng # chkconfig syslog-ng on # service syslog-ng start I need to stop service and remove the package rsyslog. but i don't have service and package rsyslog: [root@vmtest init.d]# service rsyslog stop rsyslog: unrecognized service [root@vmtest init.d]# rpm -qa | grep syslog [root@vmtest init.d]# and I have syslog service [root@vmtest init.d]# service syslog status syslogd (pid 3063) is running... klogd (pid 3066) is running... [root@vmtest init.d]# I need to stop and remove any service/package from Syslogd ? the procedure is correct using EPEL repo? thanks
Date: Tue, 9 Nov 2010 17:24:39 +0000 From: jpo@di.uminho.pt To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng] Linux Distribuitions using Syslog-NG
On 2010-11-09 17:15, Renato Gregio wrote:
can you tell me a repository that has packages to install syslog-ng by yum for centos as below?
You have the Fedora EPEL repositories:
* http://fedoraproject.org/wiki/EPEL * http://download.fedora.redhat.com/pub/epel/
It currently has syslog-ng-2.1.4-1.el5.src.rpm for RHEL/CentOS 5.x.
/jpo -- José Pedro Oliveira * mailto:jpo@di.uminho.pt * ______________________________________________________________________________ Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng FAQ: http://www.campin.net/syslog-ng/faq.html