[Bug 739282] New: after update of libzypp / zypper online update fails
https://bugzilla.novell.com/show_bug.cgi?id=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c0 Summary: after update of libzypp / zypper online update fails Classification: openSUSE Product: openSUSE 12.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: syntron@web.de QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20100101 Firefox/8.0 I did an online update today; the first update was openSUSE-2011-103 - zypper: libzypp: collective update for zypper After that updates fail with the following message: Download (curl) error for 'http://download.opensuse.org/distribution/openSUSE-current/repo/oss/suse/i58...': Error code: Connection failed Error message: Failed to connect to 2001:67c:2178:8::13: Network is unreachable If I go back to the DVD version of libzypp (10.3.2-1.1.1) and zypper (1.6.16-5.3.1) is is working again. I'm behind a proxy which requires a password. The proxy is set via yast but the password is normally entered via firefox. After loading a page in the browser, the proxy is free to be used by yast. I also tested the case there the password is set in yast - it only works with the old version. IP6 is deactivated in yast (my first try). Reproducible: Always Steps to Reproduce: 1. install the online update 'openSUSE-2011-103 - zypper: libzypp: collective update for zypper' 2. 3. Actual Results: no online update possible Expected Results: online update possible (connection to proxy + download) I think it could be connected to Bug #696805 -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c1 Michael Uemminghaus <uemmingh@cablenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uemmingh@cablenet.de --- Comment #1 from Michael Uemminghaus <uemmingh@cablenet.de> 2012-01-06 23:12:35 UTC --- Similar problem for me. Zypper behind proxy is broken soon after this update. I am *NOT* using proxy authentication. A tcpdump trace on the proxy server shows that no proxy is used by libzypp at all, 77.67.22.188.80 is the akamai server. 192.168.1.115 is the opensuse 12.1 client. 192.168.1.66 is the proxy/dhcp/dns machine. Reverting libzypp to the version on installation DVD is enough to get it running again. Proxy trace: 23:52:31.542845 IP 192.168.1.115.36385 > 192.168.1.66.53: 62194+ A? download.nvidia.com. (37) 23:52:31.542931 IP 192.168.1.115.36385 > 192.168.1.66.53: 29483+ AAAA? download.nvidia.com. (37) 23:52:31.543254 IP 192.168.1.66.53 > 192.168.1.115.36385: 62194 3/0/0 CNAME download-ftp.nvidia.com.edgesuite.net., CNAME 32940.ftp.download.akadns.net., A 77.67.22.188 (147) 23:52:31.543313 IP 192.168.1.66.53 > 192.168.1.115.36385: 29483 2/0/0 CNAME download-ftp.nvidia.com.edgesuite.net., CNAME 32940.ftp.download.akadns.net. (131) 23:52:31.543821 IP 192.168.1.115.46933 > 77.67.22.188.80: Flags [S], seq 3534674501, win 14600, options [mss 1460,sackOK,TS val 2347667 ecr 0,nop,wscale 4], length 0 23:52:32.542517 IP 192.168.1.115.46933 > 77.67.22.188.80: Flags [S], seq 3534674501, win 14600, options [mss 1460,sackOK,TS val 2348668 ecr 0,nop,wscale 4], length 0 -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c2 Issa Gorissen <flop.m@usa.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P1 - Urgent CC| |flop.m@usa.net Platform|Other |x86-64 OS/Version|Other |openSUSE 12.1 Severity|Normal |Major --- Comment #2 from Issa Gorissen <flop.m@usa.net> 2012-02-09 16:45:54 UTC --- Confirming the issue. Brand new install on a vmware vm. After upgrade of all packages, I now get the error Error message: Failed to connect to 2001:67c:2178:8::13: Network is unreachable -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c3 --- Comment #3 from Michael Schröder <mls@suse.com> 2012-02-09 16:59:30 UTC --- (Too bad that libcurl only reports the last address it tried, so people think that this is an IPv6 problem. But libcurl tried the IPv4 address before, it's the proxy selection that's broken.) -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c4 --- Comment #4 from Michael Andres <ma@suse.com> 2012-02-10 13:01:51 CET --- There is a difference in using "su" or "su -" to create the root shell launching zypper. In the first case the user environment is preserved and libproxy may see you are in a kde/gnome session and thus uses the kde/gnome configuration, which is often empty. If you do "su -" you have a root login shell, and libproxy reads and prefers the configuration from /etc/sysconfig/proxy (which is what YaST writes). You can test this calling '_PX_DEBUG=1 proxy http://download.opensuse.org' (needs libproxy-tools being installed). This is how it should look like: $_PX_DEBUG=1 proxy http://download.opensuse.org Using config: 26sysconfig_config_extension ... -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c5 --- Comment #5 from Issa Gorissen <flop.m@usa.net> 2012-02-13 15:49:51 UTC --- Hi, The problem may be in libcurl as you wrote. The thing is, I just reverted to the DVD version of zypper and libzypp and it works. If I allow the upgrade to be performed, it gets broken... -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c6 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Michael Andres <ma@suse.com> 2012-03-14 20:34:42 CET --- Several proxy relates issues have been fixed in libyzpp-10.3.9. If this version does not solve the issue, please reopen and attach a zypper logfile, best bz running ZYPP_MEDIA_CURL_DEBUG=1 zypper .<your command> -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c7 --- Comment #7 from Michael Andres <ma@suse.com> 2012-03-15 07:50:19 CET --- Michael Uemminghaus reported that his issue (comment #1) fixed with libzypp-10.3.9 -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c8 --- Comment #8 from Matthias Pfafferodt <syntron@web.de> 2012-03-15 08:54:43 UTC --- I can also confirm that the bug is fixed. Thanks! -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c9 Matthias Pfafferodt <syntron@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #9 from Matthias Pfafferodt <syntron@web.de> 2012-03-15 11:21:58 UTC --- In comment #8 I did forgot to logout and start it again - it is still not working. OK: libzypp-10.3.2-1.1.1 zypper-1.6.16-5.3.1 (DVD) BUG: libzypp-10.3.7-1.9.4 zypper-1.6.16-5.3.1 (update) I will attach a log with both versions using 'ZYPP_MEDIA_CURL_DEBUG=1'. It seems the updates does not consider the proxy (http://10.131.182.105:8080) at all. The proxy settings were identical for both runs. -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c10 --- Comment #10 from Matthias Pfafferodt <syntron@web.de> 2012-03-15 11:22:40 UTC --- Created an attachment (id=481577) --> (http://bugzilla.novell.com/attachment.cgi?id=481577) working version (DVD) -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c11 --- Comment #11 from Matthias Pfafferodt <syntron@web.de> 2012-03-15 11:23:12 UTC --- Created an attachment (id=481578) --> (http://bugzilla.novell.com/attachment.cgi?id=481578) bug (updated zypper) -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c12 --- Comment #12 from Matthias Pfafferodt <syntron@web.de> 2012-03-15 11:25:10 UTC --- comment #9 contains a copy & paste error; the updated zypper version is 1.6.21-5.14.1 -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c13 --- Comment #13 from Issa Gorissen <flop.m@usa.net> 2012-03-15 11:42:30 UTC --- Matthias, Michael stated that it was fixed in libzypp-10.3.9. This morning, this version was not available in the Update channel yet. Search for it in http://software.opensuse.org/121/en -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c14 --- Comment #14 from Michael Andres <ma@suse.com> 2012-03-15 14:18:47 CET --- The version I mention is usually available at: obs://zypp:Code12_1-Branch/openSUSE_12.1 http://download.opensuse.org/repositories/zypp:/Code12_1-Branch/openSUSE_12.... That's the inofficial update repo. The code here is always the most up-to-date version from git, which compiled and passed the testsuite. It's the source for the official updates. -- 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=739282 https://bugzilla.novell.com/show_bug.cgi?id=739282#c15 Matthias Pfafferodt <syntron@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |FIXED --- Comment #15 from Matthias Pfafferodt <syntron@web.de> 2012-03-16 08:43:39 UTC --- Thanks for the hint. I did not checked the versions numbers stated in the comments. Now I installed the correct version and it is working -- 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