• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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