LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 02-28-2007, 12:40 PM   #1
Carunkumar
Member
 
Registered: Sep 2006
Location: chennai
Distribution: fedora core 8
Posts: 106

Rep: Reputation: 15
Running transaction stage of yum problem


Whenever I install anything using yum after downloading and runnning transaction I get the following :

Code:
Downloading Packages:
(1/13): lzo-1.08-7.fc4.i3 100% |=========================|  61 kB    00:07
(2/13): libdvdread-0.9.4- 100% |=========================|  56 kB    00:01
(3/13): directfb-0.9.24-4 100% |=========================| 804 kB    00:57
(4/13): enca-1.9-1.fc4.i3 100% |=========================| 115 kB    00:04
(5/13): xmms-1.2.10-21.fc 100% |=========================| 1.8 MB    02:18
(6/13): lirc-0.7.2-1.1.fc 100% |=========================| 342 kB    00:24
(7/13): portaudio-18.1-5. 100% |=========================|  88 kB    00:06
(8/13): fribidi-0.10.4-8. 100% |=========================|  48 kB    00:01
(9/13): aalib-1.4.0-0.rc5 100% |=========================|  69 kB    00:05
(10/13): mplayer-fonts-1. 100% |=========================| 1.0 MB    00:25
(11/13): mplayer-1.0-0.lv 100% |=========================| 5.1 MB    01:19
(12/13): libdvdcss-1.2.9- 100% |=========================|  29 kB    00:01
(13/13): sysfsutils-1.2.0 100% |=========================|  58 kB    00:01
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: sysfsutils                   ####################### [ 1/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: directfb                     ####################### [ 2/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: libdvdcss                    ####################### [ 3/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: libdvdread                   ####################### [ 4/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: aalib                        ####################### [ 5/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: fribidi                      ####################### [ 6/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: portaudio                    ####################### [ 7/13]
  Installing: lirc                         ####################### [ 8/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: xmms                         ####################### [ 9/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: enca                         ####################### [10/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: lzo                          ####################### [11/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: mplayer                      ####################### [12/13]
/sbin/ldconfig: File /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is empty, not checked.
  Installing: mplayer-fonts                ####################### [13/13]

Installed: mplayer.i386 0:1.0-0.lvn.0.33.pre7try2.4
Dependency Installed: aalib.i386 0:1.4.0-0.rc5.4 directfb.i386 0:0.9.24-4.fc4 enca.i386 0:1.9-1.fc4 fribidi.i386 0:0.10.4-8 libdvdcss.i386 0:1.2.9-0.lvn.1.4 libdvdread.i386 0:0.9.4-0.lvn.1.4 lirc.i386 0:0.7.2-1.1.fc4 lzo.i386 0:1.08-7.fc4 mplayer-fonts.noarch 0:1.1-0.lvn.3.4 portaudio.i386 0:18.1-5 sysfsutils.i386 0:1.2.0-4 xmms.i386 1:1.2.10-21.fc4
Complete!
For each file downloaded this happens and it takes lot of time! .
Is there anyway I can avoid it?

Please help!

-Carunkumar
 
Old 02-28-2007, 04:43 PM   #2
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
Try this:

rpm -qf /usr/lib/libh323_linux_x86_r.so*

Remove and reinstall the package that owns it.
 
Old 03-01-2007, 06:32 AM   #3
Carunkumar
Member
 
Registered: Sep 2006
Location: chennai
Distribution: fedora core 8
Posts: 106

Original Poster
Rep: Reputation: 15
This is the output I got after entering that:

Code:
rpm -qf /usr/lib/libh323_linux_x86_r.so*
openh323-1.15.3-1
openh323-1.15.3-1
openh323-1.15.3-1
openh323-1.15.3-1
file /usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008 is not owned by any package
- Carunkumar
 
Old 03-01-2007, 09:27 AM   #4
macemoneta
Senior Member
 
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,593
Blog Entries: 2

Rep: Reputation: 344Reputation: 344Reputation: 344Reputation: 344
In that case, some software installation that was performed failed or was interrupted, and the file can be removed:

rm -f '/usr/lib/libh323_linux_x86_r.so.#prelink#.pTz008'
 
Old 03-01-2007, 11:02 AM   #5
Carunkumar
Member
 
Registered: Sep 2006
Location: chennai
Distribution: fedora core 8
Posts: 106

Original Poster
Rep: Reputation: 15
Thank you!! It worked


- C Arunkumar
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
'error running transaction' while installing fatpony Linux - Software 3 12-18-2006 05:31 AM
Yum runs into countless transaction errors. on fedora 64 system. arapidsfan Linux - Software 1 09-12-2006 12:22 PM
Running Yum update problem satimis Fedora 9 06-09-2006 08:46 AM
Yum fails with Running Transaction Test, Killed rosholm Fedora 2 10-19-2005 07:48 AM
yum and update mamager "error in transaction" Monjawi Linux - Newbie 5 09-09-2005 01:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration