On 07/20/2017 08:15 PM, Felix Miata wrote:
Marc Chamberlin composed on 2017-07-20 19:58 (UTC-0700):
Felix Miata wrote:
Do as Patrick told you. Verify the content in /etc/zypp/repos.d/ is all appropriate. One or more repos are, or at least at the time you updated, were, inappropriate or otherwise broken. That 'zypper ve' now says there are problems suggests most likely your repo configuration is bad (some kind of mismatch). If any of *.repo contain any version number other than the one you are running (42.2?) it needs to be fixed. All are plain text files. Does this include repo's that are disabled? I think I see a couple for 42.1 but I also think they are not enabled... Do not guess. Inspect. Open MC. Install it with zypper if command-not-found results. It provides built in view, edit, facilitated filesystem navigation and much more while maintaining shell prompt at the ready.
Each .repo that is disabled will contain an enabled=0 line. Given your current trouble, each you have that has 42.1 in it and does not have a corresponding file with 42.2 to supersede it should probably be edited to read 42.2 and contain enabled=1. Now that is an interesting tool! Never used Midnight Commander, will take a bit of getting use to it, but certainly looks promising! Thanks for the tip!
Anywise, only one of the .repo files references 42.1 - http-download.opensuse.org-f9bbad0f.repo bigbang:/etc/zypp/repos.d # cat http-download.opensuse.org-f9bbad0f.repo [http-download.opensuse.org-f9bbad0f] name=openSUSE:Leap:42.1 enabled=0 autorefresh=0 baseurl=http://download.opensuse.org/distribution/leap/42.1/repo/oss/ type=yast2 keeppackages=0 All the rest are for 42.2 though not all are enabled. Should I change this file? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org