Page 17 of 17 FirstFirst ... 7151617
Results 161 to 164 of 164

Thread: Ubuntu 14.04 Start up Problems months after Installing it

  1. #161
    Join Date
    Sep 2009
    Beans
    79

    Re: Ubuntu 14.04 Start up Problems months after Installing it

    Hi Bashing-om

    does this mean i should try and do a reinstall from the CD. Obviously I would lose all my data. right?? If so. Dam lol

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

    Re: Ubuntu 14.04 Start up Problems months after Installing it

    lcbmac; Welp:

    Looks that way. If = as i keep asking -
    Code:
    dpkg --configure -a
    in the CHroot environment
    has a null return. I can not conceive of a way forward.
    And with the CD access enabled, will only cause additional problems IF old software is installed into the present installed system.

    I had thought that you had your data copied off the install ..if that is not the case, can still be done.

    It is a rare thing, but as is
    I am advising to take the "nuclear solution", and
    (RE-)install
    THE current(cy) in Documentation:
    https://help.ubuntu.com/community/PopularPages

    Happy ubuntu'n !

  3. #163
    Join Date
    Jan 2015
    Beans
    2

    Re: Ubuntu 14.04 Start up Problems months after Installing it

    It appears the install script cannot restart the service, so a brutal approach is

    1) sudo apt-get install -f
    2) open new terminal and type in sudo gnome-system-monitor
    3) find the rsyslogd process and kill it

    you'll find the apt-get command will execute and the rsyslogd process will be restarted.

    done

  4. #164
    Join Date
    Jun 2013
    Location
    Somewhere on Earth.
    Beans
    516
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu 14.04 Start up Problems months after Installing it

    Sorry, not too experienced with this situation in particular, but even if "dpkg --configure -a" didn't return anything, try running it and then running apt, and see if it still complains. In other words, run this from the Chroot environment:

    Code:
    dpkg --configure --pending
    apt-get -s autoremove
    apt-get autoclean
    apt-get clean
    apt-get update
    apt-get upgrade
    apt-get dist-upgrade
    apt-get -f install
    It is essential that once the first command starts, this process should not finish until the last command completes.
    -Jonathan
    Status: CELEBRATING 2016!!! (Offline )

Page 17 of 17 FirstFirst ... 7151617

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
  •