Ubuntu işletim sisteminde güncelleme yaparken, bu komutu çalıştırdığımda:
apt-get update
root@server:/tmp# apt-get update
Hit:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
Err:1 http://de.archive.ubuntu.com/ubuntu jammy InRelease
Couldn't create temporary file /tmp/apt.conf.HClPnY for passing config to apt-key
Ign:2 https://download.docker.com/linux/ubuntu jammy InRelease
Ign:3 http://de.archive.ubuntu.com/ubuntu jammy-updates InRelease
Err:4 https://download.docker.com/linux/ubuntu jammy Release
Could not open file /var/lib/apt/lists/partial/download.docker.com_linux_ubuntu_dists_jammy_Release - open (28: No space left on device) [IP: 65.9.66.72 443]
Ign:5 http://de.archive.ubuntu.com/ubuntu jammy-backports InRelease
Err:6 http://de.archive.ubuntu.com/ubuntu jammy-updates Release
Could not open file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_jammy-updates_Release - open (28: No space left on device) [IP: 141.30.62.24 80]
Err:7 http://de.archive.ubuntu.com/ubuntu jammy-backports Release
Could not open file /var/lib/apt/lists/partial/de.archive.ubuntu.com_ubuntu_dists_jammy-backports_Release - open (28: No space left on device) [IP: 141.30.62.22 80]
Ign:8 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
Ign:9 http://security.ubuntu.com/ubuntu jammy-security InRelease
Err:10 http://security.ubuntu.com/ubuntu jammy-security Release
Could not open file /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_jammy-security_Release - open (28: No space left on device) [IP: 185.125.190.83 80]
Err:11 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy Release
Could not open file /var/lib/apt/lists/partial/ppa.launchpadcontent.net_ondrej_php_ubuntu_dists_jammy_Release - open (28: No space left on device) [IP: 185.125.190.80 443]
Reading package lists... Error!
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://de.archive.ubuntu.com/ubuntu jammy InRelease: Couldn't create temporary file /tmp/apt.conf.HClPnY for passing config to apt-key
E: The repository 'https://download.docker.com/linux/ubuntu jammy Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://de.archive.ubuntu.com/ubuntu jammy-updates Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://de.archive.ubuntu.com/ubuntu jammy-backports Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://security.ubuntu.com/ubuntu jammy-security Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Unable to mkstemp /tmp/clearsigned.message.2LXYm0 - GetTempFile (28: No space left on device)
E: The package lists or status file could not be parsed or opened.
yada: apt-get upgrade
root@server:/tmp# apt-get upgrade
Reading package lists... Error!
E: Unable to mkstemp /tmp/clearsigned.message.aDRnUH - GetTempFile (28: No space left on device)
E: The package lists or status file could not be parsed or opened.
hatası alıyorum. Anladığım kadarıyla disk alanı yetersizliğiyle alakalı bir durum söz konusu fakat bu hatanın çözümü için hangi adımlar izlenmeli? Neleri kontrol etmeliyim veya hangi dosyaları temizlemem gerekiyor ki bu hata ortadan kalksın ve sistem güncellemeleri sorunsuz bir şekilde devam etsin?