Find the answer to your Linux question:
Results 1 to 10 of 10
My machine specs are AMD Opteron 175 running debian etch amd64. On update manager, I saw that I had some updates to install. Update manage said that all the packages ...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    49

    Debian Etch GNOME stopped working after apt-get dist-upgrade



    My machine specs are AMD Opteron 175 running debian etch amd64.

    On update manager, I saw that I had some updates to install. Update manage said that all the packages could not be installed and recommended that I run apt-get dist-upgrade. I did that, rebooted, and now cannot log into gnome desktop. It lets me enter username and password, then I get stuck on blank gray screen with mouse cursor.

    I can log into a terminal as root via 'ctrl-alt-f1'

    Does anyone have any recommendations I could try to fix my machine?

    Do you think if I waited a couple days, running apt-get dist-upgrade in the terminal would fix this?

    thanks for the help,
    Zack

  2. #2
    Just Joined!
    Join Date
    Aug 2006
    Posts
    49
    Does anyone know the name of the configuration utility that runs during the install of debian?

    Like when you choose [ ] Laptop [ ] Desktop [ ] Server
    etc.

    I thought maybe I could rerun that and re-download the files I needed.

    thanks,
    Zack

  3. #3
    Just Joined!
    Join Date
    Aug 2006
    Posts
    49
    Anyone, Im really lost on what to do?

    I thought maybe I could run the debian-install configuration utility but I know what it is called.

    Zack

  4. #4
    Linux Engineer rong's Avatar
    Join Date
    Feb 2005
    Location
    California
    Posts
    803
    I think you are referring to base-config
    registered Linux user #388382

    Have you checked here first?

  5. #5
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    try running
    Code:
    apt-get -f install
    And see if any errors get corrected.
    Brilliant Mediocrity - Making Failure Look Good

  6. #6
    Just Joined!
    Join Date
    Aug 2006
    Posts
    49
    thats, for the response, I ran apt-get -f install but it did not fix anything.


    Is it possible that 'apt-get dist-upgrade' just uninstalled packages I needed for gnome to work?

    could I just reinstall them manually with apt-get?

    thanks,
    Zack

  7. #7
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    It seems unlikely that something like that was occuring in etch now (only important fixes should be going into it..... however, doing apt-get update, apt-get dist-upgrade should get in new packages....say someone found the killed etch!). You can look at the file /var/log/dpkg.log it will tell you what has been installed or removed (the latest is at the end of the file). What happens if you login via terminal, kill x, and then try startx (it may print the errors..)
    Brilliant Mediocrity - Making Failure Look Good

  8. #8
    Just Joined!
    Join Date
    Aug 2006
    Posts
    49
    Ok, so I tried

    Code:
    /etc/init.d/gdm stop
    startx
    I did not see any errors printed to screen, a blank gray screen showed up again but never progressed beyond that.


    One other strange thing that I noticed was this. After I had done the apt-get dist-upgrade, many of the programs were missing from the debian menu, I noticed this because I was going to use grdesktop to remote into a windows machine and the program was no longer installed.

    Zack

  9. #9
    Just Joined!
    Join Date
    Aug 2006
    Posts
    49
    Quote Originally Posted by Vergil83
    It seems unlikely that something like that was occuring in etch now (only important fixes should be going into it..... however, doing apt-get update, apt-get dist-upgrade should get in new packages....say someone found the killed etch!). You can look at the file /var/log/dpkg.log it will tell you what has been installed or removed (the latest is at the end of the file). What happens if you login via terminal, kill x, and then try startx (it may print the errors..)
    Thanks, Im back in business, at least X11 is working. I looked in the dpkg.log, and found that gnome-core was uninstalled around the time it stopped working.

    All that I did was an apt-get upgrade-dist, so that has the power to remove things?

    Almost all my programs are gone, I will need to read through that log when I have time to get them back. Is there any way I could just easy install all the base programs again?

    thanks,
    Zack

  10. #10
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    Yep, dist-upgrade can do that (that it is always a good idea to check what it is doing). You can get the whole gnome-desktop back by installing gnome-desktop-environment
    Brilliant Mediocrity - Making Failure Look Good

Posting Permissions

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