mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
dpkg error code when installing in a LXC Container #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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:
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:
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