[Bug 731992] New: zypper can't connect to download.opensuse.org
https://bugzilla.novell.com/show_bug.cgi?id=731992 https://bugzilla.novell.com/show_bug.cgi?id=731992#c0 Summary: zypper can't connect to download.opensuse.org Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: sledz@zone42.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20100101 Firefox/8.0 After an distribution upgrade from 11.4 to 12.1 zypper can't connect to download.opensuse.org. recycler:~ # zypper up Download (curl) error for 'http://download.opensuse.org/distribution/12.1/repo/non-oss/content': Error code: Connection failed Error message: couldn't connect to host Abort, retry, ignore? [a/r/i/?] (a): But curl itself has no problems to fetch the file. recycler:~ # curl http://download.opensuse.org/distribution/12.1/repo/non-oss/content CONTENTSTYLE 11 BASEARCHS i586 x86_64 DATADIR suse DESCRDIR suse/setup/descr DISTRIBUTION openSUSE-Addon-NonOss LABEL openSUSE 12.1 NonOSS Add on LINGUAS af ar be_BY bg br ca cy el et ga gl gu_IN he hi_IN hr ka km ko lt mk nn pa_IN rw sk sl sr_CS ss st tg th tr uk ve vi xh zu NAME openSUSE-Addon-NonOss RELNOTESURL VENDOR openSUSE VERSION 12.1 RELEASE 0 META SHA256 233dcc4e9b359fdf4db79b19bac922eb7819bd41f23dd8e5acfae14713961488 packages.DU.gz META SHA256 ffe6aa258fc4b26d813ccf7d028bf508ea92f719bec5141a8df12e6175a16033 packages.FL.gz META SHA256 f6ee3aa5df93679832dd19e93d4acccf8ef77c19eaed324c3d51a872382feeaf packages.cs.gz META SHA256 f2bdec127a14a0eb5277e8175fae79a07f7937822ffbe6483ee50ccc4da54577 packages.de.gz META SHA256 5b4f8a40561b5197f4d4e1345cae91c7568d0da0d751f620f911fd8b21f6057c packages.en.gz META SHA256 c631aeb110e53aab09e34b3fc05c71969839178d8c5475f83ed6edcf9b70caa0 packages.es.gz META SHA256 76bef162bb4597a4fe853d73b7c6b993175e20adef4d2e2deb76340fb868fa7e packages.fi.gz META SHA256 4db1ee01c440a11fe0394aeaaefb5558e8498ce51a84b367304a3287b73d830e packages.fr.gz META SHA256 42048ffa9aafd1fd275e925e4f65f76b20b4bd1d5f9e6e13b5d9fe92f3eddc7d packages.gz META SHA256 498592753c787df1a0da2fb50930ff6fe193c2eba43dcd3eb003ca1bc7d40dcf packages.hu.gz META SHA256 4be155675ef85e554f233710f431b029ea9c8183fe4bce8c3305200ffb3df1f2 packages.it.gz META SHA256 4b630c23edf7c33c282346c712e1a136006ad567565ebc32565cd9802ed81ea0 packages.ja.gz META SHA256 4c760412f24b8e2b35caca5160384aff83995b09cb4ce2dacf876fed8c0ab129 packages.nl.gz META SHA256 39c07dd5cb5aa2fcdde3b2621c0ba4c6cb0ab7a068294668f9d966b0a8d93bb2 packages.pl.gz META SHA256 003642741e0c8a42e45042b664154468718c9c38f0688adca5032cda80cb06d6 packages.pt.gz META SHA256 1429e8d1188baaf56b13980e8870e06abb0f002c5320dd05c6c899f8aa59267e packages.pt_BR.gz META SHA256 d9f206e31afeb3b1c2177117b604136df318d6a0ef262e9cd8d36a4383fe1e8c packages.ru.gz META SHA256 1f668f40dafe179ac1b9b4bf66f3d872c02af5f6499a7b9c80a7e2f170947106 packages.zh_CN.gz KEY SHA256 52e82a0bd2977dba80f3c72916dffa81fe429e96b8c232d64e8e8fca2415ccef gpg-pubkey-307e3d54-4be01a65.asc KEY SHA256 aa5ad04c0933a232290bae2907d5147e46150f744501e4fc5673c2ad9b0014b8 gpg-pubkey-3d25d3d9-36e12d04.asc KEY SHA256 d549c17089cfd3f639fb00c4478912981ba786b42d4ed9da843214e51d76ac24 gpg-pubkey-3dbdc284-4be1884d.asc KEY SHA256 4117e9e75166bf10b70a8f223154a3c40adff80a079b0c951e31eb78bca6cbad gpg-pubkey-56b4177a-4be18cab.asc KEY SHA256 3134346a088478994ea0932cd6114820bbfd62ea633120217766f6b5c4ef95d9 gpg-pubkey-9c800aca-4be01999.asc Reproducible: Always The system is a IPv4/IPv6-dual-stack installation. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=731992 https://bugzilla.novell.com/show_bug.cgi?id=731992#c1 --- Comment #1 from Steffen Sledz <sledz@zone42.org> 2011-11-22 11:58:25 CET --- The dual stack does not seems to be the problem. All of the following commands work fine. # curl -4 http://download.opensuse.org/distribution/12.1/repo/non-oss/content # curl -6 http://download.opensuse.org/distribution/12.1/repo/non-oss/content # wget http://[2001:67c:2178:8::13]/distribution/12.1/repo/non-oss/content # wget http://195.135.221.134/distribution/12.1/repo/non-oss/content BTW: Online update via YaST shows the same error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=731992 https://bugzilla.novell.com/show_bug.cgi?id=731992#c2 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |sledz@zone42.org --- Comment #2 from Michael Andres <ma@suse.com> 2011-11-22 18:44:56 CET --- - Is a proxy configured in /etc/sysconfig/proxy? - Please execute 'ZYPP_MEDIA_CURL_DEBUG=1 zypper up' and attach the /var/log/zypper.log. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=731992 https://bugzilla.novell.com/show_bug.cgi?id=731992#c3 Steffen Sledz <sledz@zone42.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|sledz@zone42.org | --- Comment #3 from Steffen Sledz <sledz@zone42.org> 2011-11-23 07:55:09 CET --- The hint with the proxy was helpful. zypper is working again. :) /etc/sysconfig/proxy contained entries from a time long long ago. The interesting thing is that zypper worked with these out-of-date entries without any problems in 11.3 and 11.4. Thanx. And sorry for the annoyance. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=731992 https://bugzilla.novell.com/show_bug.cgi?id=731992#c4 Steffen Sledz <sledz@zone42.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #4 from Steffen Sledz <sledz@zone42.org> 2011-11-23 07:56:12 CET --- Just a system misconfiguration. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=731992 https://bugzilla.novell.com/show_bug.cgi?id=731992#c5 --- Comment #5 from Michael Andres <ma@suse.com> 2011-11-23 11:38:00 CET --- Beware of bug#696805. Up to libzypp-10.3.3, setting PROXY_ENABLED="no" in /etc/sysconfig/proxy is not sufficient. HTTP_PROXY must also be set to "". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com