Error on Installation with Debian 6

  • Dear i-MSCP-Team,


    with mutch anticipation i made an install of i-MSCP, but i get Errors.


    I did it like this:

    Code
    1. aptitude updateaptitude safe-upgradeaptitude install subversionsvn export https://i-mscp.svn.sourceforge.net/svnroot/i-mscp/trunk/cd trunkperl ./imscp-autoinstall


    Then i get this Error:

    Quote

    library::debian_autoinstall::preRequish: Unable to install │
    │ pre-required packages.


    I use Debian Squeeze - my Sources-List is like this:


    I attached my imscp-build.log

    Files

    • log.txt

      (8.18 kB, downloaded 36 times, last: )

    Mfg


    System:


    Debian Jessie
    Last i-MSCP Trunk

    Edited once, last by Seb ().

  • For some reason log is truncated. Can you please repost it?

  • this time log is complete. From log I see:

    Code
    1. [DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::Execute::_execCaptureError:[b] Execute apt-get -y install dialog libxml-simple-perl[/b][DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::Execute::_execCaptureError: Ending...[DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::Execute::_getExitCode: Starting...[ERROR] [Wed Sep 14 18:55:40 2011] iMSCP::Execute::_getExitCode:[b] External command died with signal 11, without coredump[/b][DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::Execute::_getExitCode: Ending...[DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::STDCapture::DESTROY: Starting...[DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::STDCapture::DESTROY: Finishing capture of *main::STDERR[DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::STDCapture::DESTROY: Ending...[DEBUG] [Wed Sep 14 18:55:40 2011] iMSCP::Execute::execute: Ending...[ERROR] [Wed Sep 14 18:55:40 2011] library::debian_autoinstall::preRequish: [b]Unable to install pre-required packages.[/b]


    Can you plese try run

    Code
    1. apt-get -y install dialog libxml-simple-perl
    2. echo $?

    and post output here? it seems you have a package corrupted.

  • Here is the Output.


    Code
    1. root@s113539-1:~/trunk# echo $?139


    Code
    1. apt-get -y install dialog libxml-simple-perl
    2. Paketlisten werden gelesen... Fertig
    3. Abhängigkeitsbaum wird aufgebaut
    4. Statusinformationen werden eingelesen... Fertig
    5. dialog ist schon die neueste Version.
    6. libxml-simple-perl ist schon die neueste Version.
    7. Speicherzugriffsfehler


    Hmm.. the last Line


    Speicherzugriffsfehler / memory access error



    Its a new Debian Squeeze Installation on a Root Server.

    Mfg


    System:


    Debian Jessie
    Last i-MSCP Trunk

  • Could be either a defective memory (check with memtest86+) or a broken library or a mis configured kernel. look in /var/log/kernel and syslog for any info about

  • I found a Error.. in /kern.log


    Code
    1. Sep 14 18:44:09 s113539-1 kernel: [32807.095382] aptitude[2035]: segfault at 7f92344ea920 ip 000000000056fb94 sp 00007fff51a61ed0 error 4 in aptitude-curses[400000+381000]
    2. Sep 14 18:55:40 s113539-1 kernel: [33498.145494] apt-get[3198]: segfault at 7fd0b0b146d0 ip 00007fd019016382 sp 00007fff45033188 error 4 in libc-2.11.2.so[7fd018f0f000+158000]
    3. Sep 14 19:46:15 s113539-1 kernel: [36531.283293] apt-get[3221]: segfault at 7fcf52cba6d0 ip 00007fcebb1bc382 sp 00007fffdd4e4e78 error 4 in libc-2.11.2.so[7fcebb0b5000+158000]

    Mfg


    System:


    Debian Jessie
    Last i-MSCP Trunk

  • First thing to do is check ram with memtest. it seems you have a faulty bank

    Edited once, last by oldev01 ().

  • It works! :)


    This command fixed my Problem..


    Code
    1. rm /var/cache/apt/*.bin



    Thank you very much! ;)



    Yes.. my English is bad :D

    Mfg


    System:


    Debian Jessie
    Last i-MSCP Trunk