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.


Messages - 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
Perhaps you missed step one of the installation instructions.  "NEW CLEAN server.  CWP cannot be installed over top of any other software, or it can't possibly be supported.  If you already had nginx, we can't tell you which version is running.  Same with apache or any other webserver.
Okay so if I install CWP first on a clean installation of CentOS 7, then once that’s installed, set up and configured to use NGINX instead of Apache, I should be good to reinstall TCAdmin?

3
Dis you install CWP on a fresh CentOS server or you already had apache, MySQL etc installed and running?
Installed (Or tried to install) on my server alongside TCAdmin master server. This was installed way before I tried to install CWP. TCAdmin had MySQL and NGINX used. I was able to successfully boot the rescue64 image and tar my /home/ and /etc/nginx directories as a backup to my PC. Then I’ll reinstall the server and install CWP first, then TCAdmin.

4
Just a little more information here. Our server was fine without issues before trying to install CentOS WebPanel. All of our mounts have gone into read-only mode. Since installing the web panel we have encountered the mysql errors and now the server GRUB loader cannot find a stable CentOS 7 kernel. The kernel we had was CentOS Linux 7.5.2003 or something along that line.

5
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]