Comment # 2 on bug 1227625 from Lubos Kocman
lkocman@localhost:~/agama> ssh root@192.168.100.146
Last login: Wed Jul 10 14:06:16 CEST 2024 from 192.168.100.1 on ssh
Have a lot of fun...
leap16:~ # zypper refs
Refreshing service 'openSUSE'.
terminate called after throwing an instance of
'std::optional<zypp::repo::ServicePluginInformalException>'
Aborted (core dumped)
leap16:~ # rpm -ql openSUSE-repos-Leap
/etc/zypp/services.d/openSUSE.service
/etc/zypp/vars.d/DIST_ARCH
/usr/share/zypp/local
/usr/share/zypp/local/service
/usr/share/zypp/local/service/openSUSE
/usr/share/zypp/local/service/openSUSE/repo
/usr/share/zypp/local/service/openSUSE/repo/opensuse-leap-repoindex.xml
/usr/share/zypp/local/service/openSUSE/repo/repoindex.xml
leap16:~ # vim
/usr/share/zypp/local/service/openSUSE/repo/opensuse-leap-repoindex.xml
leap16:~ # zypper refs
Refreshing service 'openSUSE'.
All services have been refreshed.


Issue was specifically in
/usr/share/zypp/local/service/openSUSE/repo/opensuse-leap-repoindex.xml

where I missed the quote at the end of the line ...
<repo url="%{disturl}/repositories/openSUSE:/Leap:/16.0/standard/"


You are receiving this mail because: