No Longer Getting Automatic Updates

Normally everyday I turn on the computer, at the bottom right of the taskbar an update icon shows up and says there are updates available. It stopped doing that about two weeks ago and I think I broke it. I had moved the computer to another room which doesn’t have an ethernet jack, so I used my phone on USB-tether for internet connection. I tried to manually update, but it said something like being offline or network unavailable or something, I don’t remember. I went to YaST and tried updating there, and it said an online update package needed to be installed, which I did, and then ran the online update configuration, and tried to get updates, but it said none were available. I’ve moved my computer back to its usual location and it’s plugged into ethernet now. Everytime I run the software updates from the taskbar it says system is up to date, but it hasn’t gotten any updates for two weeks. I tried removing the online update thing I had installed but it still won’t get updates. I want to fix it back like it was but I don’t know how. I’m running openSUSE Leap 42.1.

As openSUSE Leap 42.1 support stopped, it is rather logical there are no new patches anymore. There is even a chance that repos are going off-line one by one.

Oh I was unaware of this. I didn’t realize the version I’m using is old. How do I keep current on when the OS is old and needs to be upgraded? I take it that I need to upgrade the OS at this point. How should I go about that? Just download it and install it or is there a simpler way to upgrade it? Thanks.

Here you go…
https://doc.opensuse.org/documentation/leap/startup/html/book.opensuse.startup/cha.update.osuse.html
https://en.opensuse.org/SDB:System_upgrade

There’s a couple of options:

  • Backup /home anyway to an external disk, then
    – Download and install a new version ( have patience until the 26th and 42.3 is out ), preserving your data
    – Use the download install medium to upgrade
    – Change the repos you have configured from 42.1 -> 42.3 and run
zypper dup

But before moving on I’d like to see your repos. Please open a terminal window and do

zypper lr -d

, use your mouse to select and copy the output and paste it here, between CODE tags, the # in the editor


#  | Alias                            | Name                                    | Enabled | GPG Check | Refresh | Priority | Type     | URI                                                                          | Service
---+----------------------------------+-----------------------------------------+---------+-----------+---------+----------+----------+------------------------------------------------------------------------------+--------
 1 | Downloaded                       | Downloaded                              | Yes     | ( p) Yes  | Yes     |   99     | plaindir | dir:///home/user/Downloads                                                   |        
 2 | download.opensuse.org-non-oss    | Main Repository (NON-OSS)               | Yes     | (r ) Yes  | Yes     |   99     | yast2    | http://download.opensuse.org/distribution/leap/42.1/repo/non-oss/            |        
 3 | download.opensuse.org-non-oss_1  | Update Repository (Non-Oss)             | No      | ----      | No      |   99     | rpm-md   | http://download.opensuse.org/update/leap/42.1/non-oss/                       |        
 4 | download.opensuse.org-oss        | Main Repository (OSS)                   | Yes     | (r ) Yes  | Yes     |   99     | yast2    | http://download.opensuse.org/distribution/leap/42.1/repo/oss/                |        
 5 | download.opensuse.org-oss_1      | Main Update Repository                  | Yes     | (r ) Yes  | Yes     |   99     | rpm-md   | http://download.opensuse.org/update/leap/42.1/oss                            |        
 6 | google-chrome                    | google-chrome                           | No      | ----      | No      |   99     | rpm-md   | http://dl.google.com/linux/chrome/rpm/stable/x86_64                          |        
 7 | http-opensuse-guide.org-b9eb84b9 | libdvdcss repository                    | Yes     | (r ) Yes  | Yes     |   98     | rpm-md   | http://opensuse-guide.org/repo/openSUSE_Leap_42.1/                           |        
 8 | http-packman.inode.at-56682d20   | Packman Repository                      | Yes     | (r ) Yes  | Yes     |   96     | rpm-md   | http://packman.inode.at/suse/openSUSE_Leap_42.1/                             |        
 9 | openSUSE-42.1-0                  | openSUSE-42.1-0                         | Yes     | (r ) Yes  | Yes     |   99     | yast2    | http://download.opensuse.org/distribution/leap/42.1/repo/oss/                |        
10 | packman                          | packman                                 | Yes     | (r ) Yes  | Yes     |   97     | rpm-md   | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/Essentials |        
11 | packman2                         | packman                                 | Yes     | (r ) Yes  | Yes     |   97     | rpm-md   | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_42.1/Multimedia |        
12 | repo-debug                       | openSUSE-Leap-42.1-Debug                | Yes     | (r ) Yes  | Yes     |   99     | yast2    | http://download.opensuse.org/debug/distribution/leap/42.1/repo/oss/          |        
13 | repo-debug-non-oss               | openSUSE-Leap-42.1-Debug-Non-Oss        | No      | ----      | No      |   99     | NONE     | http://download.opensuse.org/debug/distribution/leap/42.1/repo/non-oss/      |        
14 | repo-debug-update                | openSUSE-Leap-42.1-Update-Debug         | Yes     | (r ) Yes  | Yes     |   99     | rpm-md   | http://download.opensuse.org/debug/update/leap/42.1/oss                      |        
15 | repo-debug-update-non-oss        | openSUSE-Leap-42.1-Update-Debug-Non-Oss | No      | ----      | No      |   99     | NONE     | http://download.opensuse.org/debug/update/leap/42.1/non-oss/                 |        
16 | repo-source                      | openSUSE-Leap-42.1-Source               | No      | ----      | Yes     |   99     | NONE     | http://download.opensuse.org/source/distribution/leap/42.1/repo/oss/         |        
17 | repo-update                      | openSUSE-Leap-42.1-Update               | Yes     | (r ) Yes  | Yes     |   99     | rpm-md   | http://download.opensuse.org/update/leap/42.1/oss/                           |        

https://en.opensuse.org/Lifetime