Page 5 of 5 FirstFirst ... 345
Results 41 to 45 of 45

Thread: HOWTO: Upgrade to Debian Unstable

  1. #41
    Member registered user
    Join Date
    Jul 2004
    Posts
    30

    Re: HOWTO: Upgrade to Debian Unstable

    This was a fantastic way for me to transition to a full debian install. Thanks so much!

    update:
    I used this approach 4 times; on the 4th, a week after the other three, apt-get dist-upgrade downloaded everything, but then failed because of perl problems, spitting out stuff like along the lines of
    debconf: Perl may be unconfigured [...]

    Googling stuff suggested that perl was essential to the apt-get process, but that it also got hosed during the apt-get process, probably because stuff at Debian.org had changed some dependencies...

    I am not sure what exactly fixed it (an hour of messing around, basically), but in the end I know it had to do with my manually installing perl from the
    http://packages.debian.org/unstable/perl/
    site -- at least enough to really break it by running dkpg -i on anything that had "perl" it (!), then running dkpg -f install to finally wake up and fix it! (initially, dkpg -f install would fail like everything else).

    I know that's not a lot of detail, but if someone else gets in that position, it will be better than anything I found on the net. Moral of the story seems to be that you can get in to a catch-22 situation when updating perl, and that by manually installing at deb or two, you can get dkpg -f install working enough again to actually fix it for you.

  2. #42
    Junior Member registered user
    Join Date
    Mar 2005
    Posts
    15
    could some one give me some kind of idea of how much net time and what speed they are on.
    so that I could decide if this is possible for me to do

    thanks

  3. #43
    Member registered user
    Join Date
    Jul 2004
    Posts
    30
    Quote Originally Posted by spottyrover
    could some one give me some kind of idea of how much net time and what speed they are on.
    so that I could decide if this is possible for me to do

    thanks
    I have DSL -- at around 170kps, downloading took about an hour, I guess. I can't imagine doing it with a dial-up connection.

  4. #44
    Junior Member registered user
    Join Date
    Mar 2005
    Posts
    15
    Hi i've tried to follow your upgrade to unstable but I do not seem to be getting anywhere
    I hope someone can help

    I am using a clean install of knoppix 3.6
    installed to hard drive by sudo knoppix-installer


    I cahanged the source list to

    # /etc/apt/sources.list for Knoppix
    # If you want to do a "full upgrade", you should first
    # upgrade the Packages from Debian/unstable (KDE & Co.)
    # before doing a (dist-)upgrade for Debian/testing.
    #
    # 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://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

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

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

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

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

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

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

    # 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

    ## More wireless stuff
    # deb http://debian.isg.ee.ethz.ch/public woody madwifi
    # deb-src http://debian.isg.ee.ethz.ch/public woody madwifi
    # deb http://debian.isg.ee.ethz.ch/public woody airo-mpi
    # deb-src http://debian.isg.ee.ethz.ch/public woody airo-mpi
    # deb ftp://ftp.tcweb.org/pub/debian unstable main
    # deb-src ftp://ftp.tcweb.org/pub/debian unstable main

    ## NX stuff
    # deb http://www.kalyxo.org/debian/ experimental main

    # ndiswrapper
    # deb http://rigtorp.se/debian unstable/
    # deb-src http://rigtorp.se/debian unstable/

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

    ## deb cdrom:[Debian GNU/Linux 2.2 r3 _Potato_ - Official i386 Binary-1 (20010427)]/ unstable contrib main non-US/contrib non-US/main

    ## Knoppix special packages resource at LinuxTag HQ
    # deb http://developer.linuxtag.net/knoppix ./
    # deb-src http://developer.linuxtag.net/knoppix ./

    # deb http://snapshot.debian.net/archive pool gcc
    # deb-src http://snapshot.debian.net/archive pool gcc


    #steve

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

    #Official-testing
    deb http://ftp.debian.org/debian/ testing main contrib non-free
    deb http://non-us.debian.org/debian-non-US/ testing/non-US main contrib non-free

    #Official-UnStable
    deb http://ftp.debian.org/debian/ unstable main contrib non-free
    deb http://non-us.debian.org/debian-non-US/ unstable/non-US main contrib non-free


    and the apt.conf to:

    APT:efault-Release "unstable";
    APT::Cache-Limit 10000000;
    Apt::Get::Purge;



    then I did a apt-get update

    with the result of

    root@box:~# apt-get update
    Err http://security.debian.org stable/updates/main Packages
    Could not connect to security.debian.org:80 (1.0.0.0), connection timed out
    etc

    could some one tell me what I am dooing wrong
    by the way I can surf the net ok with adsl via a lan so I assume that my connection is ok



    thanks

  5. #45
    Junior Member registered user
    Join Date
    Dec 2004
    Posts
    22
    sorry.... i am a newbie.... how do i change the line APT:efault-Release "testing"; to APT:efault-Release "unstable";. ..... my internet connection is pretty fucked up and i cannot get it detected before logging in to kde and configuring it myself...... so i cant log in console and do like what the instructions said....... so i edited sources.list while in kde.... but im still finding out how to change that line.... anyone can help me ?

Page 5 of 5 FirstFirst ... 345

Similar Threads

  1. KNOPPIX 3.4 CD remastered w/ Debian unstable, X Server exits
    By RemasteringNoob in forum Customising & Remastering
    Replies: 11
    Last Post: 07-27-2004, 02:26 AM
  2. Upgraded to Debian unstable, wpc11 doesnt work
    By awreneau in forum Laptops
    Replies: 2
    Last Post: 04-30-2004, 06:30 PM
  3. HOWTO fix debian or knoppix/debian for Russian fonts
    By datakid in forum General Support
    Replies: 0
    Last Post: 11-07-2003, 07:46 AM
  4. how to upgrade to debian testing kernel?
    By hyao in forum General Support
    Replies: 1
    Last Post: 08-01-2003, 03:40 PM
  5. Install Rosegarden4 (notation a. Midi)frome debian unstable?
    By jochen.112@firemail.de in forum Ideas
    Replies: 1
    Last Post: 01-06-2003, 12:51 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
  •  


Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP picture

Cisco Nexus 48-Port 10G SFP+ Switch N9K-9396PX w/ 9K-M12PQ 12-Port 40G QSFP

$419.99



Lot of 10pcs Brocade 57-1000012-01 8Gbps SWL 850nm SFP+ Optical Transceivers picture

Lot of 10pcs Brocade 57-1000012-01 8Gbps SWL 850nm SFP+ Optical Transceivers

$19.00



Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module picture

Cisco GLC-FE-100FX-RGD 100BASE-FX SFP Transceiver Module

$17.99



Extreme Networks 25G SFP28 SR Lite-FEC 850nm 10502 AVAGO AFBR-725TMZ-EX1 picture

Extreme Networks 25G SFP28 SR Lite-FEC 850nm 10502 AVAGO AFBR-725TMZ-EX1

$109.00



Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03  picture

Genuine Cisco SFP-10G-SR V03 10GBASE-SR SFP+ Transceiver Module 10-2415-03

$8.00



SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02 picture

SFP-10G-SR Original Cisco 10GBASE-SR SFP+ V02 Multi mode Transceiver 10-2415-02

$5.00



Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC picture

Brand New Cisco GLC-LH-SMD 1000BASE-LX/LH SFP Module 1310nm 10km SMF LC

$13.89



Genuine Cisco ‎SFP-10G-SR Transceiver Module (10-2415-03) picture

Genuine Cisco ‎SFP-10G-SR Transceiver Module (10-2415-03)

$5.85



New Cisco w/ Hologram SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28 Transceiver Module picture

New Cisco w/ Hologram SFP-10/25G-CSR-S 10/25GBASE-CSR SFP28 Transceiver Module

$69.99



New HP HPE Aruba J9150D 10G SFP+ LC SR 850nm 300m MMF XCVR Transceiver Module picture

New HP HPE Aruba J9150D 10G SFP+ LC SR 850nm 300m MMF XCVR Transceiver Module

$49.99