• 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.

plesk 12 autoinstaller, Ubuntu 14.04, missing packages

kro

New Pleskian
The problem:
./parallels_installer_Ubuntu_14.04_x86_64 --no-daemon --source-type network --source http://autoinstall.plesk.com/ --target /tmp/plesk --select-product-id plesk --select-release-id PLESK_12_0_18 --installation-type typical
[...]
E: Can't find a source to download version '4.7.2-ubuntu14.04.15030613' of 'plesk-php56-ioncube-loader:amd64'

The file itself is present on our mirror as well as on autoinstall.plesk.com
http://autoinstall.plesk.com/PHP_5....e-loader_4.7.2-ubuntu14.04.15030613_amd64.deb

Which probably means that there is an issue with the metadata not referencing this file.

The complete autoinstaller3.log is available here:
http://demold.ovh.net/download/1ed200be5f745f3cecb5d1aef3ac4dd5/autoinstaller3.log

I'd apreciate if you could have a look into this!

Best regards,
Felix Krohn
OVH installations & mirrors
 
Hi kro,
looks like they forgot to update the inf3 files on their mirrors.

Because here they refer to your mentioned version:
http://autoinstall.plesk.com/PHP_5.6.14/php56-5.6.14-ubt14.04-x86_64.plesk12.inf3

Code:
<package name="plesk-php56-ioncube-loader" version="4.7.2" release="ubuntu14.04.15030613" file="packages/plesk-php56-ioncube-loader_4.7.2-ubuntu14.04.15030613_amd64.deb" size="291570" buildtime="0" md5="8b46b5ac9565464826dcf168f2e5ed44" arch="amd64"/>

However in the "Packages" of apt they refer to another Version (http://autoinstall.plesk.com/ubuntu/PHP_5.6/dists/trusty/all/binary-amd64/Packages)
Code:
Package: plesk-php56-ioncube-loader
Priority: extra
Section: php
Installed-Size: 1430
Maintainer: Plesk <[email protected]>
Architecture: amd64
Version: 5.0.18-ubuntu14.04.15101215
Depends: libc6 (>= 2.4), plesk-php56, plesk-phpapi-20131226
Filename: ../../PHP_5.6.14/dist-deb-Ubuntu-14.04-x86_64/packages/plesk-php56-ioncube-loader_5.0.18-ubuntu14.04.15101215_amd64.deb
Size: 406956
MD5sum: 03804a863cf6462377db07cd203b74dd
SHA1: 11e214e377fb8573f68da1d30c83e1a5ddab6534
SHA256: 9c4db1b1c11e96d91544ba4d7250a688c11a5ffa1ea6309a24c575c8726630b3
SHA512: ec4c654d9a23c9ac76678050f4092b470ff9c04fa683ddd0816ae83c1797f2c543ba88a16734947bd7f2f8c3f474b3f7c37fa141add063fde6adfee6f4710f50
Description: PHP ionCube Loader
This packages contain ionCube Loader for PHP

Hope this gets fixed soon :)

You should be able to modify your inf3 files on your mirror for it to work immediately.

Regards,
Kristian
 
Last edited:
Hello @mizar,

Yep, can confirm - just saw the changed file appear on our mirror after a manual sync, installations now seem to roll through fine.

Thanks for the speedy fix!
 
This issue is resolved, thanks for report!

Hello @mizar ,
same/similar situation again :-/

On our mirror I replaced
PHP_5.6.14/php56-5.6.14-ubt14.04-x86_64.plesk12.inf3
with the contents of
PHP_5.6.14/php56-5.6.14-ubt14.04-x86_64.inf3
which fixes the problem for now (until our next mirror sync run...)

Would be cool if you could investigate again :)

Thanks,
Felix
 
Back
Top