Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 62

Thread: Re: Cant access desktop after updates....Pls help?

  1. #11
    Join Date
    Jan 2016
    Beans
    29

    Re: Cant access desktop after updates....Pls help?

    Yes, I'm able to login after TEXT comment....

    It shows...

    134 packages can be updated.
    57 updates are security updates.
    Username@username-dimension -8400:~$

  2. #12
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Cant access desktop after updates....Pls help?

    ndnboy;Hey, outstanding ...

    So likely a desktop config issue .

    However 1st up is to get this system updated, get the vulnerabilities/security updates taken care of asap.
    In this terminal run terminal commands:
    Code:
    sudo apt update
    sudo apt upgrade
    sudo apt full-upgrade
    Advise of ANY errors. when updated we go back to seeing where the problem lies.

    progress made
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #13
    Join Date
    Jan 2016
    Beans
    29

    Re: Cant access desktop after updates....Pls help?

    After entering "sudo apt update"...it runs some code and gives me the....

    E: dpgk was interrupted, you must manually run suddenly dpgk -- configure - a to correct the problem

    .....Message....

  4. #14
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Cant access desktop after updates....Pls help?

    ndnboy; Yuk;

    But not real surprised.
    OK, do as the package manager advises And post back that output:
    Code:
    sudo dpkg --configure -a
    If the system can not resolve on it's behalf we need to see that output in order to know what direction to take to help the system.
    edit: note there are no spaces after '--' and '-' .

    ain't nothing but a thing
    Last edited by Bashing-om; January 27th, 2016 at 12:39 AM. Reason: syntax 2/dpkg typo
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  5. #15
    Join Date
    Jan 2016
    Beans
    29

    Re: Cant access desktop after updates....Pls help?

    Getting a command not found message

  6. #16
    Join Date
    Apr 2012
    Beans
    7,256

    Re: Cant access desktop after updates....Pls help?

    ... I think that should be dpkg (pkg short for package)

  7. #17
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Cant access desktop after updates....Pls help?

    ndnboy; Well ..

    check your spelling and syntax.
    Code:
    sudo dpkg --configure -a
    a command is literal and must be letter, case, space, switch perfect to obtain the desired result.
    I am aware that " dpkg --configure -a" has been depreciated, but in 14.04 should still be a valid command.
    sudo space dpkg space --configure space -a return.
    You will be asked for your password to execute a system command, input the password, see what the package manager does .


    a process of learning
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  8. #18
    Join Date
    Jan 2016
    Beans
    29

    Re: Cant access desktop after updates....Pls help?

    Entered correctly, system went through alot of what looks likes checks and updates....finally stopped with:

    Errors were encountered while processing :
    Linux -headers-generic-pae
    Linux-generic
    Linux -pae
    Username@username-dimension-8400:~$

  9. #19
    Join Date
    Jul 2010
    Location
    ozarks, Arkansas, USA
    Beans
    14,199
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Cant access desktop after updates....Pls help?

    ndnboy; Ho Kay .....

    We are making progress,, however ----
    Errors were encountered while processing :
    Linux -headers-generic-pae
    Linux-generic
    Linux -pae
    Username@username-dimension-8400:~$
    does not help a lot .. need to see the command and it's complete output so I see things in context.
    I can imagine where we are going next ... but with the complete contextual output, better results are guaranteed .
    Code:
    sudo dpkg --configure -a | pastebinit
    And pass the resulting link back here .

    slowly but surely
    an inch at the time
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  10. #20
    Join Date
    Jan 2016
    Beans
    29

    Re: Cant access desktop after updates....Pls help?

    Quote Originally Posted by Bashing-om View Post
    ndnboy; Ho Kay .....

    We are making progress,, however ----

    does not help a lot .. need to see the command and it's complete output so I see things in context.
    I can imagine where we are going next ... but with the complete contextual output, better results are guaranteed .
    Code:
    sudo dpkg --configure -a | pastebinit
    And pass the resulting link back here .

    slowly but surely
    an inch at the time
    Here is what I got...
    Attached Images Attached Images

Page 2 of 7 FirstFirst 1234 ... LastLast

Bookmarks

Posting Permissions

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