Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
is it ok to add the testing respository to my sources.list and upgrade all packages? doing a smart upgrade in synaptic would also remove gnome, gnome-desktop-environment and openoffice.org, it seems. ...
  1. #1
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320

    Question upgrade from stable to testing

    is it ok to add the testing respository to my sources.list and upgrade all packages?

    doing a smart upgrade in synaptic would also remove gnome, gnome-desktop-environment and openoffice.org, it seems. i need those.

  2. #2
    Linux Newbie
    Join Date
    Feb 2006
    Location
    Dover, DE
    Posts
    112
    I don't know how ok it is but I did it just the other day. I just used commandline apt-get though. Just add testing to your sources.list file source entries then run
    Code:
    apt-get update
    apt-get -u dist-upgrade
    The -u option let's you look at what will change.
    I'm not an expert so do this at your own risk. You might want to read
    /http://www.debian.org/doc/manuals/apt-howto/ch-apt-get.en.html#s-dist-upgrade
    first so you understand exactly what you're doing. Good Luck!

  3. #3
    Linux Newbie
    Join Date
    Jun 2005
    Location
    Dhaka, Bangladesh.
    Posts
    150
    Quote Originally Posted by Daan
    is it ok to add the testing respository to my sources.list and upgrade all packages?

    doing a smart upgrade in synaptic would also remove gnome, gnome-desktop-environment and openoffice.org, it seems. i need those.
    Yep, you need to edit the source list to testing .
    then run
    Code:
    apt-get update && apt-get dist-upgrade
    Btw, in testing there should not any security update mirror. So remove it.
    S. M. Ibrahim
    Registered Linux User # 394440

    Pentium-IV 3.00 Ghz(Cache -2MB, 64 bit), 512 MB RAM , 128 MB agp, 160 GB Hdd (SATA)

  4. #4
    Linux Engineer Zelmo's Avatar
    Join Date
    Jan 2006
    Location
    Riverton, UT, USA
    Posts
    1,001
    Don't worry about gnome and gnome-desktop-environment being removed. Those are metapackages that you can select when you want to install Gnome; all they do is select all the other packages that Gnome normally entails. If any of those other packages get removed, then the metapackage also gets taken off the list.
    Stand up and be counted as a Linux user!

  5. #5
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320

    Unhappy

    unfortunately, i can not login anymore after the dist-upgrade. when i came to my pc this morning after letting it upgrade this night, the screensaver would not accept my password. i changed to the console, there my password was accepted, and i restarted my computer. after the restart, my password is not accepted at the console too.

    any ideas?

  6. #6
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    changing the password fixed this.

    next problem is that startx tells me /etc/X11/X is not executable. i found out that the file this X links to (/usr/bin/X11/XFree86) does not exist. my guess is it should link to /usr/bin/X11/Xfree86/Xorg. that does exist... how do i do this?

  7. #7
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    doing that did not help...

  8. #8
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    i forgot to remove the security mirror from my sources.list. maybe this caused my problems? vim is not on my system anymore strangely...


  9. #9
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    i did apt-get upgrade again and it told me to run dpkg --configure -a. i was asked wether i wanted xfree or xorg (like i was before), this time i chose xfree. the problem persists as described above, though...

  10. #10
    Linux User Daan's Avatar
    Join Date
    Aug 2005
    Location
    The Netherlands
    Posts
    320
    ok. so i made X point to /usr/X11R6/bin/Xorg. now X will start, however, it quickly stops and gives lots of errors.

    *sigh*

    i guess i'll just have to reinstall everything...

Page 1 of 2 1 2 LastLast

Posting Permissions

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