Zypper cannot work because curl fail.

Hello,

First, I’m sorry becasue my bad English.

I have a problem with zypper after update.



zypper pchk
Download (curl) error for 'http://geeko.ioda.net/mirror/amd-fglrx/openSUSE_13.1/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to geeko.ioda.net port 80: Network is unreachable

Error cause with any command like zypper up, zypper install, …

So I ran: note http://geeko.ioda.net/mirror/amd-fglrx/openSUSE_13.1/repodata/repomd.xml is access-able via firefox ]



curl http://geeko.ioda.net/mirror/amd-fglrx/openSUSE_13.1/repodata/repomd.xml
curl: (7) Failed to connect to geeko.ioda.net port 80: Network is unreachable


But curl still work with google.com or orther site


curl google.com
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>301 Moved</TITLE></HEAD><BODY>
<H1>301 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>

** in last update, my curl version is 7.32.0

Thanks, I have to solve my problem, just edit /proc/sys/net/ipv6/conf/all/disable_ipv6 from 0 to 1. https://forums.opensuse.org/showthread.php/502176-YaST-is-unable-to-connect-to-repository-server-openSUSE-13-2/page2. Thanks anyway :wink:

You should not “edit” /proc/sys/net/ipv6/conf/all/disable_ipv6. This is no real file, but a runtime kernel setting.
So if you reboot, your change gets lost.

Better disable IPv6 in YaST->Network Devices->Network Settings->Global Options.

Oh, Thank you wolfi323. :shame: