<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 3063) is running...<br>klogd (pid 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>> Date: Tue, 9 Nov 2010 17:24:39 +0000<br>> From: jpo@di.uminho.pt<br>> To: syslog-ng@lists.balabit.hu<br>> Subject: Re: [syslog-ng] Linux Distribuitions using Syslog-NG<br>> <br>> On 2010-11-09 17:15, Renato Gregio wrote:<br>> > can you tell me a repository that has packages to install syslog-ng by<br>> > yum for centos as below?<br>> <br>> You have the Fedora EPEL repositories:<br>> <br>> * http://fedoraproject.org/wiki/EPEL<br>> * http://download.fedora.redhat.com/pub/epel/<br>> <br>> It currently has syslog-ng-2.1.4-1.el5.src.rpm for RHEL/CentOS 5.x.<br>> <br>> /jpo<br>> -- <br>> José Pedro Oliveira<br>> * mailto:jpo@di.uminho.pt *<br>> ______________________________________________________________________________<br>> Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng<br>> Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng<br>> FAQ: http://www.campin.net/syslog-ng/faq.html<br>> <br>                                            </body>
</html>