Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
i tried to update yum but it ended with error "no route to host " for each mirror ...so i tried $yum clean all $yum update as it was suggested ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15

    [SOLVED] yum update problem on fedpra 10.

    i tried to update yum but it ended with error "no route to host " for each mirror ...so i tried
    $yum clean all
    $yum update
    as it was suggested at one of thread but then it says "no mirrorlist "..
    what shld i do now ....how do i update yum ..??
    someone help me ..Thnx

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Hi and Welcome !

    Is internet working fine in your machine? Is it behind proxy?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15
    yes Internet is working fine on my machine. and ya i have being using proxies for Internet access .
    this is exactly what i got ..
    ""# yum update
    Loaded plugins: refresh-packagekit
    Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mir...a-10&arch=i386 error was
    [Errno 4] IOError: <urlopen error (113, 'No route to host')>
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again"..

    Thnx for ur reply ..

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Edit /etc/yum.conf file and add your proxy settings.
    Code:
    proxy=http://proxy.mydomain.si:80/
    proxy_username=
    proxy_password=
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15
    it does works ...
    i edited yum.conf file and tried to update yum ,it starts looking for mirrors and end with error urlopen error "name or service not know"..
    ..this error i got ..
    http://fr2.rpmfind.net/linux/rpmfusi...ta/repomd.xml: [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
    Trying other mirror.
    .
    .
    .
    Error: failure: repodata/04da721e41b80b2a003de83f73387a6d7d30833f-primary.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try..
    wht do i do now ???

  6. #6
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15
    please somebody help me out .....i cant find on Internet ... plz reply to post ....

  7. #7
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    did you enter in the values for your proxy in the file as casper suggested?

  8. #8
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15
    yes i did tht ..http://x.x.x.x. mydomainname.si:80/ but still its not working .
    also i got popup at right bottom corner with error message 'internal system error'..this

    Error Type: &lt;class &apos;yum.Errors.NoMoreMirrorsRepoError&apos;&g t;
    Error Value: failure: repodata/04da721e41b80b2a003de83f73387a6d7d30833f-primary.sqlite.bz2 from fedora: [Errno 256] No more mirrors to try.
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2202, in &lt;module&gt;
    main()
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2199, in main
    backend.dispatcher(sys.argv[1:])
    File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 599, in dispatcher
    self.dispatch_command(args[0], args[1:])
    File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 503, in dispatch_command
    self.get_distro_upgrades()
    File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1660, in get_distro_upgrades
    pkgs = self.yumbase.pkgSack.returnNewestByName(name=&apos ;preupgrade&apos
    File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 592, in &lt;lambda&gt;
    pkgSack = property(fget=lambda self: self._getSacks(),
    File : /usr/lib/python2.5/site-packages/yum/__init__.py, line 435, in _getSacks
    self.repos.populateSack(which=repos)
    File : /usr/lib/python2.5/site-packages/yum/repos.py, line 251, in populateSack
    sack.populate(repo, mdtype, callback, cacheonly)
    File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 168, in populate
    db_fn = repo._retrieveMD(mydbtype)
    File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 1412, in _retrieveMD
    cache=self.http_caching == &apos;all&apos
    File : /usr/lib/python2.5/site-packages/yum/yumRepo.py, line 749, in _getFile
    raise Errors.NoMoreMirrorsRepoError, errstr

    does it has anything to do with it ???

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    yum repolist
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  10. #10
    Just Joined!
    Join Date
    Feb 2009
    Posts
    15
    nothing happened ..same error as before urlopen error "name or service not known"

Page 1 of 2 1 2 LastLast

Posting Permissions

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