Your message dated Thu, 29 May 2014 13:34:51 +0800
with message-id <[email protected]>
and subject line Fixed in last version
has caused the Debian Bug report #651390,
regarding yum: Corrupted syslog entries
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
651390: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651390
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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)
-- System Information:
Debian Release: 6.0.3
APT prefers oldstable
APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages yum depends on:
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-celementtre 1.0.5-10 Light-weight toolkit for XML proce
ii python-libxml2 2.7.8.dfsg-2+squeeze1 Python bindings for the GNOME XML
ii python-pyme 0.8.1+clean-4 Python interface to the GPGME GnuP
ii python-rpm 4.8.1-6 Python bindings for RPM
ii python-sqlite 1.0.1-7+b1 python interface to SQLite 2
ii python-sqlitecache 1.1.2-1+b1 A fast metadata parser for YUM
ii python-support 1.0.10 automated rebuilding support for P
ii python-urlgrabber 3.9.1-4 A high-level cross-protocol url-gr
ii rpm 4.8.1-6 package manager for RPM
yum recommends no packages.
yum suggests no packages.
-- Configuration Files:
/etc/yum/yum.conf changed [not included]
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/share/python-support/yum/yum/rpmtrans.py (from yum
package)
--- End Message ---
--- Begin Message ---
I don't think the older version of yum will be fixed, so I'm closing
this bug.
Thomas
--- End Message ---