[Bug 887438] New: zypper says network is unreachable
https://bugzilla.novell.com/show_bug.cgi?id=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c0 Summary: zypper says network is unreachable Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: illumilore@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 when using zypper, it always tries to use ipv6 even though I used yast to disable ipv6. When zypper tries to use it, I get network is unreachable error. Download (curl) error for 'http://download.opensuse.org/repositories/Education/openSUSE_Factory/repodat...': Error code: Connection failed Error message: Failed to connect to 2001:67c:2178:8::13: Network is unreachable Reproducible: Always Steps to Reproduce: 1. 2. 3. -- 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=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c1 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com Component|Basesystem |libzypp AssignedTo|bnc-team-screening@forge.pr |zypp-maintainers@forge.prov |ovo.novell.com |o.novell.com --- Comment #1 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-07-28 09:10:16 CEST --- I have seen this before. I think, this is a known issue, where it tries to reach both IPv6 and IPv4 and when both are unreachable, it only prints the IPv6 addr in the error message, which is misleading -- 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=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c2 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Michael Andres <ma@suse.com> 2014-08-19 18:12:20 CEST --- Right. In fact zypp just forwards the libcurl error, which includes the (AFAIK)last address curl tried. -- 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=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c3 ill lume <illumilore@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #3 from ill lume <illumilore@gmail.com> 2014-08-19 20:41:42 UTC --- There really shouldn't be any error given that the repo was online at the time. -- 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=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c4 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |illumilore@gmail.com --- Comment #4 from Michael Andres <ma@suse.com> 2014-08-20 11:39:54 CEST --- It's most probably not a matter of the repo, but of your local network configuration. If the problem persists: Please attach the output of these two commands: /sbin/ifconfig /sbin/route -n Then execute: ZYPP_MEDIA_CURL_DEBUG=2 ZYPP_LOGFILE=/tmp/zypplog zypper ref -f (or use any other zypper command instead of 'ref' that gives the above error) and attach the /tmp/zypplog file. I'll have a look at it then. -- 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=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c5 ill lume <illumilore@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|illumilore@gmail.com | --- Comment #5 from ill lume <illumilore@gmail.com> 2014-08-20 22:18:53 UTC --- $ /sbin/ifconfig eth0 Link encap:Ethernet HWaddr 94:DE:80:AD:88:A3 inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:50835049 errors:0 dropped:0 overruns:0 frame:0 TX packets:28075825 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:73779386192 (70361.5 Mb) TX bytes:4631043156 (4416.5 Mb) Interrupt:20 Memory:f7100000-f7120000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:3892733 errors:0 dropped:0 overruns:0 frame:0 TX packets:3892733 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:226761608 (216.2 Mb) TX bytes:226761608 (216.2 Mb) $ /sbin/route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 192.168.1.0 0.0.0.0 255.255.255.0 U 1 0 0 eth0 $ ZYPP_MEDIA_CURL_DEBUG=2 ZYPP_LOGFILE=/tmp/zypplog zypper ref -f Root privileges are required for refreshing system repositories. $ sudo ZYPP_MEDIA_CURL_DEBUG=2 ZYPP_LOGFILE=/tmp/zypplog zypper ref -f sudo: sorry, you are not allowed to set the following environment variables: ZYPP_MEDIA_CURL_DEBUG, ZYPP_LOGFILE -- 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=887438 https://bugzilla.novell.com/show_bug.cgi?id=887438#c6 Michael Andres <ma@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |illumilore@gmail.com --- Comment #6 from Michael Andres <ma@suse.com> 2014-08-21 14:41:24 CEST ---
$ sudo ZYPP_MEDIA_CURL_DEBUG=2 ZYPP_LOGFILE=/tmp/zypplog zypper ref -f sudo: sorry, you are not allowed to set the following environment variables: ZYPP_MEDIA_CURL_DEBUG, ZYPP_LOGFILE
Please login as root, or try calling 'sudo bash' to get a root shell. -- 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