dpkg error code when installing in a LXC Container #99

Closed
opened 2026-04-05 20:25:29 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @pegelf on 4/27/2025

CloudPanel version(s) affected

2.5.1

Description

I installed the latest CloudPanel version in a Debian 12 LXC Container while using MariaDB as a database, because it should have less LXC-problems. But at the end of the installation I got this error:

Errors were encountered while processing:
cloudpanel
E: Sub-process /usr/bin/dpkg returned an error code (1)

Before that, I got several PHP deprecation notices during the triggers and I think the problems occurred during the php7.1-fpm triggers. I attached the end of the terminal output during the installation in the field "Additional Context".

How to reproduce

Create an LXC Container in Proxmox with Debian 12 and then run the installation commands:

apt update && apt -y upgrade && apt -y install curl wget sudo

curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \
echo "a3ba69a8102345127b4ae0e28cfe89daca675cbc63cd39225133cdd2fa02ad36 install.sh" | \
sha256sum -c && sudo DB_ENGINE=MARIADB_11.4 bash install.sh

Possible Solution

It was still possible to open CloudPanel on Port 8443, but I was worried because of the apt errors. I was able to get around that by just removing the cloudpanel package, stopping everything on port 80,443 and 3306 and restarting the installation script:

rm -f /var/lib/dpkg/info/cloudpanel.prerm
dpkg --purge cloudpanel

systemctl stop apache2
systemctl stop nginx
systemctl stop mysql

ss -tulpen | grep -E ':80|:443|:3306'

curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh;
sudo DB_ENGINE=MARIADB_11.4 bash install.sh

I think the triggers weren't a problem on the second time running the installation scripts, because php7.1 was already there.

Additional Context

Part of Installation Log

DoctrineMigrations\Version1 added to the version table.

DoctrineMigrations\Version2 added to the version table.

DoctrineMigrations\Version3 added to the version table.

Backing up 'user.rules' to '/etc/ufw/user.rules.20250427_234057'
Backing up 'before.rules' to '/etc/ufw/before.rules.20250427_234057'
Backing up 'after.rules' to '/etc/ufw/after.rules.20250427_234057'
Backing up 'user6.rules' to '/etc/ufw/user6.rules.20250427_234057'
Backing up 'before6.rules' to '/etc/ufw/before6.rules.20250427_234057'
Backing up 'after6.rules' to '/etc/ufw/after6.rules.20250427_234057'

Rules updated
Rules updated (v6)
Rules updated
Rules updated (v6)
Rules updated
Rules updated (v6)
Rules updated
Rules updated (v6)
Rules updated
Rules updated (v6)
Firewall is active and enabled on system startup
Synchronizing state of ufw.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable ufw
PHP Deprecated: Composer\Util\ErrorHandler::register(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar
:///usr/local/bin/composer/src/Composer/Util/ErrorHandler.php on line 89

Deprecated: Composer\Util\ErrorHandler::register(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///u
sr/local/bin/composer/src/Composer/Util/ErrorHandler.php on line 89
PHP Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar
:///usr/local/bin/composer/src/Composer/Console/Application.php on line 125

Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar:///u
sr/local/bin/composer/src/Composer/Console/Application.php on line 125
PHP Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in pha
r:///usr/local/bin/composer/src/Composer/Console/Application.php on line 125

Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in phar:///
usr/local/bin/composer/src/Composer/Console/Application.php on line 125
PHP Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instea
d in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103

Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in
phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103
PHP Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used inste
ad in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103

Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in
phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103
PHP Deprecated: Composer\Factory::createConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///us
r/local/bin/composer/src/Composer/Factory.php on line 177

Deprecated: Composer\Factory::createConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///usr/loc
al/bin/composer/src/Composer/Factory.php on line 177
PHP Deprecated: Composer\Factory::addLocalRepository(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used instead in
phar:///usr/local/bin/composer/src/Composer/Factory.php on line 481

Deprecated: Composer\Factory::addLocalRepository(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used instead in phar
:///usr/local/bin/composer/src/Composer/Factory.php on line 481
PHP Deprecated: Composer\Factory::createDownloadManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 516

Deprecated: Composer\Factory::createDownloadManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used inst
ead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 516
PHP Deprecated: Composer\Factory::createPluginManager(): Implicitly marking parameter $globalComposer as nullable is deprecated, the explicit nullable type must be used in
stead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 582

Deprecated: Composer\Factory::createPluginManager(): Implicitly marking parameter $globalComposer as nullable is deprecated, the explicit nullable type must be used instead
in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 582
PHP Deprecated: Composer\Factory::createInstallationManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 590

Deprecated: Composer\Factory::createInstallationManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 590
PHP Deprecated: Composer\Factory::createDefaultInstallers(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used inste
ad in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 598

Deprecated: Composer\Factory::createDefaultInstallers(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used instead in
phar:///usr/local/bin/composer/src/Composer/Factory.php on line 598
PHP Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the expli
cit nullable type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 28

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the explicit n
ullable type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 28
PHP Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable
type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 57

Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type
must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 57
PHP Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable typ
e must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/ConsoleOutput.php on line 38

Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type mus
t be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/ConsoleOutput.php on line 38
PHP Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type
must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/StreamOutput.php on line 43

Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must
be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/StreamOutput.php on line 43
PHP Deprecated: Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must
be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/Output.php on line 40

Deprecated: Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be us
ed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/Output.php on line 40
PHP Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50
PHP Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type mu
st be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50
PHP Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must b
e used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/Input.php on line 35

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be use
d instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/Input.php on line 35
PHP Deprecated: Symfony\Component\Console\Helper\HelperSet::setCommand(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must
be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 94

Deprecated: Symfony\Component\Console\Helper\HelperSet::setCommand(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must be us
ed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 94
PHP Deprecated: Symfony\Component\Console\Helper\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must
be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/Helper.php on line 28

Deprecated: Symfony\Component\Console\Helper\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be u
sed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/Helper.php on line 28
PHP Deprecated: Symfony\Component\Console\Helper\HelperInterface::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable
type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperInterface.php on line 24

Deprecated: Symfony\Component\Console\Helper\HelperInterface::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type
must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperInterface.php on line 24
PHP Deprecated: Symfony\Component\Console\Helper\DialogHelper::ask(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable type must
be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 116

Deprecated: Symfony\Component\Console\Helper\DialogHelper::ask(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable type must be u
sed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 116
PHP Deprecated: Symfony\Component\Console\Helper\DialogHelper::askAndValidate(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullabl
e type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 362

Deprecated: Symfony\Component\Console\Helper\DialogHelper::askAndValidate(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable typ
e must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 362
PHP Deprecated: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable typ
e must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php on line 80

Deprecated: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type mus
t be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php on line 80
PHP Deprecated: Composer\Command\InitCommand::determineRequirements(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable type mus
t be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 518

Deprecated: Composer\Command\InitCommand::determineRequirements(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 518
PHP Deprecated: Composer\Command\InitCommand::findBestVersionAndNameForPackage(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullab
le type must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 880

Deprecated: Composer\Command\InitCommand::findBestVersionAndNameForPackage(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable ty
pe must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 880
PHP Deprecated: Composer\Command\InitCommand::getPlatformExceptionDetails(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable ty
pe must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 987

Deprecated: Composer\Command\InitCommand::getPlatformExceptionDetails(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable type mu
st be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 987
PHP Deprecated: Composer\Command\CreateProjectCommand::installProject(): Implicitly marking parameter $platformRequirementFilter as nullable is deprecated, the explicit nu
llable type must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 191

Deprecated: Composer\Command\CreateProjectCommand::installProject(): Implicitly marking parameter $platformRequirementFilter as nullable is deprecated, the explicit nullabl
e type must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 191
PHP Deprecated: Composer\Command\CreateProjectCommand::installRootPackage(): Implicitly marking parameter $repositories as nullable is deprecated, the explicit nullable ty
pe must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 354

Deprecated: Composer\Command\CreateProjectCommand::installRootPackage(): Implicitly marking parameter $repositories as nullable is deprecated, the explicit nullable type mu
st be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 354
PHP Deprecated: Composer\Command\ShowCommand::printPackageInfo(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 651

Deprecated: Composer\Command\ShowCommand::printPackageInfo(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 651
PHP Deprecated: Composer\Command\ShowCommand::printMeta(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be used i
nstead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 679

Deprecated: Composer\Command\ShowCommand::printMeta(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be used instea
d in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 679
PHP Deprecated: Composer\Command\ShowCommand::printPackageInfoAsJson(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type m
ust be used instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 826

Deprecated: Composer\Command\ShowCommand::printPackageInfoAsJson(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must b
e used instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 826
PHP Deprecated: Composer\Command\ArchiveCommand::archive(): Implicitly marking parameter $composer as nullable is deprecated, the explicit nullable type must be used inste
ad in phar:///usr/local/bin/composer/src/Composer/Command/ArchiveCommand.php on line 126

Deprecated: Composer\Command\ArchiveCommand::archive(): Implicitly marking parameter $composer as nullable is deprecated, the explicit nullable type must be used instead in
phar:///usr/local/bin/composer/src/Composer/Command/ArchiveCommand.php on line 126
PHP Deprecated: Composer\Config::prohibitUrlByConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar
:///usr/local/bin/composer/src/Composer/Config.php on line 585

Deprecated: Composer\Config::prohibitUrlByConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///u
sr/local/bin/composer/src/Composer/Config.php on line 585
PHP Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $httpDownloader as nullable is deprecated, the explicit nullable type must be used inst
ead in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 55

Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $httpDownloader as nullable is deprecated, the explicit nullable type must be used instead i
n phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 55
PHP Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:
///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 55

Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///us
r/local/bin/composer/src/Composer/Json/JsonFile.php on line 55
PHP Deprecated: Composer\Downloader\FilesystemException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must b
e used instead in phar:///usr/local/bin/composer/src/Composer/Downloader/FilesystemException.php on line 27

Deprecated: Composer\Downloader\FilesystemException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be use
d instead in phar:///usr/local/bin/composer/src/Composer/Downloader/FilesystemException.php on line 27
PHP Deprecated: Composer\Util\StreamContextFactory::getTlsDefaults(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be us
ed instead in phar:///usr/local/bin/composer/src/Composer/Util/StreamContextFactory.php on line 137

Deprecated: Composer\Util\StreamContextFactory::getTlsDefaults(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used in
stead in phar:///usr/local/bin/composer/src/Composer/Util/StreamContextFactory.php on line 137
PHP Deprecated: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 67

Deprecated: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 67
PHP Deprecated: Composer\CaBundle\CaBundle::validateCaFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used inste
ad in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 161

Deprecated: Composer\CaBundle\CaBundle::validateCaFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in
phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 161
PHP Deprecated: Composer\CaBundle\CaBundle::caFileUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 341

Deprecated: Composer\CaBundle\CaBundle::caFileUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in p
har:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 341
PHP Deprecated: Composer\CaBundle\CaBundle::caDirUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead
in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 354

Deprecated: Composer\CaBundle\CaBundle::caDirUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in ph
ar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 354
PHP Deprecated: Composer\CaBundle\CaBundle::isFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in ph
ar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 367

Deprecated: Composer\CaBundle\CaBundle::isFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar://
/usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 367
PHP Deprecated: Composer\CaBundle\CaBundle::isDir(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in pha
r:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 382

Deprecated: Composer\CaBundle\CaBundle::isDir(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:///
usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 382
PHP Deprecated: Composer\CaBundle\CaBundle::isReadable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead i
n phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 397

Deprecated: Composer\CaBundle\CaBundle::isReadable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in pha
r:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 397
PHP Deprecated: Composer\CaBundle\CaBundle::glob(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar
:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 412

Deprecated: Composer\CaBundle\CaBundle::glob(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:///u
sr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 412
PHP Deprecated: Composer\Util\Filesystem::__construct(): Implicitly marking parameter $executor as nullable is deprecated, the explicit nullable type must be used instead
in phar:///usr/local/bin/composer/src/Composer/Util/Filesystem.php on line 31

Deprecated: Composer\Util\Filesystem::__construct(): Implicitly marking parameter $executor as nullable is deprecated, the explicit nullable type must be used instead in ph
ar:///usr/local/bin/composer/src/Composer/Util/Filesystem.php on line 31
PHP Deprecated: Composer\Util\RemoteFilesystem::__construct(): Implicitly marking parameter $authHelper as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 82

Deprecated: Composer\Util\RemoteFilesystem::__construct(): Implicitly marking parameter $authHelper as nullable is deprecated, the explicit nullable type must be used inste
ad in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 82
PHP Deprecated: Composer\Util\RemoteFilesystem::getRemoteContents(): Implicitly marking parameter $responseHeaders as nullable is deprecated, the explicit nullable type mu
st be used instead in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 564

Deprecated: Composer\Util\RemoteFilesystem::getRemoteContents(): Implicitly marking parameter $responseHeaders as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 564
PHP Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $runtime as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71

Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $runtime as nullable is deprecated, the explicit nullable type must be used
instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71
PHP Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $hhvmDetector as nullable is deprecated, the explicit nullable type mus
t be used instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71

Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $hhvmDetector as nullable is deprecated, the explicit nullable type must be
used instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71
Created symlink /etc/systemd/system/multi-user.target.wants/clp-agent.service → /lib/systemd/system/clp-agent.service.
swapoff: Not superuser.
dpkg: error processing package cloudpanel (--configure):
installed cloudpanel package post-installation script subprocess returned error exit status 16
Setting up ghostscript (10.0.0dfsg-11+deb12u7) ...
Processing triggers for debianutils (5.7-0.5
deb12u1) ...
Processing triggers for mailcap (3.70+nmu1) ...
Processing triggers for libc-bin (2.36-9+deb12u10) ...
ldconfig: /lib/libvarnishapi.so.3 is not a symbolic link

Processing triggers for man-db (2.11.2-2) ...
Processing triggers for php8.2-cli (8.2.28-1+clp-bookworm) ...
Processing triggers for php7.4-cli (7.4.33-4+clp-bookworm) ...
Processing triggers for php8.3-cli (8.3.20-1+clp-bookworm) ...
Processing triggers for php8.1-cli (8.1.32-1+clp-bookworm) ...
Processing triggers for php7.3-cli (7.3.33-3+clp-bookworm) ...
Processing triggers for php8.4-cli (8.4.6-1+clp-bookworm) ...
Processing triggers for php7.2-cli (7.2.34-4+clp-bookworm) ...
Processing triggers for php7.1-cli (7.1.33-9+clp-bookworm) ...
Processing triggers for php8.0-cli (8.0.30-3+clp-bookworm) ...
Processing triggers for php7.3-fpm (7.3.33-3+clp-bookworm) ...
Processing triggers for php7.4-fpm (7.4.33-4+clp-bookworm) ...
Processing triggers for php8.3-fpm (8.3.20-1+clp-bookworm) ...
Processing triggers for php7.2-fpm (7.2.34-4+clp-bookworm) ...
Processing triggers for php8.0-fpm (8.0.30-3+clp-bookworm) ...
Processing triggers for php8.2-fpm (8.2.28-1+clp-bookworm) ...
Processing triggers for php8.1-fpm (8.1.32-1+clp-bookworm) ...
Processing triggers for php8.4-fpm (8.4.6-1+clp-bookworm) ...
Processing triggers for php7.1-fpm (7.1.33-9+clp-bookworm) ...
Errors were encountered while processing:
cloudpanel
E: Sub-process /usr/bin/dpkg returned an error code (1)

The installation of CloudPanel is complete!

CloudPanel can be accessed now: https://111.222.222.222:8443 
*Originally created by @pegelf on 4/27/2025* ### CloudPanel version(s) affected 2.5.1 ### Description I installed the latest CloudPanel version in a Debian 12 LXC Container while using MariaDB as a database, because it should have less LXC-problems. But at the end of the installation I got this error: > Errors were encountered while processing: > cloudpanel > E: Sub-process /usr/bin/dpkg returned an error code (1) Before that, I got several PHP deprecation notices during the triggers and I think the problems occurred during the php7.1-fpm triggers. I attached the end of the terminal output during the installation in the field "Additional Context". ### How to reproduce Create an LXC Container in Proxmox with Debian 12 and then run the installation commands: ``` apt update && apt -y upgrade && apt -y install curl wget sudo curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \ echo "a3ba69a8102345127b4ae0e28cfe89daca675cbc63cd39225133cdd2fa02ad36 install.sh" | \ sha256sum -c && sudo DB_ENGINE=MARIADB_11.4 bash install.sh ``` ### Possible Solution It was still possible to open CloudPanel on Port 8443, but I was worried because of the apt errors. I was able to get around that by just removing the cloudpanel package, stopping everything on port 80,443 and 3306 and restarting the installation script: ``` rm -f /var/lib/dpkg/info/cloudpanel.prerm dpkg --purge cloudpanel systemctl stop apache2 systemctl stop nginx systemctl stop mysql ss -tulpen | grep -E ':80|:443|:3306' curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; sudo DB_ENGINE=MARIADB_11.4 bash install.sh ``` I think the triggers weren't a problem on the second time running the installation scripts, because php7.1 was already there. ### Additional Context <details> <summary>Part of Installation Log</summary> > DoctrineMigrations\Version1 added to the version table. > > DoctrineMigrations\Version2 added to the version table. > > DoctrineMigrations\Version3 added to the version table. > > Backing up 'user.rules' to '/etc/ufw/user.rules.20250427_234057' > Backing up 'before.rules' to '/etc/ufw/before.rules.20250427_234057' > Backing up 'after.rules' to '/etc/ufw/after.rules.20250427_234057' > Backing up 'user6.rules' to '/etc/ufw/user6.rules.20250427_234057' > Backing up 'before6.rules' to '/etc/ufw/before6.rules.20250427_234057' > Backing up 'after6.rules' to '/etc/ufw/after6.rules.20250427_234057' > > Rules updated > Rules updated (v6) > Rules updated > Rules updated (v6) > Rules updated > Rules updated (v6) > Rules updated > Rules updated (v6) > Rules updated > Rules updated (v6) > Firewall is active and enabled on system startup > Synchronizing state of ufw.service with SysV service script with /lib/systemd/systemd-sysv-install. > Executing: /lib/systemd/systemd-sysv-install enable ufw > PHP Deprecated: Composer\Util\ErrorHandler::register(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar > :///usr/local/bin/composer/src/Composer/Util/ErrorHandler.php on line 89 > > Deprecated: Composer\Util\ErrorHandler::register(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///u > sr/local/bin/composer/src/Composer/Util/ErrorHandler.php on line 89 > PHP Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar > :///usr/local/bin/composer/src/Composer/Console/Application.php on line 125 > > Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in phar:///u > sr/local/bin/composer/src/Composer/Console/Application.php on line 125 > PHP Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in pha > r:///usr/local/bin/composer/src/Composer/Console/Application.php on line 125 > > Deprecated: Composer\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in phar:/// > usr/local/bin/composer/src/Composer/Console/Application.php on line 125 > PHP Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instea > d in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103 > > Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $input as nullable is deprecated, the explicit nullable type must be used instead in > phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103 > PHP Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used inste > ad in phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103 > > Deprecated: Symfony\Component\Console\Application::run(): Implicitly marking parameter $output as nullable is deprecated, the explicit nullable type must be used instead in > phar:///usr/local/bin/composer/vendor/symfony/console/Application.php on line 103 > PHP Deprecated: Composer\Factory::createConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///us > r/local/bin/composer/src/Composer/Factory.php on line 177 > > Deprecated: Composer\Factory::createConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///usr/loc > al/bin/composer/src/Composer/Factory.php on line 177 > PHP Deprecated: Composer\Factory::addLocalRepository(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used instead in > phar:///usr/local/bin/composer/src/Composer/Factory.php on line 481 > > Deprecated: Composer\Factory::addLocalRepository(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used instead in phar > :///usr/local/bin/composer/src/Composer/Factory.php on line 481 > PHP Deprecated: Composer\Factory::createDownloadManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 516 > > Deprecated: Composer\Factory::createDownloadManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used inst > ead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 516 > PHP Deprecated: Composer\Factory::createPluginManager(): Implicitly marking parameter $globalComposer as nullable is deprecated, the explicit nullable type must be used in > stead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 582 > > Deprecated: Composer\Factory::createPluginManager(): Implicitly marking parameter $globalComposer as nullable is deprecated, the explicit nullable type must be used instead > in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 582 > PHP Deprecated: Composer\Factory::createInstallationManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 590 > > Deprecated: Composer\Factory::createInstallationManager(): Implicitly marking parameter $eventDispatcher as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 590 > PHP Deprecated: Composer\Factory::createDefaultInstallers(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used inste > ad in phar:///usr/local/bin/composer/src/Composer/Factory.php on line 598 > > Deprecated: Composer\Factory::createDefaultInstallers(): Implicitly marking parameter $process as nullable is deprecated, the explicit nullable type must be used instead in > phar:///usr/local/bin/composer/src/Composer/Factory.php on line 598 > PHP Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the expli > cit nullable type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 28 > > Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::__construct(): Implicitly marking parameter $emptyStyle as nullable is deprecated, the explicit n > ullable type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 28 > PHP Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable > type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 57 > > Deprecated: Symfony\Component\Console\Formatter\OutputFormatterStyleStack::pop(): Implicitly marking parameter $style as nullable is deprecated, the explicit nullable type > must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Formatter/OutputFormatterStyleStack.php on line 57 > PHP Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable typ > e must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/ConsoleOutput.php on line 38 > > Deprecated: Symfony\Component\Console\Output\ConsoleOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type mus > t be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/ConsoleOutput.php on line 38 > PHP Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type > must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/StreamOutput.php on line 43 > > Deprecated: Symfony\Component\Console\Output\StreamOutput::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must > be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/StreamOutput.php on line 43 > PHP Deprecated: Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must > be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/Output.php on line 40 > > Deprecated: Symfony\Component\Console\Output\Output::__construct(): Implicitly marking parameter $formatter as nullable is deprecated, the explicit nullable type must be us > ed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Output/Output.php on line 40 > PHP Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50 > > Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50 > PHP Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type mu > st be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50 > > Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/ArgvInput.php on line 50 > PHP Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must b > e used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/Input.php on line 35 > > Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be use > d instead in phar:///usr/local/bin/composer/vendor/symfony/console/Input/Input.php on line 35 > PHP Deprecated: Symfony\Component\Console\Helper\HelperSet::setCommand(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must > be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 94 > > Deprecated: Symfony\Component\Console\Helper\HelperSet::setCommand(): Implicitly marking parameter $command as nullable is deprecated, the explicit nullable type must be us > ed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperSet.php on line 94 > PHP Deprecated: Symfony\Component\Console\Helper\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must > be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/Helper.php on line 28 > > Deprecated: Symfony\Component\Console\Helper\Helper::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type must be u > sed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/Helper.php on line 28 > PHP Deprecated: Symfony\Component\Console\Helper\HelperInterface::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable > type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperInterface.php on line 24 > > Deprecated: Symfony\Component\Console\Helper\HelperInterface::setHelperSet(): Implicitly marking parameter $helperSet as nullable is deprecated, the explicit nullable type > must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/HelperInterface.php on line 24 > PHP Deprecated: Symfony\Component\Console\Helper\DialogHelper::ask(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable type must > be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 116 > > Deprecated: Symfony\Component\Console\Helper\DialogHelper::ask(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable type must be u > sed instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 116 > PHP Deprecated: Symfony\Component\Console\Helper\DialogHelper::askAndValidate(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullabl > e type must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 362 > > Deprecated: Symfony\Component\Console\Helper\DialogHelper::askAndValidate(): Implicitly marking parameter $autocomplete as nullable is deprecated, the explicit nullable typ > e must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Helper/DialogHelper.php on line 362 > PHP Deprecated: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable typ > e must be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php on line 80 > > Deprecated: Symfony\Component\Console\Command\Command::setApplication(): Implicitly marking parameter $application as nullable is deprecated, the explicit nullable type mus > t be used instead in phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php on line 80 > PHP Deprecated: Composer\Command\InitCommand::determineRequirements(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable type mus > t be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 518 > > Deprecated: Composer\Command\InitCommand::determineRequirements(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 518 > PHP Deprecated: Composer\Command\InitCommand::findBestVersionAndNameForPackage(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullab > le type must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 880 > > Deprecated: Composer\Command\InitCommand::findBestVersionAndNameForPackage(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable ty > pe must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 880 > PHP Deprecated: Composer\Command\InitCommand::getPlatformExceptionDetails(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable ty > pe must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 987 > > Deprecated: Composer\Command\InitCommand::getPlatformExceptionDetails(): Implicitly marking parameter $platformRepo as nullable is deprecated, the explicit nullable type mu > st be used instead in phar:///usr/local/bin/composer/src/Composer/Command/InitCommand.php on line 987 > PHP Deprecated: Composer\Command\CreateProjectCommand::installProject(): Implicitly marking parameter $platformRequirementFilter as nullable is deprecated, the explicit nu > llable type must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 191 > > Deprecated: Composer\Command\CreateProjectCommand::installProject(): Implicitly marking parameter $platformRequirementFilter as nullable is deprecated, the explicit nullabl > e type must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 191 > PHP Deprecated: Composer\Command\CreateProjectCommand::installRootPackage(): Implicitly marking parameter $repositories as nullable is deprecated, the explicit nullable ty > pe must be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 354 > > Deprecated: Composer\Command\CreateProjectCommand::installRootPackage(): Implicitly marking parameter $repositories as nullable is deprecated, the explicit nullable type mu > st be used instead in phar:///usr/local/bin/composer/src/Composer/Command/CreateProjectCommand.php on line 354 > PHP Deprecated: Composer\Command\ShowCommand::printPackageInfo(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 651 > > Deprecated: Composer\Command\ShowCommand::printPackageInfo(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 651 > PHP Deprecated: Composer\Command\ShowCommand::printMeta(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be used i > nstead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 679 > > Deprecated: Composer\Command\ShowCommand::printMeta(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must be used instea > d in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 679 > PHP Deprecated: Composer\Command\ShowCommand::printPackageInfoAsJson(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type m > ust be used instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 826 > > Deprecated: Composer\Command\ShowCommand::printPackageInfoAsJson(): Implicitly marking parameter $latestPackage as nullable is deprecated, the explicit nullable type must b > e used instead in phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php on line 826 > PHP Deprecated: Composer\Command\ArchiveCommand::archive(): Implicitly marking parameter $composer as nullable is deprecated, the explicit nullable type must be used inste > ad in phar:///usr/local/bin/composer/src/Composer/Command/ArchiveCommand.php on line 126 > > Deprecated: Composer\Command\ArchiveCommand::archive(): Implicitly marking parameter $composer as nullable is deprecated, the explicit nullable type must be used instead in > phar:///usr/local/bin/composer/src/Composer/Command/ArchiveCommand.php on line 126 > PHP Deprecated: Composer\Config::prohibitUrlByConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar > :///usr/local/bin/composer/src/Composer/Config.php on line 585 > > Deprecated: Composer\Config::prohibitUrlByConfig(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///u > sr/local/bin/composer/src/Composer/Config.php on line 585 > PHP Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $httpDownloader as nullable is deprecated, the explicit nullable type must be used inst > ead in phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 55 > > Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $httpDownloader as nullable is deprecated, the explicit nullable type must be used instead i > n phar:///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 55 > PHP Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar: > ///usr/local/bin/composer/src/Composer/Json/JsonFile.php on line 55 > > Deprecated: Composer\Json\JsonFile::__construct(): Implicitly marking parameter $io as nullable is deprecated, the explicit nullable type must be used instead in phar:///us > r/local/bin/composer/src/Composer/Json/JsonFile.php on line 55 > PHP Deprecated: Composer\Downloader\FilesystemException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must b > e used instead in phar:///usr/local/bin/composer/src/Composer/Downloader/FilesystemException.php on line 27 > > Deprecated: Composer\Downloader\FilesystemException::__construct(): Implicitly marking parameter $previous as nullable is deprecated, the explicit nullable type must be use > d instead in phar:///usr/local/bin/composer/src/Composer/Downloader/FilesystemException.php on line 27 > PHP Deprecated: Composer\Util\StreamContextFactory::getTlsDefaults(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be us > ed instead in phar:///usr/local/bin/composer/src/Composer/Util/StreamContextFactory.php on line 137 > > Deprecated: Composer\Util\StreamContextFactory::getTlsDefaults(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used in > stead in phar:///usr/local/bin/composer/src/Composer/Util/StreamContextFactory.php on line 137 > PHP Deprecated: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 67 > > Deprecated: Composer\CaBundle\CaBundle::getSystemCaRootBundlePath(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 67 > PHP Deprecated: Composer\CaBundle\CaBundle::validateCaFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used inste > ad in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 161 > > Deprecated: Composer\CaBundle\CaBundle::validateCaFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in > phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 161 > PHP Deprecated: Composer\CaBundle\CaBundle::caFileUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead > in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 341 > > Deprecated: Composer\CaBundle\CaBundle::caFileUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in p > har:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 341 > PHP Deprecated: Composer\CaBundle\CaBundle::caDirUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead > in phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 354 > > Deprecated: Composer\CaBundle\CaBundle::caDirUsable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in ph > ar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 354 > PHP Deprecated: Composer\CaBundle\CaBundle::isFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in ph > ar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 367 > > Deprecated: Composer\CaBundle\CaBundle::isFile(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:// > /usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 367 > PHP Deprecated: Composer\CaBundle\CaBundle::isDir(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in pha > r:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 382 > > Deprecated: Composer\CaBundle\CaBundle::isDir(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:/// > usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 382 > PHP Deprecated: Composer\CaBundle\CaBundle::isReadable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead i > n phar:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 397 > > Deprecated: Composer\CaBundle\CaBundle::isReadable(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in pha > r:///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 397 > PHP Deprecated: Composer\CaBundle\CaBundle::glob(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar > :///usr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 412 > > Deprecated: Composer\CaBundle\CaBundle::glob(): Implicitly marking parameter $logger as nullable is deprecated, the explicit nullable type must be used instead in phar:///u > sr/local/bin/composer/vendor/composer/ca-bundle/src/CaBundle.php on line 412 > PHP Deprecated: Composer\Util\Filesystem::__construct(): Implicitly marking parameter $executor as nullable is deprecated, the explicit nullable type must be used instead > in phar:///usr/local/bin/composer/src/Composer/Util/Filesystem.php on line 31 > > Deprecated: Composer\Util\Filesystem::__construct(): Implicitly marking parameter $executor as nullable is deprecated, the explicit nullable type must be used instead in ph > ar:///usr/local/bin/composer/src/Composer/Util/Filesystem.php on line 31 > PHP Deprecated: Composer\Util\RemoteFilesystem::__construct(): Implicitly marking parameter $authHelper as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 82 > > Deprecated: Composer\Util\RemoteFilesystem::__construct(): Implicitly marking parameter $authHelper as nullable is deprecated, the explicit nullable type must be used inste > ad in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 82 > PHP Deprecated: Composer\Util\RemoteFilesystem::getRemoteContents(): Implicitly marking parameter $responseHeaders as nullable is deprecated, the explicit nullable type mu > st be used instead in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 564 > > Deprecated: Composer\Util\RemoteFilesystem::getRemoteContents(): Implicitly marking parameter $responseHeaders as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/src/Composer/Util/RemoteFilesystem.php on line 564 > PHP Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $runtime as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71 > > Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $runtime as nullable is deprecated, the explicit nullable type must be used > instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71 > PHP Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $hhvmDetector as nullable is deprecated, the explicit nullable type mus > t be used instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71 > > Deprecated: Composer\Repository\PlatformRepository::__construct(): Implicitly marking parameter $hhvmDetector as nullable is deprecated, the explicit nullable type must be > used instead in phar:///usr/local/bin/composer/src/Composer/Repository/PlatformRepository.php on line 71 > Created symlink /etc/systemd/system/multi-user.target.wants/clp-agent.service → /lib/systemd/system/clp-agent.service. > swapoff: Not superuser. > dpkg: error processing package cloudpanel (--configure): > installed cloudpanel package post-installation script subprocess returned error exit status 16 > Setting up ghostscript (10.0.0~dfsg-11+deb12u7) ... > Processing triggers for debianutils (5.7-0.5~deb12u1) ... > Processing triggers for mailcap (3.70+nmu1) ... > Processing triggers for libc-bin (2.36-9+deb12u10) ... > ldconfig: /lib/libvarnishapi.so.3 is not a symbolic link > > Processing triggers for man-db (2.11.2-2) ... > Processing triggers for php8.2-cli (8.2.28-1+clp-bookworm) ... > Processing triggers for php7.4-cli (7.4.33-4+clp-bookworm) ... > Processing triggers for php8.3-cli (8.3.20-1+clp-bookworm) ... > Processing triggers for php8.1-cli (8.1.32-1+clp-bookworm) ... > Processing triggers for php7.3-cli (7.3.33-3+clp-bookworm) ... > Processing triggers for php8.4-cli (8.4.6-1+clp-bookworm) ... > Processing triggers for php7.2-cli (7.2.34-4+clp-bookworm) ... > Processing triggers for php7.1-cli (7.1.33-9+clp-bookworm) ... > Processing triggers for php8.0-cli (8.0.30-3+clp-bookworm) ... > Processing triggers for php7.3-fpm (7.3.33-3+clp-bookworm) ... > Processing triggers for php7.4-fpm (7.4.33-4+clp-bookworm) ... > Processing triggers for php8.3-fpm (8.3.20-1+clp-bookworm) ... > Processing triggers for php7.2-fpm (7.2.34-4+clp-bookworm) ... > Processing triggers for php8.0-fpm (8.0.30-3+clp-bookworm) ... > Processing triggers for php8.2-fpm (8.2.28-1+clp-bookworm) ... > Processing triggers for php8.1-fpm (8.1.32-1+clp-bookworm) ... > Processing triggers for php8.4-fpm (8.4.6-1+clp-bookworm) ... > Processing triggers for php7.1-fpm (7.1.33-9+clp-bookworm) ... > Errors were encountered while processing: > cloudpanel > E: Sub-process /usr/bin/dpkg returned an error code (1) > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > The installation of CloudPanel is complete! > > CloudPanel can be accessed now: https://111.222.222.222:8443 > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > </details>
Sign in to join this conversation.