Bonjour,
lors de l'utilisation de apt-mirror quand je lance la commande
apt-mirror -c apt-mirror # LIGNE 36 de apt-mirror
il y a une erreur
/usr/bin/apt-mirror line 138
ligne 138 de apt-mirror
######################################################################################
## Setting up $config_file variable
$config_file = "/etc/apt/mirror.list"; # Default value
if ( $_ = shift )
{
die("apt-mirror: invalid config file specified") unless -e $_; ###c'est la lIGNE 138
$config_file = $_;
}
chomp $config_variables{"defaultarch"};
####################################################################################
et quand je lance l'update avec
il y a une erreur uniquement sur security ?
Failed to open Release file from http://security.debian.org/dists/bullseye/updates/Release at /usr/bin/apt-mirror line 507, <STREAM> line 3642.
Failed to open Release file from http://security.debian.org/dists/bullseye/updates/Release at /usr/bin/apt-mirror line 507, <STREAM> line 3642.
Failed to open Release file from http://security.debian.org/dists/bullseye/updates/Release at /usr/bin/apt-mirror line 507, <STREAM> line 3642.
Processing translation indexes: [TTTTTTT]
Downloading 82 translation files using 20 threads...
Begin time: Sun Jun 5 13:01:03 2022
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Sun Jun 5 13:01:05 2022
Failed to open Release file from http://security.debian.org//dists/bullseye/updates/Release at /usr/bin/apt-mirror line 653, <STREAM> line 14745.
Failed to open Release file from http://security.debian.org//dists/bullseye/updates/Release at /usr/bin/apt-mirror line 653, <STREAM> line 14745.
Failed to open Release file from http://security.debian.org//dists/bullseye/updates/Release at /usr/bin/apt-mirror line 653, <STREAM> line 14745.
Processing DEP-11 indexes: [DDDDDDD]
Downloading 30 dep11 files using 20 threads...
Begin time: Sun Jun 5 13:01:05 2022
[20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]...
End time: Sun Jun 5 13:01:05 2022
Processing indexes: [Sapt-mirror: can't open index security.debian.org///dists/bullseye/updates/main/source/Sources in process_index at /usr/bin/apt-mirror line 800.
apt-mirror: can't open index security.debian.org///dists/bullseye/updates/contrib/source/Sources in process_index at /usr/bin/apt-mirror line 800.
SPapt-mirror: can't open index security.debian.org///dists/bullseye/updates/main/binary-amd64/Packages in process_index at /usr/bin/apt-mirror line 800.
apt-mirror: can't open index security.debian.org///dists/bullseye/updates/contrib/binary-amd64/Packages in process_index at /usr/bin/apt-mirror line 800.
apt-mirror: can't open index security.debian.org///dists/bullseye/updates/non-free/binary-amd64/Packages in process_index at /usr/bin/apt-mirror line 800.
PPPPPP]
le /etc/apt/mirror.list que j'ai est : qui correspond à l'erreur /usr/bin/apt-mirror ligne 138
############# 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 bullseye main contrib non-free
deb-src http://ftp.fr.debian.org/debian bullseye main contrib
deb http://security.debian.org bullseye/updates main contrib non-free
deb-src http://security.debian.org bullseye/updates main contrib
deb http://security.debian.org/debian-security bullseye-security main contrib non-free
deb http://ftp.fr.debian.org/debian bullseye-updates main
deb http://deb.debian.org/debian bullseye main contrib non-free
deb http://deb.debian.org/debian bullseye-updates main contrib non-free
deb http://deb.debian.org/debian bullseye-backports main contrib non-free
clean http://ftp.fr.debian.org/debian
clean http://security.debian.org
ou peut être l'erreur du mirror.list ?
La récupération des dépôts deb.dabian.org et ftp.fr.debian.org se déroule très bien !
Le depot security.debian.org n'est pas récupéré
Dernière modification par vladim (05-06-2022 18:56:06)