CloudPanel installation is complete with dpkg error on Ubuntu #431

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

Originally created by @Sanzi87 on 2/18/2023

CloudPanel version(s) affected

2.2.0

Description

CloudPanel installation is complete, but it isn't running.

Details:

dpkg-statoverride: warning: --update given but /var/log/varnish does not exist

Generation complete.
sysctl: setting key "fs.file-max"
Couldn't write '1' to 'fs/protected_fifos', ignoring: No such file or directory
Couldn't write '2' to 'fs/protected_regular', ignoring: No such file or directory
Restarting ssh (via systemctl): ssh.serviceJob for ssh.service failed because the control process exited with error code.
See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details.
failed!
dpkg: error processing package cloudpanel (--configure):
installed cloudpanel package post-installation script subprocess returned error exit status 1
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
/sbin/ldconfig.real: /lib/libvarnishapi.so.3 is not a symbolic link

Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ...
Processing triggers for man-db (2.10.2-1) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ...
Processing triggers for php8.2-cli (8.2.2-1+clp-jammy) ...
Processing triggers for php7.4-cli (7.4.33-1+clp-jammy) ...
Processing triggers for php8.1-cli (8.1.15-1+clp-jammy) ...
Processing triggers for php7.3-cli (7.3.33-1+clp-jammy) ...
Processing triggers for php7.2-cli (7.2.34-7+clp-jammy) ...
Processing triggers for php7.1-cli (7.1.33-7+clp-jammy) ...
Processing triggers for php8.0-cli (8.0.27-1+clp-jammy) ...
Processing triggers for php7.3-fpm (7.3.33-1+clp-jammy) ...
Processing triggers for php7.4-fpm (7.4.33-1+clp-jammy) ...
Processing triggers for php7.2-fpm (7.2.34-7+clp-jammy) ...
Processing triggers for php8.0-fpm (8.0.27-1+clp-jammy) ...
Processing triggers for php8.2-fpm (8.2.2-1+clp-jammy) ...
Processing triggers for php8.1-fpm (8.1.15-1+clp-jammy) ...
Processing triggers for php7.1-fpm (7.1.33-7+clp-jammy) ...
Errors were encountered while processing:
cloudpanel
E: Sub-process /usr/bin/dpkg returned an error code (1)

The installation of CloudPanel is complete!

### How to reproduce

Just follow the installation documentation. "installation other section". OS: Ubuntu 22.04, User: root

Step 1:
apt update && apt -y upgrade && apt -y install curl wget sudo

Step 2: 
curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \
echo "f25e3fe3dc028ef8eda281868ab606b5b80bc6ba74a253ae54ab5fd1e61c287d install.sh" | \
sha256sum -c && sudo bash install.sh

### Possible Solution

_No response_

### Additional Context

Command: 
systemctl status ssh.service" and "journalctl -xeu ssh.service

Result:
systemctl: invalid option -- 'x'


*Originally created by @Sanzi87 on 2/18/2023* ### CloudPanel version(s) affected 2.2.0 ### Description CloudPanel installation is complete, but it isn't running. Details: dpkg-statoverride: warning: --update given but /var/log/varnish does not exist Generation complete. sysctl: setting key "fs.file-max" Couldn't write '1' to 'fs/protected_fifos', ignoring: No such file or directory Couldn't write '2' to 'fs/protected_regular', ignoring: No such file or directory Restarting ssh (via systemctl): ssh.serviceJob for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details. failed! dpkg: error processing package cloudpanel (--configure): installed cloudpanel package post-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.35-0ubuntu3.1) ... /sbin/ldconfig.real: /lib/libvarnishapi.so.3 is not a symbolic link Processing triggers for rsyslog (8.2112.0-2ubuntu2.2) ... Processing triggers for man-db (2.10.2-1) ... Processing triggers for mailcap (3.70+nmu1ubuntu1) ... Processing triggers for fontconfig (2.13.1-4.2ubuntu5) ... Processing triggers for php8.2-cli (8.2.2-1+clp-jammy) ... Processing triggers for php7.4-cli (7.4.33-1+clp-jammy) ... Processing triggers for php8.1-cli (8.1.15-1+clp-jammy) ... Processing triggers for php7.3-cli (7.3.33-1+clp-jammy) ... Processing triggers for php7.2-cli (7.2.34-7+clp-jammy) ... Processing triggers for php7.1-cli (7.1.33-7+clp-jammy) ... Processing triggers for php8.0-cli (8.0.27-1+clp-jammy) ... Processing triggers for php7.3-fpm (7.3.33-1+clp-jammy) ... Processing triggers for php7.4-fpm (7.4.33-1+clp-jammy) ... Processing triggers for php7.2-fpm (7.2.34-7+clp-jammy) ... Processing triggers for php8.0-fpm (8.0.27-1+clp-jammy) ... Processing triggers for php8.2-fpm (8.2.2-1+clp-jammy) ... Processing triggers for php8.1-fpm (8.1.15-1+clp-jammy) ... Processing triggers for php7.1-fpm (7.1.33-7+clp-jammy) ... Errors were encountered while processing: cloudpanel E: Sub-process /usr/bin/dpkg returned an error code (1) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The installation of CloudPanel is complete! ### How to reproduce Just follow the installation documentation. "installation other section". OS: Ubuntu 22.04, User: root Step 1: apt update && apt -y upgrade && apt -y install curl wget sudo Step 2: curl -sS https://installer.cloudpanel.io/ce/v2/install.sh -o install.sh; \ echo "f25e3fe3dc028ef8eda281868ab606b5b80bc6ba74a253ae54ab5fd1e61c287d install.sh" | \ sha256sum -c && sudo bash install.sh ### Possible Solution _No response_ ### Additional Context Command: systemctl status ssh.service" and "journalctl -xeu ssh.service Result: systemctl: invalid option -- 'x'
Sign in to join this conversation.