Salut les barbues du coin, je suis en train d'installer un mirroir sur debian, j'ai déjà poster cette appelle sur le forum hier, en créant un sujet mais n'ayant toujours pas de réponses et étant vraiment coincé je me permet de le reposter ici.
Je suivais jusque ici le tutoriel d'instalation que j'avais trouver sur le site suivant :
http://journaldunadminlinux.fr/installation-et-configuratio-un-mirroirrepository-local-debian-ou-depot-local-via-apt-mirror/
J'en suis a l'étape ou on modifie le contenue du fichier de configuration.
Le contenue de mon fichier est le suivant :
- ########## config ##################
#
set base_path /var/spool/apt-mirror
#
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 postmirror_script $var_path/postmirror.sh
set run_postmirror 0
set nthreads 20
set _tilde 0
#
- ########## end config ##############
deb http://ftp.fr.debian.org/debian/ wheezy main
deb-src http://ftp.fr.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
- wheezy-updates, previously known as ‘volatile’
deb http://ftp.fr.debian.org/debian/ wheezy-updates main
deb-src http://ftp.fr.debian.org/debian/ wheezy-updates main
Et quand j'effectue la commande :
apt-mirror /home/alexandre1/mirror.list, l'erreur suivante s'affciche :
Downloading 30 index files using 20 threads...
Begin time: Thu Oct 30 12:40:30 2014
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Thu Oct 30 12:40:30 2014
Proceed indexes: [SSSPsh: 1: cannot open ftp.fr.debian.org/debian///dists/wheezy/main/binar
y-:
No such file
apt-mirror: can't open index in proceed_index_gz at /usr/bin/apt-mirror line 445
J'ai beau chercher, je ne voie pas du tout ou est le problème alors si quelqu'un pourrait me dire d'ou le problème vient celà m'aiderait beaucoup.