Installation errors on Ubuntu 22.04.2 LTS

Here is my install.log :slight_smile:

I would like to use the powerdns feature and some other things.

But look like there is a lot of errors…

Is it normal to get so much errors?

What do I need to do please?

Thanks.


[-00-29] Starting CyberPanel installation…,10

[-00-29] Running: dd if=/dev/zero of=/usr/.tempdisk bs=100M count=15,10

[-00-38] Successfully ran: dd if=/dev/zero of=/usr/.tempdisk bs=100M count=15.,10

[-00-39] Running: mkfs.ext4 -F /usr/.tempdisk,10

[-00-43] Successfully ran: mkfs.ext4 -F /usr/.tempdisk.,10

[-00-43] Running: mkdir -p /usr/.tmpbak/,10

[-00-44] Successfully ran: mkdir -p /usr/.tmpbak/.,10

[-00-44] Running: mount -o loop-rw-nodev-nosuid-noexec-nofail /usr/.tempdisk /tmp,10

[-00-44] Successfully ran: mount -o loop-rw-nodev-nosuid-noexec-nofail /usr/.tempdisk /tmp.,10

[-00-45] Running: chmod 1777 /tmp,10

[-00-45] Successfully ran: chmod 1777 /tmp.,10

[-00-45] Running: rm -rf /usr/.tmpbak,10

[-00-45] Successfully ran: rm -rf /usr/.tmpbak.,10

[-00-46] Running: mount --bind /tmp /var/tmp,10

[-00-46] Successfully ran: mount --bind /tmp /var/tmp.,10

[-00-46] Running: adduser --disabled-login --gecos “” cyberpanel,10

[-00-47] Successfully ran: adduser --disabled-login --gecos “” cyberpanel.,10

[-00-47] Running: adduser --disabled-login --gecos “” docker,10

[-00-47] Successfully ran: adduser --disabled-login --gecos “” docker.,10

[-00-48] Running: groupadd docker,10

[-00-48] [ERROR] We are not able to run groupadd docker return code: 9.,10

[-00-48] Running: usermod -aG docker docker,10

[-00-48] Successfully ran: usermod -aG docker docker.,10

[-00-49] Running: usermod -aG docker cyberpanel,10

[-00-49] Successfully ran: usermod -aG docker cyberpanel.,10

[-00-49] Running: mkdir -p /etc/letsencrypt/live/,10

[-00-50] Successfully ran: mkdir -p /etc/letsencrypt/live/.,10

[-00-50] Running: wget http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh,10

[-00-50] Successfully ran: wget http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh.,10

[-00-51] Running: ./enable_lst_debain_repo.sh,10

[-00-54] Successfully ran: ./enable_lst_debain_repo.sh.,10

[-00-54] Running: ,10

[-00-55] Successfully ran: .,10

[-00-55] Running: ,10

[-00-55] Successfully ran: .,10

[-00-55] Installing LiteSpeed Web server,40

[-00-56] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install openlitespeed,40

[-01-18] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install openlitespeed.,40

[-01-19] Changing default port to 80…,40

[-01-19] Default port is now 80 for OpenLiteSpeed!,40

[-01-19] Running: /usr/local/lsws/bin/lswsctrl restart,40

[-01-22] Successfully ran: /usr/local/lsws/bin/lswsctrl restart.,40

[-01-23] Installing Optimized PHPs…,50

[-02-21] LiteSpeed PHPs successfully installed!,50

[-02-22] Fixing OpenLiteSpeed configurations!,50

[-02-22] OpenLiteSpeed Configurations fixed!,50

[-02-22] Running: /usr/local/lsws/bin/lswsctrl restart,50

[-02-25] Successfully ran: /usr/local/lsws/bin/lswsctrl restart.,50

[-02-26] Installing MySQL,60

[-02-26] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install mariadb-server,60

[-02-37] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install mariadb-server.,60

[-02-37] Running: systemctl start mariadb,60

[-02-37] Successfully ran: systemctl start mariadb.,60

[-02-38] Running: systemctl enable mariadb,60

[-02-39] Successfully ran: systemctl enable mariadb.,60

[-02-39] [ERROR] We are not able to run mysql -u root -e “use mysql;DROP DATABASE IF EXISTS test;DELETE FROM mysql.db WHERE Db=‘test’ OR Db=‘test_%’;GRANT ALL PRIVILEGES ON . TO ‘root’@‘localhost’ IDENTIFIED BY ‘bclTHUaFD7OCkg’;UPDATE user SET plugin=‘’ WHERE User=‘root’;flush privileges;” return code: 1.,60

[-02-40] Running: systemctl start mariadb,60

[-02-40] Successfully ran: systemctl start mariadb.,60

[-02-40] Running: systemctl enable mariadb,60

[-02-42] Successfully ran: systemctl enable mariadb.,60

[-03-20] Running: systemctl enable pure-ftpd-mysql,60

[-03-21] Successfully ran: systemctl enable pure-ftpd-mysql.,60

[-03-22] Running: groupadd -g 2001 ftpgroup,60

[-03-22] Successfully ran: groupadd -g 2001 ftpgroup.,60

[-03-22] Running: useradd -u 2001 -s /bin/false -d /bin/null -c “pureftpd user” -g ftpgroup ftpuser,60

[-03-22] Successfully ran: useradd -u 2001 -s /bin/false -d /bin/null -c “pureftpd user” -g ftpgroup ftpuser.,60

[-03-23] Configuring PureFTPD…,60

[-03-23] [ERROR] Could not create directory for FTP SSL,60

[-03-23] Running: openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem,60

[-03-24] Successfully ran: openssl req -x509 -nodes -days 7300 -newkey rsa:2048 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /etc/ssl/private/pure-ftpd.pem -out /etc/ssl/private/pure-ftpd.pem.,60

[-03-24] Running: ln -s /etc/pure-ftpd/conf/MySQLConfigFile /etc/pure-ftpd/auth/30mysql,60

[-03-24] Successfully ran: ln -s /etc/pure-ftpd/conf/MySQLConfigFile /etc/pure-ftpd/auth/30mysql.,60

[-03-25] Running: ln -s /etc/pure-ftpd/conf/UnixAuthentication /etc/pure-ftpd/auth/65unix,60

[-03-25] Successfully ran: ln -s /etc/pure-ftpd/conf/UnixAuthentication /etc/pure-ftpd/auth/65unix.,60

[-03-25] Running: systemctl restart pure-ftpd-mysql.service,60

[-03-26] Successfully ran: systemctl restart pure-ftpd-mysql.service.,60

[-03-26] PureFTPD configured!,60

[-03-26] Running: systemctl start pure-ftpd-mysql,60

[-03-26] Successfully ran: systemctl start pure-ftpd-mysql.,60

[-03-27] Running: systemctl stop systemd-resolved,60

[-03-27] Successfully ran: systemctl stop systemd-resolved.,60

[-03-27] Running: systemctl disable systemd-resolved.service,60

[-03-28] Successfully ran: systemctl disable systemd-resolved.service.,60

[-03-33] Configuring PowerDNS…,60

[-03-34] PowerDNS configured!,60

[-03-34] Running: systemctl enable pdns,60

[-03-35] Successfully ran: systemctl enable pdns.,60

[-03-35] Running: systemctl start pdns,60

[-03-35] Successfully ran: systemctl start pdns.,60

[-03-35] Running: chmod +x composer.sh,60

[-03-36] Successfully ran: chmod +x composer.sh.,60

[-03-36] Running: ./composer.sh,60

[-03-38] Successfully ran: ./composer.sh.,60

[-03-38] [ERROR] fix_selinux_issue problem,60

[-03-38] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install psmisc,60

[-03-39] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install psmisc.,60

[-03-39] Running: DEBIAN_FRONTEND=noninteractive apt-get -y remove postfix,60

[-03-40] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y remove postfix.,60

[-03-40] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install debconf-utils,60

[-03-44] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install debconf-utils.,60

[-03-45] Running: debconf-set-selections /root/cyberpanel/install/pf.unattend.text,60

[-03-45] Successfully ran: debconf-set-selections /root/cyberpanel/install/pf.unattend.text.,60

[-03-46] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install postfix postfix-mysql,60

[-04-04] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install postfix postfix-mysql.,60

[-04-04] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install dovecot-mysql dovecot-imapd dovecot-pop3d,60

[-04-20] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install dovecot-mysql dovecot-imapd dovecot-pop3d.,60

[-04-21] Setting up authentication for Postfix and Dovecot…,60

[-04-21] Authentication for Postfix and Dovecot set.,60

[-04-21] Configuring postfix and dovecot…,60

[-04-21] Running: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /etc/postfix/key.pem -out /etc/postfix/cert.pem,60

[-04-22] Successfully ran: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /etc/postfix/key.pem -out /etc/postfix/cert.pem.,60

[-04-23] Running: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /etc/dovecot/key.pem -out /etc/dovecot/cert.pem,60

[-04-23] Successfully ran: openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /etc/dovecot/key.pem -out /etc/dovecot/cert.pem.,60

[-04-24] Cleanup postfix/dovecot config files,60

[-04-24] Running: postconf -e ‘myhostname = localhost’,60

[-04-24] Successfully ran: postconf -e ‘myhostname = localhost’.,60

[-04-24] Running: sed -i ‘s|server.example.com|localhost|g’ /etc/postfix/main.cf,60

[-04-25] Successfully ran: sed -i ‘s|server.example.com|localhost|g’ /etc/postfix/main.cf.,60

[-04-25] Running: chmod o= /etc/postfix/mysql-virtual_domains.cf,60

[-04-25] Successfully ran: chmod o= /etc/postfix/mysql-virtual_domains.cf.,60

[-04-25] Running: chmod o= /etc/postfix/mysql-virtual_forwardings.cf,60

[-04-26] Successfully ran: chmod o= /etc/postfix/mysql-virtual_forwardings.cf.,60

[-04-26] Running: chmod o= /etc/postfix/mysql-virtual_mailboxes.cf,60

[-04-26] Successfully ran: chmod o= /etc/postfix/mysql-virtual_mailboxes.cf.,60

[-04-27] Running: chmod o= /etc/postfix/mysql-virtual_email2email.cf,60

[-04-27] Successfully ran: chmod o= /etc/postfix/mysql-virtual_email2email.cf.,60

[-04-27] Running: chmod o= /etc/postfix/main.cf,60

[-04-27] Successfully ran: chmod o= /etc/postfix/main.cf.,60

[-04-28] Running: chmod o= /etc/postfix/master.cf,60

[-04-28] Successfully ran: chmod o= /etc/postfix/master.cf.,60

[-04-28] Running: chgrp postfix /etc/postfix/mysql-virtual_domains.cf,60

[-04-29] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_domains.cf.,60

[-04-29] Running: chgrp postfix /etc/postfix/mysql-virtual_forwardings.cf,60

[-04-29] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_forwardings.cf.,60

[-04-29] Running: chgrp postfix /etc/postfix/mysql-virtual_mailboxes.cf,60

[-04-30] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_mailboxes.cf.,60

[-04-30] Running: chgrp postfix /etc/postfix/mysql-virtual_email2email.cf,60

[-04-30] Successfully ran: chgrp postfix /etc/postfix/mysql-virtual_email2email.cf.,60

[-04-30] Running: chgrp postfix /etc/postfix/main.cf,60

[-04-31] Successfully ran: chgrp postfix /etc/postfix/main.cf.,60

[-04-31] Running: chgrp postfix /etc/postfix/master.cf,60

[-04-31] Successfully ran: chgrp postfix /etc/postfix/master.cf.,60

[-04-32] Running: groupadd -g 5000 vmail,60

[-04-32] Successfully ran: groupadd -g 5000 vmail.,60

[-04-32] Running: useradd -g vmail -u 5000 vmail -d /home/vmail -m,60

[-04-32] Successfully ran: useradd -g vmail -u 5000 vmail -d /home/vmail -m.,60

[-04-33] Running: systemctl enable postfix.service,60

[-04-34] Successfully ran: systemctl enable postfix.service.,60

[-04-35] Running: systemctl start postfix.service,60

[-04-35] Successfully ran: systemctl start postfix.service.,60

[-04-35] Running: chgrp dovecot /etc/dovecot/dovecot-sql.conf.ext,60

[-04-35] Successfully ran: chgrp dovecot /etc/dovecot/dovecot-sql.conf.ext.,60

[-04-36] Running: chmod o= /etc/dovecot/dovecot-sql.conf.ext,60

[-04-36] Successfully ran: chmod o= /etc/dovecot/dovecot-sql.conf.ext.,60

[-04-36] Running: systemctl enable dovecot.service,60

[-04-38] Successfully ran: systemctl enable dovecot.service.,60

[-04-38] Running: systemctl start dovecot.service,60

[-04-38] Successfully ran: systemctl start dovecot.service.,60

[-04-39] Running: systemctl restart postfix.service,60

[-04-40] Successfully ran: systemctl restart postfix.service.,60

[-04-40] Running: chmod 755 /etc/postfix/main.cf,60

[-04-40] Successfully ran: chmod 755 /etc/postfix/main.cf.,60

[-04-40] Running: mkdir -p /etc/pki/dovecot/private/,60

[-04-41] Successfully ran: mkdir -p /etc/pki/dovecot/private/.,60

[-04-41] Running: mkdir -p /etc/pki/dovecot/certs/,60

[-04-42] Successfully ran: mkdir -p /etc/pki/dovecot/certs/.,60

[-04-42] Running: mkdir -p /etc/opendkim/keys/,60

[-04-42] Successfully ran: mkdir -p /etc/opendkim/keys/.,60

[-04-42] Running: sed -i ‘s/auth_mechanisms = plain/#auth_mechanisms = plain/g’ /etc/dovecot/conf.d/10-auth.conf,60

[-04-43] Successfully ran: sed -i ‘s/auth_mechanisms = plain/#auth_mechanisms = plain/g’ /etc/dovecot/conf.d/10-auth.conf.,60

[-04-43] Running: systemctl restart dovecot,60

[-04-45] Successfully ran: systemctl restart dovecot.,60

[-04-45] Postfix and Dovecot configured,60

[-04-45] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install unzip,60

[-04-46] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install unzip.,60

[-04-46] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install zip,60

[-04-47] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install zip.,60

[-04-47] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install rsync,60

[-04-48] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install rsync.,60

[-04-49] Checking to see if ufw firewall is installed (will be removed),60

[-04-49] Running: Remove ufw firewall (using firewalld),60

[-04-53] Successfully ran: Remove ufw firewall (using firewalld).,60

[-04-54] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install firewalld,60

[-05-01] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install firewalld.,60

[-05-01] Running: systemctl restart systemd-logind,60

[-05-06] Successfully ran: systemctl restart systemd-logind.,60

[-05-06] Running: systemctl start firewalld,60

[-05-06] Successfully ran: systemctl start firewalld.,60

[-05-07] Running: systemctl enable firewalld,60

[-05-08] Successfully ran: systemctl enable firewalld.,60

[-05-28] FirewallD installed and configured!,60

[-05-28] Running: ssh-keygen -f /root/.ssh/cyberpanel -t rsa -N ‘’,60

[-05-30] Successfully ran: ssh-keygen -f /root/.ssh/cyberpanel -t rsa -N ‘’.,60

[-05-30] Running: echo downloaded,60

[-05-31] Successfully ran: echo downloaded.,60

[-05-31] Updating /root/.my.cnf!,60

[-05-31] Updating settings.py!,60

[-05-32] settings.py updated!,60

[-05-32] Running: /usr/local/CyberPanel/bin/python manage.py makemigrations,60

[-05-35] Successfully ran: /usr/local/CyberPanel/bin/python manage.py makemigrations.,60

[-05-35] Running: /usr/local/CyberPanel/bin/python manage.py migrate,60

[-05-40] Successfully ran: /usr/local/CyberPanel/bin/python manage.py migrate.,60

[-05-41] Running: /usr/local/CyberPanel/bin/python manage.py collectstatic --noinput --clear,60

[-05-43] Successfully ran: /usr/local/CyberPanel/bin/python manage.py collectstatic --noinput --clear.,60

[-05-43] Running: mv static /usr/local/CyberCP/public/,60

[-05-44] Successfully ran: mv static /usr/local/CyberCP/public/.,60

[-05-44] Running: wget https://github.com/the-djmaze/snappymail/releases/download/v2.25.3/snappymail-2.25.3.zip,60

[-05-45] Successfully ran: wget https://github.com/the-djmaze/snappymail/releases/download/v2.25.3/snappymail-2.25.3.zip.,60

[-05-45] Running: unzip snappymail-2.25.3.zip -d /usr/local/CyberCP/public/snappymail,60

[-05-45] Successfully ran: unzip snappymail-2.25.3.zip -d /usr/local/CyberCP/public/snappymail.,60

[-05-46] Running: find . -type d -exec chmod 755 {} ;,60

[-05-46] Successfully ran: find . -type d -exec chmod 755 {} ;.,60

[-05-47] Running: find . -type f -exec chmod 644 {} ;,60

[-05-48] Successfully ran: find . -type f -exec chmod 644 {} ;.,60

[-05-48] Running: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data,60

[-05-48] Successfully ran: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data.,60

[-05-49] Running: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data/data/default/configs/,60

[-05-49] Successfully ran: mkdir -p /usr/local/lscp/cyberpanel/rainloop/data/data/default/configs/.,60

[-05-49] Running: wget -O /usr/local/CyberCP/snappymail_cyberpanel.php https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/cyberpanel/install.php,60

[-05-50] Successfully ran: wget -O /usr/local/CyberCP/snappymail_cyberpanel.php https://raw.githubusercontent.com/the-djmaze/snappymail/master/integrations/cyberpanel/install.php.,60

[-05-50] Running: /usr/local/lsws/lsphp74/bin/php /usr/local/CyberCP/snappymail_cyberpanel.php,60

[-05-51] Successfully ran: /usr/local/lsws/lsphp74/bin/php /usr/local/CyberCP/snappymail_cyberpanel.php.,60

[-05-51] Running: wget -O /usr/local/CyberCP/public/phpmyadmin.zip https://github.com/usmannasir/cyberpanel/raw/stable/phpmyadmin.zip,60

[-05-53] Successfully ran: wget -O /usr/local/CyberCP/public/phpmyadmin.zip https://github.com/usmannasir/cyberpanel/raw/stable/phpmyadmin.zip.,60

[-05-53] Running: unzip /usr/local/CyberCP/public/phpmyadmin.zip -d /usr/local/CyberCP/public/phpmyadmin,60

[-05-54] Successfully ran: unzip /usr/local/CyberCP/public/phpmyadmin.zip -d /usr/local/CyberCP/public/phpmyadmin.,60

[-05-54] Running: rm -f /usr/local/CyberCP/public/phpmyadmin.zip,60

[-05-55] Successfully ran: rm -f /usr/local/CyberCP/public/phpmyadmin.zip.,60

[-05-55] Running: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin,60

[-05-56] [ERROR] We are not able to run chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin return code: 1.,60

[-05-56] Running: cp /usr/local/CyberCP/plogical/phpmyadminsignin.php /usr/local/CyberCP/public/phpmyadmin/phpmyadminsignin.php,60

[-05-56] Successfully ran: cp /usr/local/CyberCP/plogical/phpmyadminsignin.php /usr/local/CyberCP/public/phpmyadmin/phpmyadminsignin.php.,60

[-05-57] Running: ln -s /usr/local/CyberCP/cli/cyberPanel.py /usr/bin/cyberpanel,60

[-05-57] Successfully ran: ln -s /usr/local/CyberCP/cli/cyberPanel.py /usr/bin/cyberpanel.,60

[-05-57] Running: chmod +x /usr/local/CyberCP/cli/cyberPanel.py,60

[-05-58] Successfully ran: chmod +x /usr/local/CyberCP/cli/cyberPanel.py.,60

[-05-58] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install cron,60

[-05-59] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install cron.,60

[-05-59] Running: systemctl enable cron,60

[-06-01] Successfully ran: systemctl enable cron.,60

[-06-01] Running: systemctl start cron,60

[-06-01] Successfully ran: systemctl start cron.,60

[-06-02] Running: chmod 600 /var/spool/cron/crontabs/root,60

[-06-02] Successfully ran: chmod 600 /var/spool/cron/crontabs/root.,60

[-06-03] Running: systemctl restart cron.service,60

[-06-03] Successfully ran: systemctl restart cron.service.,60

[-06-04] Running: DEBIAN_FRONTEND=noninteractive apt-get update -y,60

[-06-06] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get update -y.,60

[-06-07] Running: DEBIAN_FRONTEND=noninteractive apt-get install restic -y,60

[-06-11] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get install restic -y.,60

[-06-11] Running: restic self-update,60

[-06-15] Successfully ran: restic self-update.,60

[-06-16] Running: echo acme2,60

[-06-16] Successfully ran: echo acme2.,60

[-06-16] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install opendkim,60

[-06-22] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install opendkim.,60

[-06-23] Running: apt install opendkim-tools -y,60

[-06-24] Successfully ran: apt install opendkim-tools -y.,60

[-06-24] Running: mkdir -p /etc/opendkim/keys/,60

[-06-24] Successfully ran: mkdir -p /etc/opendkim/keys/.,60

[-06-25] Running: systemctl start opendkim,60

[-06-25] Successfully ran: systemctl start opendkim.,60

[-06-25] Running: systemctl enable opendkim,60

[-06-28] Successfully ran: systemctl enable opendkim.,60

[-06-28] Running: systemctl start postfix,60

[-06-29] Successfully ran: systemctl start postfix.,60

[-06-29] [ERROR] [Errno 2] No such file or directory: ‘/usr/local/lsws/modules/mod_security.so’ [modSecPreReqs],60

[-06-29] Starting LSCPD installation…,60

[-06-29] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ make autoconf rcs,60

[-06-30] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install gcc g++ make autoconf rcs.,60

[-06-31] Running: DEBIAN_FRONTEND=noninteractive apt-get -y install libpcre3 libpcre3-dev openssl libexpat1 libexpat1-dev libgeoip-dev zlib1g zlib1g-dev libudns-dev whichman curl,60

[-06-36] Successfully ran: DEBIAN_FRONTEND=noninteractive apt-get -y install libpcre3 libpcre3-dev openssl libexpat1 libexpat1-dev libgeoip-dev zlib1g zlib1g-dev libudns-dev whichman curl.,60

[-06-36] Running: tar zxf lscp.tar.gz -C /usr/local/,60

[-06-38] Successfully ran: tar zxf lscp.tar.gz -C /usr/local/.,60

[-06-38] Running: cp -f /usr/local/CyberCP/lscpd.0.4.0 /usr/local/lscp/bin/lscpd.0.4.0,60

[-06-39] Successfully ran: cp -f /usr/local/CyberCP/lscpd.0.4.0 /usr/local/lscp/bin/lscpd.0.4.0.,60

[-06-39] Running: rm -f /usr/local/lscp/bin/lscpd,60

[-06-39] Successfully ran: rm -f /usr/local/lscp/bin/lscpd.,60

[-06-40] Running: mv /usr/local/lscp/bin/lscpd.0.4.0 /usr/local/lscp/bin/lscpd,60

[-06-40] Successfully ran: mv /usr/local/lscp/bin/lscpd.0.4.0 /usr/local/lscp/bin/lscpd.,60

[-06-40] Running: chmod 755 /usr/local/lscp/bin/lscpd,60

[-06-40] Successfully ran: chmod 755 /usr/local/lscp/bin/lscpd.,60

[-06-41] Running: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /usr/local/lscp/conf/key.pem -out /usr/local/lscp/conf/cert.pem,60

[-06-41] Successfully ran: openssl req -newkey rsa:1024 -new -nodes -x509 -days 3650 -subj “/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com” -keyout /usr/local/lscp/conf/key.pem -out /usr/local/lscp/conf/cert.pem.,60

[-06-41] Running: useradd lscpd -M -d /usr/local/lscp,60

[-06-42] Successfully ran: useradd lscpd -M -d /usr/local/lscp.,60

[-06-42] Running: usermod -a -G lscpd lscpd,60

[-06-42] Successfully ran: usermod -a -G lscpd lscpd.,60

[-06-42] Running: usermod -a -G lsadm lscpd,60

[-06-43] Successfully ran: usermod -a -G lsadm lscpd.,60

[-06-43] LSCPD successfully installed!,60

[-06-43] Running: wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz,60

[-06-44] Successfully ran: wget http://www.litespeedtech.com/packages/lsapi/wsgi-lsapi-2.1.tgz.,60

[-06-44] Running: tar xf wsgi-lsapi-2.1.tgz,60

[-06-45] Successfully ran: tar xf wsgi-lsapi-2.1.tgz.,60

[-06-45] Running: /usr/local/CyberPanel/bin/python ./configure.py,60

[-06-45] Successfully ran: /usr/local/CyberPanel/bin/python ./configure.py.,60

[-06-45] Running: make,60

[-06-47] Successfully ran: make.,60

[-06-47] Running: cp lswsgi /usr/local/CyberCP/bin/,60

[-06-48] Successfully ran: cp lswsgi /usr/local/CyberCP/bin/.,60

[-06-48] Trying to setup LSCPD Daemon!,60

[-06-48] Running: chmod +x /usr/local/lscp/bin/lscpdctrl,60

[-06-48] Successfully ran: chmod +x /usr/local/lscp/bin/lscpdctrl.,60

[-06-49] Running: mkdir -p /usr/local/lscpd/admin/,60

[-06-49] Successfully ran: mkdir -p /usr/local/lscpd/admin/.,60

[-06-49] Running: mkdir -p /usr/local/CyberCP/conf/,60

[-06-50] Successfully ran: mkdir -p /usr/local/CyberCP/conf/.,60

[-06-50] Running: chmod 600 /usr/local/CyberCP/conf/token_env,60

[-06-50] Successfully ran: chmod 600 /usr/local/CyberCP/conf/token_env.,60

[-06-50] Running: systemctl enable lscpd.service,60

[-06-51] Successfully ran: systemctl enable lscpd.service.,60

[-06-51] Running: ln -s /lib/x86_64-linux-gnu/libpcre.so.3 /lib/x86_64-linux-gnu/libpcre.so.1,60

[-06-52] Successfully ran: ln -s /lib/x86_64-linux-gnu/libpcre.so.3 /lib/x86_64-linux-gnu/libpcre.so.1.,60

[-06-52] LSCPD Daemon Set!,60

[-06-52] Running: usermod -G lscpd-lsadm-nobody lscpd,60

[-06-53] [ERROR] We are not able to run usermod -G lscpd-lsadm-nobody lscpd return code: 6.,60

[-06-53] Running: usermod -G lscpd-lsadm-nogroup lscpd,60

[-06-53] Successfully ran: usermod -G lscpd-lsadm-nogroup lscpd.,60

[-06-53] Running: find /usr/local/CyberCP -type d -exec chmod 0755 {} ;,60

[-06-56] Successfully ran: find /usr/local/CyberCP -type d -exec chmod 0755 {} ;.,60

[-06-56] Running: find /usr/local/CyberCP -type f -exec chmod 0644 {} ;,60

[-05] Successfully ran: find /usr/local/CyberCP -type f -exec chmod 0644 {} ;.,60

[-05] Running: chmod -R 755 /usr/local/CyberCP/bin,60

[-06] Successfully ran: chmod -R 755 /usr/local/CyberCP/bin.,60

[-06] Running: chown -R root:root /usr/local/CyberCP,60

[-06] Successfully ran: chown -R root:root /usr/local/CyberCP.,60

[-06] Running: find /usr/local/lscp -type d -exec chmod 0755 {} ;,60

[-07] Successfully ran: find /usr/local/lscp -type d -exec chmod 0755 {} ;.,60

[-07] Running: find /usr/local/lscp -type f -exec chmod 0644 {} ;,60

[-07] Successfully ran: find /usr/local/lscp -type f -exec chmod 0644 {} ;.,60

[-08] Running: chmod -R 755 /usr/local/lscp/bin,60

[-08] Successfully ran: chmod -R 755 /usr/local/lscp/bin.,60

[-08] Running: chmod -R 755 /usr/local/lscp/fcgi-bin,60

[-08] Successfully ran: chmod -R 755 /usr/local/lscp/fcgi-bin.,60

[-09] Running: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin/tmp,60

[-09] Successfully ran: chown -R lscpd:lscpd /usr/local/CyberCP/public/phpmyadmin/tmp.,60

[-09] Running: chown -R root:root /usr/local/lscp,60

[-10] Successfully ran: chown -R root:root /usr/local/lscp.,60

[-10] Running: chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop,60

[-10] Successfully ran: chown -R lscpd:lscpd /usr/local/lscp/cyberpanel/rainloop.,60

[-10] Running: chmod 700 /usr/local/CyberCP/cli/cyberPanel.py,60

[-11] Successfully ran: chmod 700 /usr/local/CyberCP/cli/cyberPanel.py.,60

[-11] Running: chmod 700 /usr/local/CyberCP/plogical/upgradeCritical.py,60

[-11] Successfully ran: chmod 700 /usr/local/CyberCP/plogical/upgradeCritical.py.,60

[-12] Running: chmod 755 /usr/local/CyberCP/postfixSenderPolicy/client.py,60

[-12] Successfully ran: chmod 755 /usr/local/CyberCP/postfixSenderPolicy/client.py.,60

[-12] Running: chmod 640 /usr/local/CyberCP/CyberCP/settings.py,60

[-12] Successfully ran: chmod 640 /usr/local/CyberCP/CyberCP/settings.py.,60

[-13] Running: chown root:cyberpanel /usr/local/CyberCP/CyberCP/settings.py,60

[-13] Successfully ran: chown root:cyberpanel /usr/local/CyberCP/CyberCP/settings.py.,60

[-13] Running: chmod 644 /etc/yum.repos.d/MariaDB.repo,60

[-14] [ERROR] We are not able to run chmod 644 /etc/yum.repos.d/MariaDB.repo return code: 1.,60

[-14] Running: chmod 644 /etc/pdns/pdns.conf,60

[-14] [ERROR] We are not able to run chmod 644 /etc/pdns/pdns.conf return code: 1.,60

[-14] Running: chmod 644 /etc/systemd/system/lscpd.service,60

[-15] Successfully ran: chmod 644 /etc/systemd/system/lscpd.service.,60

[-15] Running: chmod 644 /etc/pure-ftpd/pure-ftpd.conf,60

[-16] Successfully ran: chmod 644 /etc/pure-ftpd/pure-ftpd.conf.,60

[-16] Running: chmod 644 /etc/pure-ftpd/pureftpd-pgsql.conf,60

[-16] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-pgsql.conf.,60

[-16] Running: chmod 644 /etc/pure-ftpd/pureftpd-mysql.conf,60

[-17] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-mysql.conf.,60

[-17] Running: chmod 644 /etc/pure-ftpd/pureftpd-ldap.conf,60

[-17] Successfully ran: chmod 644 /etc/pure-ftpd/pureftpd-ldap.conf.,60

[-18] Running: chmod 644 /etc/dovecot/dovecot.conf,60

[-18] Successfully ran: chmod 644 /etc/dovecot/dovecot.conf.,60

[-18] Running: chmod 644 /usr/local/lsws/conf/httpd_config.xml,60

[-18] [ERROR] We are not able to run chmod 644 /usr/local/lsws/conf/httpd_config.xml return code: 1.,60

[-19] Running: chmod 644 /usr/local/lsws/conf/modsec.conf,60

[-19] [ERROR] We are not able to run chmod 644 /usr/local/lsws/conf/modsec.conf return code: 1.,60

[-19] Running: chmod 644 /usr/local/lsws/conf/httpd.conf,60

[-20] [ERROR] We are not able to run chmod 644 /usr/local/lsws/conf/httpd.conf return code: 1.,60

[-20] Running: chmod 600 /etc/pure-ftpd/pure-ftpd.conf,60

[-20] Successfully ran: chmod 600 /etc/pure-ftpd/pure-ftpd.conf.,60

[-20] Running: chmod 600 /etc/pure-ftpd/pureftpd-pgsql.conf,60

[-21] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-pgsql.conf.,60

[-21] Running: chmod 600 /etc/pure-ftpd/pureftpd-mysql.conf,60

[-21] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-mysql.conf.,60

[-21] Running: chmod 600 /etc/pure-ftpd/pureftpd-ldap.conf,60

[-22] Successfully ran: chmod 600 /etc/pure-ftpd/pureftpd-ldap.conf.,60

[-22] Running: chmod 600 /etc/dovecot/dovecot.conf,60

[-22] Successfully ran: chmod 600 /etc/dovecot/dovecot.conf.,60

[-23] Running: chmod 600 /etc/pdns/pdns.conf,60

[-23] [ERROR] We are not able to run chmod 600 /etc/pdns/pdns.conf return code: 1.,60

[-23] Running: chmod 600 /etc/pure-ftpd/db/mysql.conf,60

[-23] Successfully ran: chmod 600 /etc/pure-ftpd/db/mysql.conf.,60

[-24] Running: chmod 600 /etc/powerdns/pdns.conf,60

[-24] Successfully ran: chmod 600 /etc/powerdns/pdns.conf.,60

[-24] Running: chmod +x /usr/local/CyberCP/plogical/renew.py,60

[-25] Successfully ran: chmod +x /usr/local/CyberCP/plogical/renew.py.,60

[-25] Running: chmod +x /usr/local/CyberCP/CLManager/CLPackages.py,60

[-25] Successfully ran: chmod +x /usr/local/CyberCP/CLManager/CLPackages.py.,60

[-25] Running: chmod +x /usr/local/CyberCP/CLScript/panel_info.py,60

[-26] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/panel_info.py.,60

[-26] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxPackages.py,60

[-26] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxPackages.py.,60

[-26] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxUsers.py,60

[-27] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxUsers.py.,60

[-27] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDomains.py,60

[-27] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDomains.py.,60

[-28] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxResellers.py,60

[-28] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxResellers.py.,60

[-28] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxAdmins.py,60

[-28] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxAdmins.py.,60

[-29] Running: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDB.py,60

[-29] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/CloudLinuxDB.py.,60

[-29] Running: chmod +x /usr/local/CyberCP/CLScript/UserInfo.py,60

[-30] Successfully ran: chmod +x /usr/local/CyberCP/CLScript/UserInfo.py.,60

[-30] Running: chmod 600 /usr/local/CyberCP/plogical/adminPass.py,60

[-30] Successfully ran: chmod 600 /usr/local/CyberCP/plogical/adminPass.py.,60

[-30] Running: chmod 600 /etc/cagefs/exclude/cyberpanelexclude,60

[-31] [ERROR] We are not able to run chmod 600 /etc/cagefs/exclude/cyberpanelexclude return code: 1.,60

[-31] Running: find /usr/local/CyberCP/ -name ‘*.pyc’ -delete,60

[-31] Successfully ran: find /usr/local/CyberCP/ -name ‘*.pyc’ -delete.,60

[-32] Running: chown root:pdns /etc/powerdns/pdns.conf,60

[-32] Successfully ran: chown root:pdns /etc/powerdns/pdns.conf.,60

[-32] Running: chmod 640 /etc/powerdns/pdns.conf,60

[-32] Successfully ran: chmod 640 /etc/powerdns/pdns.conf.,60

[-33] Running: chmod 640 /usr/local/lscp/cyberpanel/logs/access.log,60

[-33] [ERROR] We are not able to run chmod 640 /usr/local/lscp/cyberpanel/logs/access.log return code: 1.,60

[-34] Running: chmod 600 /usr/local/CyberCP/public/snappymail.php,60

[-34] [ERROR] We are not able to run chmod 600 /usr/local/CyberCP/public/snappymail.php return code: 1.,60

[-34] Running: mount -o remount-rw-hidepid=2 /proc,60

[-34] Successfully ran: mount -o remount-rw-hidepid=2 /proc.,60

[-35] Running: sysctl --system,60

[-35] Successfully ran: sysctl --system.,60

[-35] Running: chmod 700 /home/cyberpanel,60

[-36] Successfully ran: chmod 700 /home/cyberpanel.,60

[-36] Running: chmod 600 /usr/local/lscp/conf/key.pem,60

[-36] Successfully ran: chmod 600 /usr/local/lscp/conf/key.pem.,60

[-36] CyberPanel installation successfully completed!,80


Hello @pixluser

These are not errors.

Plus at the end your installation successfully completed.

What issue do you have ?

I would like to use cyberpanel on my local virtualmachine on my NUC. Using my fiber connection.
It’s impossible for me without installing bind9 to get a working DNS. (a previous ubuntu install was with bind9) I started from a fresh one now.
Powerdns simply don’t work for me.
I would like to use this domain : weo.one, hostname & nameserver are onto the same computer as cyberpanel : serveur.domain (192.168.2.40)
I setted up the glue on porkbun service with my current static IP to server.domain
Also there is no ‘/etc/pdns/pdns.conf’ file… Is it normal?
Look like powerdns isn’t working at all.

You sure that your ISP allow using ports needed for hosting own server?
Most of times residential Internet connections have restrictions on running servers. When you open ports from router doesn’t mean those ports are open if ISP end block those.

1 Like

Yes they permit that, because I was able to connect to my servers from their domain names using bind9 on my previous install, but I would like to use powerdns now, and that completly don’t work maybe, because of a very simple problem or misconfiguration.

Look like it’s starting to works, isn’t?

dig xx@xxxx

; <<>> DiG 9.10.6 <<>> xxx @xxx
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26671
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;xxx.			IN	A

;; ANSWER SECTION:
xxx.		3600	IN	A	192.168.2.40

;; Query time: 4 msec
;; SERVER: xxxx#53(82.64.176.84)
;; WHEN: Tue Apr 11 16:22:17 CEST 2023
;; MSG SIZE  rcvd: 52

It works now, and pretty well too, still very fresh, but it works :wink:
It worked after some hours, maybe until dns propagation.
Cool!

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.