On my Docker platform, I created a container (docker run -it --name UBUNTU ubuntu bash
)
and it works (Up + logged into as root)
But when I try to update repo with "apt-get update" I get :
root@a638632113f5:/# apt-get update
Get:1 archive.ubuntu.com/ubuntu focal InRelease [265 kB]
Err:1 archive.ubuntu.com/ubuntu focal InRelease
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
Get:2 archive.ubuntu.com/ubuntu focal-updates InRelease [107 kB]
Err:2 archive.ubuntu.com/ubuntu focal-updates InRelease
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
Get:3 archive.ubuntu.com/ubuntu focal-backports InRelease [98.3 kB]
Err:3 archive.ubuntu.com/ubuntu focal-backports InRelease
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
Get:4 security.ubuntu.com/ubuntu focal-security InRelease [107 kB]
Err:4 security.ubuntu.com/ubuntu focal-security InRelease
Error writing to output file - write (28: No space left on device) [IP: 91.189.91.39 80]
Reading package lists... Done
W: Failed to fetch archive.ubuntu.com/ubuntu/dists/focal/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
W: Failed to fetch archive.ubuntu.com/ubuntu/dists/focal-updates/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
W: Failed to fetch archive.ubuntu.com/ubuntu/dists/focal-backports/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
W: Failed to fetch security.ubuntu.com/ubuntu/dists/focal-security/InRelease Error writing to output file - write (28: No space left on device) [IP: 91.189.91.39 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
What does it mean ? (I guess it's not an issue with dns)
/etc/apt/sources.list
seems up-to-date
cat /etc/os-release
gives :
NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.04"
HOME_URL="www.ubuntu.com/"
SUPPORT_URL="help.ubuntu.com/"
BUG_REPORT_URL="bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=focal
How to solve this issue ?
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80]
. . . . . . . . . . . . . The error message I get isConnection failed [IP: 91.189.88.152 80]
. I have no idea why I get an error message which is different from yours, but I do have a hunch that yours is rather misleading ... If you are observant, you will notice that your IP address and mine both start with 91.189.88. What does that tell you? Hint: https://en.ipshu.com/ip_d_list/91.189.88. – Henke - Нава́льный П с м Nov 02 '20 at 17:23I guess it's not an issue with dns . . . - I respectfully disagree.
– Henke - Нава́льный П с м Nov 03 '20 at 16:37