Find the answer to your Linux question:
Results 1 to 3 of 3
Code: linux-424f:/mnt # zypper in vlc Retrieving repository 'openSUSE-11.3-Non-Oss' metadata [\] Download (curl) error for 'http://download.opensuse.org/distribution/11.3/repo/non-oss/repodata/repomd.xml': Error code: Connection failed Error message: Couldn't resolve host 'download.opensuse.org' this also appear each ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    55

    is the repo down? why is this happening?

    Code:
    linux-424f:/mnt # zypper in vlc
    Retrieving repository 'openSUSE-11.3-Non-Oss' metadata [\]
    Download (curl) error for 'http://download.opensuse.org/distribution/11.3/repo/non-oss/repodata/repomd.xml':
    Error code: Connection failed
    Error message: Couldn't resolve host 'download.opensuse.org'
    this also appear each time i'm using yast

    Code:
    Download failed:
        Failed to download /media.1/media from http://download.opensuse.org/distribution/11.3/repo/non-oss/
    History:
     -  [AbstractCommand.cc:224] URI=http://download.opensuse.org/distribution/11.3/repo/non-oss/media.1/media
    can you tell me what to do please. and after skipping, this are the errors.
    Code:
    [|] Valid metadata not found at specified URL(s)
    History:
    - Unknown error reading from 'http://download.opensuse.org/distribution/11.3/repo/oss/'
    - SKIP request: User-requested skipping of a file
    - Download (curl) error for 'http://download.opensuse.org/distribution/11.3/repo/oss/repodata/repomd.xml':
    Error code: Connection failed
    Error message: Couldn't resolve host 'download.opensuse.org'

  2. #2
    Linux Guru
    Join Date
    Nov 2007
    Posts
    1,695
    Code:
    Couldn't resolve host 'download.opensuse.org'
    Name resolution

    Whatever DNS server you're using is not resolving the name to an IP address.

    Nslookup can be used to confirm this:

    Code:
    nslookup download.opensuse.org
    Server:  XX.XX.XX.XX
    Address:  XX.XX.XX.XX
    
    Non-authoritative answer:
    Name:    download.opensuse.org
    Address:  195.135.221.134

  3. #3
    Just Joined!
    Join Date
    May 2009
    Posts
    55
    which file should i edit for this to work?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...