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 - sdbacchu

Pages: [1]
1
Information / sometimes cwp server bind dns server is automatic failed
« on: October 23, 2024, 04:10:56 AM »
some times cwp server bind dns server is automatic failed, then my all site is going down. what is the main reason

Oct 23 03:36:03 server1 kernel: Firewall: *UDP_IN Blocked* IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:16:3c:93:19:58:08:00 SRC=199.192.19.170 DST=255.255.255.255 LEN=253 TOS=0x00 PREC=0x00 TTL=64 ID=50181 DF PROTO=UDP SPT=11002 DPT=11002 LEN=233
Oct 23 03:36:05 server1 kernel: Firewall: *UDP_IN Blocked* IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:16:3c:93:19:58:08:00 SRC=199.192.19.170 DST=255.255.255.255 LEN=253 TOS=0x00 PREC=0x00 TTL=64 ID=50975 DF PROTO=UDP SPT=11002 DPT=11002 LEN=233
Oct 23 03:36:07 server1 kernel: Firewall: *UDP_IN Blocked* IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:16:3c:93:19:58:08:00 SRC=199.192.19.170 DST=255.255.255.255 LEN=253 TOS=0x00 PREC=0x00 TTL=64 ID=51830 DF PROTO=UDP SPT=11002 DPT=11002 LEN=233
Oct 23 03:36:09 server1 kernel: Firewall: *UDP_IN Blocked* IN=eth0 OUT= MAC=ff:ff:ff:ff:ff:ff:00:16:3c:93:19:58:08:00 SRC=199.192.19.170 DST=255.255.255.255 LEN=253 TOS=0x00 PREC=0x00 TTL=64 ID=52966 DF PROTO=UDP SPT=11002 DPT=11002 LEN=233
Oct 23 03:36:10 server1 kernel: Firewall: *TCP_IN Blocked* IN=eth0 OUT= MAC=00:16:3c:02:4f:ba:64:64:9b:4f:37:00:08:00 SRC=79.110.62.245 DST=68.65.121.2 LEN=40 TOS=0x00 PREC=0x00 TTL=247 ID=48838 PROTO=TCP SPT=55282 DPT=24225 WINDOW=1024 RES=0x00 SYN URGP=0

2
Information / Re: stop automatic mysql , mariadb
« on: October 22, 2024, 05:07:34 AM »
i solved the issue now running

i cahnged the /etc/my.cnf file data to

[mysqld]
innodb_buffer_pool_size = 64M

user=mysql
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid

[client]
socket=/var/lib/mysql/mysql.sock

[client-server]
!includedir /etc/my.cnf.d


then restart mysql

sudo systemctl restart mysqld

then working  :)

3
Information / Re: stop automatic mysql , mariadb
« on: October 22, 2024, 04:52:56 AM »
i can not login to mysql.

i find this error log
InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
InnoDB: mmap(134217728 bytes) failed; errno 12
 InnoDB: Cannot allocate memory for the buffer pool
InnoDB: Plugin initialization aborted with error Generic error
Starting shutdown...
 Plugin 'InnoDB' init function returned error.
 Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
 [Note] Plugin 'FEEDBACK' is disabled.
 [ERROR] Unknown/unsupported storage engine: InnoDB
[ERROR] Aborting
mysqld: Out of memory (Needed 128663552 bytes)

4
Information / stop automatic mysql , mariadb
« on: October 22, 2024, 04:18:37 AM »

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: mysqli_connect(): (HY000/2002): Connection refused in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


Trying to start mysql server, please wait!
Try to restart Control 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
You can reset the MySQL root password fast with this command: /scripts/mysql_pwd_reset -q


Warning: mysqli_error() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

Pages: [1]