• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Magration "ignore-nonexistent-options failed with return code 1"

mdde

Regular Pleskian
HI, trying to migrate from one Server to another (new one) and sometimes it fails.
See Log below:

Code:
Detailed Migration Status
|
|- Reseller 'Daxxx (Daniel xxx, info@xxx.de)'
|  |
|  `- Client 'x_2345 (Sxxxxx xxxxer, mail@xxx.de)'
|     |
|     `- Subscription 'juxxxz-bixxx.de'
|        |
|        |- error: An error occurred, when restoring hosting settings:
|        |  Execution of /opt/psa/admin/plib/api-cli/domain.php --update jxxxxxz-bxxxd.de -guid exxxx2-500a-4ae5-bdf9-2dxxxxx46f -creation-date 2015-02-11 -description '' -hosting true -hst_type phys -do-not-apply-skeleton -ip 123.456.789.210 -www-root httpdocs/joomla -login user_5432 -passwd '' -passwd_type sym -ignore-nonexistent-options failed with return code 1.
|        |  Stderr is
|        |  An error occurred during domain update: An error occurred during changing of hosting settings: phpinimng failed: invoke-rc.d: initscript plesk-php56-fpm, action "status" failed.
|        |  Job for plesk-php56-fpm.service failed. See 'systemctl status plesk-php56-fpm.service' and 'journalctl -xn' for details.
|        |  invoke-rc.d: initscript plesk-php56-fpm, action "start" failed.
|        |  Failed to start plesk-php56-fpm service
|        |
|        |
|        `- error: The following sites of subscription were not restored - they do not exist on target panel: 'jexxxxxxe-bxxx.de', 'hxxxxt-bixxxxd.de'
|          
|
`- Administrator

What can i do to fix this?

Informations:
target OS: Debian 8.3
other: Cent OS 7.2.1511
 
Hi Igor,
thank you, but SSH shows:

rm: cannot remove ‘/opt/plesk/php/5.6/etc/php-fpm.d/my-domain.de.conf’: No such file or directory

What can i do?

And here:

/etc/init.d/plesk-php56-fpm restart
[....] Restarting plesk-php56-fpm (via systemctl): plesk-php56-fpm.serviceJob for plesk-php56-fpm.service failed. See 'systemctl status plesk-php56-fpm.service' and 'journalctl -xn' for details.
failed!
 
Last edited:
Hm, i changed before i move, the PHP Version from Customer.
That seems to work fine for me. :)
 
I've got the Output of that, similar Problem now:

Code:
systemctl status plesk-php54-fpm.service
● plesk-php54-fpm.service - The PHP 5.4.45 FastCGI Process Manager
   Loaded: loaded (/lib/systemd/system/plesk-php54-fpm.service; enabled)
   Active: failed (Result: exit-code) since Tue 2016-03-01 11:45:59 CET; 33s ago
  Process: 15478 ExecStart=/opt/plesk/php/5.4/sbin/php-fpm --nodaemonize (code=exited, status=78)
Main PID: 15478 (code=exited, status=78)

Mar 01 11:45:59 xxxxx.com php-fpm[15478]: [01-Mar-2016 11:45:59] ERROR: An another FPM instance seems to already listen on /var/www/vhosts/system/xxxxxxx.de/php-fpm.sock
Mar 01 11:45:59 xxxxx.com php-fpm[15478]: [01-Mar-2016 11:45:59] ERROR: FPM initialization failed
Mar 01 11:45:59 xxxxx.com systemd[1]: plesk-php54-fpm.service: main process exited, code=exited, status=78/n/a
Mar 01 11:45:59 xxxxx.com systemd[1]: Failed to start The PHP 5.4.45 FastCGI Process Manager.
Mar 01 11:45:59 xxxxx.com systemd[1]: Unit plesk-php54-fpm.service entered failed state.
Hint: Some lines were ellipsized, use -l to show in full.
 
Back
Top