Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Redhat / Fedora Linux Help
Reload this Page Fedora 7 yum updates
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Redhat / Fedora Linux Help Help and discussion related to Redhat and Fedora Linux.

Reply
 
Thread Tools Display Modes
Old 06-15-2007   #1 (permalink)
jack059
Just Joined!
 
jack059's Avatar
 
Join Date: Jun 2007
Posts: 7
Fedora 7 yum updates

I have Fedora 7 installed, works fine, however if I try to "yum update" or "add/remove software" I get - unable to retrieve software information. This could be caused by not having a network connection available. Details - none.

I can access the internet by email & web browser and only have one internet connection.

Any thoughts ?

Jack
jack059 is offline   Reply With Quote
Old 06-15-2007   #2 (permalink)
glennzo
Linux User
 
glennzo's Avatar
 
Join Date: Sep 2004
Posts: 290
Try yum update again and post the output here.
__________________
Glenn
Powered by Fedora 9

I came. I cast. I kicked Bass!
glennzo is offline   Reply With Quote
Old 06-15-2007   #3 (permalink)
jack059
Just Joined!
 
jack059's Avatar
 
Join Date: Jun 2007
Posts: 7
Here it is -

[jack@jack ~]$ su
Password:
[root@jack jack]# yum update
Loading "installonlyn" plugin
Setting up Update Process
livna 100% |=========================| 2.1 kB 00:00
primary.sqlite.bz2 100% |=========================| 124 kB 00:02
fedora 100% |=========================| 2.1 kB 00:00
flash 100% |=========================| 951 B 00:00
Could not retrieve mirrorlist http://www.jpackage.org/jpackage_fedora-7.txt error was
[Errno 14] HTTP Error 404: Date: Fri, 15 Jun 2007 11:07:22 GMT
Server: Apache
Vary: accept-language,accept-charset
Accept-Ranges: bytes
Content-Type: text/html; charset=iso-8859-1
Content-Language: en
Expires: Fri, 15 Jun 2007 11:07:22 GMT
X-Cache: MISS from bri-pow-pr1.tpgi.com.au
Via: 1.0 bri-pow-pr1.tpgi.com.au:3128 (squid/2.5.STABLE12)
Connection: close

Error: Cannot open/read repomd.xml file for repository: jpackage-fedora
[root@jack jack]#
jack059 is offline   Reply With Quote
Old 06-15-2007   #4 (permalink)
glennzo
Linux User
 
glennzo's Avatar
 
Join Date: Sep 2004
Posts: 290
yum disablerepo=jpackage update
__________________
Glenn
Powered by Fedora 9

I came. I cast. I kicked Bass!
glennzo is offline   Reply With Quote
Old 06-15-2007   #5 (permalink)
jack059
Just Joined!
 
jack059's Avatar
 
Join Date: Jun 2007
Posts: 7
[jack@jack ~]$ su
Password:
[root@jack jack]# yum disablerepo=jpackage update
Loading "installonlyn" plugin
Usage: yum [options] < grouplist, localinstall, groupinfo, localupdate, resolvedep, erase, deplist, groupremove, makecache, upgrade, provides, shell, install, whatprovides, groupinstall, update, repolist, groupupdate, info, search, check-update, list, remove, clean, grouperase >

Options:
-h, --help show this help message and exit
-t, --tolerant be tolerant of errors
-C run entirely from cache, don't update cache
-c [config file] config file location
-R [minutes] maximum command wait time
-d [debug level] debugging output level
-e [error level] error output level
-y answer yes for all questions
--version show Yum version and exit
--installroot=[path] set install root
--enablerepo=[repo] enable one or more repositories (wildcards allowed)
--disablerepo=[repo] disable one or more repositories (wildcards allowed)
-x [package], --exclude=[package]
exclude package(s) by name or glob
--obsoletes enable obsoletes processing during updates
--noplugins disable Yum plugins
--nogpgcheck disable gpg signature checking
None
[root@jack jack]#
jack059 is offline   Reply With Quote
Old 06-15-2007   #6 (permalink)
glennzo
Linux User
 
glennzo's Avatar
 
Join Date: Sep 2004
Posts: 290
My bad. yum --disablerepo=jpackage update. Forgot the two dashes in front of disablerepo. Sorry.
__________________
Glenn
Powered by Fedora 9

I came. I cast. I kicked Bass!
glennzo is offline   Reply With Quote
Old 06-15-2007   #7 (permalink)
jack059
Just Joined!
 
jack059's Avatar
 
Join Date: Jun 2007
Posts: 7
[jack@jack ~]$ su
Password:
[root@jack jack]# yum --disablerepo=jpackage update
Loading "installonlyn" plugin


Error getting repository data for jpackage, repository not found
[root@jack jack]#
jack059 is offline   Reply With Quote
Old 06-15-2007   #8 (permalink)
glennzo
Linux User
 
glennzo's Avatar
 
Join Date: Sep 2004
Posts: 290
Please post the output of ls /etc/yum.repos.d, but before you do that type yum clean all and try the update again with the --disablerepo=jpackage option.
__________________
Glenn
Powered by Fedora 9

I came. I cast. I kicked Bass!
glennzo is offline   Reply With Quote
Old 06-15-2007   #9 (permalink)
jack059
Just Joined!
 
jack059's Avatar
 
Join Date: Jun 2007
Posts: 7
[root@jack jack]# ls /etc/yum.repos.d
atrpms.repo flash.repo livna.repo
fedora-development.repo freshrpms.repo livna-testing.repo
fedora.repo jpackage.repo macromedia-i386.repo
fedora-updates.repo kde-redhat.repo rpmforge.repo
fedora-updates-testing.repo livna-devel.repo
[root@jack jack]#
jack059 is offline   Reply With Quote
Old 06-15-2007   #10 (permalink)
glennzo
Linux User
 
glennzo's Avatar
 
Join Date: Sep 2004
Posts: 290
You can try editing /etc/yum.repos.d/jpackage.repo. There's a line that says enabled=1. You can change it to enabled=0 and try the update again. This time you shouldn't need the disablerepo option. For the record, here's my /etc/yum.repos.d:
[glenn@toshiba ~]$ ls /etc/yum.repos.d/
fedora-development.repo fedora-updates-testing.repo livna.repo
fedora.repo freshrpms.repo livna-testing.repo
fedora-updates.repo livna-devel.repo macromedia-i386.repo
Freshrpms is disabled because of possible conflicts with Livna. I enable it if needed.

What about yum clean all ??
__________________
Glenn
Powered by Fedora 9

I came. I cast. I kicked Bass!
glennzo is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help to install Fedora and Suse(dual boot) along with win vista vikram.jagan SuSE Linux Help 9 12-04-2007 05:43 AM
Fedora Core 6/Windows XP Dual Boot sk4425 Redhat / Fedora Linux Help 11 03-19-2007 06:43 PM
mount usb under fedora core 6 amdy Redhat / Fedora Linux Help 0 03-09-2007 01:29 PM
Fedora Core 3 hang hexz Redhat / Fedora Linux Help 2 12-04-2004 05:09 AM
Fedora's first FAQ flw The Coffee Lounge 0 11-06-2003 07:39 PM




All times are GMT. The time now is 08:30 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0