yes, I thought that could be the reiserfs ...
this one have been installed by a friend, any other migration with my own servers on ext3 (4) worked well so far ...
Git Master - Unable to migrate from ispCP - reiserfs
- fulltilt
- Closed
- Thread is marked as Resolved.
-
-
Re ;
Reiserfs is also supporting extended attributes but you must enable them explicitly. In order, to enable extended attributes, you must follow these steps:
Edit your /etc/fstab file to add the attrs option for your device. For instance:
Must be updated to:
Once you did this, you can remount your device. For instance:
And then, normally you must be able to update your i-MSCP system to last Git Master without any trouble (a least with the immutable bit).
If needed, and according your previous answer, you can find the uuid of your device, with the following command:
Thank you for using i-MSCP
-
-
OK, I will try it asap and let you know
thanks for your great support !!! -
re;
Sure.
I'll try now with a clean install (i-MSCP + Debian Wheezy with reiserfs). If all goes fine, I'll add reiserfs as supported file system and update the documentation according my previous answer.
Thank you for using i-MSCP[hr]Re;
This works. I'll update the documentation and add reiserfs as supported file system in Git master.
-
-
Re;
i-MSCP Git Master updated. See https://github.com/i-MSCP/imsc…fa469776174c76e3fe4e5aa39
Documentation Updated: See http://wiki.i-mscp.net/doku.php?id=about:system -
Nuxwin, it seems there is another problem witm courier-ssl and pop3-ssl:
Code- Performing preinstall tasks for the po server: courierXXX[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::execute: Execute /etc/init.d/courier-authdaemon stop[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Mon Aug 26 15:54:16 2013] [debug] Servers::po::courier::stop: Stopping Courier authentication services: authdaemond.[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::execute: Execute /etc/init.d/courier-pop stop[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Mon Aug 26 15:54:16 2013] [debug] Servers::po::courier::stop: Stopping Courier POP3 server: pop3d.[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::execute: Execute /etc/init.d/courier-imap stop[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Mon Aug 26 15:54:16 2013] [debug] Servers::po::courier::stop: Stopping Courier IMAP server: imapd.[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::execute: Execute /etc/init.d/courier-pop-ssl stop[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::getExitCode: External command exited with value 255[Mon Aug 26 15:54:16 2013] [debug] iMSCP::Execute::execute: Execute /usr/bin/dialog --insecure --backtitle 'i-MSCP - internet Multi Server Control Panel' --title 'i-MSCP Setup Dialog' --colors --msgbox '\Z1[ERROR]\ZnError while performing step:Performing preinstall tasks for the po server: courierError was:\Z1An unexpected error occurred... \ZnPlease, post on http://i-mscp.net/forum to get any help.' 21 78 [Mon Aug 26 15:54:32 2013] [debug] iMSCP::Execute::getExitCode: External command exited with value 0[Mon Aug 26 15:54:32 2013] [debug] iMSCP::Execute::execute: Execute /usr/bin/dialog --insecure --backtitle 'i-MSCP - internet Multi Server Control Panel' --title 'i-MSCP Setup Dialog' --colors --msgbox '\Z1[ERROR]\ZnError while performing step:Servers pre-installationError was:\Z1An unexpected error occurred... \Zn
this is strange:
Code- courier-imap-ssl ist schon die neueste Version.
- courier-pop-ssl ist schon die neueste Version.
- 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
- # /etc/init.d/courier-imap-ssl restart
- bash: /etc/init.d/courier-imap-ssl: Datei oder Verzeichnis nicht gefunden
- not found
- # /etc/init.d/courier-pop-ssl restart
- bash: /etc/init.d/courier-pop-ssl: Datei oder Verzeichnis nicht gefunden
- not found
-
-
Re :
What is the exact command you have run?
-
thanks Nuxwin, now it's working and I migrated from ispcp
I have purged courier-ssl and pop3-ssl and reinstalled, after that I used the latest master and it worked without any problems ... -