On 9/19/23 14:35, Larry Len Rainey wrote:
Joe,
Every site that I can go to has the same results - I have scripted to change the http command to any location we want to try.
TWSLOW:~ # ping -c4 download.opensuse.org PING download.opensuse.org (195.135.221.134) 56(84) bytes of data. 64 bytes from download.opensuse.org (195.135.221.134): icmp_seq=1 ttl=63 time=136 ms 64 bytes from download.opensuse.org (195.135.221.134): icmp_seq=2 ttl=63 time=138 ms 64 bytes from download.opensuse.org (195.135.221.134): icmp_seq=3 ttl=63 time=140 ms 64 bytes from download.opensuse.org (195.135.221.134): icmp_seq=4 ttl=63 time=138 ms
--- download.opensuse.org ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3003ms rtt min/avg/max/mdev = 136.269/138.189/139.853/1.276 ms TWSLOW:~ # zypper lr -d # | Alias | Name | Enabled | GPG Check | Refresh | Priority | Type | URI | Service --+--------------+--------------+---------+-----------+---------+----------+--------+----------------------------------------------------------------------------------------------------+-------- 1 | base-non-oss | base-non-oss | Yes | ( p) Yes | No | 99 | NONE | http://download.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowr... | 2 | base-oss | base-oss | Yes | ( p) Yes | No | 99 | NONE | http://download.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowr... | 3 | base-src-oss | base-src-oss | No | ---- | ---- | 99 | NONE | http://download.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowr... | 4 | h264 | h264 | Yes | (r ) Yes | No | 99 | rpm-md | http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ | 5 | packman | packman | Yes | (r ) Yes | No | 70 | rpm-md | http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/ | 6 | update | update | Yes | (r ) Yes | Yes | 80 | rpm-md | http://download.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowr... | TWSLOW:~ # zypper dup Timeout exceeded when accessing 'http://mirrorcache-us.opensuse.org/repositories/openSUSE:/ALP:/Experimental:...'. Abort, retry, ignore? [a/r/i] (r):
Rest delete for space
Larry
Hi Larry, Just found something odd with the CDN servers.... Using FireFox, if I go to http://cdn.opensuse.org/repositories/openSUSE:/ALP:/ I only see Parent Directory Products:/ If I change the URL in Firefox to http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/ It WORKS and shows Linarite:/ Slowroll/ Slowroll:/ So the question is why isn't "Experimental:/" showing up when I go to http://cdn.opensuse.org/repositories/openSUSE:/ALP:/ If I do the same thing but go to http://download.opensuse.org/repositories/openSUSE:/ALP:/ Then it DOES show the "Experimental:/" folder. That does not explain why you are having the problem, but it seems very odd to me that Experimental:/ is NOT showing on the cd.opensuse.org site under ALP:/ but that you can go to it directly. Here are my repos from my SlowRoll VM zypper lr -u Repository priorities in effect: (See 'zypper lr -P' for details) 70 (raised priority) : 1 repository 80 (raised priority) : 1 repository 99 (default priority) : 3 repositories # | Alias | Name | Enabled | GPG Check | Refresh | URI --+--------------+--------------+---------+-----------+---------+---------------------------------------------------------------------------------------------- 1 | base-non-oss | base-non-oss | Yes | (r ) Yes | No |http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 2 | base-oss | base-oss | Yes | (r ) Yes | No |http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 3 | base-src-oss | base-src-oss | No | ---- | ---- |http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/b... 4 | h264 | h264 | Yes | (r ) Yes | No |http://codecs.opensuse.org/openh264/openSUSE_Tumbleweed/ 5 | packman | packman | Yes | (r ) Yes | No |http://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Slowroll/Essentials/ 6 | update | update | Yes | (r ) Yes | Yes |http://cdn.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slowroll/s... zypper refresh Repository 'base-non-oss' is up to date. Repository 'base-oss' is up to date. Repository 'h264' is up to date. Repository 'packman' is up to date. Repository 'update' is up to date. All repositories have been refreshed. zypper lu Loading repository data... Reading installed packages... No updates found. The fact that you have the issues regardless of whether you are using the CDN servers or the normal download.opensuse.org servers makes me think that there is some sort of network issue in your local environment that could be the problem. Do you use a proxy server ? If you install a TW ISO in a VM that is connected to the network does that work successfully ? Regards, Joe