kiyop wrote:Execute the following and post the results
- Code: Select all
sudo apt-get autoclean
sudo apt-get update
apt-cache search rsync
sudo apt-get -s -f dist-upgrade
FeedMeAStrayCat wrote:I ran the command with sudo because I never created a root user so to speak.
How did you install debian? Usual debian installer asks for root password.
Ok ran the following commands here is the output. As for sudo, when you install you are given the option to leave the root pw blank. So there isn't a root pw.
john@debian:~$ sudo apt-get autoclean
[sudo] password for john:
Reading package lists... Error!
E: Write error - write (28: No space left on device)
E: Can't mmap an empty file
E: Failed to truncate file - ftruncate (9: Bad file descriptor)
E: The package lists or status file could not be parsed or opened.
john@debian:~$ sudo apt-get update
Hit
http://security.debian.org wheezy/updates Release.gpg
Hit
http://security.debian.org wheezy/updates Release
Hit
http://http.debian.net wheezy Release.gpg
Get:1
http://http.debian.net wheezy-updates Release.gpg [836 B]
Err
http://http.debian.net wheezy-updates Release.gpg
Error writing to output file - write (28: No space left on device)
Hit
http://http.debian.net wheezy Release
Ign
http://http.debian.net wheezy-updates Release
Ign
http://security.debian.org wheezy/updates/main Translation-en
Err
http://security.debian.org wheezy/updates/main Sources
404 Not Found [IP: 149.20.20.6 80]
Err
http://security.debian.org wheezy/updates/main amd64 Packages
404 Not Found [IP: 149.20.20.6 80]
Get:2
http://http.debian.net wheezy-updates/main amd64 Packages [3,381 B]
Hit
http://http.debian.net wheezy/main Sources
Ign
http://http.debian.net wheezy-updates/main Translation-en_US
Hit
http://http.debian.net wheezy/main amd64 Packages
Get:3
http://http.debian.net wheezy-updates/main Sources [1,805 B]
Get:4
http://http.debian.net wheezy-updates/main Translation-en [2,429 B]
Ign
http://http.debian.net wheezy/main Translation-en
Err
http://http.debian.net wheezy-updates/main amd64 Packages
404 Not Found
Err
http://http.debian.net wheezy/main amd64 Packages
rename failed, No such file or directory (/var/lib/apt/lists/http.debian.net_debian_dists_wheezy_main_binary-amd64_Packages -> /var/lib/apt/lists/partial/http.debian.net_debian_dists_wheezy_main_binary-amd64_Packages).
Err
http://http.debian.net wheezy/main amd64 Packages
Bad header line
Fetched 7,615 B in 2min 2s (62 B/s)
W: Failed to fetch
http://http.debian.net/debian/dists/whe ... elease.gpg Error writing to output file - write (28: No space left on device)
W: Failed to fetch
http://security.debian.org/dists/wheezy ... ce/Sources 404 Not Found [IP: 149.20.20.6 80]
W: Failed to fetch
http://security.debian.org/dists/wheezy ... 4/Packages 404 Not Found [IP: 149.20.20.6 80]
W: Failed to fetch
http://http.debian.net/debian/dists/whe ... 4/Packages Bad header line
W: Failed to fetch
http://http.debian.net/debian/dists/whe ... 4/Packages 404 Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
john@debian:~$ apt-cache search rsync
john@debian:~$ sudo apt-cache search rsync
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.
john@debian:~$ sudo apt-get -s -f dist-upgrade
Reading package lists... Error!
E: Write error - write (28: No space left on device)
E: IO Error saving source cache
E: The package lists or status file could not be parsed or opened.
john@debian:~$