Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: apt-get update unable to connect to ftp.de.debian.org

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Posts
    4

    apt-get update unable to connect to ftp.de.debian.org

    Hello,
    I've been unable to connect to ftp.de.debian.org for the last few days using apt-get. When I run apt-get update everything looks fine until I get to...
    .
    .
    .
    Ign http://freevo.sourceforge.net unstable/main Release
    Hit http://security.debian.org testing/updates/non-free Packages
    Hit http://security.debian.org testing/updates/non-free Release
    Hit ftp://ftp.nerim.net unstable/main Packages
    Hit ftp://ftp.nerim.net unstable/main Release
    Err http://ftp.de.debian.org stable/main Packages
    Could not connect to ftp.de.debian.org:80 (141.76.2.4), connection timed out
    19% [Connecting to ftp.de.debian.org (141.76.2.4)]

    When I look in /etc/apt/source.list, ftp.de.debian.org is all over the place...

    # Stable
    deb http://ftp.de.debian.org/pub/debian stable main contrib non-free
    deb http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

    # Stable Sources
    deb-src http://ftp.de.debian.org/pub/debian stable main contrib non-free
    deb-src http://ftp.de.debian.org/pub/debian-non-US stable/non-US main contrib non-free

    Is the solution as simple as finding another source and replacing that with all the occurances of ftp.de.debian.org/ or would that create other problems?

  2. #2
    Junior Member
    Join Date
    Jan 2005
    Posts
    8
    hmm... that's wierd.

    Try using ftp://ftp.debian.org/debian/ (notice the omitted 'de')



    as for me, I use Ubuntu sources even in my knoppix hd-install. All my programs come from Ubuntu and I haven't found any problems thus far.

    try backing up your sources.list then make a new one with only one input which is...

    deb http://archive.ubuntu.com/ubuntu/ hoary main restricted universe

  3. #3
    Senior Member registered user
    Join Date
    Jan 2005
    Posts
    200
    You're not the only one. I have been having this problem too. I think their server is down. Big problems. I'll post if I see it come back up.
    [edit] I tried changing all the "de" to "us" but all I got was a bunch of errors. The directory structure on the US server is different from the DE server. If someone has a sources.list file for debian US, I would greatly appreciate it if you could post its location.

  4. #4
    Junior Member
    Join Date
    Jan 2005
    Posts
    8
    try this

    deb ftp://ftp.us.debian.org/debian/ stable unstable testing woody

  5. #5
    Junior Member
    Join Date
    Jan 2005
    Posts
    8
    ooops sorry I made a mistake.

    these are the correct ones:
    deb ftp://ftp.us.debian.org/debian/ stable main contrib non-free
    deb ftp://ftp.us.debian.org/debian/ unstable main contrib non-free
    deb ftp://ftp.us.debian.org/debian/ testing main contrib non-free
    deb ftp://ftp.us.debian.org/debian/ sid main contrib non-free
    deb ftp://ftp.us.debian.org/debian/ sarge main contrib non-free
    deb ftp://ftp.us.debian.org/debian/ woody main contrib non-free


    pls let me know if they work

  6. #6
    Junior Member
    Join Date
    Jan 2005
    Posts
    4

    apt-get update problem resolves...

    Thank you for the replies. I was able to update my source.list file based on your suggestions and everything is up and running. On one hand I'm glad I'm not the only one who had experienced troubles with ftp.de.debian.org, on the other, I hope nothing bad happened. Thanks again.

  7. #7
    I have internet connection through lan through a proxy 150.1.35.36:3128. I am able to get net. But when i try apt-get update I get error as follows
    root@lvgofficepc:~# apt-get update
    Err ftp://ftp.us.debian.org stable/main Packages
    Temporary failure resolving '3128'
    Err ftp://ftp.us.debian.org stable/main Release
    Temporary failure resolving '3128'
    Err ftp://ftp.us.debian.org stable/contrib Packages
    Temporary failure resolving '3128'
    ---
    Temporary failure resolving '3128'
    Failed to fetch ftp://ftp.us.debian.org/debian/dists...86/Packages.gz Temporary failure resolving '3128'
    Failed to fetch ftp://ftp.us.debian.org/debian/dists...y-i386/Release Temporary failure resolving '3128'
    Failed to fetch ftp://ftp.us.debian.org/debian/dists...86/Packages.gz Temporary failure resolving '3128'
    What to do?

  8. #8
    Senior Member registered user
    Join Date
    Jan 2005
    Posts
    200
    The defaults are working again. The sources.list file that is installed with the CD will perform a full update now.
    I personally don't know what the difference is between the DE and US mirrors other than their location. Everything I "apt-got" from the DE servers previously was still in english... so idk...

  9. #9
    Senior Member
    Join Date
    Nov 2003
    Posts
    1,323
    The word mirror says it all, they're supposed to be identical. Just that the de ones are in germany, and the us ones in usa. You can use apt-spy to find a mirror close to you or have a look at the debian mirror site. For instance I'm in Finland and so I use:
    # Unstable Finland
    deb ftp://ftp.fi.debian.org/debian/ unstable main contrib non-free
    deb ftp://ftp.fi.debian.org/debian-non-US unstable/non-US main contrib non-free

  10. #10
    Member registered user
    Join Date
    Nov 2004
    Location
    Bellevue, WA
    Posts
    83
    Quote Originally Posted by Markus
    The word mirror says it all, they're supposed to be identical. Just that the de ones are in germany, and the us ones in usa. You can use apt-spy to find a mirror close to you or have a look at the debian mirror site. For instance I'm in Finland and so I use:
    # Unstable Finland
    deb ftp://ftp.fi.debian.org/debian/ unstable main contrib non-free
    deb ftp://ftp.fi.debian.org/debian-non-US unstable/non-US main contrib non-free
    apt-spy overwrites your sources.list file. What I did was:

    1. Backup the original sources.list file
    2. Optional: Modify sources.list to use the official debian mirrors from your country. I changes all the .de. to .us.
    3. Run apt-spy with the parameters I needed
    4. Add the results from apt-spy to the original sources.list instead of replacing the old file. So in case 1 mirror fails for any reason, there will be a 2nd one to go and look at.

    My sources.list looks like:
    Code:
    # Stable
    deb http://ftp.us.debian.org/debian stable main contrib non-free
    deb http://debian.fifi.org/debian/ stable main
    
    deb-src http://ftp.us.debian.org/debian stable main contrib non-free
    deb-src http://debian.fifi.org/debian/ stable main
    --GN

Page 1 of 2 12 LastLast

Similar Threads

  1. Unable to connect to Firefox
    By Elwood55 in forum Networking
    Replies: 2
    Last Post: 02-25-2007, 04:09 AM
  2. Unable to connect to router with V3.9
    By lostinspace in forum Networking
    Replies: 0
    Last Post: 06-12-2005, 09:00 PM
  3. Unable to connect to the internet
    By raven in forum Networking
    Replies: 4
    Last Post: 06-20-2004, 01:00 PM
  4. Unable to connect to proxy server
    By johar in forum Networking
    Replies: 1
    Last Post: 10-15-2003, 08:40 PM
  5. Unable to connect my cable modem
    By rajivvyas in forum Hdd Install / Debian / Apt
    Replies: 3
    Last Post: 06-30-2003, 11:01 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


1981 Apple II DOS Manual Disk Operating System Original 030-0115-B Vintage Apple picture

1981 Apple II DOS Manual Disk Operating System Original 030-0115-B Vintage Apple

$13.95



Apple  Mac OS9 Cloth Banner Think Different 64 x 24 inches NEW ORIGINAL Vintage picture

Apple Mac OS9 Cloth Banner Think Different 64 x 24 inches NEW ORIGINAL Vintage

$99.99



Vintage Apple Macintosh IIsi Computer, Monitor, Keyboard & Mouse Complete Setup picture

Vintage Apple Macintosh IIsi Computer, Monitor, Keyboard & Mouse Complete Setup

$199.99



VINTAGE Rare APPLE IIE PLATINUM KEYBOARD M9019 658-4094 NEW picture

VINTAGE Rare APPLE IIE PLATINUM KEYBOARD M9019 658-4094 NEW

$225.00



Apple IIc Plus Vintage Home Computer Model Apple IIc Plus MPN A2S4500 picture

Apple IIc Plus Vintage Home Computer Model Apple IIc Plus MPN A2S4500

$690.00



Fourth Dimension Systems FDS 1084 16K RAM Expansion Card Vintage For Apple picture

Fourth Dimension Systems FDS 1084 16K RAM Expansion Card Vintage For Apple

$100.00



Orange Micro Vintage Controller Card Expansion Board Compatible For Apple picture

Orange Micro Vintage Controller Card Expansion Board Compatible For Apple

$65.00



Apple IIc Home Computer Vintage Model A2S4100 Retro Computer Untested picture

Apple IIc Home Computer Vintage Model A2S4100 Retro Computer Untested

$149.00



Vintage Apple Macintosh M0110 Keyboard with Coiled Cable & M0100 Mouse Bundle picture

Vintage Apple Macintosh M0110 Keyboard with Coiled Cable & M0100 Mouse Bundle

$180.00



Apple cloth fabric banner iBook tangerine orange New Old Stock Vintage picture

Apple cloth fabric banner iBook tangerine orange New Old Stock Vintage

$99.00