I have installed today Leap 42.3 (overriding 42.1, not upgrading, but keeping original user data).
All my tries to execute YaST2 > Software > Online Update ends with error messages as in attached screenshots.
/home/shmuel/Downloads/20171125_173710.jpg
/home/shmuel/Downloads/20171125_175454.jpg
I’m not sure that images are properly shown, so I have retyped the messages here, as text:
I have installed today Leap 42.3 (overriding 42.2, not upgrading, but keeping original user data).
All my tries to execute YaST2 > Software > Online Update ends with next error messages:
Cannot access Installation media
http://download.opensuse.org/distribution/leap/42.3/repo/non-oss/(Medium 1)
Check whether the server is accessible
There was an error in the repository initialization. [repo-oss|http://download.opensuse.org/distribution/leap/42.3/repo/oss/] Valid metadata not found at specific URL History: Unknown error reading from ‘http://download.opensuse.org/distribution/leap/42.3/repo/oss/content’: Error code:Curl error 56 Error message: Recv failure: Connection reset by peer
For future reference, if you want to show an image post it to http://paste.opensuse.org/ and then provide the link.
Cannot access Installation media
http://download.opensuse.org/distribution/leap/42.3/repo/non-oss/(Medium 1)
Check whether the server is accessible
That’s the DVD you installed from. You can safely remove that from your repository list.
It may be useful to just show which repositories you have currently enabled. Use:
sudo zypper lr -d
Recv failure: Connection reset by peer
That’s normally only a transient error, often when the servers are under heavy load.
Can you actually reach “http://download.opensuse.org/distribution/leap/42.3/repo/oss/content” (try from a web browser)
I had same issue few days ago with Leap 42.2 and was advised to remove the DVD repo.
I had same issue after upgrading to 42.3 so I decided to do a full installation.
This time instead removing the repo line I uncheked “enable” and the “refresh” for the line mentioned in previous post.
Here is the current updated result of zypper lr -d:
Repository priorities are without effect. All enabled repositories share the same priority.
# | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service
---+---------------------------+-----------------------------------------+---------+-----------+---------+----------+--------+-----------------------------------------------------------------------------+--------
1 | openSUSE-Leap-42.3-0 | openSUSE-Leap-42.3-0 | Yes | (r ) Yes | No | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-PLDS_DVD-RW_DS8A9SH_S45N7626Z1ZMJR0198CW |
2 | repo-debug | openSUSE-Leap-42.3-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/42.3/repo/oss/ |
3 | repo-debug-non-oss | openSUSE-Leap-42.3-Debug-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/distribution/leap/42.3/repo/non-oss/ |
4 | repo-debug-update | openSUSE-Leap-42.3-Update-Debug | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/42.3/oss/ |
5 | repo-debug-update-non-oss | openSUSE-Leap-42.3-Update-Debug-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/debug/update/leap/42.3/non-oss/ |
6 | repo-non-oss | openSUSE-Leap-42.3-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/distribution/leap/42.3/repo/non-oss/ |
7 | repo-oss | openSUSE-Leap-42.3-Oss | Yes | ( p) Yes | Yes | 99 | NONE | http://download.opensuse.org/distribution/leap/42.3/repo/oss/ |
8 | repo-source | openSUSE-Leap-42.3-Source | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/42.3/repo/oss/ |
9 | repo-source-non-oss | openSUSE-Leap-42.3-Source-Non-Oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/source/distribution/leap/42.3/repo/non-oss/ |
10 | repo-update | openSUSE-Leap-42.3-Update | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.3/oss/ |
11 | repo-update-non-oss | openSUSE-Leap-42.3-Update-Non-Oss | Yes | (r ) Yes | Yes | 99 | rpm-md | http://download.opensuse.org/update/leap/42.3/non-oss/ |
Beyond I entered the second repo “http://download.opensuse.org/distribution/leap/42.3/repo/oss/content”]
into the browser and connected immediately.
Then I tried again to execute Online Update and failed into same issue as before.
Entering the installation disk and doing **Retry **didn’t help.
I still get error message on repo:
http://download.opensuse.org/distribution/leap/42.3/repo/oss/(Medium 1)
though it is browsed immediatly (without the “Medium 1”).
Where is the Medium 1 comming from? it is not displayed in the repositories list.
Replacing
http://download.opensuse.org/distribution/leap/42.3/repo/oss/
with
http://download.opensuse.org/distribution/leap/42.3/repo/oss/suse/
(ditto for non-oss)
solved a similar problem for me.
OK… Something seems rather amiss with your repositories.
#2 through #9 are shown as type “NONE”
You also have #1 (the install dvd) still enabled.
Use Yast → Software Repositories to delete all existing repositories.
Then add just the four essential 42.3 repositories:
http://download.opensuse.org/distribution/leap/42.3/repo/oss/
http://download.opensuse.org/distribution/leap/42.3/repo/non-oss/
http://download.opensuse.org/update/leap/42.3/oss/
http://download.opensuse.org/update/leap/42.3/non-oss/
Save and exit.
Then from the command line again execute
sudo zypper lr -d
to confirm those repositories are correct.
Then again try updating.
If all is then OK you can add back any debug or source repositories as you may need.
The last 1-2 days I had problems getting updates for my 42.2.
Now it works again. Perhaps a temporary problem with the opensuse servers.
But check your list of enabled repos, and disable the DVD, as written by tannington above.