I have been stuck on some relatively old server iich runs php 5.6 and ubuntu 18.04.
Problem is that I can not install apcu or Redis modules to do some caching. I would need them desperately to get time to upgrade the system to more modern version. Server is running latest Hestia
When I try to install acpu:
sudo apt install php-apcu
Reading package lists… Done
Building dependency tree
Reading state information… Done
php-apcu is already the newest version (5.1.9+4.0.11-1build1).
The following packages were automatically installed and are no longer required:
libicu64 linux-image-4.15.0-62-generic linux-modules-4.15.0-60-generic
linux-modules-4.15.0-62-generic linux-modules-extra-4.15.0-62-generic php7.3-imap php7.3-ldap
Use ‘sudo apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
root@jmtech:~#
php -m
[PHP Modules]
bcmath
bz2
calendar
so no module loaded. php.ini says acpu.ini is loaded
I have installed Redis for more modern Hestia CP panel which runs also nginx phpfpm earlier and remeber to have had also then some problems but I have unfortunately forgotten where notes how I resolved it and bash history don’t go so deep on that server
So apt need possibly a new source? Or could some dependencies also help with this issue?
Oops, I have been pretty sick constantly for nearly a year and this deadline (too) has slipped my mind. Next problem will be updating live ubuntu bionic 18.04 LTS to at least 20.04 LTS. Does anyone have useful links to do it properly? I can make a full server back up but wan’t to minimize downtime because the server has web server which serves live sites, though only for about thousand visitors a day.
I must Thank You all the devs and contributors for this great Cpanel and all the work you have made. I must convince my Uncle Scrooge Boss again to give you a donation when I get fysically back to workplace (just kidding, no fysical force needed).
Calculating snap size requirements
No candidate ver: php7.3-imap
No candidate ver: php7.3-ldap
No candidate ver: php7.4-apcu
No candidate ver: php7.4-apcu-bc
No candidate ver: php8.1-apcu
Updating repository information
Third party sources disabled
Some third party entries in your sources.list were disabled. You can
re-enable them after the upgrade with the ‘software-properties’ tool
or your package manager.
Checking package manager
Reading package lists… Done
Building dependency tree
Reading state information… Done
Invalid package information
After updating your package information, the essential package
‘ubuntu-minimal’ could not be located. This may be because you have
no official mirrors listed in your software sources, or because of
excessive load on the mirror you are using. See /etc/apt/sources.list
for the current list of configured software sources.
In the case of an overloaded mirror, you may want to try the upgrade
again later.
Restoring original system state
Aborting
g package lists… 0%
*** Collecting problem information
The collected information can be sent to the developers to improve the
application. This might take a few minutes.
Reading package lists… Done
Building dependency tree
Reading state information… Done
…
=== Command terminated with exit status 1 (Fri Jul 28 10:10:20 2023) ===
so it does not upgrade to next LTS and rolls back to original succefully. Do not know what to try next.