Git Master - Unable to migrate from ispCP - reiserfs

  • ich hänge hier gerade mit einer fehlgeschlkagenen ispcp migration auf die aktuelle RC fest, es ist alles ohne murren durchgelaufen bis zum letzten Schritt - rebuilding customers ...
    wie soll ich jetzt vorgehen?


    Noch zur Info, es handelt sich um eine VM auf einem XEN Host




    screenshot:
    http://postimg.org/image/auixbe627/

    Edited once, last by Nuxwin ().

  • probier bitte auf den github master zu aktualisieren, dort hat Nuxwin einiges gefixt was dateisystemattribute angeht.

    Edited once, last by Nuxwin ().


  • probier bitte auf den github master zu aktualisieren, dort hat Nuxwin einiges gefixt was dateisystemattribute angeht.


    kann die jetzt in dem aktuellen Zustand als Update installieren?
    [hr]
    OK habe ich jetzt versucht mit dem master, dabei bekomme ich diesen Fehler:
    irgendeine Idee?




    ---------------
    das PHP Problem konnte ich lösen

    Edited once, last by Nuxwin ().

  • Hello ;


    Code
    1. # df -TP /var/www/virtual


    ???


    If you want online support, send me your teamviewer IDS


    Thank you for using i-MSCP

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

    Edited once, last by Nuxwin ().

  • ein neuer Versuch mit der RC:
    ich habe keine Ahnung was da schief läuft, jedenfalls scheint die Migration mit master oder RC nicht möglich zu sein ...


    Code
    1. Servers::httpd::apache_fcgi::installer::_fixPhpErrorReportingValues: Errorwhile executing query: Table 'ispcp.php_ini' doesn't existiMSCP::HooksManager::trigger: A hook function registered on the'afterSetupCreateDatabase' hook and triggered in main::setupCreateDatabase hasfailed.Hook function code was:sub { package Servers::httpd::apache_fcgi::installer; use warnings; use strict 'refs'; $self->_fixPhpErrorReportingValues(@_); }


    [hr]
    [quote='Nuxwin','http://migration.i-mscp.net/index.php/Thread/?postID=15929#post15929']
    Hello ;


    Code
    1. df -TP /var/www/virtual
    2. Dateisystem Typ 1024-Blöcke Benutzt Verfügbar Kapazit. Eingehängt auf
    3. /dev/xvda1 reiserfs 50233660 14430580 35803080 29% /

    Edited once, last by Nuxwin ().

  • Please, update to last master. I can do the migration for you via teamviewer if you want.

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

    Edited once, last by Nuxwin ().


  • Please, update to last master. I can do the migration for you via teamviewer if you want.


    thanks Nuxwin,
    is there any newer master uploaded now?
    1 hour ago I used:
    git clone git://github.com/i-MSCP/imscp.git i-mscp


    but getting the courier error msg:
    Performing preinstall tasks for the po server: courier
    unexpected error occurred


    after that I tried again w/ RC which give me the PHP fcgid error above

    Edited once, last by Nuxwin ().

  • The master branch contain many fixes, which are not integrated in the last RC. If you get an error while courier installation, you must provide me the log files.


    Do this with last master:


    Code
    1. # rm /var/log/imscp/*
    2. # perl imscp-autoinstall -d


    And if you get an error, provide me an archive containing all logs from /var/log/imscp


    BTW: Teamviewer session can be more fast.

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

    Edited once, last by Nuxwin ().

  • OK I will try again later ;-)
    but I found this dmn error msg inside - could this be the problem?



    Execute /usr/sbin/groupadd vu2033
    but in real user table this domain is vu2075

    Edited once, last by Nuxwin ().


  • Don't worry about user management. i-MSCP handle/update them automatically as he need.


    You get an error because you are using reiserfs file system, which does not provide the immutable flag by default.


    I've already added a checker for the extended attributes but it seem that I must also override the iMSCP::Ext2Attributes::_getAttributes() method with a dummy method to avoid such error. Let's me few minutes to fix this into the master branch.


    Thanks.

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

    Edited once, last by Nuxwin ().