VDS на Debian 8, пытаюсь поставить новый пакет
apt install package
Err ftp.debian.org/debian/jessie/main…
Temporary failure resolving ‘ftp.debian.org’
В /etc/resolv.conf было 8.8.8.8 поставил ещё DNS гугла
nameserver 208.67.220.220
nameserver 8.8.8.8
nameserver 208.67.222.222
nameserver 8.8.4.4
То же самое (или нужно время на обновление?)
На команду host ya.ru
Пишет: connection timed out; no servers could be reached
Техподдержка хостинга говорит смотреть в сторону файрвола. Как понять какой там файрвол стоит и что конкретно в нём нужно подкрутить?
-
Вопрос заданболее трёх лет назад
-
7600 просмотров
своими силами можно определить так:
iptables-save — покажет текущие настройки iptables
route — покажет список маршрутов, defaul правильно установлен?
ping 8.8.8.8 проходит?
host -t A ya.ru 8.8.8.8, должен вернуть ip адрес хоста, если ошибка — значит проблема с интернет соединением
как вариант если ничего не настраивалось, попробуй ребутнуть хост.
с сетью, похоже, все в порядке, пинги до 8.8.8.8 проходят.
но вот отзывается ли 208.67.220.220? попробуйте убрать вообще DNS провайдера из resolv.conf и оставить только гугловские.
Пригласить эксперта
Была та же самая проблема. Все решилось командой:
sudo /etc/init.d/networking restart && sudo dhclient
-
Показать ещё
Загружается…
04 июн. 2023, в 16:44
30000 руб./за проект
04 июн. 2023, в 16:33
2500 руб./за проект
04 июн. 2023, в 16:13
2000 руб./за проект
Минуточку внимания
-
JB33-RJM
- Posts: 1
- Joined: 2018-01-17 21:27
apt-get update : Temporary Failure resolving ‘ftp.us.debian.
#1
Post
by JB33-RJM » 2018-01-17 21:46
Hello all,
I have a been a linux hobbyist for many years and I am just now actually learning it. A friend introduced me to Debian & Kali. I currently have Debian 9 installed. I am writing this message on a machine other than the one experiencing the error, so I know the description will be a bit light, but I think it is a simple /etc/apt/sources.list issue. I have already been in VI and commented out the CD-Rom, which helped with that portion of the error, but I still have Temporary failure issues, which my instinct says are incorrect links.
Here is the error gist:
Err:1 http://ftp.us.debian.org/debian stretch InRelease
Temporary failure resolving ‘ftp.us.debian.org’
Err:2 http://security.debian.org/debian-security stretch/updates InRelease
Temporary failure resolving ‘ftp.us.debian.org’
Err:3 http://ftp.us.debian.org/debian.org/debian stretch-updates InRelease
Temporary failure resolving ‘ftp.us.debian.org’
Hope this is enough information. Everything network-related works fine, except for apt-get. I can’t update or install any packages.
Thanks for your help,
JB33
-
sunrat
- Administrator
- Posts: 5299
- Joined: 2006-08-29 09:12
- Location: Melbourne, Australia
- Has thanked: 83 times
- Been thanked: 270 times
Re: apt-get update : Temporary Failure resolving ‘ftp.us.deb
#3
Post
by sunrat » 2018-01-18 03:35
Post your sources.list. The first 2 look ok and resolve fine here but the 3rd one looks wrong and won’t resolve. Usually a temporary failure will be fine if you wait a bit.
“ computer users can be divided into 2 categories:
Those who have lost data
…and those who have not lost data YET ” Remember to BACKUP!
-
dotlj
- Posts: 645
- Joined: 2009-12-25 17:21
Re: apt-get update : Temporary Failure resolving ‘ftp.us.deb
#6
Post
by dotlj » 2018-01-28 10:44
Temporary failure resolving … usually simply means either your Internet isn’t connected, isn’t working, or your networking has been changed and not able to connect.
What network interface are you using? Ethernet cable, wireless, both, something else?
Try ifconfig to see what’s working or ip route.
-
Thread starter
Valrich
-
Start date
Jun 17, 2022
MarkusF
Proxmox Staff Member
Staff member
-
#2
In /etc/resolv.conf you can change the ip of your DNS-resolver
https://en.wikipedia.org/wiki/Resolv.conf
You have a few Options:
- DNS-Server of your Internet-Provider
- host a dns server yourself and add that ip to your resolv.conf
- use public DNS-Server
-
#3
In /etc/resolv.conf you can change the ip of your DNS-resolver
https://en.wikipedia.org/wiki/Resolv.conf
You have a few Options:
- DNS-Server of your Internet-Provider
- host a dns server yourself and add that ip to your resolv.conf
- use public DNS-Server
THANK YOU!
Временная ошибка разрешения имён в режиме восстановления «Recovery Mode» в Debian
В режиме восстановления не работает Network Manager, из-за чего не происходит разрешение имён. Ошибка временного разрешения имен: Временный сбой в разрешении имён.
Описание ситуации
Проблема заключается в том, что невозможно установить пакет из репозитория ftp.ru.debian.org при выполнении команды apt install, так как в режиме Recovery Mode нет сети, нет разрешения имён серверов с помощью службы DNS.
Способ решения
Все действия в режиме восстановления выполняются от пользователя root (вводим свой пароль).
Подключите сетевой провод «витую пару» (патч-корд) локальной сети, к сетевому гнезду ПК.
1) узнайте, как называется сетевая карта Ethernet для проводного подключения:
ip addr
Название сетевой карты скорее всего будет enp2s0, но может быть eth0.
2) Исправьте файл /etc/network/interfaces
nano /etc/network/interfaces
в файл добавить две строчки, после «loopback»:
auto lo
iface lo inet loopback
iface enp2s0 inet dhcp
auto enp2s0
Где enp2s0 — имя сетевой карты из пункта 1.
Нажмите Ctrl+O, Ctrl+X для сохранения файла и выхода из редактора nano.
3) в конфигурационном файле для сервиса разрешения имён временно добавьте проверенный DNS сервер, а против старого поставьте символ # комментария:
nano /etc/resolv.conf
# nameserver 192.168.1.1
nameserver 8.8.8.8
Новый вариант: файл resolv.conf оставить без изменений, но создать другой файл «tail»:
sudo nano /etc/resolvconf/resolv.conf.d/tail
nameserver 8.8.8.8
Также нажмите Ctrl+O, Ctrl+X
4) Включите сеть командой, которая запустит также и нужные службы:
ifup enp2s0
5) Немного подождите, произойдёт инициализация сети, и в терминале появится приглашение — символ # или $.
6) Проверьте, что сеть теперь работает, в том числе разрешение имен (DNS):
ping ftp.ru.debian.org
Теперь можно из консоли выполнить команду sudo apt install <имя пакета>. Пакет будет загружен из Интернета.
Похожие публикации
Модераторы: Warderer, Модераторы разделов
-
illia
- Сообщения: 5
Решено: Ошибка при выполнении apt-get update/install и т.д.
Приветствую! Помогите пожалуйста решить проблему. При выполнении apt-get update/install и т.д. появляются следующие ошибки
ОС Debian 4
Код: Выделить всё
apt-get update
Err http://ftp.de.debian.org etch Release.gpg
Temporary failure resolving 'ftp.de.debian.org'
Err http://ftp.de.debian.org etch/volatile Release.gpg
Temporary failure resolving 'ftp.de.debian.org'
Err http://ftp.de.debian.org etch/updates Release.gpg
Temporary failure resolving 'ftp.de.debian.org'
Failed to fetch http://ftp.de.debian.org/debian/dists/etch/Release.gpg Temporary failure resolving 'ftp.de.debian.org'
Failed to fetch http://ftp.de.debian.org/debian-volatile/dists/etch/volatile/Release.gpg Temporary failure resolving 'ftp.de.debian.org'
Failed to fetch http://ftp.de.debian.org/debian-security/dists/etch/updates/Release.gpg Temporary failure resolving 'ftp.de.debian.org'
Reading package lists... Done
W: Couldn't stat source package list http://ftp.de.debian.org etch/main Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_etch_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/contrib Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_etch_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/non-free Packages (/var/lib/apt/lists/ftp.de.debian.org_debian_dists_etch_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/volatile/main Packages (/var/lib/apt/lists/ftp.de.debian.org_debian-volatile_dists_etch_volatile_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/volatile/contrib Packages (/var/lib/apt/lists/ftp.de.debian.org_debian-volatile_dists_etch_volatile_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/volatile/non-free Packages (/var/lib/apt/lists/ftp.de.debian.org_debian-volatile_dists_etch_volatile_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/updates/main Packages (/var/lib/apt/lists/ftp.de.debian.org_debian-security_dists_etch_updates_main_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/updates/contrib Packages (/var/lib/apt/lists/ftp.de.debian.org_debian-security_dists_etch_updates_contrib_binary-i386_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.de.debian.org etch/updates/non-free Packages (/var/lib/apt/lists/ftp.de.debian.org_debian-security_dists_etch_updates_non-free_binary-i386_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.
overview
There are two parts to your question:
- fixing temporary resolve messages
- fixing the package management issues
Temporary resolve
It is likely that this issue is either:
- temporary due to your Internet Service Provider not correctly forwarding internet naming (DNS) to either its or external DNS servers, or
- due to a change in your network has similarly blocked this naming — for example, new router/modem, reconfiguring a switch with a new configuration.
Lets look at the possible DNS resolving issues.
First, temporarily add a known DNS server to your system.
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
Then run sudo apt-get update.
If this fixes your temporary resolving messages then either wait for 24 hours to see if your ISP fixes the issue for you (or just contact your ISP) — or you can permanently add a DNS server to your system:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolvconf/resolv.conf.d/base > /dev/null
8.8.8.8 is Google’s own DNS server.
source
Another example DNS server you could use is OpenDNS — for example:
echo "nameserver 208.67.222.222" | sudo tee /etc/resolvconf/resolv.conf.d/base > /dev/null
package-management issues
In addition to the temporary resolve issues — you have a few package management issues that need to be corrected — I’m assuming you have tried recently to upgrade from one Ubuntu version to the next recommended version — in your case from Natty (11.04) to Oneiric (11.10)
Open a terminal and type
sudo nano /etc/apt/sources.list
Look for lines that have your a different distribution name in the list than you were expecting — in your case — you have upgraded to oneiric but you have another release name natty
For example, look for lines that look like deb http:/archive.canonical.com/ natty backports
Add a # to the beginning of the line to comment it out — for example
#deb http:/archive.canonical.com/ natty backports
Save and re-run:
sudo apt-get update && sudo apt-get upgrade
You should not have any more release naming errors.
At the time of writing this, possible common release names include lucid, maverick, natty, oneiric, precise, quantal, raring, saucy, trusty, utopic and vivid.
Since I have updated debian from jessie to stretch apt-get update fails.
Error Message:
Err:1 http://ftp.de.debian.org/debian stretch InRelease
Temporary failure resolving 'ftp.de.debian.org'
Internet and DNS are working fine.
This workaround can fix the problem:
Stretch apt update failing, missing InRelease file on mirrors
But my question is:
Is it possible to fix apt that I can use it again as usual?
ouptput: dig ftp.de.debian.org :
; <<>> DiG 9.10.3-P4-Debian <<>> ftp.de.debian.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20953
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;ftp.de.debian.org. IN A
;; ANSWER SECTION:
ftp.de.debian.org. 365 IN A 141.76.2.4
;; Query time: 31 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Tue Feb 26 10:30:37 CET 2019
;; MSG SIZE rcvd: 62
output ls -l /etc/resolv.conf : -rw-r--r-- 1 root root 62 Feb 19 13:07 /etc/resolv.conf
output cat /etc/resolv.conf nameserver 8.8.8.8 nameserver 8.8.4.4 nameserver 192.168.1.2
EDIT:
cat /etc/nsswitch.conf
# /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: compat
group: compat
shadow: compat
hosts: dns files
networks: files
protocols: db files
services: db files
ethers: db files
rpc: db files
netgroup: nis
For new Package Requests, see the guidelines
Setup
Package Name:
Package Version:
_NAS Model:_DS715
NAS Architecture:
_DSM version:_DSM 6.0.1-7393
Hello, I just started using Synology DS715 yesterday and downloaded Debian Chroot with Python through Synocommunity. I tried to do simple apt-get upgrade and update, but its not working. Please check the log below. The http://ftp.us.debian.org site seems to be working fine, but why is this not working? Any insight would be appreciated.
root@bitcoinuser:/# apt-get update
Err http://ftp.us.debian.org stable InRelease
Err http://ftp.debian.org wheezy-updates InRelease
Err http://security.debian.org jessie InRelease
Err http://security.debian.org jessie/updates InRelease
Err http://ftp.fr.debian.org jessie InRelease
Err http://ftp.fr.debian.org jessie-updates InRelease
Err http://ftp.us.debian.org stable Release.gpg
Could not resolve ‘ftp.us.debian.org’
Err http://ftp.debian.org wheezy-updates Release.gpg
Could not resolve ‘ftp.debian.org’
Err http://security.debian.org jessie Release.gpg
Could not resolve ‘security.debian.org’
Err http://ftp.fr.debian.org jessie Release.gpg
Could not resolve ‘ftp.fr.debian.org’
Err http://security.debian.org jessie/updates Release.gpg
Could not resolve ‘security.debian.org’
Err http://ftp.fr.debian.org jessie-updates Release.gpg
Could not resolve ‘ftp.fr.debian.org’
Reading package lists… Done
W: Failed to fetch http://ftp.us.debian.org/debian/dists/stable/InRelease
W: Failed to fetch http://ftp.debian.org/debian/dists/wheezy-updates/InRelease
W: Failed to fetch http://security.debian.org/dists/jessie/InRelease
W: Failed to fetch http://ftp.fr.debian.org/debian/dists/jessie/InRelease
W: Failed to fetch http://security.debian.org/dists/jessie/updates/InRelease
W: Failed to fetch http://ftp.fr.debian.org/debian/dists/jessie-updates/InRelease
W: Failed to fetch http://ftp.us.debian.org/debian/dists/stable/Release.gpg Could not resolve ‘ftp.us.debian.org’
W: Failed to fetch http://ftp.debian.org/debian/dists/wheezy-updates/Release.gpg Could not resolve ‘ftp.debian.org’
W: Failed to fetch http://security.debian.org/dists/jessie/Release.gpg Could not resolve ‘security.debian.org’
W: Failed to fetch http://security.debian.org/dists/jessie/updates/Release.gpg Could not resolve ‘security.debian.org’
W: Failed to fetch http://ftp.fr.debian.org/debian/dists/jessie/Release.gpg Could not resolve ‘ftp.fr.debian.org’
W: Failed to fetch http://ftp.fr.debian.org/debian/dists/jessie-updates/Release.gpg Could not resolve ‘ftp.fr.debian.org’
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@bitcoinuser:/# apt-get upgrade
Reading package lists… Done
Building dependency tree
Reading state information… Done
Calculating upgrade… Done
The following packages will be upgraded:
apt apt-utils base-files cron libapt-inst1.5 libapt-pkg4.12 libc-bin libdns-export100 libgnutls-deb0-28
libgnutls-openssl27 libicu52 libirs-export91 libisc-export95 libisccfg-export90 libssl1.0.0 libsystemd0 libudev1
multiarch-support rsyslog systemd systemd-sysv tzdata udev
23 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 16.7 MB of archives.
After this operation, 742 kB disk space will be freed.
Do you want to continue? [Y/n] Y
Err http://ftp.us.debian.org/debian/ stable/main base-files armhf 8+deb8u2
Could not resolve ‘ftp.us.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main base-files armhf 8+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libapt-pkg4.12 armhf 1.0.9.8.1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main apt armhf 1.0.9.8.1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libc-bin armhf 2.19-18+deb8u1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libudev1 armhf 215-17+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main udev armhf 215-17+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libsystemd0 armhf 215-17+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main systemd armhf 215-17+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main systemd-sysv armhf 215-17+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main cron armhf 3.0pl1-127+deb8u1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libapt-inst1.5 armhf 1.0.9.8.1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libssl1.0.0 armhf 1.0.1k-3+deb8u1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libgnutls-openssl27 armhf 3.3.8-6+deb8u3
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libgnutls-deb0-28 armhf 3.3.8-6+deb8u3
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libisc-export95 armhf 1:9.9.5.dfsg-9+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libdns-export100 armhf 1:9.9.5.dfsg-9+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libicu52 armhf 52.1-8+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libisccfg-export90 armhf 1:9.9.5.dfsg-9+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main libirs-export91 armhf 1:9.9.5.dfsg-9+deb8u2
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main multiarch-support armhf 2.19-18+deb8u1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main tzdata all 2015f-0+deb8u1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main apt-utils armhf 1.0.9.8.1
Could not resolve ‘ftp.fr.debian.org’
Err http://ftp.fr.debian.org/debian/ jessie/main rsyslog armhf 8.4.2-1+deb8u1
Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/b/base-files/base-files_8+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/a/apt/libapt-pkg4.12_1.0.9.8.1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/a/apt/apt_1.0.9.8.1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/g/glibc/libc-bin_2.19-18+deb8u1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/s/systemd/libudev1_215-17+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/s/systemd/udev_215-17+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/s/systemd/libsystemd0_215-17+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/s/systemd/systemd_215-17+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/s/systemd/systemd-sysv_215-17+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/c/cron/cron_3.0pl1-127+deb8u1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/a/apt/libapt-inst1.5_1.0.9.8.1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/o/openssl/libssl1.0.0_1.0.1k-3+deb8u1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/g/gnutls28/libgnutls-openssl27_3.3.8-6+deb8u3_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/g/gnutls28/libgnutls-deb0-28_3.3.8-6+deb8u3_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/b/bind9/libisc-export95_9.9.5.dfsg-9+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/b/bind9/libdns-export100_9.9.5.dfsg-9+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/i/icu/libicu52_52.1-8+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/b/bind9/libisccfg-export90_9.9.5.dfsg-9+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/b/bind9/libirs-export91_9.9.5.dfsg-9+deb8u2_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/g/glibc/multiarch-support_2.19-18+deb8u1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/t/tzdata/tzdata_2015f-0+deb8u1_all.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/a/apt/apt-utils_1.0.9.8.1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Failed to fetch http://ftp.fr.debian.org/debian/pool/main/r/rsyslog/rsyslog_8.4.2-1+deb8u1_armhf.deb Could not resolve ‘ftp.fr.debian.org’
E: Unable to fetch some archives, maybe run apt-get update or try with —fix-missing?
Ответ на:
комментарий
от Deleted 30.05.19 11:09:17 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:21:20 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:21:20 MSK
Ответ на:
комментарий
от Deleted 30.05.19 11:26:13 MSK
Ответ на:
комментарий
от anonymous 30.05.19 11:31:37 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:33:58 MSK
Ответ на:
комментарий
от Deleted 30.05.19 11:34:52 MSK
не переходит по ней, по тем которые в соурс листе пинговал все нормально пингует
Treks
(30.05.19 11:36:23 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от anonymous 30.05.19 11:31:37 MSK
Ответ на:
комментарий
от Deleted 30.05.19 11:34:52 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:37:29 MSK
Ответ на:
комментарий
от anonymous 30.05.19 11:38:09 MSK
попробовал тоже самое выдает
Treks
(30.05.19 11:39:28 MSK)
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 11:46:36 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:55:53 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:58:03 MSK
Ответ на:
комментарий
от Treks 30.05.19 11:55:53 MSK
Ответ на:
комментарий
от Deleted 30.05.19 12:00:02 MSK
Ответ на:
комментарий
от Treks 30.05.19 12:03:59 MSK
и даже к security не может подключиться
да все хорошо
«Хорошо» или «нехорошо»? Определись.
Deleted
(30.05.19 12:05:15 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 12:05:15 MSK
Ответ на:
комментарий
от Deleted 30.05.19 12:02:52 MSK
Ответ на:
комментарий
от Deleted 30.05.19 12:02:52 MSK
Ответ на:
комментарий
от Treks 30.05.19 12:28:39 MSK
Ответ на:
комментарий
от Treks 30.05.19 12:34:56 MSK
Ответ на:
комментарий
от Deleted 30.05.19 12:35:27 MSK
отключай ipv6
А также отключай ipv4 и шнур из розетки! )
Deleted
(30.05.19 12:40:01 MSK)
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 12:35:27 MSK
при проверке
ping6 ipv6.google.com
выдалась ошибка network is unrechable, провайдером не потдерживается
Treks
(30.05.19 12:40:19 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от Treks 30.05.19 12:40:19 MSK
при проверке
Ну а теперь главный вопрос: Что за «срочное» обновление понадобилось? В чём причина? Что то сломалось и не работает?
Deleted
(30.05.19 12:42:55 MSK)
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 12:35:27 MSK
Ответ на:
комментарий
от Treks 30.05.19 12:54:33 MSK
Так интернет на пк есть и данный адрес пингуется
$ ping ftp://ftp.debian.org.debian/
ping: unknown host ftp://ftp.debian.org.debian/
???
Deleted
(30.05.19 12:58:54 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 12:58:54 MSK
Ответ на:
комментарий
от Treks 30.05.19 13:00:19 MSK
Ответ на:
комментарий
от Deleted 30.05.19 13:00:57 MSK
Ответ на:
комментарий
от Treks 30.05.19 13:04:44 MSK
Ответ на:
комментарий
от Deleted 30.05.19 13:07:16 MSK
Ответ на:
комментарий
от Treks 30.05.19 13:13:04 MSK
Ответ на:
комментарий
от Deleted 30.05.19 13:14:31 MSK
Ответ на:
комментарий
от Treks 30.05.19 13:16:20 MSK
не удается
Своими словами не надо, у тебя не получается, выхлоп apt-get дай.
А по «твоим» словам, ты указываешь не тот адрес, который необходимо указать, о чём сказано на http://deb.debian.org/.
Deleted
(30.05.19 13:29:51 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 13:29:51 MSK
Ответ на:
комментарий
от Treks 30.05.19 13:33:28 MSK
скрин хелпа apt-get
И? Где адреса реп то?
Deleted
(30.05.19 13:36:08 MSK)
- Ссылка
Ответ на:
комментарий
от Treks 30.05.19 13:16:20 MSK
Зачем ты пытаешься подключиться к ftp.debian.org по протоколу FTP? Его давно уже отключили. Теперь обновляться можно только по HTTP или HTTPS.
TeopeTuK ★★★★
(30.05.19 13:40:25 MSK)
- Показать ответы
- Ссылка
Ответ на:
комментарий
от TeopeTuK 30.05.19 13:40:25 MSK
Зачем ты пытаешься
Ему уже все адреса расписали, но он долбит всё время своё, никого не слушая и не читая, что написано в доках реп.
Deleted
(30.05.19 13:42:29 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от Deleted 30.05.19 13:42:29 MSK
Ответ на:
комментарий
от TeopeTuK 30.05.19 13:40:25 MSK
пытался и deb.debian.org но все равно не получается, что мне вбивть в соурс лист?
Treks
(30.05.19 13:58:40 MSK)
- Показать ответ
- Ссылка
Ответ на:
комментарий
от Treks 30.05.19 13:58:40 MSK
Ответ на:
комментарий
от Treks 30.05.19 13:57:32 MSK
Ответ на:
комментарий
от Deleted 30.05.19 13:59:14 MSK
Ответ на:
комментарий
от Deleted 30.05.19 14:00:03 MSK
Ответ на:
комментарий
от Treks 30.05.19 14:01:18 MSK
Ответ на:
комментарий
от Treks 30.05.19 14:02:33 MSK
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.





