LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-31-2008, 07:11 AM   #1
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
yum grouplist doesn't work


I've got Fedora9 (standard repos + livna). When it comes to single packages, yum works fine, however when I try to yum grouplist:

Code:
[root@fedlappy downloads]# yum grouplist
Loaded plugins: refresh-packagekit
Setting up Group Process
updates                                                                                                                              | 2.3 kB     00:00     
http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://mirrors.vexs.net/pub/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.astral.ro/mirrors/fedora/pub/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.upjs.sk/pub/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://mirrors.linux.edu.lv/ftp.redhat.com/pub/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.wcss.pl/pub/linux/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
ftp://ftp.otenet.gr/pub/linux/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 4] IOError: [Errno ftp error] 450 comps.xml.gz: No such file or directory
Trying other mirror.
http://ftp.rhnet.is/pub/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://ftp.uni-kl.de/pub/linux/fedora/linux/releases/9/Everything/i386/os/repodata/comps.xml.gz: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
^C
 Current download cancelled, interrupt (ctrl-c) again within two seconds to exit.

^C

Exiting on user cancel
thanks
 
Old 06-02-2008, 07:30 AM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
Take a look at your yum repo list (in /etc/yum, /etc/yum.repos.d, or something similar). If the URLs list the comps.xml.gz, delete the comps.xml.gz part.

Example: change this
to this
Yum knows where to find the information it needs. All you need to do is tell yum where the repodata file is.

I tried entering a couple URLs you listed in a browser, and got errors also. I reentered the URLs without the last filename in the URL (comps.xml.gz) and the URLs worked just fine.
 
Old 06-02-2008, 01:01 PM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836

Original Poster
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
thanks for your reply.
I don't seem to have anything containing comps.xml.gz
These are my yum-related files:

/etc/yum/pluginconf.d/refresh-packagekit.conf
[root@fedlappy pluginconf.d]# cat refresh-packagekit.conf
Quote:
[main]
enabled=1
/etc/yum.conf

Quote:
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
metadata_expire=1800
installonly_limit=2

and /etc/yum.repos.d/fedora.repo
Quote:
[fedora]
name=Fedora 9 - i386
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/i386/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-9&arch=i386
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-debuginfo]
name=Fedora 9 - i386 - Debug
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/i386/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-debug-9&arch=i386
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

[fedora-source]
name=Fedora 9 - Source
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/releases/9/Everything/source/SRPMS/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-9&arch=i386
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
I tried uncommenting the #baseurl lines but it did not change anything.
 
  


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
Yum ?? Will it work ? mickeyboa Fedora 1 08-22-2007 06:49 PM
yum does not work pbaumgar Fedora 10 01-26-2007 04:00 PM
yum won't work timb5163 Fedora 5 08-29-2005 11:01 PM
Yum doesn't work, please help seow_ming Linux - Software 3 07-02-2005 03:28 AM
Yum doesn't work Alantin Linux - Software 1 07-23-2004 05:34 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:19 AM.

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