### JAMMY VERIFICATION-DONE ### *edited Install a lxc jammy container previous apt-mirror version: 0.5.4-1 sudo apt-get install apt-mirror vim /etc/apt/mirror.list deb http://archive.ubuntu.com/ubuntu eoan-updates main restricted universe multiverse ./apt-mirror ... Failed to open Release file from http://archive.ubuntu.com/ubuntu/dists/eoan-updates/Release at /usr/bin/apt-mirror line 653. .... ** Running apt-mirror never successfully finishes and errors out ** ### Proposed - enable Proposed pocket new apt-mirror version: 0.5.4-1ubuntu0.22.04.1 # show mirror.list vim /etc/apt/mirror.list # run apt-mirror without bug line apt-mirror Downloading 162 index files using 20 threads... Begin time: Mon Feb 26 14:03:44 2024 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 14:03:48 2024 Processing translation indexes: [TTT] Downloading 558 translation files using 20 threads... Begin time: Mon Feb 26 14:03:48 2024 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 14:03:54 2024 Processing DEP-11 indexes: [DDD] Downloading 64 dep11 files using 20 threads... Begin time: Mon Feb 26 14:03:54 2024 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 14:03:56 2024 Processing cnf indexes: [CCC] Downloading 24 cnf files using 20 threads... Begin time: Mon Feb 26 14:03:56 2024 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 14:03:56 2024 Processing indexes: [SSSPPP] 425.7 GiB will be downloaded into archive. Downloading 195380 archive files using 20 threads... Begin time: Mon Feb 26 14:04:19 2024 [20]... ^C 425.7 GiB will be downloaded into archive. <--- this line is concerning, is this the correct behavior? *Note - we do see the new cnf files being collected and added. * confirmed this is the correct behavior if you have all series listed with main/updates/universe/multiverse etc. Just using multiverse turned on. Downloading 14 index files using 14 threads... Begin time: Mon Feb 26 16:56:38 2024 [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 16:56:39 2024 Processing translation indexes: [T] Downloading 105 translation files using 20 threads... Begin time: Mon Feb 26 16:56:39 2024 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 16:56:39 2024 Processing DEP-11 indexes: [D] Downloading 8 dep11 files using 8 threads... Begin time: Mon Feb 26 16:56:39 2024 [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 16:56:39 2024 Processing cnf indexes: [C] Downloading 2 cnf files using 2 threads... Begin time: Mon Feb 26 16:56:39 2024 [2]... [1]... [0]... End time: Mon Feb 26 16:56:39 2024 Processing indexes: [P] 4.2 GiB will be downloaded into archive. Downloading 228 archive files using 20 threads... Begin time: Mon Feb 26 16:56:40 2024 [20]... [19]... [18]... [17]... [16]... [15]... [14]... [13]... [12]... [11]... [10]... [9]... [8]... [7]... [6]... [5]... [4]... [3]... [2]... [1]... [0]... End time: Mon Feb 26 16:56:50 2024 3.6 GiB in 7432 files and 1998 directories can be freed. Run /var/spool/apt-mirror/var/clean.sh for this purpose. Running the Post Mirror script ... (/var/spool/apt-mirror/var/postmirror.sh) Post Mirror script has completed. See above output for any possible errors. apt-get update also returns no errors Thanks, Heather Lemon ### JAMMY VERIFICATION-DONE ###