 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

24th March 2008, 03:30 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Posts: 211

|
|
|
try this...
su
yum erase yum-presto
if edited your fedora-updates.repo file then you just need to restore the old one and everything should work fine (if you didn't save a copy - remove the lines you added and remove the # sign from the old baseurl line.)
|

24th March 2008, 04:04 AM
|
 |
Registered User
|
|
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855

|
|
If yum is erroring because of a corrupt plugin that may not work. You could try using rpm directly. That should remove the yum-presto plugin.
|

17th April 2008, 08:48 PM
|
|
Registered User
|
|
Join Date: Apr 2008
Posts: 1

|
|
|
Umm it no worky
I have reinstalled presto and cleared all the caches. I have also tried copying someones post of the [Update] section to my file (even tho mine looked different somewhat o.o Still it doesnt work for me. Wondering if its down for a little bit or...?? idk
[root@localhost Pete]# yum update
Loading "priorities" plugin
Loading "presto" plugin
Setting up and reading Presto delta metadata
No Presto metadata available for fedora
http://lesloueizeh.com/f8/i386/updat...ta/repomd.xml: [Errno 4] IOError: <urlopen error (111, 'Connection refused')>
Trying other mirror.
No Presto metadata available for updates
http://lesloueizeh.com/f8/i386/updat...ta/repomd.xml: [Errno 4] IOError: <urlopen error (111, 'Connection refused')>
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: updates. Please verify its path and try again
My [Update] section looks like:
[updates]
name = Fedora 8 - i386 - Updates
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/8/i386/
#mirrorlist = http://mirrors.fedoraproject.org/mir...d-f8&arch=i386
baseurl=http://lesloueizeh.com/f8/i386/updates
enabled=1
gpgcheck = 1
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
I also tried copying the example one in an earlier post.
Whats goin on!?
|

18th April 2008, 02:45 AM
|
|
Guest
|
|
Posts: n/a

|
|
what repo's do you have? do this try this
i wouldnt mind beting its the priorities plugin,, disable that
Last edited by Demz; 18th April 2008 at 02:48 AM.
|

19th April 2008, 01:26 AM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
I can open that file from Firefox, so the DRPM repo hasn't gone offline - As Demz mentioned try temporarily disabling the plugin like this:
Code:
yum --disableplugin=priorities install package
or if you'd like to update
Code:
yum --disableplugin=priorities update package
Firewing1
|

19th April 2008, 05:12 AM
|
 |
Registered User
|
|
Join Date: Apr 2006
Location: Algeria
Posts: 800

|
|
Thank you Firewing1
This is a great info and hopefully will be on a default installation
EDIT:
Just wondering if the following is ok:
Quote:
root@redhome yum.repos.d]# yum update
Loading "presto" plugin
Loading "protectbase" plugin
Setting up and reading Presto delta metadata
No Presto metadata available for google
No Presto metadata available for livna
No Presto metadata available for fedora
No Presto metadata available for adobe-linux-i386
primary.xml.gz 100% |=========================| 1.4 MB 05:30
updates : ################################################## 3940/3940
0 packages excluded due to repository protections
Setting up Update Process
No Packages marked for Update
[root@redhome yum.repos.d]#
|
Thanks again.
__________________
IBM ThinkPad z60m
Last edited by hermouche; 19th April 2008 at 05:28 AM.
|

19th April 2008, 05:46 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
|
Yup, everything's fine - It read in the Presto metadata and found no updates for your system.
Firewing1
|

9th June 2008, 05:05 PM
|
 |
Retired User
|
|
Join Date: Oct 2004
Location: London, UK
Posts: 4,999

|
|
I tested yum-presto on a recent F9 install, a full update saves 85%!
Code:
yum -x dasher -x policycoreutils-gui -x policycoreutils update
....
Transaction Summary
=============================================================================
Install 1 Package(s)
Update 126 Package(s)
Remove 0 Package(s)
Total download size: 250 M
Is this ok [y/N]: y
Downloading Packages:
Downloading DeltaRPMs:
....
Size of all updates downloaded from Presto-enabled repositories: 47M
Size of updates that would have been downloaded if Presto wasn't enabled: 250M
This is a savings of 82 percent
Note that I had to exclude 3 packages in the update due to a dependency resolution problem.
In Fedora 9 the mirror-list line to put in /etc/yum/repos.d/fedora.repo (in [redora] section) is
Code:
mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
(and run 'yum install yum-presto' first)
|

9th June 2008, 09:42 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Updated howto for F-9 
I've been seeming similar savings, always roughly between 70 and 85% which is great! Hopefully presto will be fully integrated with the build system by F10 or F11.
Firewing1
|

29th July 2008, 06:34 PM
|
|
Registered User
|
|
Join Date: Jul 2008
Location: behind you!
Posts: 6

|
|
there's seems to be some confusion. what really is requred to change in the repos to use yum-presto? in this thread it says only the mirrorlist line but in https://fedorahosted.org/presto/ it says to add also the suggested baseurl changes.
do we do both or only one?
|

29th July 2008, 11:30 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
|
Only one - Either work though. I'm using their instructions from the "Easy Setup" header, but if you'd like to use the instruction from the "Hard Setup" header (baseurl) that will work too.
Firewing1
|

6th August 2008, 06:47 AM
|
|
Registered User
|
|
Join Date: May 2008
Posts: 720

|
|
|
Firewing1,
I note you use this mirror-list address.:
mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
For those that live in North America, is there an alternate that would work better? Or does it matter?
Regards,
Bob
|

13th August 2008, 09:50 PM
|
|
Registered User
|
|
Join Date: Dec 2005
Location: Beirut, Lebanon
Age: 32
Posts: 18

|
|
Quote:
|
Originally Posted by robert-e
Firewing1,
I note you use this mirror-list address.:
mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
For those that live in North America, is there an alternate that would work better? Or does it matter?
Regards,
Bob
|
There are no alternatives, sorry. There is only one i386 mirror and one x86_64 mirror. The mirrorlist automatically chooses the right one for your architecture. We just get to wait until deltarpms get included in the official distribution.
__________________
It's a beautiful sunny day...above the clouds.
|

13th September 2008, 03:33 PM
|
|
Registered User
|
|
Join Date: Dec 2005
Location: Beirut, Lebanon
Age: 32
Posts: 18

|
|
|
Firewing1, just a heads up that the mirrorlist url has changed for the .newkey repositories. It's now mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-released-f$releasever.newkey&arch=$basearch in /etc/yum.repos.d/fedora-updates-newkey.repo. Our mirrormanager redirects .oldkey to the normal Fedora mirrors.
__________________
It's a beautiful sunny day...above the clouds.
|

14th September 2008, 04:53 PM
|
 |
Administrator
|
|
Join Date: Dec 2004
Location: Canada
Age: 22
Posts: 9,224

|
|
Quote:
|
Originally Posted by jdieter
Firewing1, just a heads up that the mirrorlist url has changed for the .newkey repositories. It's now mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-released-f$releasever.newkey&arch=$basearch in /etc/yum.repos.d/fedora-updates-newkey.repo. Our mirrormanager redirects .oldkey to the normal Fedora mirrors.
|
Thanks, updating now 
Firewing1
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:59 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|