Results 1 to 3 of 3

Thread: [SOLVED] intrepid and apt-mirror problem

  1. #1
    Join Date
    Sep 2005
    Location
    Norwich, England
    Beans
    33

    [SOLVED] intrepid and apt-mirror problem

    I'm playing around with my own local mirror using apt-mirror.

    I've got the hardy repository working without a hitch. But I've now tried to mirror the intrepid repository and I'm getting the following error.

    Code:
    user@Host:/etc/apt$ sudo apt-mirror /etc/apt/mirror-ibex.list
    Downloading 33 index files using 20 threads...
    Begin time: Tue Oct 21 22:02:27 2008
    [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
    End time: Tue Oct 21 22:04:04 2008
    
    Proceed indexes: [Psh: cannot open uk.achive.ubuntu.com/ubuntu//dists/intrepid/main/binary-i386/Packages.gz: No such file
    apt-mirror: can't open index in proceed_index_gz at /usr/bin/apt-mirror line 382.
    Where my mirror-ibex.list file is as follows.

    Code:
    ############# config ##################
    #
    # set base_path    /var/spool/apt-mirror
    #
    # if you change the base path you must create the directories below with write privlages
    #
    # set mirror_path  $base_path/mirror
    # set skel_path    $base_path/skel
    # set var_path    $base_path/var
    # set cleanscript $var_path/clean.sh
    # set defaultarch  <running host architecture>
    set nthreads    20
    set _tilde 0
    #
    ############# end config ##############
    
    deb http://uk.achive.ubuntu.com/ubuntu intrepid main
    deb http://uk.achive.ubuntu.com/ubuntu intrepid restricted
    deb http://uk.achive.ubuntu.com/ubuntu intrepid universe
    deb http://uk.achive.ubuntu.com/ubuntu intrepid multiverse
    
    # Updates
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-updates main
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-updates restricted
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-updates universe
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-updates multiverse
    
    # Security
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-security main
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-security restricted
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-security universe
    deb http://uk.achive.ubuntu.com/ubuntu intrepid-security multiverse
    
    clean http://uk.archive.ubuntu.com/ubuntu
    Does anyone know what the problem is and how I can fix it?

    Thanks
    You've got a lot of choices. If getting out of bed in the morning is a chore and you're not smiling on a regular
    basis, try another choice.

  2. #2
    Join Date
    Aug 2006
    Location
    Kent, UK
    Beans
    57
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: intrepid and apt-mirror problem

    You've entered uk.achive.ubuntu.com - I think that should be archive not achive.

  3. #3
    Join Date
    Sep 2005
    Location
    Norwich, England
    Beans
    33

    Re: intrepid and apt-mirror problem

    You are correct. I did indeed spell it wrong, and that was the problem.

    Thanks
    You've got a lot of choices. If getting out of bed in the morning is a chore and you're not smiling on a regular
    basis, try another choice.

Bookmarks

Posting Permissions

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