Fedora 13 and 14 Repo's

Discussion in 'Installation/Configuration' started by cybereatl, Jan 30, 2011.

  1. cybereatl

    cybereatl Member

    Hi folks,

    In the past few days I've found some issues to download and install apps thru yum, seems that all repos are having issues, here is an example:

    http://mirrors.ucr.ac.cr/fedora/updates/13/i386/php-cli-5.3.5-1.fc13.i686.rpm: [Errno 14] PYCURL ERROR 6 - ""
    Trying other mirror.

    ftp://ftp.telmexchile.cl/pub/fedora/linux/updates/13/i386/cpp-4.4.5-2.fc13.i686.rpm: [Errno 14] PYCURL ERROR 6 - ""
    Trying other mirror.

    Am thinking is a way how to manually have packages and set my own mirror.

    Any ideas how to set it up?

    Thank you all!! :cool:
     
  2. cybereatl

    cybereatl Member

    Am researching and seems like a dns error, but............

    Am following perfect fedora 13 setup

    [root@devel ~]# vi /etc/hosts

    127.0.0.1 localhost.localdomain localhost
    192.168.1.110 devel.asesoriasit.com devel
    ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6


    [root@devel ~]# cat /etc/resolv.conf
    # Generated by NetworkManager
    search asesoriasit.com
    nameserver 200.21.200.10
    nameserver 200.21.200.80
    [root@devel ~]#

    I've set all for DHCP and works like a charm??

    Question: Where do I screw up?

    Thanks :eek:
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Are
    Code:
    nameserver 200.21.200.10
    nameserver 200.21.200.80
    valid nameservers?
    Can you try
    Code:
    nameserver 8.8.8.8
    instead as the first nameserver in /etc/resolv.conf?
     

Share This Page