Hi Leslie, On Tue, Feb 27, 2024 at 12:43:26PM +0100, Carlos E. R. wrote:
What are the URLs for the repos under /etc/zypp/repos.d? | @00:28:33 root@pinto | wd=~ | ● l /etc/zypp/repos.d | total 152K | -rw-r--r-- 1 root root 154 Feb 21 18:05 KDE3.repo | -rw-r--r-- 1 root root 128 Feb 21 18:05 Local.repo
No.
grep "baseurl" /etc/zypp/repos.d/*
Or better
zypper lr --details > somefile.txt
Then attach "somefile.txt". Don't paste unless you can disable line wrap.
'man curl' shows port 1080 just happens to be the "assumed" SOCKS proxy port for curl. Does the Leap 15.5 installer have an option to use a proxy? Has it squirreled a setting away for future use, and now that proxy isn't available, is on a different port, or the port is unspecified? Perhaps that's what Carlos thinks may be tucked away in the repo descriptions. Does /etc/sysconfig/proxy look sensible? Does it say PROXY_ENABLED="yes" and SOCKS_PROXY="" perhaps? Just wondering about the logic if zypper is told to refer to a proxy will libcurl default to SOCKS and inherit an empty/bad value? Also worth checking the journal and doing a quick search for moans about 1080. I don't use proxies, but still curious - and extra sympathetic when someone mentions a networking problem and then "disappears" for a few days ;-) Daniel