cannot access installation media

On Sun, 03 Aug 2014 12:16:01 +0000, hoegstedt wrote:

> During my search for a solution I found somebody (so there are at least
> THREE of us, but make that a lot more) who suggested disabling iv6 on
> the internet. I tried that too but once again no success.
> So: ADMIT FAILURE OR COME UP WITH SOMETHING BETTER!

First of all, take a deep breath and relax a little.

Coming into these forums and blasting your fellow users for a problem
you’re having isn’t nice, and it borders on violating the terms &
conditions.

Now…

If you disable/remove the installation media’s repository, yes, it will
no longer look for it, because it won’t know to look for it.

If you’re still seeing that issue, then something’s not right in how you
removed it - and to diagnose it, we’ll need to see things like your list
of repositories, and to know what the version of openSUSE you’re using is.

Thanks,

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

I am having the same problem, getting the message “cannot access installation media”. I have only yesterday installed OpenSUSE on my computer and had no trouble installing from the DVD but have had no success getting software from the internet.

I ran YaST which listed the Configured Software Repositories. I clicked on “Refresh” and “Refresh all enabled” and I get the message “cannot access installation media”. If I run

zypper lr -d

it gives

gfreeman@t2:~> zypper lr -d
# | Alias                     | Name                               | Enabled | Refresh | Priority | Type  | URI                                                                        | Service
--+---------------------------+------------------------------------+---------+---------+----------+-------+----------------------------------------------------------------------------+--------
1 | openSUSE-13.2-0           | openSUSE-13.2-0                    | No      | No      |   99     | yast2 | cd:///?devices=/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SU-208DB_R93W6YFD800V0J |        
2 | repo-debug                | openSUSE-13.2-Debug                | No      | Yes     |   99     | NONE  | http://download.opensuse.org/debug/distribution/13.2/repo/oss/             |        
3 | repo-debug-update         | openSUSE-13.2-Update-Debug         | No      | Yes     |   99     | NONE  | http://download.opensuse.org/debug/update/13.2/                            |        
4 | repo-debug-update-non-oss | openSUSE-13.2-Update-Debug-Non-Oss | No      | Yes     |   99     | NONE  | http://download.opensuse.org/debug/update/13.2-non-oss/                    |        
5 | repo-non-oss              | openSUSE-13.2-Non-Oss              | Yes     | Yes     |   99     | NONE  | http://download.opensuse.org/distribution/13.2/repo/non-oss/               |        
6 | repo-oss                  | openSUSE-13.2-Oss                  | Yes     | Yes     |   99     | NONE  | http://download.opensuse.org/distribution/13.2/repo/oss/                   |        
7 | repo-source               | openSUSE-13.2-Source               | No      | Yes     |   99     | NONE  | http://download.opensuse.org/source/distribution/13.2/repo/oss/            |        
8 | repo-update               | openSUSE-13.2-Update               | Yes     | Yes     |   99     | NONE  | http://download.opensuse.org/update/13.2/                                  |        
9 | repo-update-non-oss       | openSUSE-13.2-Update-Non-Oss       | Yes     | Yes     |   99     | NONE  | http://download.opensuse.org/update/13.2-non-oss/        

I have tried to

ping download.suse.org
and there is no problem with the network connection. I can go to the address shown in the YaST repository table with Firefox and see the contents of the directory on the repository machine.

I get a similar problem if I try from the command line with zypper:

zypper search grub-customizer
gives:

Retrieving repository 'openSUSE-13.2-Non-Oss' metadata ----------------------\]
Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

Abort, retry, ignore? [a/r/i/? shows all options] (a):

The address that zypper is looking at is wrong. There is no “repodata” in the “non-oss” directory. There is a “suse/repodata”. I tried editing the YaST repository table to add the “suse” directory but it would not accept that address.

What am I doing wrong?

The URLs are ok. You should not add the “suse” directory, zypper does that automatically depending on the repo type.

According to your error message, the problem is that zypper cannot even reach download.opensuse.org on port 80.

Are you behind a proxy?
YaST/zypper run as root so they cannot see the user’s proxy settings (in KDE’s settings e.g.).

You have to configure the proxy in /etc/sysconfig/proxy.

At least that would explain why you can reach the repos with Firefox, but zypper can’t.

I have not deliberately done anything to use a proxy and I am not sure how I would test to find out if one was in use without my knowledge. I tried

env | grep -i proxy
but it did not find any match. I also checked for files in /etc that contained the word proxy and there were quite a few, but I don’t know enough to tell if any of the lines are relevant to my environment:

# find /etc -type f -exec grep -H -i proxy {} \;
Binary file /etc/udev/hwdb.bin matches
/etc/ssh/ssh_config:#   ProxyCommand ssh -q -W %h:%p gateway.example.com
/etc/profile.d/profile.csh:#     /etc/sysconfig/proxy
/etc/profile.d/profile.csh:         /etc/sysconfig/proxy        \
/etc/profile.d/profile.csh:    case PROXY_ENABLED=*:
/etc/profile.d/profile.csh:    set proxy_enabled="${val:q}"
/etc/profile.d/profile.csh:    case HTTP_PROXY=*:
/etc/profile.d/profile.csh:    if (! ${%proxy_enabled} == yes ) continue
/etc/profile.d/profile.csh:    setenv http_proxy "${val:q}"
/etc/profile.d/profile.csh:    case HTTPS_PROXY=*:
/etc/profile.d/profile.csh:    if (! ${%proxy_enabled} == yes ) continue
/etc/profile.d/profile.csh:    setenv https_proxy "${val:q}"
/etc/profile.d/profile.csh:    case FTP_PROXY=*:
/etc/profile.d/profile.csh:    if (! ${%proxy_enabled} == yes ) continue
/etc/profile.d/profile.csh:    setenv ftp_proxy "${val:q}"
/etc/profile.d/profile.csh:    case GOPHER_PROXY=*:
/etc/profile.d/profile.csh:    if (! ${%proxy_enabled} == yes ) continue
/etc/profile.d/profile.csh:    setenv gopher_proxy "${val:q}"
/etc/profile.d/profile.csh:    case NO_PROXY=*:
/etc/profile.d/profile.csh:    if (! ${%proxy_enabled} == yes ) continue
/etc/profile.d/profile.csh:    setenv no_proxy "${val:q}"
/etc/profile.d/profile.csh:if ( ${?proxy_enabled} ) then
/etc/profile.d/profile.csh:    if ( "$proxy_enabled" != "yes" ) then
/etc/profile.d/profile.csh:    unsetenv http_proxy https_proxy ftp_proxy gopher_proxy no_proxy
/etc/profile.d/profile.csh:    unset proxy_enabled
/etc/profile.d/profile.sh:#     /etc/sysconfig/proxy
/etc/profile.d/profile.sh:       /etc/sysconfig/proxy        \
/etc/profile.d/profile.sh:    PROXY_ENABLED=*)
/etc/profile.d/profile.sh:        PROXY_ENABLED="${val}"
/etc/profile.d/profile.sh:    HTTP_PROXY=*)
/etc/profile.d/profile.sh:        test "$PROXY_ENABLED" = "yes" || continue
/etc/profile.d/profile.sh:        http_proxy="${val}"
/etc/profile.d/profile.sh:        export http_proxy
/etc/profile.d/profile.sh:    HTTPS_PROXY=*)
/etc/profile.d/profile.sh:        test "$PROXY_ENABLED" = "yes" || continue
/etc/profile.d/profile.sh:        https_proxy="${val}"
/etc/profile.d/profile.sh:        export https_proxy
/etc/profile.d/profile.sh:    FTP_PROXY=*)
/etc/profile.d/profile.sh:        test "$PROXY_ENABLED" = "yes" || continue
/etc/profile.d/profile.sh:        ftp_proxy="${val}"
/etc/profile.d/profile.sh:        export ftp_proxy
/etc/profile.d/profile.sh:    GOPHER_PROXY=*)
/etc/profile.d/profile.sh:        test "$PROXY_ENABLED" = "yes" || continue
/etc/profile.d/profile.sh:        gopher_proxy="${val}"
/etc/profile.d/profile.sh:        export gopher_proxy
/etc/profile.d/profile.sh:    NO_PROXY=*)
/etc/profile.d/profile.sh:        test "$PROXY_ENABLED" = "yes" || continue
/etc/profile.d/profile.sh:        no_proxy="${val}"
/etc/profile.d/profile.sh:        export no_proxy
/etc/profile.d/profile.sh:        NO_PROXY="${val}"
/etc/profile.d/profile.sh:        export NO_PROXY
/etc/profile.d/profile.sh:if test "$PROXY_ENABLED" != "yes" ; then
/etc/profile.d/profile.sh:    unset http_proxy https_proxy ftp_proxy gopher_proxy no_proxy NO_PROXY
/etc/profile.d/profile.sh:unset PROXY_ENABLED
/etc/profile.d/complete.tcsh:            format-cache-size ftp-proxy help http-proxy \
/etc/profile.d/complete.tcsh:            outport outport port pptpalias proxy_only \
/etc/profile.d/complete.tcsh:            proxy_rule redirect_address redirect_port \
/etc/profile.d/complete.tcsh:            proxy quiet random rate reopen resync right scale \
/etc/profile.d/complete.tcsh:            proxy-passwd= proxy-user= proxy= quiet quota= \
/etc/postfix/...:#               ... many comment lines containing the word proxy
/etc/postfix/master.cf:proxymap  unix  -       -       n       -       -       proxymap
/etc/postfix/master.cf:proxywrite unix -       -       n       -       1       proxymap
/etc/sysconfig/proxy:PROXY_ENABLED="no"
/etc/sysconfig/proxy:HTTP_PROXY=""
/etc/sysconfig/proxy:HTTPS_PROXY=""
/etc/sysconfig/proxy:FTP_PROXY=""
/etc/sysconfig/proxy:GOPHER_PROXY=""
/etc/sysconfig/proxy:NO_PROXY="localhost, 127.0.0.1"
Binary file /etc/bootsplash/themes/openSUSE/bootloader/... matches
/etc/polkit-1/rules.d/90-default-privs.rules:        'org.freedesktop.packagekit.system-network-proxy-configure':
/etc/ssl/openssl.cnf: proxy_cert_ext ]
/etc/ssl/openssl.cnf:proxyCertInfo=critical,language:id-ppl-anyLanguage,pathlen:3,policy:foo
/etc/kde4/share/config/kioslaverc:[Proxy Settings]
/etc/kde4/share/config/kioslaverc:NoProxyFor=NO_PROXY
/etc/kde4/share/config/kioslaverc:ftpProxy=FTP_PROXY
/etc/kde4/share/config/kioslaverc:httpProxy=HTTP_PROXY
/etc/kde4/share/config/kioslaverc:httpsProxy=HTTPS_PROXY
/etc/YaST2/control.xml:        <clone_module>proxy</clone_module>
/etc/YaST2/control.xml:                    <name>proxy</name>
/etc/services:scx-proxy          470/tcp      # scx-proxy  [Scott_Narveson]
/etc/services:scx-proxy          470/udp      # scx-proxy  [Scott_Narveson]
/etc/services:avocent-proxy      1078/tcp     # Avocent Proxy Protocol  [Steven_W_Clark]
/etc/services:avocent-proxy      1078/udp     # Avocent Proxy Protocol  [Steven_W_Clark]
/etc/services:qsm-proxy          1164/tcp     # QSM Proxy Service  [Norm_Lunde]
/etc/services:qsm-proxy          1164/udp     # QSM Proxy Service  [Norm_Lunde]
/etc/services:mc-client          1180/tcp     # Millicent Client Proxy  [Steve_Glassman]
/etc/services:mc-client          1180/udp     # Millicent Client Proxy  [Steve_Glassman]
/etc/services:dproxy             1296/tcp     # dproxy 
/etc/services:dproxy             1296/udp     # dproxy 
/etc/services:sdproxy            1297/tcp     # sdproxy  [Raimond_Diederik]
/etc/services:sdproxy            1297/udp     # sdproxy  [Raimond_Diederik]
/etc/services:funkproxy          1505/tcp     # Funk Software, Inc.  [Robert_D_Vincent]
/etc/services:funkproxy          1505/udp     # Funk Software, Inc.  [Robert_D_Vincent]
/etc/services:dpi-proxy          1795/tcp     # dpi-proxy  [Charles_Gordon]
/etc/services:dpi-proxy          1795/udp     # dpi-proxy  [Charles_Gordon]
/etc/services:bounzza            2218/tcp     # Bounzza IRC Proxy  [Danko_Alexeyev]
/etc/services:bounzza            2218/udp     # Bounzza IRC Proxy  [Danko_Alexeyev]
/etc/services:bluectrlproxy      2277/tcp     # Bt device control proxy  [Mark_de_Rooi]
/etc/services:bluectrlproxy      2277/udp     # Bt device control proxy  [Mark_de_Rooi]
/etc/services:proxy-gateway      2303/tcp     # Proxy Gateway  [Paul_Funk]
/etc/services:proxy-gateway      2303/udp     # Proxy Gateway  [Paul_Funk]
/etc/services:ace-proxy          2335/tcp     # ACE Proxy  [Riaz_Zolfonoon]
/etc/services:ace-proxy          2335/udp     # ACE Proxy  [Riaz_Zolfonoon]
/etc/services:plgproxy           2790/tcp     # PLG Proxy  [Charlie_Hava]
/etc/services:plgproxy           2790/udp     # PLG Proxy  [Charlie_Hava]
/etc/services:csvr-proxy         3190/tcp     # ConServR Proxy 
/etc/services:csvr-proxy         3190/udp     # ConServR Proxy 
/etc/services:csvr-sslproxy      3191/tcp     # ConServR SSL Proxy  [Mikhail_Kruk]
/etc/services:csvr-sslproxy      3191/udp     # ConServR SSL Proxy  [Mikhail_Kruk]
/etc/services:ironmail           3206/tcp     # IronMail POP Proxy  [Mike_Hudack]
/etc/services:ironmail           3206/udp     # IronMail POP Proxy  [Mike_Hudack]
/etc/services:flamenco-proxy     3210/tcp     # Flamenco Networks Proxy  [Corey_Corrick]
/etc/services:flamenco-proxy     3210/udp     # Flamenco Networks Proxy  [Corey_Corrick]
/etc/services:awg-proxy          3277/tcp     # AWG Proxy  [Alex_McDonald]
/etc/services:awg-proxy          3277/udp     # AWG Proxy  [Alex_McDonald]
/etc/services:opsession-prxy     3307/tcp     # OP Session Proxy  [Amir_Blich]
/etc/services:opsession-prxy     3307/udp     # OP Session Proxy  [Amir_Blich]
/etc/services:trnsprntproxy      3346/tcp     # Trnsprnt Proxy  [Grant_Kirby]
/etc/services:trnsprntproxy      3346/udp     # Trnsprnt Proxy  [Grant_Kirby]
/etc/services:castorproxy        3450/tcp     # CAStorProxy  [Raymond_J_Young]
/etc/services:castorproxy        3450/udp     # CAStorProxy  [Raymond_J_Young]
/etc/services:sdbproxy           3562/tcp     # SDBProxy  [Eric_Grange]
/etc/services:sdbproxy           3562/udp     # SDBProxy  [Eric_Grange]
/etc/services:v-one-spp          3845/tcp     # V-ONE Single Port Proxy  [Daniel_Becker_3]
/etc/services:v-one-spp          3845/udp     # V-ONE Single Port Proxy  [Daniel_Becker_3]
/etc/services:tl-ipcproxy        4176/tcp     # Translattice Cluster IPC Proxy  [Michael_Lyle]
/etc/services:csc-proxy          4187/tcp     # Cascade Proxy ;; IANA assigned this well-formed service name as a replacement for "csc_proxy".  [Matt_Craighead]
/etc/services:csc_proxy          4187/tcp     # Cascade Proxy  [Matt_Craighead]
/etc/services:ttlpriceproxy      5463/tcp     # TTL Price Proxy  [Peter_Jacobs]
/etc/services:ttlpriceproxy      5463/udp     # TTL Price Proxy  [Peter_Jacobs]
/etc/services:mysql-proxy        6446/tcp     # MySQL Proxy  [Kay_Roepke]
/etc/services:mysql-proxy        6446/udp     # MySQL Proxy  [Kay_Roepke]
/etc/services:sunproxyadmin      8081/tcp     # Sun Proxy Admin Service  [Arvind_Srinivasan]
/etc/services:sunproxyadmin      8081/udp     # Sun Proxy Admin Service  [Arvind_Srinivasan]
/etc/services:privoxy            8118/tcp     # Privoxy HTTP proxy  [Andreas_Oesterhelt]
/etc/services:privoxy            8118/udp     # Privoxy HTTP proxy  [Andreas_Oesterhelt]
/etc/services:gt-proxy           9889/tcp     # Port for Cable network related data proxy or repeater  [Dawei_Qi]
/etc/services:gt-proxy           9889/udp     # Port for Cable network related data proxy or repeater  [Dawei_Qi]
/etc/services:ezproxy-2          10102/tcp    # eZproxy  [Albert_C_Yang]
/etc/services:ezproxy-2          10102/udp    # eZproxy  [Albert_C_Yang]
/etc/services:rs-pias            13217/tcp    # R&S Proxy Installation Assistant Service  [Guido_Kiener]
/etc/services:rs-pias            13217/udp    # R&S Proxy Installation Assistant Service  [Guido_Kiener]
/etc/services:ezproxy            26260/tcp    # eZproxy  [Albert_C_Yang]
/etc/services:ezproxy            26260/udp    # eZproxy  [Albert_C_Yang]
/etc/services:pmcdproxy          44322/tcp    # PCP server (pmcd) proxy (updated 2010-12-20) [Ken_McDonell]
/etc/services:pmcdproxy          44322/udp    # PCP server (pmcd) proxy (updated 2010-12-20) [Ken_McDonell]
/etc/services:# Ashish_Chatterjee        Ashish Chatterjee                                 
/etc/services:# Yossi_Cohen_Shahar       Yossi Cohen-Shahar                                mailto:yossi&proxy.co.il
/etc/polkit-default-privs.standard:org.freedesktop.packagekit.system-network-proxy-configure       auth_admin_keep_always
/etc/polkit-default-privs.restrictive:org.freedesktop.packagekit.system-network-proxy-configure       auth_admin_keep_always
/etc/wgetrc:#https_proxy = http://proxy.yoyodyne.com:18023/
/etc/wgetrc:#http_proxy = http://proxy.yoyodyne.com:18023/
/etc/wgetrc:#ftp_proxy = http://proxy.yoyodyne.com:18023/
/etc/wgetrc:# If you do not want to use proxy at all, set this to off.
/etc/wgetrc:#use_proxy = on
/etc/dnsmasq.conf:#dhcp-option=encap:175, 176, 1b       # no-proxydhcp
/etc/products.d/openSUSE.prod:    <obsoletepackage>libproxy1-pacrunner-mozjs-32bit</obsoletepackage>
/etc/products.d/openSUSE.prod:    <obsoletepackage>python-zope-proxy</obsoletepackage>
/etc/products.d/openSUSE.prod:    <obsoletepackage>openstack-swift-proxy</obsoletepackage>
/etc/products.d/openSUSE.prod:    <obsoletepackage>openstack-nova-novncproxy</obsoletepackage>
/etc/products.d/openSUSE.prod:    <obsoletepackage>openstack-nova-vncproxy</obsoletepackage>
Binary file /etc/ld.so.cache matches

I have used zypper as super user. With YaST, I believe it prompted me for the root password; the window is headed “Administrator settings”.

I have found in YaST - Administrator Settings an item for Proxy. Proxy is not enabled.

On 2015-01-28 11:26, tgf wrote:
>
> tgf;2691699 Wrote:
>> I have not deliberately done anything to use a proxy …

Are you inside an organization? Like college setup, business setup?
Shared internet? The network admin typically setups a proxy. Not you.
Not your computer.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

No. I am at home.

On 2015-01-28 22:16, tgf wrote:
> No. I am at home.

Ok, then no proxy.

Try a zypper command in verbose mode. Like:


zypper --verbose ref

and please paste it back here, inside code tags (the ‘#’ button in the
forum editor). Let’s see if it says something else. Extra details will
be in “/var/log/zypper.log”, specifically the exact mirror URL zypper is
using. You can double check yourself that those work.

That is, you specify download.opensuse.org, but that’s a redirector, and
you may get something else totally different.

The actual errors will be there as well.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

Ok. Here is the output from

zypper --verbose ref

# zypper --verbose ref
Verbosity: 1
Initializing Target
Specified repositories: 
Skipping disabled repository 'openSUSE-13.2-0'
Skipping disabled repository 'openSUSE-13.2-Debug'
Skipping disabled repository 'openSUSE-13.2-Update-Debug'
Skipping disabled repository 'openSUSE-13.2-Update-Debug-Non-Oss'
Checking whether to refresh metadata for openSUSE-13.2-Non-Oss
Retrieving repository 'openSUSE-13.2-Non-Oss' metadata ----------------------\]
Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Retrieving repository 'openSUSE-13.2-Non-Oss' metadata ..................[error]
Repository 'openSUSE-13.2-Non-Oss' is invalid.
[repo-non-oss|http://download.opensuse.org/distribution/13.2/repo/non-oss/] Valid metadata not found at specified URL
History:
 - Unknown error reading from 'http://download.opensuse.org/distribution/13.2/repo/non-oss/'
 - SKIP request: User-requested skipping of a file
 - Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable


Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'openSUSE-13.2-Non-Oss' because of the above error.
Checking whether to refresh metadata for openSUSE-13.2-Oss
Retrieving repository 'openSUSE-13.2-Oss' metadata --------------------------|]
Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Retrieving repository 'openSUSE-13.2-Oss' metadata ......................[error]
Repository 'openSUSE-13.2-Oss' is invalid.
[repo-oss|http://download.opensuse.org/distribution/13.2/repo/oss/] Valid metadata not found at specified URL
History:
 - Unknown error reading from 'http://download.opensuse.org/distribution/13.2/repo/oss/'
 - SKIP request: User-requested skipping of a file
 - Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable


Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'openSUSE-13.2-Oss' because of the above error.
Skipping disabled repository 'openSUSE-13.2-Source'
Checking whether to refresh metadata for openSUSE-13.2-Update
Retrieving repository 'openSUSE-13.2-Update' metadata -----------------------/]
Download (curl) error for 'http://download.opensuse.org/update/13.2/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Retrieving repository 'openSUSE-13.2-Update' metadata ...................[error]
Repository 'openSUSE-13.2-Update' is invalid.
[repo-update|http://download.opensuse.org/update/13.2/] Valid metadata not found at specified URL
History:
 - Unknown error reading from 'http://download.opensuse.org/update/13.2/'
 - SKIP request: User-requested skipping of a file
 - Download (curl) error for 'http://download.opensuse.org/update/13.2/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable


Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'openSUSE-13.2-Update' because of the above error.
Checking whether to refresh metadata for openSUSE-13.2-Update-Non-Oss
Retrieving repository 'openSUSE-13.2-Update-Non-Oss' metadata ----------------]
Download (curl) error for 'http://download.opensuse.org/update/13.2-non-oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

Abort, retry, ignore? [a/r/i/? shows all options] (a): i
Retrieving repository 'openSUSE-13.2-Update-Non-Oss' metadata ...........[error]
Repository 'openSUSE-13.2-Update-Non-Oss' is invalid.
[repo-update-non-oss|http://download.opensuse.org/update/13.2-non-oss/] Valid metadata not found at specified URL
History:
 - Unknown error reading from 'http://download.opensuse.org/update/13.2-non-oss/'
 - SKIP request: User-requested skipping of a file
 - Download (curl) error for 'http://download.opensuse.org/update/13.2-non-oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable


Please check if the URIs defined for this repository are pointing to a valid repository.
Skipping repository 'openSUSE-13.2-Update-Non-Oss' because of the above error.
Could not refresh the repositories because of errors.

On 2015-01-29 11:36, tgf wrote:

>
> Ok. Here is the output from > zypper --verbose ref
>
>
> Code:
> --------------------
> # zypper --verbose ref

> Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

>
> --------------------

Ok, then you need to look at the log file I described. There are no
clues in that output, as far as I can see.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

I could not find from your previous messages a reference to log files. I had a look at /var/log/zypper.log. It is a big file, but I haven’t been able to deduce from it what is wrong, other than it cannot open the web address and that the addresses it is attempting are wrong. I have pruned it down and here is some of it:

2015-01-29 21:24:21 <1> t2(5409) 
[zypper] main.cc(main):76 ===== Hi, me zypper 1.11.14
[zypper] main.cc(main):77 ===== 'zypper' '--verbose' 'ref' =====
[zconfig] ZConfig.cc(_autodetectSystemArchitecture):71 Uname architecture is 'x86_64'
[zconfig] ZConfig.cc(_autodetectTextLocale):200 Found LANG=en_US.utf8
[zconfig] ZConfig.cc(_autodetectTextLocale):207 Default text locale is 'en_US'
[zconfig] ZConfig.cc(Impl):316 libzypp: 14.29.4 built Oct 15 2014 18:09:41
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/zypp.conf[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/zypp.conf[_eF_]
[Progress++] ProgressData.cc(report):88 {#1|/etc/zypp/zypp.conf}END
[zconfig] ZConfig.cc(Impl):540 ZConfig singleton created.
[zconfig] ZConfig.cc(ZConfig):669 libzypp: 14.29.4 built Oct 15 2014 18:09:41
[zconfig] ZConfig.cc(ZConfig):669 libsolv: 0.6.6
[zconfig] ZConfig.cc(ZConfig):669 zypp.conf: '/etc/zypp/zypp.conf'
[zconfig] ZConfig.cc(ZConfig):669 TextLocale: 'en_US' (en_US)
[zconfig] ZConfig.cc(ZConfig):669 SystemArchitecture: 'x86_64' (x86_64)
[zypper] Zypper.cc(Zypper):132 Zypper instance created.
[zypper] media.h(MediaCallbacks):181 Set media callbacks..
[zypper] Zypper.cc(processGlobalOptions):418 START
[Measure] Measure.cc(Impl):147 START MEASURE(ReadConfig)
[zypper] Augeas.cc(Augeas):21 Going to read zypper config using Augeas...
[zypper] Augeas.cc(Augeas):102 Done reading conf files:
[zypper] Augeas.cc(Augeas):107 user conf read: no
[zypper] Augeas.cc(Augeas):108 global conf read: yes
[Measure] Measure.cc(elapsed):170 ELAPSED(ReadConfig) 0 (u 0.02 s 0.00 c 0.00)
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/main/*/showAlias
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/main/*/repoListColumns
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/solver/*/installRecommends
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/solver/*/forceResolutionCommands
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/useColors
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/background
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/result
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/msgStatus
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/msgError
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/msgWarning
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/positive
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/negative
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/highlight
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/color/*/promptOption
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/obs/*/baseUrl
[zypper++] Augeas.cc(get):148 No match for /files/etc/zypp/zypper.conf/obs/*/platform
[Measure] Measure.cc(~Impl):155 MEASURE(ReadConfig) 0 (u 0.02 s 0.00 c 0.00) [0 (u 0.00 s 0.00 c 0.00)]
[zypper++] Zypper.cc(processGlobalOptions):527 Verbosity 2
[zypper++] Zypper.cc(processGlobalOptions):528 Output type 1
[zypper++] Zypper.cc(processGlobalOptions):667 repos.d dir = /etc/zypp/repos.d
[zypper++] Zypper.cc(processGlobalOptions):668 cache dir = /var/cache/zypp
[zypper++] Zypper.cc(processGlobalOptions):669 raw cache dir = /var/cache/zypp/raw
[zypper++] Zypper.cc(processGlobalOptions):670 solv cache dir = /var/cache/zypp/solv
[zypper++] Zypper.cc(processGlobalOptions):671 package cache dir = /var/cache/zypp/packages
[zypper] Zypper.cc(processGlobalOptions):683 Repositories enabled
[zypper] Zypper.cc(processGlobalOptions):893 DONE
[zypper] Zypper.cc(processCommandOptions):1071 START
[zypper] Zypper.cc(processCommandOptions):2840 Done parsing options.
[zypper] Zypper.cc(processCommandOptions):2859 Done 
[zypp] ZYppFactory.cc(_openLockFile):166 Open lockfile /var/run/zypp.pid
[zypp] ZYppFactory.cc(readLockFile):221 read: Lockfile /var/run/zypp.pid has pid 1945 (our pid: 5409) 
[zypp] ZYppFactory.cc(isProcessRunning):193 Checking /proc/1945{[2-No such file or directory]}
[zypp++] ZYppFactory.cc(isProcessRunning):197 No such process.
[zypp] ZYppFactory.cc(zyppLocked):273 1945 is dead. Taking the lock file.
[zypp] ZYppFactory.cc(writeLockFile):233 write: Lockfile /var/run/zypp.pid got pid 5409
[zypp] ZYppFactory.cc(_closeLockFile):184 Close lockfile /var/run/zypp.pid
[zypp] ZYppImpl.cc(ZYppImpl):54 libzypp: 14.29.4 built Oct 15 2014 18:09:41
[zypp] ZYppImpl.cc(ZYppImpl):54 libsolv: 0.6.6
[zypp] ZYppImpl.cc(ZYppImpl):54 zypp.conf: '/etc/zypp/zypp.conf'
[zypp] ZYppImpl.cc(ZYppImpl):54 TextLocale: 'en_US' (en_US)
[zypp] ZYppImpl.cc(ZYppImpl):54 SystemArchitecture: 'x86_64' (x86_64)
[zypp] ZYppImpl.cc(ZYppImpl):55 Initializing keyring...
[zypp::KeyRing] KeyRing.cc(Impl):176 Current KeyRing::DefaultAccept: 0000000000
[zypper] Zypper.cc(doCommand):2961 Going to process command refresh
[zypp] PathInfo.cc(dirForEach):563 readdir /etc/zypp/services.d 
[zypp] PathInfo.cc(dirForEach):563 readdir /usr/lib/zypp/plugins/services 
[zypp] RepoManager.cc(init_knownRepositories):742 start construct known repos
[zypp] RepoManager.cc(repositories_in_dir):222 directory /etc/zypp/repos.d
[zypp] PathInfo.cc(dirForEach):563 readdir /etc/zypp/repos.d 
[zypp] RepoManager.cc(repositories_in_file):204 repo file: /etc/zypp/repos.d/openSUSE-13.2-0.repo
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/repos.d/openSUSE-13.2-0.repo[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/repos.d/openSUSE-13.2-0.repo[_eF_]
[Progress++] ProgressData.cc(report):88 {#2|/etc/zypp/repos.d/openSUSE-13.2-0.repo}END
[zypp] RepoFileReader.cc(repositories_in_stream):100 --------------------------------------
[zypp] RepoFileReader.cc(repositories_in_stream):100 - alias       : openSUSE-13.2-0
[zypp] RepoFileReader.cc(repositories_in_stream):100 - name       : openSUSE-13.2-0
[zypp] RepoFileReader.cc(repositories_in_stream):100 - enabled     : 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 - autorefresh : 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 - url       : cd:///?devices=/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SU-208DB_R93W6YFD800V0J
[zypp] RepoFileReader.cc(repositories_in_stream):100 - path       : /
[zypp] RepoFileReader.cc(repositories_in_stream):100 - type       : yast2
[zypp] RepoFileReader.cc(repositories_in_stream):100 - priority    : 99
[zypp] RepoFileReader.cc(repositories_in_stream):100 - gpgcheck    : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - keeppackages: 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 
[zypp] RepoManager.cc(repositories_in_file):204 repo file: /etc/zypp/repos.d/repo-update.repo
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/repos.d/repo-update.repo[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/repos.d/repo-update.repo[_eF_]
[Progress++] ProgressData.cc(report):88 {#3|/etc/zypp/repos.d/repo-update.repo}END
[zypp] RepoFileReader.cc(repositories_in_stream):100 --------------------------------------
[zypp] RepoFileReader.cc(repositories_in_stream):100 - alias       : repo-update
[zypp] RepoFileReader.cc(repositories_in_stream):100 - name       : openSUSE-13.2-Update
[zypp] RepoFileReader.cc(repositories_in_stream):100 - enabled     : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - autorefresh : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - url       : http://download.opensuse.org/update/13.2/
[zypp] RepoFileReader.cc(repositories_in_stream):100 - path       : /
[zypp] RepoFileReader.cc(repositories_in_stream):100 - type       : NONE
[zypp] RepoFileReader.cc(repositories_in_stream):100 - priority    : 99
[zypp] RepoFileReader.cc(repositories_in_stream):100 - gpgcheck    : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - keeppackages: 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 
[zypp] RepoManager.cc(repositories_in_file):204 repo file: /etc/zypp/repos.d/repo-update-non-oss.repo
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/repos.d/repo-update-non-oss.repo[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/repos.d/repo-update-non-oss.repo[_eF_]
[Progress++] ProgressData.cc(report):88 {#4|/etc/zypp/repos.d/repo-update-non-oss.repo}END
[zypp] RepoFileReader.cc(repositories_in_stream):100 --------------------------------------
[zypp] RepoFileReader.cc(repositories_in_stream):100 - alias       : repo-update-non-oss
[zypp] RepoFileReader.cc(repositories_in_stream):100 - name       : openSUSE-13.2-Update-Non-Oss
[zypp] RepoFileReader.cc(repositories_in_stream):100 - enabled     : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - autorefresh : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - url       : http://download.opensuse.org/update/13.2-non-oss/
[zypp] RepoFileReader.cc(repositories_in_stream):100 - path       : /
[zypp] RepoFileReader.cc(repositories_in_stream):100 - type       : NONE
[zypp] RepoFileReader.cc(repositories_in_stream):100 - priority    : 99
[zypp] RepoFileReader.cc(repositories_in_stream):100 - gpgcheck    : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - keeppackages: 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 
[zypp] RepoManager.cc(repositories_in_file):204 repo file: /etc/zypp/repos.d/repo-oss.repo
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/repos.d/repo-oss.repo[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/repos.d/repo-oss.repo[_eF_]
[Progress++] ProgressData.cc(report):88 {#5|/etc/zypp/repos.d/repo-oss.repo}END
[zypp] RepoFileReader.cc(repositories_in_stream):100 --------------------------------------
[zypp] RepoFileReader.cc(repositories_in_stream):100 - alias       : repo-oss
[zypp] RepoFileReader.cc(repositories_in_stream):100 - name       : openSUSE-13.2-Oss
[zypp] RepoFileReader.cc(repositories_in_stream):100 - enabled     : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - autorefresh : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - url       : http://download.opensuse.org/distribution/13.2/repo/oss/
[zypp] RepoFileReader.cc(repositories_in_stream):100 - path       : /
[zypp] RepoFileReader.cc(repositories_in_stream):100 - type       : NONE
[zypp] RepoFileReader.cc(repositories_in_stream):100 - priority    : 99
[zypp] RepoFileReader.cc(repositories_in_stream):100 - gpgcheck    : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - keeppackages: 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 
[zypp] RepoManager.cc(repositories_in_file):204 repo file: /etc/zypp/repos.d/repo-non-oss.repo
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/repos.d/repo-non-oss.repo[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/repos.d/repo-non-oss.repo[_eF_]
[Progress++] ProgressData.cc(report):88 {#6|/etc/zypp/repos.d/repo-non-oss.repo}END
[zypp] RepoFileReader.cc(repositories_in_stream):100 --------------------------------------
[zypp] RepoFileReader.cc(repositories_in_stream):100 - alias       : repo-non-oss
[zypp] RepoFileReader.cc(repositories_in_stream):100 - name       : openSUSE-13.2-Non-Oss
[zypp] RepoFileReader.cc(repositories_in_stream):100 - enabled     : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - autorefresh : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - url       : http://download.opensuse.org/distribution/13.2/repo/non-oss/
[zypp] RepoFileReader.cc(repositories_in_stream):100 - path       : /
[zypp] RepoFileReader.cc(repositories_in_stream):100 - type       : NONE
[zypp] RepoFileReader.cc(repositories_in_stream):100 - priority    : 99
[zypp] RepoFileReader.cc(repositories_in_stream):100 - gpgcheck    : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - keeppackages: 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 
[zypp] RepoManager.cc(repositories_in_file):204 repo file: /etc/zypp/repos.d/repo-debug.repo
[zypp] IniParser.cc(parse):69 Start parsing /etc/zypp/repos.d/repo-debug.repo[g___]
[zypp] IniParser.cc(parse):119 Done parsing /etc/zypp/repos.d/repo-debug.repo[_eF_]
[Progress++] ProgressData.cc(report):88 {#7|/etc/zypp/repos.d/repo-debug.repo}END
[zypp] RepoFileReader.cc(repositories_in_stream):100 --------------------------------------
[zypp] RepoFileReader.cc(repositories_in_stream):100 - alias       : repo-debug
[zypp] RepoFileReader.cc(repositories_in_stream):100 - name       : openSUSE-13.2-Debug
[zypp] RepoFileReader.cc(repositories_in_stream):100 - enabled     : 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 - autorefresh : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - url       : http://download.opensuse.org/debug/distribution/13.2/repo/oss/
[zypp] RepoFileReader.cc(repositories_in_stream):100 - path       : /
[zypp] RepoFileReader.cc(repositories_in_stream):100 - type       : NONE
[zypp] RepoFileReader.cc(repositories_in_stream):100 - priority    : 99
[zypp] RepoFileReader.cc(repositories_in_stream):100 - gpgcheck    : 1
[zypp] RepoFileReader.cc(repositories_in_stream):100 - keeppackages: 0
[zypp] RepoFileReader.cc(repositories_in_stream):100 
...

and some more of the log file up to the point where it seeks a response from me to the error…

[zypp++] MediaHandler.cc(release):741 Releasing media dir</var/cache/zypp/raw/repo-non-oss>
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp++] MediaHandler.cc(removeAttachPoint):200 MediaHandler - attachpoint is not temporary
[zypp] MediaHandler.cc(release):795 Released: dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss"
[zypp++] MediaManager.cc(close):309 Close to access handler using id 2 requested
[zypp++] MediaHandler.cc(release):727 Request to release media - not attached; eject ''
[zypp] MediaAccess.cc(close):248 Close: dir(dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss") (OK)
[zypp++] MediaHandler.cc(release):727 Request to release media - not attached; eject ''
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp++] MediaHandler.cc(removeAttachPoint):200 MediaHandler - attachpoint is not temporary
[zypp++] MediaSetAccess.cc(release):439 Releasing all media IDs held by this MediaSetAccess
[zypp++] MediaManager.cc(release):486 release(id=1)
[zypp++] MediaHandler.cc(release):734 Request to release attached media dir</var/cache/zypp/raw/repo-non-oss>, use count=1
[zypp++] MediaHandler.cc(release):741 Releasing media dir</var/cache/zypp/raw/repo-non-oss>
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp++] MediaHandler.cc(removeAttachPoint):200 MediaHandler - attachpoint is not temporary
[zypp] MediaHandler.cc(release):795 Released: dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss"
[zypp] RepoStatus.cc(fromCookieFile):114 No cookie file /var/cache/zypp/raw/repo-non-oss/cookie
[zypp] RepoManager.cc(checkIfToRefreshMetadata):893 No cached metadata, going to refresh
[zypp] RepoManager.cc(checkIfToRefreshMetadata):884 Going to try to check whether refresh is needed for http://download.opensuse.org/distribution/13.2/repo/non-oss/
[zypp] RepoManager.cc(probe):1309 going to probe the repo type at dir:///var/cache/zypp/raw/repo-non-oss ()
[zypp++] MediaSetAccess.cc(rewriteUrl):400 Rewriting url dir:///var/cache/zypp/raw/repo-non-oss
[zypp] MediaAccess.cc(open):117 Trying scheme 'dir'
[zypp] MediaDIR.cc(MediaDIR):48 MediaDIR::MediaDIR(dir:///var/cache/zypp/raw/repo-non-oss)
[zypp] MediaAccess.cc(open):197 Opened: dir(dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss")
[zypp++] MediaManager.cc(open):277 Opened new media access using id 3 to dir:///var/cache/zypp/raw/repo-non-oss
[zypp++] MediaSetAccess.cc(provide):203 Going to try to provide  file /repodata/repomd.xml from media number 1
[zypp++] MediaManager.cc(attach):413 attach(id=3)
[zypp] MediaHandler.cc(attach):674 Attached: dir:///var/cache/zypp/raw/repo-non-oss attached; localRoot "/var/cache/zypp/raw/repo-non-oss"
[zypp++] MediaManager.cc(checkDesired):109 checkDesired(3): desired (report by zypp::media::NoVerifier)
[zypp++] MediaManager.cc(checkDesired):112 checkDesired(3): desired (cached)
[zypp++] MediaManager.cc(checkDesired):112 checkDesired(3): desired (cached)
[zypp++] MediaSetAccess.cc(provide):203 Going to try to provide  file /content from media number 1
[zypp++] MediaManager.cc(checkDesired):112 checkDesired(3): desired (cached)
[zypp++] MediaManager.cc(checkDesired):112 checkDesired(3): desired (cached)
[zypp] MediaAccess.cc(open):117 Trying scheme 'dir'
[zypp] MediaDIR.cc(MediaDIR):48 MediaDIR::MediaDIR(dir:///var/cache/zypp/raw/repo-non-oss)
[zypp] MediaAccess.cc(open):197 Opened: dir(dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss")
[zypp++] MediaManager.cc(open):277 Opened new media access using id 4 to dir:///var/cache/zypp/raw/repo-non-oss
[zypp++] MediaManager.cc(attach):413 attach(id=4)
[zypp] MediaHandler.cc(attach):674 Attached: dir:///var/cache/zypp/raw/repo-non-oss attached; localRoot "/var/cache/zypp/raw/repo-non-oss"
[zypp++] MediaManager.cc(checkDesired):109 checkDesired(4): desired (report by zypp::media::NoVerifier)
[zypp] RepoManager.cc(probe):1370 Probed type RPMPLAINDIR at dir:///var/cache/zypp/raw/repo-non-oss ()
[zypp++] MediaManager.cc(release):486 release(id=4)
[zypp++] MediaHandler.cc(release):734 Request to release attached media dir</var/cache/zypp/raw/repo-non-oss>, use count=1
[zypp++] MediaHandler.cc(release):741 Releasing media dir</var/cache/zypp/raw/repo-non-oss>
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp++] MediaHandler.cc(removeAttachPoint):200 MediaHandler - attachpoint is not temporary
[zypp] MediaHandler.cc(release):795 Released: dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss"
[zypp++] MediaManager.cc(close):309 Close to access handler using id 4 requested
[zypp++] MediaHandler.cc(release):727 Request to release media - not attached; eject ''
[zypp] MediaAccess.cc(close):248 Close: dir(dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss") (OK)
[zypp++] MediaHandler.cc(release):727 Request to release media - not attached; eject ''
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp++] MediaHandler.cc(removeAttachPoint):200 MediaHandler - attachpoint is not temporary
[zypp++] MediaSetAccess.cc(release):439 Releasing all media IDs held by this MediaSetAccess
[zypp++] MediaManager.cc(release):486 release(id=3)
[zypp++] MediaHandler.cc(release):734 Request to release attached media dir</var/cache/zypp/raw/repo-non-oss>, use count=1
[zypp++] MediaHandler.cc(release):741 Releasing media dir</var/cache/zypp/raw/repo-non-oss>
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp++] MediaHandler.cc(removeAttachPoint):200 MediaHandler - attachpoint is not temporary
[zypp] MediaHandler.cc(release):795 Released: dir:///var/cache/zypp/raw/repo-non-oss not attached; localRoot "/var/cache/zypp/raw/repo-non-oss"
[zypp] RepoStatus.cc(fromCookieFile):114 No cookie file /var/cache/zypp/raw/repo-non-oss/cookie
[zypp] RepoManager.cc(checkIfToRefreshMetadata):893 No cached metadata, going to refresh
[zypp] RepoManager.cc(refreshMetadata):1027 Going to refresh metadata from http://download.opensuse.org/distribution/13.2/repo/non-oss/
[zypp] RepoManager.cc(probe):1309 going to probe the repo type at http://download.opensuse.org/distribution/13.2/repo/non-oss/ (/)
[zypp++] MediaSetAccess.cc(rewriteUrl):400 Rewriting url http://download.opensuse.org/distribution/13.2/repo/non-oss/
[zypp] MediaAccess.cc(open):117 Trying scheme 'http'
[zypp] MediaCurl.cc(MediaCurl):459 MediaCurl::MediaCurl(http://download.opensuse.org/distribution/13.2/repo/non-oss/, )
[zypp] MediaMultiCurl.cc(MediaMultiCurl):1158 MediaMultiCurl::MediaMultiCurl(http://download.opensuse.org/distribution/13.2/repo/non-oss/, )
[zypp] MediaAccess.cc(open):197 Opened: http(http://download.opensuse.org/distribution/13.2/repo/non-oss/ not attached; localRoot "")
[zypp++] MediaManager.cc(open):277 Opened new media access using id 5 to http://download.opensuse.org/distribution/13.2/repo/non-oss/
[zypp++] MediaSetAccess.cc(provide):203 Going to try to provide  file /repodata/repomd.xml from media number 1
[zypp++] MediaManager.cc(attach):413 attach(id=5)
[zypp++] MediaHandler.cc(createAttachPoint):398 Look for orphaned attach points in /var/adm/mount{d 0755 0/0}
[zypp] PathInfo.cc(dirForEach):563 readdir /var/adm/mount 
[zypp] MediaHandler.cc(createAttachPoint):371 Created default attach point /var/adm/mount/AP_0xnalTY6
[zypp] ProductFileReader.cc(parse):216 +++/etc/products.d/baseproduct[g___]
[zypp] Reader.cc(Reader):113 Start Parsing /etc/products.d/baseproduct[g___]
[zypp] Reader.cc(~Reader):137 Done Parsing /etc/products.d/baseproduct[_eF_]
[zypp] ProductFileReader.cc(parse):242 ---0 - /etc/products.d/baseproduct[_eF_]
[zypp] ProxyInfoLibproxy.cc(getProxyFactory):66 Build Libproxy Factory from /etc/sysconfig/proxy
[zypp++] MediaCurl.cc(setupEasy):719 Proxy: not explicitly set
[zypp++] MediaCurl.cc(setupEasy):720 Proxy: libcurl may look into the environment
[zypp] MediaHandler.cc(attach):674 Attached: http://download.opensuse.org/distribution/13.2/repo/non-oss/ attached; localRoot "/var/adm/mount/AP_0xnalTY6"
[zypp++] MediaManager.cc(checkDesired):109 checkDesired(5): desired (report by zypp::media::NoVerifier)
[zypp++] MediaManager.cc(checkDesired):112 checkDesired(5): desired (cached)
[zypp++] MediaCurl.cc(doGetDoesFileExist):1083 /repodata/repomd.xml
[zypp++] MediaCurl.cc(doGetDoesFileExist):1093 URL: http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml
[zypp] MediaCurl.cc(doGetDoesFileExist):1174 perform code: 7  Couldn't connect to server ]
[zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1066 THROW:    Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
[zypp] Exception.cc(log):137 Error code: Connection failed
[zypp] Exception.cc(log):137 Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable
[zypp] Exception.cc(log):137 
[zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1070 RETHROW:  Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
[zypp] Exception.cc(log):137 Error code: Connection failed
[zypp] Exception.cc(log):137 Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable
[zypp] Exception.cc(log):137 
[zypp] Exception.cc(log):137 MediaCurl.cc(doGetDoesFileExist):1220 RETHROW:  Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
[zypp] Exception.cc(log):137 Error code: Connection failed
[zypp] Exception.cc(log):137 Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable
[zypp] Exception.cc(log):137 
[zypp] Exception.cc(log):137 MediaCurl.cc(getDoesFileExist):938 RETHROW:  Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
[zypp] Exception.cc(log):137 Error code: Connection failed
[zypp] Exception.cc(log):137 Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable
[zypp] Exception.cc(log):137 
[zypp] Exception.cc(log):137 MediaSetAccess.cc(provide):216 CAUGHT:   Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
[zypp] Exception.cc(log):137 Error code: Connection failed
[zypp] Exception.cc(log):137 Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable
[zypp] Exception.cc(log):137 
[zypp++] MediaManager.cc(checkDesired):112 checkDesired(5): desired (cached)
[zypp++] MediaHandler.cc(getDetectedDevices):1381 No devices for this medium
[zypp++] MediaSetAccess.cc(provide):228 Media couldn't provide file /repodata/repomd.xml , releasing.
[zypp++] MediaManager.cc(release):486 release(id=5)
[zypp++] MediaHandler.cc(release):734 Request to release attached media http<http://download.opensuse.org/distribution/13.2/repo/non-oss/>, use count=1
[zypp++] MediaHandler.cc(release):741 Releasing media http<http://download.opensuse.org/distribution/13.2/repo/non-oss/>
[zypp] MediaHandler.cc(disconnect):713 Disconnected: http://download.opensuse.org/distribution/13.2/repo/non-oss/ attached; localRoot "/var/adm/mount/AP_0xnalTY6"
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypp] PathInfo.cc(recursive_rmdir):430 recursive_rmdir /var/adm/mount/AP_0xnalTY6 
[zypp] MediaHandler.cc(removeAttachPoint):191 Deleted default attach point /var/adm/mount/AP_0xnalTY6
[zypp] MediaHandler.cc(release):795 Released: http://download.opensuse.org/distribution/13.2/repo/non-oss/ not attached; localRoot ""
[zypp] MediaManager.cc(releaseAll):525 Releasing all attached media
[zypp++] MediaManager.cc(releaseAll):543 Media id 1 not attached 
[zypp++] MediaManager.cc(releaseAll):543 Media id 3 not attached 
[zypp++] MediaManager.cc(releaseAll):543 Media id 5 not attached 
[zypp] MediaManager.cc(releaseAll):553 Exit
[zypper++] media.cc(requestMedia):218 medium problem, url: http://download.opensuse.org/distribution/13.2/repo/non-oss/, error 3, label '', #1
[zypper] misc.cc(is_changeable_media):38 Checking if this is a changeable medium
[zypp] MediaAccess.cc(open):117 Trying scheme 'http'
[zypp] MediaCurl.cc(MediaCurl):459 MediaCurl::MediaCurl(http://download.opensuse.org/distribution/13.2/repo/non-oss/, )
[zypp] MediaMultiCurl.cc(MediaMultiCurl):1158 MediaMultiCurl::MediaMultiCurl(http://download.opensuse.org/distribution/13.2/repo/non-oss/, )
[zypp] MediaAccess.cc(open):197 Opened: http(http://download.opensuse.org/distribution/13.2/repo/non-oss/ not attached; localRoot "")
[zypp++] MediaManager.cc(open):277 Opened new media access using id 6 to http://download.opensuse.org/distribution/13.2/repo/non-oss/
[zypp++] MediaManager.cc(close):309 Close to access handler using id 6 requested
[zypp++] MediaHandler.cc(release):727 Request to release media - not attached; eject ''
[zypp] MediaAccess.cc(close):248 Close: http(http://download.opensuse.org/distribution/13.2/repo/non-oss/ not attached; localRoot "") (OK)
[zypp++] MediaHandler.cc(release):727 Request to release media - not attached; eject ''
[zypp++] MediaHandler.cc(removeAttachPoint):179 MediaHandler - checking if to remove attach point
[zypper++] prompt.cc(getReplyIndex):127  reply: i (i lowercase)
[zypper++] prompt.cc(getReplyIndex):134 index: 0 option: a
[zypper++] prompt.cc(getReplyIndex):134 index: 1 option: r
[zypper++] prompt.cc(getReplyIndex):134 index: 2 option: i
[zypper] prompt.cc(get_prompt_reply):375 reply: i (2)
[zypp] MediaSetAccess.cc(provide):283 ProvideFile exception caught, callback answer: 2
[zypp++] MediaSetAccess.cc(provide):294 Skipping

You said you can ping download.opensuse.org as user, but can you do it as root?

sudo ping download.opensuse.org

zypper uses curl to download the packages/access the repos. So the problem might lie there.
Does downloading the repo metadata work (as root in particular)?

curl http://download.opensuse.org/distribution/13.2/repo/non-oss/suse/repodata/repomd.xml

You might also try the “-v” switch to get debugging output.

If this does not work, please also try the “-4” switch to only use IPv4 (just a wild guess that your problem might be related to IPv6).

On 2015-01-29 22:06, tgf wrote:

> I could not find from your previous messages a reference to log files.

cer> Extra details will
cer> be in “/var/log/zypper.log”, specifically the exact mirror URL zypper is
cer> using. You can double check yourself that those work.

:slight_smile:

> I
> had a look at /var/log/zypper.log. It is a big file, but I haven’t been
> able to deduce from it what is wrong, other than it cannot open the web
> address and that the addresses it is attempting are wrong. I have pruned
> it down and here is some of it:

Ok, after a “zypper ref” attempt, you could open it with “less”, go to the end, and search up for the string “http:/”, and you’ll find the download attempts:


2015-01-29 22:21:13 <1> Telcontar(32274) [zypp:fetcher] Fetcher.cc(provideToDest):547 Not found in cache, downloading
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaSetAccess.cc(provide):203 Going to try to provide  file /repodata/repomd.xml from media number 1
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(4): desired (cached)
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaManager.cc(checkDesired):112 checkDesired(4): desired (cached)
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1319 dest: /var/adm/mount/AP_0xqNlAHH/repodata/repomd.xml
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1320 temp: /var/adm/mount/AP_0xqNlAHH/repodata/repomd.xml.new.zypp.OZtJyH
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaCurl.cc(doGetFileCopyFile):1384 /repodata/repomd.xml
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaCurl.cc(doGetFileCopyFile):1394 URL: http://ftp.gwdg.de/pub/linux/packman/suse/openSUSE_13.1/repodata/repomd.xml
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaMultiCurl.cc(progressCallback):1272 looks_like_metalink_fd: 0
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaMultiCurl.cc(doGetFileCopy):1360 HTTP response: 200
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp++] MediaMultiCurl.cc(looks_like_metalink):1234 looks_like_metalink(/var/adm/mount/AP_0xqNlAHH/repodata/repomd.xml.new.zypp.OZtJyH): 0
2015-01-29 22:21:13 <1> Telcontar(32274) [zypp] PathInfo.cc(rename):680 rename /var/adm/mount/AP_0xqNlAHH/repodata/repomd.xml.new.zypp.OZtJyH -> /var/adm/mount/AP_0xqNlAHH/repodata/repomd
..xml

You could try search for http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml directly.

WAIT! That URL/directory/file does not exist!

It is http://download.opensuse.org/distribution/13.2/repo/non-oss/suse/repodata/

Ah… I forgot. zypper has to try both …/suse/repodata and …/repodata, in order to find if it is a normal repo or an update repo.
All yours are of “NONE” type.

Seeing your next post now. More promising.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

On 2015-01-29 22:16, tgf wrote:
>
> and some more of the log file up to the point where it seeks a response
> from me to the error…
>
> Code:
> --------------------

> [zypp] RepoManager.cc(checkIfToRefreshMetadata):893 No cached metadata, going to refresh
> [zypp] RepoManager.cc(refreshMetadata):1027 Going to refresh metadata from http://download.opensuse.org/distribution/13.2/repo/non-oss/
> [zypp] RepoManager.cc(probe):1309 going to probe the repo type at http://download.opensuse.org/distribution/13.2/repo/non-oss/ (/)
> [zypp++] MediaSetAccess.cc(rewriteUrl):400 Rewriting url http://download.opensuse.org/distribution/13.2/repo/non-oss/
> [zypp] MediaAccess.cc(open):117 Trying scheme ‘http’
> [zypp] MediaCurl.cc(MediaCurl):459 MediaCurl::MediaCurl(http://download.opensuse.org/distribution/13.2/repo/non-oss/, )
> [zypp] MediaMultiCurl.cc(MediaMultiCurl):1158 MediaMultiCurl::MediaMultiCurl(http://download.opensuse.org/distribution/13.2/repo/non-oss/, )
> [zypp] MediaAccess.cc(open):197 Opened: http(http://download.opensuse.org/distribution/13.2/repo/non-oss/ not attached; localRoot “”)
> [zypp++] MediaManager.cc(open):277 Opened new media access using id 5 to http://download.opensuse.org/distribution/13.2/repo/non-oss/
> [zypp++] MediaSetAccess.cc(provide):203 Going to try to provide file /repodata/repomd.xml from media number 1
> [zypp++] MediaManager.cc(attach):413 attach(id=5)

I think that the file was successfully downloaded here.

> [zypp] ProxyInfoLibproxy.cc(getProxyFactory):66 Build Libproxy Factory from /etc/sysconfig/proxy
> [zypp++] MediaCurl.cc(setupEasy):719 Proxy: not explicitly set

not proxy.

> [zypp++] MediaCurl.cc(setupEasy):720 Proxy: libcurl may look into the environment
> [zypp] MediaHandler.cc(attach):674 Attached: http://download.opensuse.org/distribution/13.2/repo/non-oss/ attached; localRoot “/var/adm/mount/AP_0xnalTY6”
> [zypp++] MediaManager.cc(checkDesired):109 checkDesired(5): desired (report by zypp::media::NoVerifier)
> [zypp++] MediaManager.cc(checkDesired):112 checkDesired(5): desired (cached)
> [zypp++] MediaCurl.cc(doGetDoesFileExist):1083 /repodata/repomd.xml
> [zypp++] MediaCurl.cc(doGetDoesFileExist):1093 URL: http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml
> [zypp] MediaCurl.cc(doGetDoesFileExist):1174 perform code: 7 Couldn’t connect to server ]

Failed. But this is correct, I get 404 myself.

(zypper is trying to find out the type of the repository by
seeing what files are there, so the 404 is expected and normal)

> [zypp] Exception.cc(log):137 MediaCurl.cc(evaluateCurlCode):1066 THROW: Download (curl) error for ‘http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml’:
> [zypp] Exception.cc(log):137 Error code: Connection failed
> [zypp] Exception.cc(log):137 Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

Your error message is different. You should get a connection, then error
404 because the directory is wrong.

I think it tries 5 times.

> [zypp++] MediaSetAccess.cc(provide):228 Media couldn’t provide file /repodata/repomd.xml , releasing.
> [zypp++] MediaManager.cc(release):486 release(id=5)

quits the attempt.

I’m not sure what is happening…

I would try to download that file with the wrong url using curl. See
what happens…

I tried here and it dumps the html of the web error page to the screen.
I’m not familiar with curl syntax myself. But I see an “Error 404”
string, which I expected.

“curl p” returns “curl: (6) Could not resolve host: p” which may be what
you get from zypper.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

Thanks. First I tried

ping download.opensuse.org
as root and it worked fine. Then I tried
curl http://download.opensuse.org/distribution/13.2/repo/non-oss/suse/repodata/repomd.xml

and it gave

curl: (7) Failed to connect to download.opensuse.org port 80: Network is unreachable

Adding the “-v” flag gave this output:

# curl -v http://download.opensuse.org/distribution/13.2/repo/non-oss/suse/repodata/repomd.xml
* Hostname was NOT found in DNS cache
*   Trying 195.135.221.134...
*   Trying 2001:67c:2178:8::13...
* Connected to download.opensuse.org (195.135.221.134) port 80 (#0)
> GET /distribution/13.2/repo/non-oss/suse/repodata/repomd.xml HTTP/1.1
> User-Agent: curl/7.38.0
> Host: download.opensuse.org
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Fri, 30 Jan 2015 02:57:05 GMT
* Server Apache/2.2.12 (Linux/SUSE) is not blacklisted
< Server: Apache/2.2.12 (Linux/SUSE)
< X-Prefix: 114.198.116.0/22
< X-AS: 4802
< Last-Modified: Sat, 25 Oct 2014 11:31:50 GMT
< ETag: "38dc9f-61b-5063da4ba5580"
< Accept-Ranges: bytes
< Content-Length: 1563
< Cache-Control: must-revalidate
< Expires: Fri, 30 Jan 2015 02:57:05 GMT
< Content-Type: text/xml
< 
<?xml version="1.0" encoding="UTF-8"?>
<repomd xmlns="http://linux.duke.edu/metadata/repo" xmlns:rpm="http://linux.duke.edu/metadata/rpm">
  <revision>1414236708</revision>
  <data type="filelists">
    <location href="repodata/db41461816d3d72fab77d45530f44ed1c9512b93a3ed5a5144b337e5dc1c1905-filelists.xml.gz" />
    <checksum type="sha256">519538e562445478c226bd451a3d95b8c71c8b351727ccadadb30749da0c9408</checksum>
    <timestamp>1414236710</timestamp>
    <size>55322</size>
    <open-size>718375</open-size>
    <open-checksum type="sha256">67ef9cce5ad6a2c1a31d59a8fa41e355cb95239858203a39ec2af77f9a95b41f</open-checksum>
  </data>
  <data type="other">
    <location href="repodata/7e96c1292f58cff458d66449d503e27ba50ee42040969f377a222f6a021d3fb6-other.xml.gz" />
    <checksum type="sha256">7bf58f8107b75463aef6ced75cab70f4ac4e8bc1ca659a72caee2da2f83267e7</checksum>
    <timestamp>1414236710</timestamp>
    <size>33859</size>
    <open-size>222296</open-size>
    <open-checksum type="sha256">82a3243e626c893b203ea730f5c99b20b59651c740363d7f491307d6517a2742</open-checksum>
  </data>
  <data type="primary">
    <location href="repodata/7072e6c9d59bada5b17e6d7f4133ace7eb878bb0f51a8be68178d1d3c1ad04f4-primary.xml.gz" />
    <checksum type="sha256">e719f35b070788b97f8be1a4f5e75950e48decb0b3971cfa4af106194b68c888</checksum>
    <timestamp>1414236710</timestamp>
    <size>22892</size>
    <open-size>146619</open-size>
    <open-checksum type="sha256">940d80835e1adf950198b56198435a7cd4d30db1cdbda40510e601d74dbebaa4</open-checksum>
  </data>
</repomd>
* Connection #0 to host download.opensuse.org left intact

and replacing the “-v” with “-4” gave the XML file that was delivered by the previous request.

So if zypper uses curl for file delivery and the “-4” flag delivers the file without attempting IP6, I am not sure what I would need to do with zypper or YaST to force this. I tried “-4” on zyyper but it was not recognized.

I also tried to use curl with “-4” and a non-existent file and it gave me HTML containing the Error 404.

And “curl p” gives “could not resolve host: p”, the same as you got.

So even adding “-v” made it work?

That’s a bit unexpected for me.

and replacing the “-v” with “-4” gave the XML file that was delivered by the previous request.

So if zypper uses curl for file delivery and the “-4” flag delivers the file without attempting IP6, I am not sure what I would need to do with zypper or YaST to force this. I tried “-4” on zyyper but it was not recognized.

So maybe IPv6 is indeed the problem.

Try to disable it completely in YaST->Network Devices->Network Settings->Global Options.

On 2015-01-30 11:46, wolfi323 wrote:

> So maybe IPv6 is indeed the problem.
>
> Try to disable it completely in YaST->Network Devices->Network
> Settings->Global Options.

A trick in 13.1 is to create this file:


Telcontar:~ # cat /root/.curlrc
#CER: Default config for curl, use only IPv6
--ipv4
# CER - instead, try /etc/zypp/zypp.conf - download.max_download_speed
# --limit-rate 50K
Telcontar:~ #


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)

I disabled IPv6 but it makes no difference. I can still ping download.opensuse.org as before, but the message from zypper is still

Download (curl) error for 'http://download.opensuse.org/distribution/13.2/repo/non-oss/repodata/repomd.xml':
Error code: Connection failed
Error message: Failed to connect to download.opensuse.org port 80: Network is unreachable

and YaST - Software Management still reports “cannot access installation media” and it only lists what is installed.

I don’t know if it is relevant but when I run “gedit &”, I get these messages as gedit starts up and when saving a file:

** (gedit:3109): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(gedit:3109): Gtk-WARNING **: Calling Inhibit failed: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files

On 2015-01-30 22:16, tgf wrote:

> I disabled IPv6 but it makes no difference. I can still ping
> download.opensuse.org as before, but the message from zypper is still

Try curl directly, as before. It gives more information, and it is curl
that is the problem.

> I don’t know if it is relevant but when I run “gedit &”, I get these
> messages as gedit starts up and when saving a file:

No, I don’t think it is important.


Cheers / Saludos,

Carlos E. R.
(from 13.1 x86_64 “Bottle” at Telcontar)