Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ImNuMBeR1

Pages: [1]
1
Installation / Unsupported Operating system ARM - Oracle Linux
« on: August 15, 2022, 02:39:19 PM »
Code: [Select]
[root@srv opc]# cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="9.0"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="9.0"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Oracle Linux Server 9.0"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:9:0:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://github.com/oracle/oracle-linux"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 9"
ORACLE_BUGZILLA_PRODUCT_VERSION=9.0
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=9.0
[root@srv opc]# ls -a
.  ..  .bash_history  .bash_logout  .bash_profile  .bashrc  .ssh
[root@srv opc]# cd ..
[root@srv home]# cd ..
[root@srv /]# cd ..
[root@srv /]# wget http://centos-webpanel.com/cwp-el8-latest
--2022-08-15 14:34:38--  http://centos-webpanel.com/cwp-el8-latest
Resolving centos-webpanel.com (centos-webpanel.com)... 37.187.72.216
Connecting to centos-webpanel.com (centos-webpanel.com)|37.187.72.216|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: http://dl1.centos-webpanel.com/files/cwp-el8-latest [following]
--2022-08-15 14:34:38--  http://dl1.centos-webpanel.com/files/cwp-el8-latest
Resolving dl1.centos-webpanel.com (dl1.centos-webpanel.com)... 37.187.72.216
Reusing existing connection to centos-webpanel.com:80.
HTTP request sent, awaiting response... 200 OK
Length: 50243 (49K)
Saving to: ‘cwp-el8-latest’

cwp-el8-latest      100%[===================>]  49.07K  --.-KB/s    in 0.02s

2022-08-15 14:34:38 (2.90 MB/s) - ‘cwp-el8-latest’ saved [50243/50243]

[root@srv /]# sh cwp-e18-latest
sh: cwp-e18-latest: No such file or directory
[root@srv /]# sh cwp-el8-latest
Unsupported Operating system ARM, please use CentOS 8.x 64bit

I am unable to install CWP on Oracle Linux because it just keeps saying the above. :L Oracle's always free instance with the Ampere CPU.

2
Quote
Warning: mysqli_connect(): (HY000/1130): Host 'ns530442.ip-142-4-208.net' is not allowed to connect to this MariaDB server in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/1045): Access denied for user 'postfix'@'localhost' (using password: YES) in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/1045): Access denied for user 'postfix'@'localhost' (using password: YES) in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: mysqli_connect(): (HY000/1130): Host 'ns530442.ip-142-4-208.net' is not allowed to connect to this MariaDB server in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Trying to start mysql server, please wait!
Try to restart CentOS Web Panel with command: sh /scripts/restart_cwpsrv

**Check your MySQL root password in: /usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php and /root/.my.cnf

Warning: mysqli_error() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:
I am getting these errors after installing COSWP for the first time. I cannot login to the root account as it shows this above. I have tried to rectify the issue with the database/mysql but to no avail.

Pages: [1]