Results 1 to 2 of 2

Thread: Ubuntu Server Error Code 1

  1. #1
    Join Date
    Feb 2013
    Beans
    2

    Ubuntu Server Error Code 1

    Hi,

    When updating or upgrading in any respect, or working with MySQL, I get the error displayed below. This instance of the error displayed is from the apt-get upgrade:

    nk@klinetelCP:~$ sudo apt-get upgrade
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? Y
    Setting up mysql-server-5.5 (5.5.29-0ubuntu0.12.04.1) ...
    start: Job failed to start
    invoke-rc.d: initscript mysql, action "start" failed.
    dpkg: error processing mysql-server-5.5 (--configure):
    subprocess installed post-installation script returned error exit status 1
    Errors were encountered while processing:
    mysql-server-5.5
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    nk@klinetelCP:~$

  2. #2
    Join Date
    Feb 2013
    Beans
    2

    Re: Ubuntu Server Error Code 1

    Solved with: sudo apt-get purge -f mysql-server mysql-common

Tags for this Thread

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
  •