Ошибки apt-get update

Автор Bkmz, 16 сентября 2024, 23:21:54

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Bkmz

Добрый день. Подскажите пожалуйста можно ли как то исправить ошибки обновления
$ sudo apt-get update
Игн:1 https://deb.debian.org/debian bookworm InRelease
Игн:2 https://security.debian.org bookworm-security InRelease
Игн:3 https://deb.debian.org/debian bookworm-updates InRelease
Игн:2 https://security.debian.org bookworm-security InRelease
Игн:1 https://deb.debian.org/debian bookworm InRelease
Игн:2 https://security.debian.org bookworm-security InRelease
Игн:3 https://deb.debian.org/debian bookworm-updates InRelease
Ошб:2 https://security.debian.org bookworm-security InRelease
  Временная ошибка при разрешении «security.debian.org»
Игн:1 https://deb.debian.org/debian bookworm InRelease
Игн:3 https://deb.debian.org/debian bookworm-updates InRelease
Ошб:1 https://deb.debian.org/debian bookworm InRelease
  Временная ошибка при разрешении «deb.debian.org»
Ошб:3 https://deb.debian.org/debian bookworm-updates InRelease
  Временная ошибка при разрешении «deb.debian.org»
Чтение списков пакетов... Готово
W: Не удалось получить https://deb.debian.org/debian/dists/bookworm/InRelease  Временная ошибка при разрешении «deb.debian.org»
W: Не удалось получить https://deb.debian.org/debian/dists/bookworm-updates/InRelease  Временная ошибка при разрешении «deb.debian.org»
W: Не удалось получить https://security.debian.org/dists/bookworm-security/InRelease  Временная ошибка при разрешении «security.debian.org»
W: Некоторые индексные файлы скачать не удалось. Они были проигнорированы, или вместо них были использованы старые версии.
W: Цель Packages (main/binary-amd64/Packages) настроена несколько раз: в /etc/apt/sources.list:1 и в /etc/apt/sources.list:10
W: Цель Packages (main/binary-all/Packages) настроена несколько раз: в /etc/apt/sources.list:1 и в /etc/apt/sources.list:10
W: Цель Translations (main/i18n/Translation-ru_RU) настроена несколько раз: в /etc/apt/sources.list:1 и в /etc/apt/sources.list:10
W: Цель Translations (main/i18n/Translation-ru) настроена несколько раз: в /etc/apt/sources.list:1 и в /etc/apt/sources.list:10
W: Цель Translations (main/i18n/Translation-en) настроена несколько раз: в /etc/apt/sources.list:1 и в /etc/apt/sources.list:10
$

Лия

#1
Покажите
date
ls -lh /etc/host.conf /etc/hosts /etc/nsswitch.conf /etc/resolv.conf
cat /etc/host.conf /etc/hosts /etc/nsswitch.conf /etc/resolv.conf
cat /etc/apt/sources.list

ferum

Цитата: Лия от 16 сентября 2024, 23:54:08Покажите
Так видно бардак в /etc/apt
Для начала надо привести всё в исходное состояние.
Русские дебианщики против цифрового слабоумия !

Лия

Цитата: ferum от 17 сентября 2024, 10:18:16Так видно бардак в /etc/apt
Ну да, видно, просто хотелось посмотреть, что же там :)
Вообще, должно быть так:
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main  contrib non-free non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main  contrib non-free non-free-firmware

deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
https://wiki.debian.org/SourcesList

Bkmz

#4
Добрый вечер!
Цитата: Лия от 16 сентября 2024, 23:54:08Покажите
date
ls -lh /etc/host.conf /etc/hosts /etc/nsswitch.conf /etc/resolv.conf
cat /etc/host.conf /etc/hosts /etc/nsswitch.conf /etc/resolv.conf
cat /etc/apt/sources.list
date
Вт 17 сен 2024 21:00:07 MSK
$ ls -lh /etc/host.conf /etc/hosts /etc/nsswitch.conf /etc/resolv.conf
-rw-r--r-- 1 root root   9 авг  7  2006 /etc/host.conf
-rw-r--r-- 1 root root 203 дек 10  2013 /etc/hosts
-rw-r--r-- 1 root root 542 дек 10  2022 /etc/nsswitch.conf
-rw-r--r-- 1 root root  23 мая 31  2020 /etc/resolv.conf
$ cat /etc/host.conf /etc/hosts /etc/nsswitch.conf /etc/resolv.conf
multi on
127.0.0.1       localhost
127.0.1.1       vxhome.vxnetwork        vxhome

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc "Name Service Switch"' for information about this file.

passwd:         files systemd
group:          files systemd
shadow:         files
gshadow:        files

hosts:          files mdns4_minimal [NOTFOUND=return] dns
networks:       files

protocols:      db files
services:       db files
ethers:         db files
rpc:            db files

netgroup:       nis
nameserver 192.168.1.1
$ cat /etc/apt/sources.list
deb https://deb.debian.org/debian bookworm main
deb-src https://deb.debian.org/debian bookworm main

deb https://deb.debian.org/debian  bookworm-updates main
deb-src https://deb.debian.org/debian bookworm-updates main

deb https://security.debian.org bookworm-security main
deb-src https://security.debian.org bookworm-security main

deb https://deb.debian.org/debian bookworm main non-free-firmware

17 сентября 2024, 21:14:19
Файл заменил

cat /etc/apt/sources.list
deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main  contrib non-free non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main  contrib non-free non-free-firmware

deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware
Результат не изменился.
sudo apt-get update
Игн:1 http://deb.debian.org/debian bookworm InRelease
Игн:2 http://security.debian.org/debian-security bookworm-security InRelease
Игн:3 http://deb.debian.org/debian bookworm-updates InRelease
Игн:2 http://security.debian.org/debian-security bookworm-security InRelease
Игн:2 http://security.debian.org/debian-security bookworm-security InRelease
Игн:1 http://deb.debian.org/debian bookworm InRelease
Игн:3 http://deb.debian.org/debian bookworm-updates InRelease
Ошб:2 http://security.debian.org/debian-security bookworm-security InRelease
  Временная ошибка при разрешении «security.debian.org»
Игн:1 http://deb.debian.org/debian bookworm InRelease
Игн:3 http://deb.debian.org/debian bookworm-updates InRelease
Ошб:1 http://deb.debian.org/debian bookworm InRelease
  Временная ошибка при разрешении «deb.debian.org»
Ошб:3 http://deb.debian.org/debian bookworm-updates InRelease
  Временная ошибка при разрешении «deb.debian.org»
Чтение списков пакетов... Готово
W: Не удалось получить http://deb.debian.org/debian/dists/bookworm/InRelease  Временная ошибка при разрешении «deb.debian.org»
W: Не удалось получить http://security.debian.org/debian-security/dists/bookworm-security/InRelease  Временная ошибка при разрешении «security.debian.org»
W: Не удалось получить http://deb.debian.org/debian/dists/bookworm-updates/InRelease  Временная ошибка при разрешении «deb.debian.org»
W: Некоторые индексные файлы скачать не удалось. Они были проигнорированы, или вместо них были использованы старые версии.


ChubaDuba


Bkmz

ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=60 time=15.4 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=60 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=60 time=14.9 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=60 time=14.8 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=60 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=60 time=14.9 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=60 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=60 time=15.1 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=60 time=15.0 ms


ChubaDuba

#7
# resolvectl --legend=no -t MX query ya.ru

Цитата: Bkmz от 17 сентября 2024, 22:58:35ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=60 time=15.4 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=60 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=3 ttl=60 time=14.9 ms
64 bytes from 8.8.8.8: icmp_seq=4 ttl=60 time=14.8 ms
64 bytes from 8.8.8.8: icmp_seq=5 ttl=60 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=6 ttl=60 time=14.9 ms
64 bytes from 8.8.8.8: icmp_seq=7 ttl=60 time=15.0 ms
64 bytes from 8.8.8.8: icmp_seq=8 ttl=60 time=15.1 ms
64 bytes from 8.8.8.8: icmp_seq=9 ttl=60 time=15.0 ms
а
$ ping deb.debian.org
?

Ещё можно глянуть:
# systemctl status systemd-resolved.service

Bkmz

$ sudo resolvectl --legend=no -t MX query ya.ru
sudo: resolvectl: command not found
$ sudo systemctl status systemd-resolved.service
Unit systemd-resolved.service could not be found.

Исправил DNS пинг заработал и заработал апдейт. Спасибо!

Репозиторий «http://deb.debian.org/debian bookworm InRelease» изменил значение поля «Version» с «12.2» на «12.7»