LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 04-09-2005, 03:22 AM   #1
truthe
Member
 
Registered: Sep 2004
Distribution: arch linux .7
Posts: 30

Rep: Reputation: 15
apt-get update not updating repos. recently?


For about the past few weeks, I've been typing the apt-get update command; however, it has not been updating. I run the command and nothing gets downloaded, ever. No errors or anything. Any ideas or reasons why this would be happening?
 
Old 04-09-2005, 03:50 AM   #2
eadwine
Member
 
Registered: Mar 2005
Distribution: SimplyMepis 6.0
Posts: 37

Rep: Reputation: 15
What is in your /etc/apt/sources.list file? Could you post that?
 
Old 04-09-2005, 04:06 AM   #3
samael26
Member
 
Registered: Oct 2004
Location: France, Provence
Distribution: Debian
Posts: 848

Rep: Reputation: 30
Re: apt-get update not updating repos. recently?

Quote:
Originally posted by truthe
For about the past few weeks, I've been typing the apt-get update command; however, it has not been updating. I run the command and nothing gets downloaded, ever. No errors or anything. Any ideas or reasons why this would be happening?
The Debian repositories are just fine. I update nearly every two days, and it works great. There must be a problem with the apt-get command.
You will have tons of updates when you get it to work again...
Did you try to use aptitude ? I prefer it to apt-get (it is in text mode)
 
Old 04-09-2005, 05:10 AM   #4
truthe
Member
 
Registered: Sep 2004
Distribution: arch linux .7
Posts: 30

Original Poster
Rep: Reputation: 15
Code:
#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ unstable main contrib non-free
deb-src http://mirrors.kernel.org/debian/ unstable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

deb http://security.debian.org/ testing/updates main

I don't use aptitude. I tried it, hit 'u' and at the bottom it said, "96% done, (stalled), then the box came up saying 0 kbytes/s, 0 bits downloaded.

Last edited by truthe; 04-09-2005 at 05:16 AM.
 
Old 04-09-2005, 05:45 AM   #5
eadwine
Member
 
Registered: Mar 2005
Distribution: SimplyMepis 6.0
Posts: 37

Rep: Reputation: 15
Here's my complete one, for comparison sake, all fully operating:

# See sources.list(5) for more information, especialy

# This file may be edited by the MEPIS System Center
# Do not modify the comments manually!
# Change sources only in the section at the end of this file!

# Primary
deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
#deb-src ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
deb ftp://ftp.us.debian.org/debian/ testing main contrib non-free
#deb-src ftp://ftp.us.debian.org/debian/ testing main contrib non-free
deb ftp://ftp.us.debian.org/debian/ stable main contrib non-free
#deb-src ftp://ftp.us.debian.org/debian/ stable main contrib non-free

# non-us
deb ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
#deb-src ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
deb ftp://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
#deb-src ftp://non-us.debian.org/debian-non-US testing/non-US main contrib non-free
deb ftp://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb-src ftp://non-us.debian.org/debian-non-US stable/non-US main contrib non-free

# security
deb http://security.debian.org/ woody/updates main contrib non-free
#deb-src http://security.debian.org/ woody/updates main contrib non-free

# MEPIS cds
#deb file:/mnt/cdrom unstable main
#deb file:/mnt/cdrom testing main
#deb file:/mnt/cdrom stable main

# MEPIS pool - specific packages available on-line
deb http://2005.mepis.org/mepis unstable main

# DO NOT EDIT ABOVE THIS LINE
# mplayer
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
#deb-src ftp://ftp.nerim.net/debian-marillat/ unstable main
deb ftp://ftp.nerim.net/debian-marillat/ testing main
#deb-src ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ stable main
#deb-src ftp://ftp.nerim.net/debian-marillat/ stable main





What happens if you put a # in front of deb-src, like I have in my list?

Last edited by eadwine; 04-09-2005 at 05:46 AM.
 
Old 04-09-2005, 05:14 PM   #6
truthe
Member
 
Registered: Sep 2004
Distribution: arch linux .7
Posts: 30

Original Poster
Rep: Reputation: 15
thank you, look's much more complete than mine. I'll give it a try.

Well yours updated at least. Thanks.

Last edited by truthe; 04-09-2005 at 05:17 PM.
 
Old 04-09-2005, 05:42 PM   #7
eadwine
Member
 
Registered: Mar 2005
Distribution: SimplyMepis 6.0
Posts: 37

Rep: Reputation: 15
It looks more complete because I added things to it


Oh.. make sure you have apt-listbugs installed, prevents a lot of trouble later on with buggy packages.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Yum and Apt-get Repos Dirty_Ink Fedora 2 09-15-2005 10:34 PM
apt-get update errors since Debian released ( bad /etc/apt/sources.list ?) forgox Debian 10 06-13-2005 12:28 PM
10.1 update recently broke mounting deamon bardinjw Mandriva 2 11-01-2004 09:43 PM
Does 'apt-get update' update the database used by 'apt-cache'? davidas Debian 5 04-20-2004 01:27 AM
apt-get repos----- snype Red Hat 3 10-05-2003 12:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 04:21 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration