• 21-10-2019, 00:16:14
    #1
    Merhaba,
    Alt hata alıyorum, sunucu taşımak istedim bana yardımcı olur musunuz?



    Failed to fetch information from target servers
    Cause: Command execution failed on the local server with non-zero exit code.
    command: /usr/local/psa/bin/ipmanage --xml-info
    exit code: 255
    stdout: <ipinfo>
    <ip name="193.160.214.44">
    <state>0</state>
    <type>shared</type>
    <ip_address>193.160.214.44</ip_address>
    <mask>255.255.255.255</mask>
    <iface>venet0</iface>
    <clients>0</clients>
    <hostings>0</hostings>
    <ftps>false</ftps>
    <publicIp></publicIp>
    </ip>
    </ipinfo>
    
    stderr: [2019-10-20 21:06:13.171] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/f2bmng' '--reload'] with exit code [1]
    PHP Fatal error: Uncaught PleskUtilException: f2bmng failed: 2019-10-20 21:06:13,149 fail2ban.jailreader [15526]: ERROR No file(s) found for glob /var/log/secure
    2019-10-20 21:06:13,149 fail2ban [15526]: ERROR Failed during configuration: Have not found any log file for ssh jail
    ERROR:__main__:Command '['/usr/bin/fail2ban-client', 'reload']' returned non-zero exit status 255 in /usr/local/psa/admin/plib/Service/Agent.php:210
    Stack trace:
    #0 /usr/local/psa/admin/plib/Ip/Ban/Manager.php(490): Service_Agent->execAndGetResponse('f2bmng', Array, '')
    #1 /usr/local/psa/admin/plib/Ip/Ban/Manager.php(458): Ip_Ban_Manager->_callUtility('--reload')
    #2 /usr/local/psa/admin/plib/Fail2Ban/EventListener.php(123): Ip_Ban_Manager->reload()
    #3 [internal function]: PleskFail2BanEventListener->applyChanges()
    #4 {main}
    thrown in /usr/local/psa/admin/plib/Service/Agent.php on line 210
    
    That is a critical error, migration was stopped.


    CÖZÜM:


    Alıntı
    Looks like there is missing /var/log/secure file.
    Create /var/log/secure file using the following command:

    # touch /var/log/secure

    Grant appropriate permissions to it with the following command:

    # chown root.root /var/log/secure
    # chmod 600 /var/log/secure

    and then start migration again.
  • 21-10-2019, 01:09:42
    #2
    Merhaba,

    Plesk`den başka bir Plesk`e taşıyacaksanız şunu deneyin.

    http://blog.performans.net/kontrol-p...migration.html
  • 21-10-2019, 01:18:29
    #3
    Pipocu adlı üyeden alıntı: mesajı görüntüle
    Merhaba,

    Plesk`den başka bir Plesk`e taşıyacaksanız şunu deneyin.

    http://blog.performans.net/kontrol-p...migration.html


    evet böyle yapıyorum ama hata alıyorum.