<---- template headericclude ----->
yum: "processing conflict" - Page 2
FedoraForum.org - Fedora Support Forums and Community
Page 2 of 2 FirstFirst 12
Results 16 to 21 of 21
  1. #16
    dr_kludge Guest
    Thank you all for posting. I referenced this forum thread in https://bugzilla.redhat.com/show_bug.cgi?id=421391
    The first work around that I had was

    yum update --exclude=rsyslog --exclude=syslog-ng
    then the better solution was
    yum remove syslog-ng
    yum update

  2. #17
    Join Date
    May 2006
    Posts
    547
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    surely you shouldnt use both rsyslog and syslog-ng together ... you want ONE, or the other, otherwise they will conflict.
    * AMD Phenom 9750, 8GB DDR-1066, Gigabyte MA770UD3, ATI X550, F12 64bit
    * Dual Athlon MP2800+, Gigabyte GA-7DPXDWP, 1GB, Centos 5.4

    Linux Rules

  3. #18
    Join Date
    Jan 2008
    Posts
    8
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by bradchaus
    surely you shouldnt use both rsyslog and syslog-ng together ... you want ONE, or the other, otherwise they will conflict.
    Yes, but the question is why is yum trying to pack both of them in the updates set? If syslog-ng is installed and it conflicts with rsyslog, then yum shouldn't be including rsyslog.

    My guess is something else is depending on rsyslog and sucking it in manditorialy when it should allow either, but that's just a guess. Isn't there a capabilities thing in yum?

    Anyway, I added --exclude=rsyslog and yum appears to be satisfied.

  4. #19
    Join Date
    Feb 2005
    Location
    DF Mexico
    Age
    45
    Posts
    35
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by dr_kludge
    Thank you all for posting. I referenced this forum thread in https://bugzilla.redhat.com/show_bug.cgi?id=421391
    The first work around that I had was



    then the better solution was
    If I try to do:

    [0001][albertop@mtheory:~]$ sudo yum remove syslog-ng


    I got this:

    ...
    ...
    ... List of +300 packages

    Transaction Summary
    ================================================== ===========================
    Install 0 Package(s)
    Update 0 Package(s)
    Remove 392 Package(s)

    Is this ok [y/N]: n
    Exiting on user Command
    Complete!

    Any ideas?

    I have no way to see my /var/log/messages with any information:

    Basically I want to see the system message file to search kernel debug info to try to fix problems with my wireless driver

    Thanks

  5. #20
    Join Date
    Apr 2005
    Location
    Littleton, CO
    Age
    39
    Posts
    2,856
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How about this?
    Code:
    rpm -e --nodeps syslog-ng
    yum update
    yum install syslog-ng
    Or
    Code:
    yum --exclude=rsyslog update
    S.C.O.U.R.G.E. Heroes of lesser renown, contributor.

  6. #21
    Join Date
    Feb 2005
    Location
    DF Mexico
    Age
    45
    Posts
    35
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now I see my problem, the first time I cope with the "conflicting packages" I removed rsyslog, as you point out in your reply, and as result of this package removal I lost updated message system info from the /var/log/messages file, as the file was never updated again, now I realized what the origin of the problem is. The syslog-ng script had not been linked automatically in my /etc/rc*.d scripts , basically I do:

    [root@mtheory ~]# /etc/init.d/syslog-ng start
    Starting syslog-ng

    and I see again system info in /var/log/messages

    Thanks

Page 2 of 2 FirstFirst 12

Similar Threads

  1. "Error processing drive sda"
    By ärkefiende in forum Installation, Upgrades and Live Media
    Replies: 0
    Last Post: 15th June 2009, 07:37 PM
  2. Replies: 0
    Last Post: 19th June 2008, 04:49 PM
  3. HOW TO MOUNT "C" "D" "E" LOCAL HARDDISK PARTITION
    By ketan_hk in forum Using Fedora
    Replies: 6
    Last Post: 6th September 2007, 01:10 AM
  4. Replies: 0
    Last Post: 29th August 2007, 05:53 PM
  5. Replies: 0
    Last Post: 23rd May 2005, 04:59 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]