• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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