I dont have any liblogging1 package installed so problem isnt fixed. How to reproduce that problem Install centos 5.6 add rsyslog repository 8.X install rsyslog try run /etc/init.d/rsyslog start What you get ? init script wait for signal to fork rsyslog process. Press ctr+c and init will finish and work correctly ps -ef | grep rsysl root 2602 1 0 11:32 ? 00:00:00 /sbin/rsyslogd -i /var/run/rsyslogd.pid -c 3
Problem rsyslog on default config cant finish service start process. If i miss more info please let me know > There was an issue with the liblogging package names. Liblogging1 packages > were renamed to liblogging. If you had liblogging1 installed, the install > of liblogging caused a conflict. Yum wouldn't update the liblogging > package, and rsyslog won't start because the liblogging components are too > old. > > To remove the package from your system, you will need to use rpm directly > as yum will try to remove dependencies as well: > rpm --nodeps -e liblogging1 > > Then install liblogging package: > yum install liblogging > > Please let me know if this solves your problem, you should be able to > start rsyslog with: > /etc/init.d/rsyslog start > > Best regards, > Andre Lorbach > > > -----Original Message----- > > From: [email protected] [mailto:rsyslog- > > [email protected]] On Behalf Of [email protected] > > Sent: Wednesday, April 23, 2014 4:11 PM > > To: [email protected] > > Subject: [rsyslog] Rsylog 8 on centos 5.10 > > > > Hi > > I got problem with rsyslog 8.X with all centos 5.X servers. > > I cant start process properly. It looks like rsyslog cant for his > process and wait > > for some event which never happens. > > Do you make any test with centos 5.10 and rsyslog 8 . I see that > repository is > > available for such centos so i assume that it works. Can you confirm > that is > > should be ok on such system ? Or point me some tips how i can figure out > > what is problem? > > > > Regards > > Maciej > > > > > > > > > > > > _______________________________________________ > > rsyslog mailing list > > http://lists.adiscon.net/mailman/listinfo/rsyslog > > http://www.rsyslog.com/professional-services/ > > What's up with rsyslog? Follow https://twitter.com/rgerhards > > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of > > sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > > DON'T LIKE THAT. > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of > sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T > LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

