[opensuse] problem with opensuse 13.1 repos?
I just did a 13.1 install from disc, and I'm not able to refresh/update. I can access http://download.opensuse.org/distribution/13.1/repo/non-oss/ in the browser. The message is: zypper refresh Repository 'openSUSE-13.1-1.10' is up to date. Retrieving repository 'openSUSE-13.1-Non-Oss' metadata -------------------------------------[\] File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/distribution/13.1/repo/non-oss/' Abort, retry, ignore? [a/r/i/? shows all options] (a): i Retrieving repository 'openSUSE-13.1-Non-Oss' metadata .................................[error] Repository 'openSUSE-13.1-Non-Oss' is invalid. [|] Valid metadata not found at specified URL Please check if the URIs defined for this repository are pointing to a valid repository. Skipping repository 'openSUSE-13.1-Non-Oss' because of the above error. Retrieving repository 'openSUSE-13.1-Oss' metadata -----------------------------------------[|] File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/distribution/13.1/repo/oss/' Abort, retry, ignore? [a/r/i/? shows all options] (a): i Retrieving repository 'openSUSE-13.1-Oss' metadata .....................................[error] Repository 'openSUSE-13.1-Oss' is invalid. [|] Valid metadata not found at specified URL Please check if the URIs defined for this repository are pointing to a valid repository. Skipping repository 'openSUSE-13.1-Oss' because of the above error. Repository 'openSUSE-13.1-Update' is up to date. Repository 'openSUSE-13.1-Update-Non-Oss' is up to date. Some of the repositories have not been refreshed because of an error. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Appending suse/ to the base url in the appropriate repos files in /etc/zypp/repos.d/ solves the problem at the moment. On 05/07, Michael J Dur wrote:
Date: Thu, 7 May 2015 10:38:48 -0400 From: Michael J Dur <durm@seas.upenn.edu> To: opensuse@opensuse.org Subject: [opensuse] problem with opensuse 13.1 repos?
I just did a 13.1 install from disc, and I'm not able to refresh/update. I can access http://download.opensuse.org/distribution/13.1/repo/non-oss/ in the browser.
The message is:
zypper refresh Repository 'openSUSE-13.1-1.10' is up to date. Retrieving repository 'openSUSE-13.1-Non-Oss' metadata -------------------------------------[\] File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/distribution/13.1/repo/non-oss/'
Abort, retry, ignore? [a/r/i/? shows all options] (a): i Retrieving repository 'openSUSE-13.1-Non-Oss' metadata .................................[error] Repository 'openSUSE-13.1-Non-Oss' is invalid. [|] Valid metadata not found at specified URL Please check if the URIs defined for this repository are pointing to a valid repository. Skipping repository 'openSUSE-13.1-Non-Oss' because of the above error. Retrieving repository 'openSUSE-13.1-Oss' metadata -----------------------------------------[|] File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/distribution/13.1/repo/oss/'
Abort, retry, ignore? [a/r/i/? shows all options] (a): i Retrieving repository 'openSUSE-13.1-Oss' metadata .....................................[error] Repository 'openSUSE-13.1-Oss' is invalid. [|] Valid metadata not found at specified URL Please check if the URIs defined for this repository are pointing to a valid repository. Skipping repository 'openSUSE-13.1-Oss' because of the above error. Repository 'openSUSE-13.1-Update' is up to date. Repository 'openSUSE-13.1-Update-Non-Oss' is up to date. Some of the repositories have not been refreshed because of an error. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thursday 07 May 2015 17:06:10 Michael J Dur wrote:
Appending suse/ to the base url in the appropriate repos files in /etc/zypp/repos.d/ solves the problem at the moment.
Probably wrong 'type=rpm-md' in the .repo file? The repo tree contains 2 types of metadata: REPO URL INDEX FILE TYPE .../13.1/repo/non-oss (/content) -> type=yast2 .../13.1/repo/non-oss/suse (/repodata/repomd.xml) -> type=rpm-md Try removing the /suse/ again AND delete any 'type=' line in the repo file, then zypper will autodetect. -- cu, Michael Andres +------------------------------------------------------------------+ Key fingerprint = 2DFA 5D73 18B1 E7EF A862 27AC 3FB8 9E3A 27C6 B0E4 +------------------------------------------------------------------+ Michael Andres SUSE LINUX GmbH, Development, ma@suse.de Maxfeldstrasse 5, D-90409 Nuernberg, Germany, ++49 (0)911 - 74 053-0 +------------------------------------------------------------------+ SUSE Linux GmbH GF: Felix Imendörffer, Jane Smithard, Jennifer Guild Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg) +------------------------------------------------------------------+ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Michael Andres
-
Michael J Dur