Ubuntu Üzerinde Update Sorunu

Deimos Çevrimdışı

Deimos

VIP
6 Nis 2018
852
Aslında normal Linux dada geçerli olacak bir hata durum söz konusu. Ubuntu sunucuyu Update etmeye çalıştığımda hata veriyor. DNS sorunu var, adresleri bulamıyor, aniden oldu.

Kod:
sudo apt-get update -y

W: Failed to fetch https://download.webmin.com/download/newkey/repository/dists/stable/InRelease  Temporary failure resolving 'download.webmin.com'
W: Failed to fetch http://it.archive.ubuntu.com/ubuntu/dists/bionic/InRelease  Temporary failure resolving 'it.archive.ubuntu.com'
W: Failed to fetch http://it.archive.ubuntu.com/ubuntu/dists/xenial/InRelease  Temporary failure resolving 'it.archive.ubuntu.com'
W: Failed to fetch http://it.archive.ubuntu.com/ubuntu/dists/bionic-updates/InRelease  Temporary failure resolving 'it.archive.ubuntu.com'

Yukarıdaki hatayı veriyor.

Kod:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/nullecho "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null

Bu komutu yazınca düzeliyor, Update ve Upgrade leri yapıyor. Bir müddet sıkıntı çıkarmıyor, bir süre sonra (1 hafta, 1 Ay) yeniden hataya düşüyor. Kodu yeniden girmem gerekiyor. Şimdilik böyle idare ediyorum. Düzeltmenin bir yolu varsa düzeltmek isterim. Teşekkürler

teraspy teraspy caylakpenguen caylakpenguen
 
Deimos Çevrimdışı

Deimos

VIP
6 Nis 2018
852
Umut, Sorun depo adresi değil. DNS i çözemiyor, çözemediği içinde adreslere ulaşamıyor.

Kod:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/nullecho "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
Bu kodu yabancı forumda bulmuştum, 1 senedir bunu çalıştırdıktan sonra update yapıyor.
 
Deimos Çevrimdışı

Deimos

VIP
6 Nis 2018
852
Burada DNS ler görünüyor;
Kod:
cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo eth0
iface lo inet loopback

# The primary network interface
iface eth0 inet static
        address xxx.xxx.xxx.xxx
        netmask 255.255.255.0
        network xxx.xxx.xxx.xxx
        gateway xxx.xxx.xxx.xxx
        dns-nameservers 8.8.8.8 8.8.4.4

teraspy teraspy sanırım senin gönderdiğin linkten bir ip ucu yakaladım :)
cat /etc/resolv.conf bu kodu çalıştırınca sonda nameserver da sadece 127 li Local IP çıkıyor. Oraya DNS leri eklersem düzelmesi gerekiyor.

Kod:
cat /etc/resolv.conf
# This file is managed by man:systemd-resolved(8). Do not edit.
#
# This is a dynamic resolv.conf file for connecting local clients to the
# internal DNS stub resolver of systemd-resolved. This file lists all
# configured search domains.
#
# Run "systemd-resolve --status" to see details about the uplink DNS servers
# currently in use.
#
# Third party programs must not access this file directly, but only through the
# symlink at /etc/resolv.conf. To manage man:resolv.conf(5) in a different way,
# replace this symlink by a static file or a different symlink.
#
# See man:systemd-resolved.service(8) for details about the supported modes of
# operation for /etc/resolv.conf.

nameserver 127.0.0.53
 
Deimos Çevrimdışı

Deimos

VIP
6 Nis 2018
852
Hallettim, dediğim gibi Resolv.conf dosyasının içerisine DNS leri ekleyince düzeldi. teraspy teraspy abi ipucu verdiğin için teşekkürler :)
DNS leri ekledim;
Kod:
cat /etc/resolv.conf


nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 127.0.0.53

Bunun sonrasında Update çalıştırınca Updateleri yaptı.

Kod:
 apt-get update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [102 kB]
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [106 kB]
Hit:4 http://it.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://it.archive.ubuntu.com/ubuntu xenial InRelease
Get:6 http://it.archive.ubuntu.com/ubuntu bionic-updates InRelease [102 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,7                                                                                                                                   17 kB]
Get:8 http://it.archive.ubuntu.com/ubuntu xenial-updates InRelease [106 kB]
Get:9 http://it.archive.ubuntu.com/ubuntu bionic-backports InRelease [102 kB]
Get:10 http://it.archive.ubuntu.com/ubuntu xenial-backports InRelease [106 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,3                                                                                                                                   79 kB]
Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages                                                                                                                                    [1,303 kB]
Ign:13 https://download.webmin.com/download/newkey/repository stable InRelease
Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages                                                                                                                                    [1,078 kB]
Get:15 https://download.webmin.com/download/newkey/repository stable Release [18                                                                                                                                   .3 kB]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/main Sources [251 kB]
Get:17 https://download.webmin.com/download/newkey/repository stable Release.gpg                                                                                                                                    [819 B]
Get:18 http://it.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,                                                                                                                                   666 kB]
Get:19 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3                                                                                                                                   ,044 kB]
Get:20 http://it.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [5                                                                                                                                   54 kB]
Get:21 http://it.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Package                                                                                                                                   s [1,914 kB]
Get:22 http://it.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages                                                                                                                                    [1,663 kB]
Get:23 http://it.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-e                                                                                                                                   n [421 kB]
Get:24 http://it.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [445                                                                                                                                    kB]
Get:25 http://it.archive.ubuntu.com/ubuntu xenial-updates/main Sources [538 kB]
Get:26 https://download.webmin.com/download/newkey/repository stable/contrib all                                                                                                                                    Packages [1,485 B]
Get:27 https://download.webmin.com/download/newkey/repository stable/contrib i38                                                                                                                                   6 Packages [1,485 B]
Get:28 https://download.webmin.com/download/newkey/repository stable/contrib amd                                                                                                                                   64 Packages [1,485 B]
Fetched 17.6 MB in 5s (3,290 kB/s)
Reading package lists... Done
 
teraspy Çevrimdışı

teraspy 

TFC Team
26 Kas 2018
22,683
65
Hallettim, dediğim gibi Resolv.conf dosyasının içerisine DNS leri ekleyince düzeldi. teraspy teraspy abi ipucu verdiğin için teşekkürler :)
DNS leri ekledim;
Kod:
cat /etc/resolv.conf


nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 127.0.0.53

Bunun sonrasında Update çalıştırınca Updateleri yaptı.

Kod:
 apt-get update
Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [102 kB]
Hit:2 http://archive.canonical.com/ubuntu xenial InRelease
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [106 kB]
Hit:4 http://it.archive.ubuntu.com/ubuntu bionic InRelease
Hit:5 http://it.archive.ubuntu.com/ubuntu xenial InRelease
Get:6 http://it.archive.ubuntu.com/ubuntu bionic-updates InRelease [102 kB]
Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,7                                                                                                                                   17 kB]
Get:8 http://it.archive.ubuntu.com/ubuntu xenial-updates InRelease [106 kB]
Get:9 http://it.archive.ubuntu.com/ubuntu bionic-backports InRelease [102 kB]
Get:10 http://it.archive.ubuntu.com/ubuntu xenial-backports InRelease [106 kB]
Get:11 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,3                                                                                                                                   79 kB]
Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages                                                                                                                                    [1,303 kB]
Ign:13 https://download.webmin.com/download/newkey/repository stable InRelease
Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages                                                                                                                                    [1,078 kB]
Get:15 https://download.webmin.com/download/newkey/repository stable Release [18                                                                                                                                   .3 kB]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/main Sources [251 kB]
Get:17 https://download.webmin.com/download/newkey/repository stable Release.gpg                                                                                                                                    [819 B]
Get:18 http://it.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,                                                                                                                                   666 kB]
Get:19 http://it.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3                                                                                                                                   ,044 kB]
Get:20 http://it.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [5                                                                                                                                   54 kB]
Get:21 http://it.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Package                                                                                                                                   s [1,914 kB]
Get:22 http://it.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages                                                                                                                                    [1,663 kB]
Get:23 http://it.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-e                                                                                                                                   n [421 kB]
Get:24 http://it.archive.ubuntu.com/ubuntu xenial-updates/universe Sources [445                                                                                                                                    kB]
Get:25 http://it.archive.ubuntu.com/ubuntu xenial-updates/main Sources [538 kB]
Get:26 https://download.webmin.com/download/newkey/repository stable/contrib all                                                                                                                                    Packages [1,485 B]
Get:27 https://download.webmin.com/download/newkey/repository stable/contrib i38                                                                                                                                   6 Packages [1,485 B]
Get:28 https://download.webmin.com/download/newkey/repository stable/contrib amd                                                                                                                                   64 Packages [1,485 B]
Fetched 17.6 MB in 5s (3,290 kB/s)
Reading package lists... Done
Aslında cevabı kendin vermiştin ilk mesajında :ok

Kod:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/nullecho "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
 
caylakpenguen Çevrimdışı

caylakpenguen 

Aktif Üye
3 Ara 2020
150
selamlar.
server ip adresi sabit mi?
eğer otomatik ip alıyor ise zaten nameserver adresini otomatik alması gerekirdi.

benim ayarlarım sabit ip adres için bu şekilde.

cat /etc/netplan/50-cloud-init.yaml

Kod:
# This file is generated from information provided by the datasource.  Changes
# This is the network config written by 'subiquity'
network:
  ethernets:
    enp0s3:
      addresses:
      - 192.168.0.24/24
      gateway4: 192.168.0.1
      nameservers:
        addresses:
        - 8.8.8.8
        search: []
  version: 2

kendi sisteminize göre düzenleyip kullanabilirsiniz.
 
Son düzenleme:
Deimos Çevrimdışı

Deimos

VIP
6 Nis 2018
852
Aslında cevabı kendin vermiştin ilk mesajında :ok

Kod:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/nullecho "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null
Abi bu geçici çözüm dü, ben kalıcı hale çevirdim.
 
Son düzenleme:
Geri
Üst Alt