Probleme bein Installieren

  • Guten Abend!


    Ich hab ein Problem mit dem i-MSCP Master.
    Ich hatte gestern von der rc3 auf den Master geupdated.


    Aber nachdem dies geschehen ist Funktionieren keiner der i-MSCP Autoinstaller mehr.(i-MSCP 1.1.0-rc3 und i-MSCP Master)


    hier die imscp-setup.log

    Code
    1. [Mon Aug 19 12:33:08 2013] [warn] Servers::httpd::apache_itk::installer::_fixPhpErrorReportingValues: PHP Warning: Module 'curl' already loaded in Unknown on line 0[Mon Aug 19 12:33:18 2013] [error] main::setupRebuildCustomerFiles:[^[[0;31m ERROR ^[[0m]iMSCP::Debug::END: Exit code is 1![^[[0;31m FATAL ERROR ^[[0m]iMSCP::Ext2Attributes::_setAttributes: Unable to setextended attribute: Operation not permitted[^[[0;31m ERROR ^[[0m]iMSCP::Debug::END: Exit code is 1![^[[0;31m FATAL ERROR ^[[0m]iMSCP::Ext2Attributes::_setAttributes: Unable to setextended attribute: Operation not permitted[^[[0;31m ERROR ^[[0m]iMSCP::Debug::END: Exit code is 1![^[[0;31m FATAL ERROR ^[[0m]iMSCP::Ext2Attributes::_setAttributes: Unable to setextended attribute: Operation not permitted[Mon Aug 19 12:33:29 2013] [error] iMSCP::Debug::END: Exit code is 1!


    Bzw Sind alle meine Seiten außer das Panel erreichbar.


    hatte auch nach dem Update ein Problem mit dem apache der nach einiger Zeit sich einfach beendet hat.
    Aber das Problem war nach dem Serverneustart verschwunden.
    Hier ein teil des default-error.log/s der mir auffällig war

    Code
    1. [Mon Aug 19 01:10:48 2013] [warn] pid file /var/run/apache2.pid overwritten -- Unclean shutdown of previous Apache run?
    2. [Mon Aug 19 01:10:48 2013] [emerg] (28)No space left on device: Couldn't create accept lock (/var/lock/apache2/accept.lock.31525) (5)


    Und zu diesen Problem finde ich zu wenig Infos und deshalb kann ich keine Lösung finden.
    Hoffe ihr könnt mir Helfen
    Ich benutze Übrigens einen vServer Advanced bei edis.at


    MfG
    Thomas

  • Hello ;


    1. i-MSCP require an EXT2 ,3 or 4 file system (a least for the /var partition). If your file system doesn't support extended attributes you must not use the Web folder protection (eg, you must not enable it when creating new customer account).
    2. It seem that your disk is full


    What is the result of the following commands


    Code
    1. # mount


    Code
    1. # df -h


    Thank you for using i-MSCP

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

    Edited once, last by Nuxwin ().

  • Thanks for your Posting.


    The system uses only one main partition. except the /stmp


    Code
    1. root@serv1:~# mount/dev/hdv1 on / type ufs (defaults)none on /proc type proc (defaults)none on /stmp type tmpfs (size=16m,mode=1777)none on /dev/pts type devpts (gid=5,mode=620)


    Code
    1. root@serv1:~# df -h
    2. Dateisystem Size Used Avail Use% Eingehängt auf
    3. /dev/hdv1 44G 3,7G 41G 9% /
    4. none 16M 0 16M 0% /stmp


    edit:
    This has actually already mostly works.
    But times to test for diskqouta a new customer added


  • Re ;



    You are using the UFS file system which doesn't support the immutable flag. So, you must disable the Web folder protection for all of your customers as follow:


    Code
    1. # mysql -u root -p<your_password>> UPDATE domain SET web_folder_protection = 'no';> quit


    Note: In future, do not forget to set the Web folder protection option to 'no' when you create a new customer through the reseller interface.


    [hr]


    About your "curl" problem, check your php.ini files and those available in /etc/php5/conf.d. The curl extension is loaded many times and it's for this reason that you are receiving the following warning:

    Code
    1. PHP Warning: Module 'curl' already loaded in Unknown on line 0


    [hr]


    After following all instructions above, you can rerun the i-MSCP installer as follow:


    Code
    1. # perl imscp-autoinstall -das

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

    Edited once, last by Nuxwin ().


  • Thanks for the info, i-MSCP could not you just find out for yourself on what file system it is running.
    However've now redone the server today.


    Re;


    I'll add auto-detection of the file system during installation,in case the extended attributes are not supported, I'll disable and hide the Web folder protection option.


    BTW: It's easy to fix your server without having to redo a fresh installation.

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

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