Installation nicht möglich

  • Hallo,


    gemäß der Anleitung unter https://github.com/i-MSCP/imsc…1.2.x/docs/Debian/INSTALL versuche ich gerade, i-MSCP auf Debian 7 minimal (64-Bit) zu installieren, scheitere aber schon so ziemlich am Anfang. Ich erhalte den folgenden Fehler:



    Code
    1. root@s1:~# tasksel install standard
    2. tasksel: apt-get failed (100)

    Hat hier jemand einen Tipp?


    Grüße,
    jacboy

  • Hello ;


    • Content of your sources.list?
    • Result of dpkg --print-foreign-architectures ?
    • Do you have whiptail package installed ?
    • Result of apt-get update && apt-get dist-upgrade ?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Good evening,


    first:

    Code: /etc/apt/sources.list
    1. deb http://ftp.debian.org/debian wheezy main contrib non-free
    2. deb http://security.debian.org wheezy/updates main contrib non-free

    second:
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


    third
    whiptail is installed


    fourth
    i386 (I think this is x86, but I installed x64 in the control panel of my provider?).

  • Please, read my previous post again ;)

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Hmm, it's an openvz container... Well, could you give me an access?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Re ;


    Problem is due to the fact that some packages which are required by standard task (tasksel) are not available.


    For the record:


    Shell-Script
    1. root@s1:/usr/local/src# tasksel --task-packages standardwhoispciutilsmanpagespython2.6-minimalmlocatem4fileexim4-basew3maptitudelessdnsutilsbsd-mailxapt-listchangesrpcbindmawkdoc-debianprocmaildcpython-supportbind9-hostisc-dhcp-clientliblockfile-bindb5.1-utilaptitude-commonisc-dhcp-commonmuttpatchnfs-commonexim4-configreportbugtexinfoinstall-infotimeexim4debian-faqkrb5-localesnetcat-traditionalftpwamericanbash-completionatbcinfopython-reportbugtraceroutelogrotatesysvinitapt-utilsexim4-daemon-lightcronncurses-termbzip2telnetpython-aptvim-tinyroot@s1:/usr/local/src#


    Thus, to known the reason, I do


    Shell-Script
    1. tasksel --task-packages standard > standard_packages.txt && apt-get install $(cat standard_packages.txt) -s


    which give the following output:



    As you can see here, a package is not available.


    I'll investigate and fix. Once done, I'll post the solution there.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @jacboy


    Solution


    I've simply removed the /etc/apt/preferences.d/parallels file which disallowed installation of sysvinit package. The image used to create your Debian Wheezy OpenVZ container used upstart by default (which is not the better choice for Debian in my eyes)...


    Once done, I've do:


    Shell-Script
    1. # apt-get update
    2. # tasksel install standard
    3. # shutdown -r now


    Note: reboot was needed because we switched from upstart to sysvinit.


    You can now install i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Thanks for your great support! I´ve got another error:


    Code
    1. [FATAL]
    2. iMSCP::Requirements::_modules: Modules [Email::Simple] were not found on your system.
    3. Exit code: 256

    Login credentials are the same as provided in the conversation, I haven´t changed it, yet. Maybe you can take a look at it? ;)


    Thanks