mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
Cloudpanel failed to install on debian (dietpi on Raspberry PI 4) #301
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 @kaizencon on 12/29/2023
CloudPanel version(s) affected
Can't get the version
Description
ERROR
Hit:12 https://mirror.its.dal.ca/mariadb/mariadb-10.11.6/repo/debian bullseye InRelease
Error: No information about packages! (Maybe no deb entries?)
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success 'test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i'
E: Sub-process returned an error code
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
lsof is already the newest version (4.93.2+dfsg-1.1).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up apt-show-versions (0.22.12) ...
** initializing cache. This may take a while **
Error: No information about packages! (Maybe no deb entries?)
dpkg: error processing package apt-show-versions (--configure):
installed apt-show-versions package post-installation script subprocess returned error exit status 255
dpkg: dependency problems prevent configuration of cloudpanel:
cloudpanel depends on apt-show-versions; however:
Package apt-show-versions is not configured yet.
dpkg: error processing package cloudpanel (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt-show-versions
cloudpanel
E: Sub-process /usr/bin/dpkg returned an error code (1)
ERROR: Your system already has services running on port 80, 443 or 3306.
How to reproduce
Debian 11 LTS
MariaDB 10.11
Command being used
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh;
echo "85762db0edc00ce19a2cd5496d1627903e6198ad850bbbdefb2ceaa46bd20cbd install.sh" |
sha256sum -c && sudo DB_ENGINE=MARIADB_10.11 bash install.sh
Possible Solution
Looks like that following is not returning any value
root@DietPi:~# test -x /usr/bin/apt-show-versions || exit 0 ; apt-show-versions -i
Error: No information about packages! (Maybe no deb entries?)
Unsure how to solve it but researching more.
Additional Context
My ENV info:
root@DietPi:~# uname -a
Linux DietPi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
root@DietPi:
# lsb_release# lsb_release -aNo LSB modules are available.
root@DietPi:
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye