On 12/08/2011 06:46 PM, Grigory Batalov wrote: > Package: yum > Version: 3.2.12-1.2 > Severity: normal > > YUM reports to rsyslog about package install/removal and > install messages are often (well, always) corrupted: > > Dec 8 13:10:46 gbatalov yum: Erased: package1-1 > Dec 8 13:11:19 gbatalov <U+FEFF><14>yum: Installed: package2-2 > > "yum" is prefixed with several bytes those are shown as <U+FEFF><14> > > I've tracked this up to file /usr/share/python-support/yum/yum/rpmtrans.py > (line 114), but can't guess what it the real reason, because "Erase" messages > are ok. > The problem relates both to yum-3.2.12-1.2 (from oldstable repo) and to > yum-3.2.25-1. > > 110 def filelog(self, package, action): > 111 # If the action is not in the fileaction list then dump it as > a string > 112 # hurky but, sadly, not much else > 113 if self.fileaction.has_key(action): > 114 msg = '%s: %s' % (self.fileaction[action], package) > 115 else: > 116 msg = '%s: %s' % (package, action) > 117 self.logger.info(msg)
Hi Grigory, First, thanks for reporting issues, it's always appreciated. So, to put things strait: all versions of Yum currently in Debian have the issue? Would you be able to make a patch to fix this? Also, I'd like to know what you used as a yum command to have the above results, so that I can reproduce it locally. Please let me know. As we are close from having Lenny EOL, I think I wont have time to fix it before next February, but I can try to have this fixed in Squeeze, before I upload a new upstream version in SID. Cheers, Thomas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org