coLinuxでFedora 10を11に強引に上げたらyumで変なメッセージが出るようになった。

Loaded plugins: dellsysidplugin2, fastestmirror
...
ERR_OUT: : Bad address
ERR_OUT: : Bad address
ERR_OUT: : Bad address
ERR_OUT: : Bad address
ERR_OUT: : Bad address

--disableplugin=dellsysidplugin2 すると出ない。

yum whatprovides */dellsysidplugin2.conf*1
...
smbios-utils-python-2.2.16-2.1.fc11.i586 : Python executables that use libsmbios
Repo        : fedora
Matched from:
Filename    : /etc/yum/pluginconf.d/dellsysidplugin2.conf

smbios-utils-python-2.2.16-2.1.fc11.i586 : Python executables that use libsmbios
Repo        : installed
Matched from:
Filename    : /etc/yum/pluginconf.d/dellsysidplugin2.conf

yum info smbios-utils-python*2
...
Summary    : Python executables that use libsmbios
URL        : http://linux.dell.com/libsmbios/main
License    : GPLv2+ or OSL 2.1
Description: Get BIOS information, such as System product name, product id, service tag and
           : asset tag. Set service and asset tags on Dell machines. Manipulate wireless
           : cards/bluetooth on Dell laptops. Set BIOS password on select Dell systems.
           : Update BIOS on select Dell systems. Set LCD brightness on select Dell laptops.

upgradeで入ってしまったのか。縁がなさそうなので削除。

yum remove smbios-utils-python

*1:rpmコマンドを使うべきかも。rpm -q --whatprovides /etc/yum/pluginconf.d/dellsysidplugin2.conf

*2:rpm -q --info smbios-utils-python