On Tue, 2010-03-30 at 09:25 -0300, Andre Costa wrote: > HTTP error 416 416 - Requested Range Not Satisfiable A server usually returns a response with 416-status code if a request included a Range request-header field, and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field. For example if the resource is an image file and has 1000 bytes, and the Range requested is 500-1500, then it cannot be satisfied. It sounds like you've got a different primary.xml.gz file cached than the server is serving, and you're trying to merge them together (which can only work when resuming downloading the exact same file) instead of replace your one with theirs. Trying "yum clean metadata" might clear up the snag. -- [tim@localhost ~]$ uname -r 2.6.27.25-78.2.56.fc9.i686 Don't send private replies to my address, the mailbox is ignored. I read messages from the public lists. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines