Merhaba, iyi günler. Ubuntu 20.04 işletim sistemi olan makineme Pterodactyl kurmaya çalışıyorum ancak çok fazla hata alıyorum. Hataların tamamını aşağıda yazdım yardımcı olursanız çok sevinirim.
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...ocal/InRelease Temporary failure resolving 'us.archive.ubuntu.com'
W: Failed to fetch http://security.ubuntu.com/ubuntu/di...rity/InRelease Temporary failure resolving 'security.ubuntu.com'
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...ates/InRelease Temporary failure resolving 'us.archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Unable to locate package mariadb-common
E: Unable to locate package mariadb-server
E: Unable to locate package mariadb-client
Daha bir çok hata var ancak tamamını gönderemiyorum.
Ubuntu 20.04 Hataları (Yardım)
25
●638
- 16-12-2022, 14:19:49Kimlik doğrulama veya yönetimden onay bekliyor.bul=$(find /etc -name resolv.conf)
cat > $bul << END
nameserver 8.8.8.8
END
cat > /etc/apt/sources.list << EOL
deb http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse deb-src http://archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu focal partner deb-src http://archive.canonical.com/ubuntu focal partner
EOL
apt update
sudo apt install mariadb-server
sudo systemctl start mariadb.service
sudo mysql_secure_installation
Y - 16-12-2022, 14:23:55Merhaba, DNS çözümleyici çalışmıyor dostum; sunucu firmandan bunu düzeltmelerini talep edebilirsin veya sunucu seninse resolv.conf ayarı yapabilirsin.Slygear adlı üyeden alıntı: mesajı görüntüle
- 16-12-2022, 14:41:17W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...ocal/InRelease Temporary failure resolving 'us.archive.ubuntu.com'adwerd0z1 adlı üyeden alıntı: mesajı görüntüle
W: Failed to fetch http://security.ubuntu.com/ubuntu/di...rity/InRelease Temporary failure resolving 'security.ubuntu.com'
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/...ates/InRelease Temporary failure resolving 'us.archive.ubuntu.com'
W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Unable to locate package mariadb-server - 16-12-2022, 14:41:42düzelttim hocam tekrar kopyala yapıştır deneyebilirsiniz.Slygear adlı üyeden alıntı: mesajı görüntüle
- 16-12-2022, 14:43:06Her seferinde "permission denied" hatasını alıyorum ancak çok bilgim olmadığı için sudo ile deniyorum fakat yine de olmuyoradwerd0z1 adlı üyeden alıntı: mesajı görüntüle
- 16-12-2022, 14:43:36ekran görüntüsü atarmısınSlygear adlı üyeden alıntı: mesajı görüntüle
