We have a production server running OpenSUSE 13.1.
It is hosting a web application. The server runs Apache web server, PHP (Apache module), Perl (standalone process in background).
We ran zypper update on 4th July 2015 with an applied maintenance window, then it was never ran again.
We are planning to run zypper update again.
Today, in order to prepare for it, I ran zypper list-updates AND zypper refresh but got the below error msgs.
The internet connection was OK as it can ping the outside world.
dmx@aanval:~> sudo zypper refresh
File '/content' not found on medium 'http://download.opensuse.org/distribution/13.1/repo/oss/'
Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository openSUSE-13.1-1.10 permanently? [yes/no] (no):
Skipping repository 'openSUSE-13.1-1.10' because of the above error.
File '/content' 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
Do you want to disable the repository openSUSE-13.1-Non-Oss permanently? [yes/no] (no):
Skipping repository 'openSUSE-13.1-Non-Oss' because of the above error.
File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/update/13.1/'
Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository openSUSE-13.1-Update permanently? [yes/no] (no):
Skipping repository 'openSUSE-13.1-Update' because of the above error.
File '/repodata/repomd.xml' not found on medium 'http://download.opensuse.org/update/13.1-non-oss/'
Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Do you want to disable the repository openSUSE-13.1-Update-Non-Oss permanently? [yes/no] (no):
Skipping repository 'openSUSE-13.1-Update-Non-Oss' because of the above error.
Could not refresh the repositories because of errors.
dmx@aanval:~>
I understand 13.1 is now end of support. Is that why OpenSuse removed the 13.1 repository?
Can I add the 13.2 or Leap 42.1 or even Tumbleweed repositories to do “zypper update” and not run into compatibility issues affecting production service?
Of course, when we do zypper update, we will do it in an applied maintenance window.
Jonathan
IT guy from Hong Kong