Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 6th April 2008, 02:19 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
yum problem ( name resolution error )

Hey i have a fedora core 8. So i thought of installing mplayer on it
but when i do
yum install mplayer i get these error. can anyone tell me whats wrong?

[root@Fed0raL1nux ~]# yum install mplayer
development 100% |=========================| 2.4 kB 00:00
updates-debuginfo 100% |=========================| 1.9 kB 00:00
ftp://ftp.rhd.ru/pub/fedora/linux/re...ta/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
fedora 100% |=========================| 2.1 kB 00:00
development-debuginfo 100% |=========================| 1.9 kB 00:00
updates-source 100% |=========================| 2.1 kB 00:00
updates-testing-debuginfo 100% |=========================| 1.9 kB 00:00
updates-testing 100% |=========================| 2.3 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
ftp://mirror.wbut.ac.in/pub/fedora/l...ta/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
ftp://ftp.sfc.wide.ad.jp/pub/Linux/F...ta/repomd.xml: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
updates-testing-source 100% |=========================| 2.1 kB 00:00
development-source 100% |=========================| 1.9 kB 00:00
fedora-source 100% |=========================| 2.1 kB 00:00
fedora-debuginfo 100% |=========================| 2.1 kB 00:00
Setting up Install Process
Parsing package install arguments
No package mplayer available.
Nothing to do
[root@Fed0raL1nux ~]#


why does it say no package mplayer available? Btw when i do yum for some other package it does work.. and why is the problem with temprary failure in name resolution?
Reply With Quote
  #2  
Old 6th April 2008, 02:30 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,934
I believe you need the Livna repository to get mplayer. If I'm correct, then to add the Livna repo simply open a terminal, log in as root and type the following, one at a time:
Code:
rpm --import /etc/pki/rpm-gpg/*
rpm -ivh http://rpm.livna.org/livna-release-8.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
That done, now you can try
Code:
yum install mplayer
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #3  
Old 6th April 2008, 02:35 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
hey man thanks for ur reply
but the series of command u told me to type are having problems
i got this error ont he second command

[root@Fed0raL1nux ~]# rpm --import /etc/pki/rpm-gpg/*
[root@Fed0raL1nux ~]# rpm -ivh http://rpm.livna.org/livna-release-8.rpm
Retrieving http://rpm.livna.org/livna-release-8.rpm
error: skipping http://rpm.livna.org/livna-release-8.rpm - transfer failed - Unknown or unexpected error
[root@Fed0raL1nux ~]# rpm -ivh http://rpm.livna.org/livna-release-8.rpm
Retrieving http://rpm.livna.org/livna-release-8.rpm
error: skipping http://rpm.livna.org/livna-release-8.rpm - transfer failed - Unknown or unexpected error
[root@Fed0raL1nux ~]#
Reply With Quote
  #4  
Old 6th April 2008, 02:50 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
post


Code:
yum repolist

also post

Code:
rpm -qa |grep fc9
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #5  
Old 6th April 2008, 03:07 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
hey there ok.....
here are your responses
[root@Fed0raL1nux ~]# yum repolist
repo id repo name status
development Fedora - Development enabled
development-debuginf Fedora - Development - Debug enabled
development-source Fedora - Development - Source enabled
fedora Fedora 8 - i386 enabled
fedora-debuginfo Fedora 8 - i386 - Debug enabled
fedora-source Fedora 8 - Source enabled
updates Fedora 8 - i386 - Updates enabled
updates-debuginfo Fedora 8 - i386 - Updates - Debug enabled
updates-source Fedora 8 - Updates Source enabled
updates-testing Fedora 8 - i386 - Test Updates enabled
updates-testing-debu Fedora 8 - i386 - Test Updates Debug enabled
updates-testing-sour Fedora 8 - Test Updates Source enabled
[root@Fed0raL1nux ~]#

and heres the other

[root@Fed0raL1nux ~]# rpm -qa | grep fc9
conglomerate-0.9.1-5.fc9
libcaca-0.99-0.4.beta11.fc9
aalib-libs-1.4.0-0.15.rc5.fc9
gtksourceview-1.8.5-4.fc9
[root@Fed0raL1nux ~]#
Reply With Quote
  #6  
Old 6th April 2008, 03:13 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by netsecure
hey there ok.....
here are your responses
[root@Fed0raL1nux ~]# yum repolist
repo id repo name status
development Fedora - Development enabled
development-debuginf Fedora - Development - Debug enabled
development-source Fedora - Development - Source enabled

fedora Fedora 8 - i386 enabled
fedora-debuginfo Fedora 8 - i386 - Debug enabled
fedora-source Fedora 8 - Source enabled

updates Fedora 8 - i386 - Updates enabled
updates-debuginfo Fedora 8 - i386 - Updates - Debug enabled
updates-source Fedora 8 - Updates Source enabled
updates-testing Fedora 8 - i386 - Test Updates enabled
updates-testing-debu Fedora 8 - i386 - Test Updates Debug enabled
updates-testing-sour Fedora 8 - Test Updates Source enabled

[root@Fed0raL1nux ~]#

and heres the other

[root@Fed0raL1nux ~]# rpm -qa | grep fc9
conglomerate-0.9.1-5.fc9
libcaca-0.99-0.4.beta11.fc9
aalib-libs-1.4.0-0.15.rc5.fc9
gtksourceview-1.8.5-4.fc9
[root@Fed0raL1nux ~]#

Well you will need to disable all the repo's listed above apart from these. ( disable all the repo's highlighted )

fedora Fedora 8 - i386 enabled
updates Fedora 8 - i386 - Updates enabled


after editing the repo's

Code:
su
yum clean all
post
Code:
yum repolist
After the repo's are sorted I will give you the commands to swap the F9 packages for F8 ( you have started to update to Rawhide )
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #7  
Old 6th April 2008, 03:22 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
hey thanks for the help? But are you really sure i need to do all this just to get mplayer installed? I just want to install mplayer why do you think i should disable all the repos? And you are saying that i should swap F9 pacakages for F8? I am sorry i am pretty igonrant on all this and i might be wrong but i dont think you got my original problem .
Thanks
Reply With Quote
  #8  
Old 6th April 2008, 03:26 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by netsecure
hey thanks for the help? But are you really sure i need to do all this just to get mplayer installed? I just want to install mplayer why do you think i should disable all the repos? And you are saying that i should swap F9 pacakages for F8? I am sorry i am pretty igonrant on all this and i might be wrong but i dont think you got my original problem .
Thanks
Your original problem is insignificant compared to the mess you will have unless you disable the repo's that I listed above !!!
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #9  
Old 6th April 2008, 03:37 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
ok i did what u said
cleaned up by typing yum clean all and heres teh final repolist

[root@Fed0raL1nux yum.repos.d]# yum clean all
Cleaning up Everything
[root@Fed0raL1nux yum.repos.d]# yum repolist
repo id repo name status
fedora Fedora 8 - i386 enabled
updates Fedora 8 - i386 - Updates enabled
[root@Fed0raL1nux yum.repos.d]#


niow how do i install mplayer?
Reply With Quote
  #10  
Old 6th April 2008, 03:46 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by netsecure
ok i did what u said
cleaned up by typing yum clean all and heres teh final repolist

[root@Fed0raL1nux yum.repos.d]# yum clean all
Cleaning up Everything
[root@Fed0raL1nux yum.repos.d]# yum repolist
repo id repo name status
fedora Fedora 8 - i386 enabled
updates Fedora 8 - i386 - Updates enabled
[root@Fed0raL1nux yum.repos.d]#


niow how do i install mplayer?

Well before mplayer you will need to swap the F9 packages ( they will cause problems )


Code:
su
yum install yum-utils
mkdir rpm
yumdownloader conglomerate libcaca aalib-libs gtksourceview
rpm -U --oldpackage --replacefiles --replacepkgs *rpm

Post any errors

also post
Code:
rpm -q conglomerate libcaca aalib-libs gtksourceview

Next post I will give instructions for mplayer !!
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #11  
Old 6th April 2008, 03:51 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
For mplayer + plugins and a Gnome frontend


Code:
su
wget http://rpm.livna.org/livna-release-8.rpm
rpm -Uvh livna-release-8.rpm
yum install mplayer mplayer-gui gnome-mplayer gecko-mediaplayer
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #12  
Old 6th April 2008, 03:59 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
ok thanks a lot man
i am in the prcoess but the problem is , they are getting downloaded but i am still getting errors like error in name resolution etc? For eg see this

Updating:
yum-utils noarch 1.1.11-1.fc8 updates 52 k

Transaction Summary
================================================== ===========================
Install 0 Package(s)
Update 1 Package(s)
Remove 0 Package(s)

Total download size: 52 k
Is this ok [y/N]: y
Downloading Packages:
ftp://ftp.sfc.wide.ad.jp/pub/Linux/F...c8.noarch.rpm: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
ftp://ftp.linux.org.tr/pub/mirrors/f...c8.noarch.rpm: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
(1/1): yum-utils-1.1.11-1 100% |=========================| 52 kB 00:04
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : yum-utils ######################### [1/2]
Cleanup : yum-utils ######################### [2/2]

Updated: yum-utils.noarch 0:1.1.11-1.fc8
Complete!
[root@Fed0raL1nux yum.repos.d]# mkdir rpm
[root@Fed0raL1nux yum.repos.d]# yumdownloader conglomerate libcaca aalib-libs gtksourceview
No Match for argument aalib-libs
ftp://ftp.rhd.ru/pub/fedora/linux/re....fc8.i386.rpm: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
conglomerate-0.9.1-4.fc8. 95% |======================= | 1.6 MB 00:09 ETA
Reply With Quote
  #13  
Old 6th April 2008, 04:01 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by netsecure
ok thanks a lot man
i am in the prcoess but the problem is , they are getting downloaded but i am still getting errors like error in name resolution etc? For eg see this

Updating:
yum-utils noarch 1.1.11-1.fc8 updates 52 k

Transaction Summary
================================================== ===========================
Install 0 Package(s)
Update 1 Package(s)
Remove 0 Package(s)

Total download size: 52 k
Is this ok [y/N]: y
Downloading Packages:
ftp://ftp.sfc.wide.ad.jp/pub/Linux/F...c8.noarch.rpm: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
ftp://ftp.linux.org.tr/pub/mirrors/f...c8.noarch.rpm: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
(1/1): yum-utils-1.1.11-1 100% |=========================| 52 kB 00:04
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : yum-utils ######################### [1/2]
Cleanup : yum-utils ######################### [2/2]

Updated: yum-utils.noarch 0:1.1.11-1.fc8
Complete!
[root@Fed0raL1nux yum.repos.d]# mkdir rpm
[root@Fed0raL1nux yum.repos.d]# yumdownloader conglomerate libcaca aalib-libs gtksourceview
No Match for argument aalib-libs
ftp://ftp.rhd.ru/pub/fedora/linux/re....fc8.i386.rpm: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
conglomerate-0.9.1-4.fc8. 95% |======================= | 1.6 MB 00:09 ETA
Did the command complete ? ( you have a DNS problem with you internet connection !! )
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #14  
Old 6th April 2008, 04:06 PM
netsecure Offline
Registered User
 
Join Date: Oct 2006
Posts: 23
hold on
see this

[root@Fed0raL1nux yum.repos.d]# rpm -U --oldpackage --replacefiles --replacepkgs *.rpm
[root@Fed0raL1nux yum.repos.d]# rpm -q conglomerate libcaca aalib-libs gtksourceview
conglomerate-0.9.1-4.fc8
libcaca-0.99-0.3.beta11.fc8
aalib-libs-1.4.0-0.15.rc5.fc9
gtksourceview-1.8.5-3.fc8
[root@Fed0raL1nux yum.repos.d]# wget http://rpm.livna.org/livna-release-8.rpm
--01:03:22-- http://rpm.livna.org/livna-release-8.rpm
=> `livna-release-8.rpm'
Connecting to 192.168.1.1:8080... connected.
Proxy request sent, awaiting response... 200 OK
Length: 9,222 (9.0K) [application/x-rpm]

100%[====================================>] 9,222 --.--K/s

01:03:25 (134.89 KB/s) - `livna-release-8.rpm' saved [9222/9222]

[root@Fed0raL1nux yum.repos.d]# rpm -Uvh livna-release-8.rpm
warning: livna-release-8.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
Preparing... ########################################### [100%]
1:livna-release ########################################### [100%]
[root@Fed0raL1nux yum.repos.d]# yum install mplayer mplayer-gui gnome-mplayer gecko-mediaplayer
livna 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 336 kB 00:19
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package gnome-mplayer.i386 0:0.6.0-1.lvn8 set to be updated
---> Package mplayer.i386 0:1.0-0.90.rc2.lvn8 set to be updated
--> Processing Dependency: liblirc_client.so.0 for package: mplayer
--> Processing Dependency: libdvdread.so.3 for package: mplayer
--> Processing Dependency: libdvdnavmini.so.4 for package: mplayer
--> Processing Dependency: libpulse.so.0(PULSE_0) for package: mplayer
--> Processing Dependency: libenca.so.0 for package: mplayer
--> Processing Dependency: libfaad.so.0 for package: mplayer
--> Processing Dependency: libdca.so.0 for package: mplayer
---> Package gecko-mediaplayer.i386 0:0.6.0-3.lvn8 set to be updated
filelists.sqlite.bz2 100% |=========================| 248 kB 00:10
ftp://ftp.rhd.ru/pub/fedora/linux/re...ts.sqlite.bz2: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
filelists.sqlite.bz2 100% |=========================| 480 kB 00:36
http://linux.ntcu.net/ftp/dists/fedo...ts.sqlite.bz2: [Errno 4] Socket Error: (4, 'Interrupted system call')
Trying other mirror.
ftp://mirror.wbut.ac.in/pub/fedora/l...ts.sqlite.bz2: [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
Trying other mirror.
You have new mail in /var/spool/mail/root
[root@Fed0raL1nux yum.repos.d]#
[root@Fed0raL1nux yum.repos.d]#
Reply With Quote
  #15  
Old 6th April 2008, 04:11 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Try

Code:
su
yumdownloader aalib-libs
rpm -U --oldpackage --replacefiles --replacepkgs  aalib-libs*rpm

and post

Code:
rpm -q aalib-libs


You really need to fix your internet connection !! so that yum can work properly
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
Reply

Tags
error, problem, resolution, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
display resolution error gurutech Hardware & Laptops 2 3rd May 2009 10:39 AM
yum error :Temporary resolution in name resolution dreamerchawla Using Fedora 17 6th April 2008 11:37 AM
Error in Depenency Resolution antiskeptic Using Fedora 6 31st March 2008 12:13 AM
Fresh Install: X resolution error? Catalyst Installation and Live Media 2 3rd November 2004 11:22 PM


Current GMT-time: 05:04 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat