• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved [SOLVED] Auto-Update Problem on OVH (404)

Thomas_Lartaud

New Pleskian
Hi there,

Just want to post a solved problem that i had, that may help others people that run the same configuration as me. I'm newb, so don't except that fix to be a one that comes from the dev team. Make sure to understand what this command does, and if you really need it, before using it.

Had the following errors every days, after an auto-update attempt :

Code:
Execution failed.
Command: autoinstaller
Arguments: Array
(
    [0] => --select-product-id
    [1] => plesk
    [2] => --select-release-current
    [3] => --upgrade-installed-components
    [4] => --include-components-from-class
    [5] => vendor=parallels
    [6] => --include-components-from-class
    [7] => patched
)

Details: Doing restart of Parallels Installer...
Fichier en cours de téléchargement products.inf3: Fichier en cours de téléchargement versions.inf3:
ERROR: Erreur ! La lecture des informations sur le produit dans le fichier a échoué : Can't process products.inf3: Le téléchargement du package http://20141228-09h35m01s.parallels.mirrors.ovh.net.snapmirror.vps.ovh.net/parallels/products.inf3 a échoué :
The requested URL returned error: 404

Can't process versions.inf3: Le téléchargement du package http://20141228-09h35m01s.parallels.mirrors.ovh.net.snapmirror.vps.ovh.net/parallels/versions.inf3 a échoué :
The requested URL returned error: 404


Les packages n'ont pas tous été installés.
Veuillez résoudre le problème signalé précédemment puis réessayez d'installer les packs.
Si vous ne pouvez pas résoudre le problème par vous-même, contactez l'assistance technique du produit et demandez de l'aide.

Here is how i fixed it :
Code:
find /root -type f -name .autoinstallerrc -exec sed -i "s,http://[0-9hms-]*\.\([^/]*\).snapmirror.vps.ovh.net,http://\1,g" "{}" ';'

Cheers,
Thom
 
Hello.
I applied this command. I restarted the server - I have Linux Plesk 10.4 (CentOS 6). And the server does not want to pick up. It is possible to only operate in rescue mode. Please help.
 
Back
Top