Failed running transaction of packages
478252Dec 13 2007 — edited Dec 13 2007On a new install of Unbreakable Linux Release 5 I get the following when running up2date:
up2date -u
Fetching Obsoletes list for channel: el5_x86_64_latest...
Fetching rpm headers...
########################################
Name Version Rel
----------------------------------------------------------
tcp_wrappers 7.6 40.4.el5 i386
Testing package set / solving RPM inter-dependencies...
########################################
tcp_wrappers-7.6-40.4.el5.i ########################## Done.
Preparing ########################################### [100%]
An error has occurred:
Failed running transaction of packages:
('file /usr/include/tcpd.h from install of tcp_wrappers-7.6-40.4.el5 conflicts with file from package tcp_wrappers-7.6-40.2.1', (7, '/usr/include/tcpd.h', 0L))
See /var/log/up2date for more information
If I run the install manually I get:
file /usr/include/tcpd.h from install of tcp_wrappers-7.6-40.4.el5 conflicts with file from package tcp_wrappers-7.6-40.2.1
file /usr/lib/libwrap.a from install of tcp_wrappers-7.6-40.4.el5 conflicts with file from package tcp_wrappers-7.6-40.2.1
file /usr/lib/libwrap.so.0.7.6 from install of tcp_wrappers-7.6-40.4.el5 conflicts with file from package tcp_wrappers-7.6-40.2.1
[root@bannerprd ~]# rpm -i /var/spool/up2date/tcp_wrappers-7.6-40.4.el5.x86_64.rpm
in /var.log/up2date I get:
[Thu Dec 13 16:23:20 2007] up2date updating login info
[Thu Dec 13 16:23:20 2007] up2date logging into up2date server
[Thu Dec 13 16:23:21 2007] up2date successfully retrieved authentication token from up2date server
[Thu Dec 13 16:23:26 2007] up2date updating login info
[Thu Dec 13 16:23:26 2007] up2date logging into up2date server
[Thu Dec 13 16:23:27 2007] up2date successfully retrieved authentication token from up2date server
[Thu Dec 13 16:23:27 2007] up2date availablePackageList from network
[Thu Dec 13 16:23:29 2007] up2date allAvailablePackageList from network
[Thu Dec 13 16:23:32 2007] up2date installing packages: ['tcp_wrappers-7.6-40.4.el5']
[Thu Dec 13 16:23:34 2007] up2date Failed running transaction of packages:
('file /usr/include/tcpd.h from install of tcp_wrappers-7.6-40.4.el5 conflicts with file from package tcp_wrappers-7.6-40.2.1', (7, '/usr/include/tcpd.h', 0L))
[Thu Dec 13 16:23:34 2007] up2date File "/usr/sbin/up2date", line 1272, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 791, in main
fullUpdate, dryRun=options.dry_run))
File "/usr/sbin/up2date", line 1127, in batchRun
batch.run()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 94, in run
self.__installPackages()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 215, in __installPackages
self.kernelsToInstall = up2date.installPackages(self.packagesToInstall, self.rpmCallback)
File "/usr/share/rhn/up2date_client/up2date.py", line 862, in installPackages
runTransaction(ts, added, removed,rpmCallback, rollbacktrans = rollbacktrans)
File "/usr/share/rhn/up2date_client/up2date.py", line 747, in runTransaction
rpmUtils.runTransaction(ts,rpmCallback, transdir)
File "/usr/share/rhn/up2date_client/rpmUtils.py", line 520, in runTransaction
"Failed running transaction of packages: %s") % errors, deps=rc)
Any ideas????