Results 1 to 9 of 9

Thread: apt-get update problems

  1. #1
    Member registered user
    Join Date
    Feb 2004
    Location
    Stanwood Washington
    Posts
    84

    apt-get update problems

    I've been trying to install kscreensaver. One of the suggestions I found in another thread was to use "apt-get update". So this is what I've done -
    start a shell
    enter su
    enter apt-get update
    Things run along OK for a short time then I get a, seemingly, never ending string of
    Code:
    Get:8 ftp://ftp.gwdg.de unstable/non-free Release
    Ign ftp://ftp.gwdg.de unstable/non-free Release
    Err http://ftp2.de.debian.org stable/main Packages
      Could not connect to ftp2.de.debian.org:80 (195.71.9.196), connection timed out
    Err http://ftp2.de.debian.org stable/main Release
      Could not connect to ftp2.de.debian.org:80 (195.71.9.196), connection timed out
    Err http://ftp2.de.debian.org stable/contrib Packages
    My "etc/apt/sources.list" reads
    # See sources.list(5) for more information, especialy
    # Remember that you can only use http, ftp or file URIs
    # CDROMs are managed through the apt-cdrom tool.

    # Security updates for "stable"
    deb http://security.debian.org stable/updates main contrib non-free
    deb http://security.debian.org testing/updates main contrib non-free

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

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

    # Testing
    deb http://ftp2.de.debian.org/pub/debian testing main contrib non-free
    deb http://ftp2.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

    # Sources
    deb-src http://ftp2.de.debian.org/pub/debian testing main contrib non-free
    deb-src http://ftp2.de.debian.org/pub/debian-non-US testing/non-US main contrib non-free

    # Unstable
    deb http://ftp2.de.debian.org/debian unstable main contrib non-free
    deb http://ftp2.de.debian.org/debian-non-US unstable/non-US main contrib non-free

    # Sources
    deb-src http://ftp2.de.debian.org/debian unstable main contrib non-free
    deb-src http://ftp2.de.debian.org/debian-non-US unstable/non-US main contrib non-free

    # Experimental
    deb http://ftp2.de.debian.org/debian ../project/experimental main contrib non-free
    deb-src http://ftp2.de.debian.org/debian ../project/experimental main contrib non-free

    # Mozilla
    deb http://non-us.debian.org/~kitame/mozilla ./
    deb-src http://non-us.debian.org/~kitame/mozilla ./

    # GNOME 2.0
    # deb http://www.gnome.de/debian/ ./

    # KDE 3
    # deb http://ktown.kde.org/~nolden/kde stable main
    # deb-src http://ktown.kde.org/~nolden/kde stable main
    # We get packages from testing/unstable for now

    # cdbakeoven
    # deb http://coyote.asoc.euitt.upm.es/mud/debian/ ./

    # XFree 4.2/4.3
    deb http://people.debian.org/~branden/packages sid/i386/
    deb-src http://people.debian.org/~branden/packages sid/source/
    # deb http://www.penguinppc.org/~daniels/sid/i386 ./
    # deb-src http://www.penguinppc.org/~daniels/sid/source ./

    # Java
    deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
    deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian woody main non-free
    deb ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
    deb-src ftp://ftp.gwdg.de/pub/languages/java/linux/debian unstable main non-free
    # deb http://people.debian.org/~sgybas/jdk13

    # LyX & others (now in debian/unstable)
    # deb ftp://ntama.uni-mainz.de/pub/debian unofficial/
    # deb-src ftp://ntama.uni-mainz.de/pub/debian unofficial/

    # Evolution
    #deb ftp://ftp.ximian.com/pub/debian stable main
    #deb-src ftp://ftp.ximian.com/pub/debian stable main

    # Blades Repository (pppoeconf & co)
    deb http://people.debian.org/~blade/testing ./
    deb-src http://people.debian.org/~blade/testing ./

    # Wine CVS snapshot
    # deb http://people.debian.org/~andreas/debian wine main
    # deb-src http://people.debian.org/~andreas/debian wine main

    # deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main
    I beleive this is the "default" list from the HD install, Knoppix 3.3

    Help! What have I done wrong?

  2. #2
    Senior Member registered user
    Join Date
    Mar 2004
    Posts
    1,516
    according to erlier posts you could change:
    to:
    that is remove the 2 after http://ftp and try again

  3. #3
    Senior Member registered user
    Join Date
    Feb 2004
    Location
    Kampen, The Netherlands
    Posts
    166
    Could not connect to http://ftp2.de.debian.org means that server is not up to date anymore. Change in your sourcelist (as root) using an editor that adress in http://ftp.de.debian.org. Then you probably will be able to update with apt-get.

  4. #4
    Member registered user
    Join Date
    Feb 2004
    Location
    Stanwood Washington
    Posts
    84
    Thanks I think I got it now. Had to do a
    emacs /etc/apt/sources.list
    changed all the
    //ftp2.de
    to
    //ftp.de
    and ren
    apt-get update
    one more time...


    thanks for all your help

  5. #5
    Junior Member registered user
    Join Date
    May 2004
    Posts
    26
    well the more proper way to do this... i think
    is to run..

    apt-spy
    apt-get update
    apt-get install base-config
    apt-setup


    once you have apt-setup you can just run that to update your mirrors.. apt-spy will do it too but does it a lot slower...

    one more thing... you'll have to download apt-spy first.. you can get as a .deb and do a dpkg -i for it or you can use the kpackage manager under the kmenu>system>kpackage

  6. #6
    Member registered user
    Join Date
    May 2004
    Posts
    45
    Just a quick question.
    I want to go this route (apt-spy). I have installed apt-spy already, but when running apt-spy (as root) I get a list of the options to go with apt-spy (i.e. -d distribution, -c config, etc).
    Excuse my newbieness, but how do I get apt-spy to output to /etc/apt/sources.list?

    Thanks for the help you've given already.

    Jerry


    Quote Originally Posted by PROhan
    well the more proper way to do this... i think
    is to run..

    apt-spy
    apt-get update
    apt-get install base-config
    apt-setup


    once you have apt-setup you can just run that to update your mirrors.. apt-spy will do it too but does it a lot slower...

    one more thing... you'll have to download apt-spy first.. you can get as a .deb and do a dpkg -i for it or you can use the kpackage manager under the kmenu>system>kpackage

  7. #7
    Junior Member registered user
    Join Date
    May 2004
    Posts
    26
    you know that happened to me too.... and i couldnt figure out why it was happening but try apt-spy update... i dont remember that working for me either..

    so i did a dpkg -P apt-spy

    then reinstalled it... try using the package given on debian's site (because that's what I used)

  8. #8
    Member registered user
    Join Date
    May 2004
    Posts
    45
    Quote Originally Posted by PROhan
    you know that happened to me too.... and i couldnt figure out why it was happening but try apt-spy update... i dont remember that working for me either..

    so i did a dpkg -P apt-spy

    then reinstalled it... try using the package given on debian's site (because that's what I used)
    Thanks PROhan, I'll give that a shot tonight when I get home.
    Thanks

    Jerry

  9. #9
    Junior Member registered user
    Join Date
    May 2004
    Posts
    26
    hmm ok screw apt-spy if it didnt work

    just get apt-setup from http://packages.debian.org/unstable/base/base-config

    and dpkg -i it...[/code]

Similar Threads

  1. testing 3.9 w/ unionfs and apt-get update, upgrade- problems
    By nosknoppix in forum General Support
    Replies: 2
    Last Post: 06-06-2005, 01:07 PM
  2. apt-get update problems
    By indocafe in forum General Support
    Replies: 2
    Last Post: 08-23-2004, 06:57 PM
  3. Mplayer update problems
    By aay in forum General Support
    Replies: 3
    Last Post: 04-05-2004, 03:01 PM
  4. 3.1 to 3.2, burn problems, update
    By fina in forum Hdd Install / Debian / Apt
    Replies: 2
    Last Post: 04-05-2003, 07:16 PM
  5. D-Link DI-604 firmware update and problems afterwards.
    By eporue in forum Hardware & Booting
    Replies: 0
    Last Post: 01-31-2003, 06:05 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
  •  


Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" 2x Xeon E5-2680 v2 2.8GHz 20-Cores 64gb 4x Trays

$259.99



Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram  2x 550W PSU No HDD picture

Dell EMC PowerEdge R440 Xeon silver 4215 2.5GHz 16 GB ram 2x 550W PSU No HDD

$275.00



Dell PowerEdge R730XD Server 2x E5-2695 V4 = 36 Cores H730p 32GB RAM 4x trays picture

Dell PowerEdge R730XD Server 2x E5-2695 V4 = 36 Cores H730p 32GB RAM 4x trays

$649.99



Dell PowerEdge R530 2x E5-2630v4 H330 iDRAC8 Port Card Riser No PSU/RAM/HDD picture

Dell PowerEdge R530 2x E5-2630v4 H330 iDRAC8 Port Card Riser No PSU/RAM/HDD

$99.99



Dell Poweredge R720 8SFF 2.5

Dell Poweredge R720 8SFF 2.5" x Xeon E5-2680 v2 2.8GHz 20-Cores 128gb 4x Trays

$349.99



Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5

Dell PowerEdge R620 2x Xeon E5-2630 v2 3.1GHz 2.5" 4-BAY 32GB RAM No OS 2x 495w

$174.95



Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb picture

Dell Poweredge R630 2x Xeon E5-2680 v3 2.5ghz 24-Cores / 64gb / Raid / 2x 1Tb

$374.99



Dell PowerEdge R620 Dual Intel Xeon E5-2640 v2 @2.00GHz 192GB RAM No HDD H710P picture

Dell PowerEdge R620 Dual Intel Xeon E5-2640 v2 @2.00GHz 192GB RAM No HDD H710P

$250.00



Dell R640 Diskless Servers 2x Gold 18-Cores 6254 3.10GHz CPU, 32gb RAM, No Raid picture

Dell R640 Diskless Servers 2x Gold 18-Cores 6254 3.10GHz CPU, 32gb RAM, No Raid

$699.00



Dell PowerVault DL2200 2x Xeon E5620 24GB RAM H700 2x500GB SAS RAID1 picture

Dell PowerVault DL2200 2x Xeon E5620 24GB RAM H700 2x500GB SAS RAID1

$230.00