aaPanel_Kern
i've try following this tutorial, but after installing there's some error here
`root@nextcloud:/www/server/panel/install# /bin/bash /www/server/panel/install/install_soft.sh 0 install docker_install
sort: cannot read: ping.pl: No such file or directory
--2022-11-29 10:53:15-- https://node.aapanel.com/install/0/docker_install.sh
Resolving node.aapanel.com (node.aapanel.com)... 172.67.171.7, 104.21.79.196, 2606:4700:3034::ac43:ab07, ...
Connecting to node.aapanel.com (node.aapanel.com)|172.67.171.7|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16820 (16K) [application/octet-stream]
Saving to: ‘docker_install.sh’
docker_install.sh 100%[=====================================================================================>] 16.43K --.-KB/s in 0.004s
2022-11-29 10:53:16 (3.58 MB/s) - ‘docker_install.sh’ saved [16820/16820]
selecting download node...
https://node.aapanel.com
{"product": "Linux panel", "setup_path": "/www/server", "openlitespeed_path": "/usr/local", "language": "English", "title": "aaPanel Linux panel", "brand": "aaPanel", "root_path": "/www", "template": "default", "logs_path": "/www/wwwlogs", "home": "https://www.aapanel.com", "recycle_bin": true}
https://node.aapanel.com
cat: /etc/redhat-release: No such file or directory
cat: /etc/redhat-release: No such file or directory
Hit:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Fetched 336 kB in 3s (118 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
ca-certificates is already the newest version (2021101620.04.1).
curl is already the newest version (7.68.0-1ubuntu2.14).
apt-transport-https is already the newest version (2.0.9).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Hit:1 https://mirrors.aliyun.com/docker-ce/linux/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease
Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Fetched 336 kB in 2s (147 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
containerd.io docker-ce-cli
Suggested packages:
aufs-tools cgroupfs-mount | cgroup-lite
Recommended packages:
docker-ce-rootless-extras pigz docker-scan-plugin
The following NEW packages will be installed:
containerd.io docker-ce docker-ce-cli
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/89.7 MB of archives.
After this operation, 351 MB of additional disk space will be used.
Selecting previously unselected package containerd.io.
(Reading database ... 134064 files and directories currently installed.)
Preparing to unpack .../containerd.io_1.6.10-1_amd64.deb ...
Unpacking containerd.io (1.6.10-1) ...
Selecting previously unselected package docker-ce-cli.
Preparing to unpack .../docker-ce-cli_5%3a20.10.213-0ubuntu-focal_amd64.deb ...
Unpacking docker-ce-cli (5:20.10.213-0ubuntu-focal) ...
Selecting previously unselected package docker-ce.
Preparing to unpack .../docker-ce_5%3a20.10.213-0ubuntu-focal_amd64.deb ...
Unpacking docker-ce (5:20.10.213-0ubuntu-focal) ...
Setting up containerd.io (1.6.10-1) ...
Setting up docker-ce-cli (5:20.10.213-0ubuntu-focal) ...
Setting up docker-ce (5:20.10.213-0ubuntu-focal) ...
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Tue 2022-11-29 10:53:44 WIB; 6ms ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 11061 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 11061 (code=exited, status=1/FAILURE)
dpkg: error processing package docker-ce (--configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.19) ...
Errors were encountered while processing:
docker-ce
E: Sub-process /usr/bin/dpkg returned an error code (1)
Requirement already satisfied: pytz in /www/server/panel/pyenv/lib/python3.7/site-packages (2020.5)
WARNING: You are using pip version 20.3.3; however, version 22.3.1 is available.
You should consider upgrading via the '/www/server/panel/pyenv/bin/python3.7 -m pip install --upgrade pip' command.
Requirement already satisfied: docker in /www/server/panel/pyenv/lib/python3.7/site-packages (4.4.1)
Requirement already satisfied: requests!=2.18.0,>=2.14.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from docker) (2.25.1)
Requirement already satisfied: six>=1.4.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from docker) (1.16.0)
Requirement already satisfied: websocket-client>=0.32.0 in /www/server/panel/pyenv/lib/python3.7/site-packages (from docker) (0.57.0)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker) (1.26.2)
Requirement already satisfied: certifi>=2017.4.17 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker) (2020.12.5)
Requirement already satisfied: idna<3,>=2.5 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker) (2.10)
Requirement already satisfied: chardet<5,>=3.0.2 in /www/server/panel/pyenv/lib/python3.7/site-packages (from requests!=2.18.0,>=2.14.2->docker) (4.0.0)
WARNING: You are using pip version 20.3.3; however, version 22.3.1 is available.
You should consider upgrading via the '/www/server/panel/pyenv/bin/python3.7 -m pip install --upgrade pip' command.
/bin/systemctl
Synchronizing state of docker.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable docker
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
root@nextcloud:/www/server/panel/install#`