There is something in /etc/apt/sources.list.d - plexmediaserver.list. But in this file everything is commented out.
#deb http://shell.ninthgate.se/packages/debian squeeze main
#deb http://shell.ninthgate.se/packages/debian squeeze main
stevepusser wrote:I believe it is related to that http://debian.net site. I don't think it's doing what it's supposed to, which is to find your fastest mirror.
Let's assume your software sources are in your /etc/apt/sources.list file, the most common location. You will have to launch a text editor with sudo and change the http://debian.net parts of the addresses so they appear like this:
- Code: Select all
deb http://ftp.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb http://ftp.debian.org/debian/ wheezy-updates main
These three lines should be enough to get started with Debian. The contrib and non-free sections can be added to the end of each of the lines if you need anything from them, such as Adobe Flash, as in
- Code: Select all
deb http://ftp.us.debian.org/debian/ wheezy main contrib non-free
For now, comment out any other line in that file with a # at the start of the line, save, and
- Code: Select all
sudo apt-get update
Head_on_a_Stick wrote:Your average download speed is listed as 4bytes/second -- I think your connection is just dropping out as you try to download the database.
FeedMeAStrayCat wrote:
- Code: Select all
Fetched 2,491 B in 10min 16s (4 B/s)
Head_on_a_Stick wrote:@aicardi -- Read the first page of this thread; we've already done that
k so I updated my sources list with the deb's you noted above (I commented out the others), then ran the apt-get update command, here is the output.
Head_on_a_Stick wrote:FeedMeAStrayCat wrote:
- Code: Select all
Fetched 2,491 B in 10min 16s (4 B/s)
APT doesn't lie...
Maybe check your firewall settings or query your ISP?
For future reference: when posting terminal output please use code tags, like this:
[code]terminal output here[/code]
It makes it much more readable
aicardi wrote:Would it be possible to actually post your /etc/apt/sources.list as well as anything in /etc/apt/sources.list.d?
#deb http://http.debian.net/debian wheezy main
#deb-src http://http.debian.net/debian wheezy main
#deb http://http.debian.net/debian wheezy-updates main
#deb-src http://http.debian.net/debian wheezy-updates main
#deb http://security.debian.org/ wheezy/updates main
#deb-src http://security.debian.org/ wheezy/updates main
deb http://ftp.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb http://ftp.debian.org/debian/ wheezy-updates main
#deb http://shell.ninthgate.se/packages/debian squeeze main
#deb http://shell.ninthgate.se/packages/debian squeeze main
FeedMeAStrayCat wrote:
- Code: Select all
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.
AdrianTM wrote:There's no hacker in my grandma...
p="-e^deb -e^.*#.*deb"; for i in $(grep -l $p /etc/apt/sources.list{,.d/*} 2>/dev/null); do echo $i; grep $p $i; echo; done
E: Write error - write (28: No space left on device)
df -h
Users browsing this forum: No registered users and 12 guests