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