On 7/30/24 08:58, Felix Miata wrote:
Mark Hounschell composed on 2024-07-30 08:33 (UTC-0400):

I am at 15.5 fixing to upgrade to 15.6. But I think I need to fix the below 
error first. I get this when in yast2 I click on "Yast Software Repositories".

      
Errors occurred while restoring the repository configuration.

      
Error refreshing service openSUSE 
(dir:/usr/share/zypp/local/service/openSUSE): 
[openSUSE:repo-oss|http://cdn.opensuse.org/distribution/leap/15.5/repo/oss] 
Repository already exists.
What does

	zypper lr -d

report?

# zypper lr -d
#  | Alias                                        | Name         | Enabled | GPG Check | Refresh | Priority | Type   | URI                                                                | Service
---+----------------------------------------------+--------------+---------+-----------+---------+----------+--------+--------------------------------------------------------------------+---------
1 | KDE3                                         | KDE3         | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://download.opensuse.org/repositories/KDE:/KDE3/15.5/         |  
2 | NVIDIA:repo-non-free                         | repo-non-f-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | https://download.nvidia.com/opensuse/leap/15.5                     |  
3 | download.nvidia.com-$releasever              | nVidia Gra-> | Yes     | (r ) Yes  | Yes     |   99     | rpm-md | https://download.nvidia.com/opensuse/leap/15.5                     |  
4 | ftp.gwdg.de-openSUSE_Leap_$releasever        | Packman Re-> | No      | ----      | ----    |   99     | N/A    | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Leap_15.5/ |  
5 | openSUSE:repo-non-oss                        | repo-non-o-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | http://cdn.opensuse.org/distribution/leap/15.5/repo/non-oss        |  
6 | openSUSE:repo-non-oss-debug                  | repo-non-o-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/debug/distribution/leap/15.5/repo/non-oss  |  
7 | openSUSE:repo-openh264                       | repo-openh-> | No      | ----      | ----    |   99     | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Leap                  | openSUSE
8 | openSUSE:repo-oss                            | repo-oss (-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | http://cdn.opensuse.org/distribution/leap/15.5/repo/oss            |  
9 | openSUSE:repo-oss-debug                      | repo-oss-d-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/debug/distribution/leap/15.5/repo/oss      |  
10 | openSUSE:repo-oss-source                     | repo-oss-s-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/source/distribution/leap/15.5/repo/oss     |  
11 | openSUSE:update-backports                    | update-bac-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | http://cdn.opensuse.org/update/leap/15.5/backports                 |  
12 | openSUSE:update-backports-debug              | update-bac-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/update/leap/15.5/backports_debug           |  
13 | openSUSE:update-non-oss                      | update-non-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | http://cdn.opensuse.org/update/leap/15.5/non-oss                   |  
14 | openSUSE:update-non-oss-debug                | update-non-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/debug/update/leap/15.5/non-oss             |  
15 | openSUSE:update-oss                          | update-oss-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | http://cdn.opensuse.org/update/leap/15.5/oss                       |  
16 | openSUSE:update-oss-debug                    | update-oss-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/debug/update/leap/15.5/oss                 |  
17 | openSUSE:update-sle                          | update-sle-> | Yes     | ( p) Yes  | Yes     |   99     | N/A    | http://cdn.opensuse.org/update/leap/15.5/sle                       |  
18 | openSUSE:update-sle-debug                    | update-sle-> | No      | ----      | ----    |   99     | N/A    | http://cdn.opensuse.org/debug/update/leap/15.5/sle                 |  
19 | opensuse-guide.org-openSUSE_Leap_$releasever | Libdvdcss -> | No      | ----      | ----    |   99     | N/A    | http://opensuse-guide.org/repo/openSUSE_Leap_15.5/                 |  

Mark