Results 1 to 3 of 3

Thread: Understanding installation error codes

  1. #1
    Join Date
    Oct 2005
    Beans
    211

    Understanding installation error codes

    Hi,
    I installed software and received the following error codes:
    "Setting up icaclient (12.1.0) ...
    dpkg: error processing icaclient (--configure):
    subprocess installed post-installation script returned error exit status 2
    No apport report written because MaxReports is reached already
    Errors were encountered while processing:
    icaclient
    E: Sub-process /usr/bin/dpkg returned an error code (1)"

    Where does one look to see what the errors are?

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Understanding installation error codes

    Since I do not run icaclient, this means nothing to me, but it may to you.

    This installation will likely throw the following error:
    dpkg: error processing icaclient (--install):
    subprocess installed post-installation script returned error exit status 2
    Errors were encountered while processing: icaclient

    This can be resolved by changing line 2648 in /var/lib/dpkg/info/icaclient.postinst:
    echo $Arch|grep "i[0-9]86" >/dev/null

    to:
    echo $Arch|grep -E "i[0-9]86|x86_64" >/dev/nullThen execute the following command:
    sudo dpkg --configure icaclient
    https://help.ubuntu.com/community/Ci...u_13.04_64-bit

  3. #3
    Join Date
    Oct 2005
    Beans
    211

    Re: Understanding installation error codes

    Quote Originally Posted by ibjsb4 View Post
    Since I do not run icaclient, this means nothing to me, but it may to you.



    https://help.ubuntu.com/community/Ci...u_13.04_64-bit
    Perfect! Problem solved.
    Thank you very much.

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
  •