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.
331
CentOS-WebPanel GUI / Re: CPU Usage & Disk IO show NaN
« on: August 18, 2024, 11:55:43 PM »
Maybe you've exposed a bug with that CPU. Does Graphs > NetData show you any differently?
332
MySQL / Re: Can not update MariaDB
« on: August 17, 2024, 11:36:50 PM »
Now that CentOS is EOL, you should update your mirror list:
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
https://www.alphagnu.com/topic/534-fix-centos-7-repo-due-to-eol-could-not-retrieve-mirrorlist/
333
CentOS-WebPanel GUI / Re: CPU Usage & Disk IO show NaN
« on: August 17, 2024, 11:35:50 PM »
What physical CPU is the server running? Are you on a dedicated server, VPS, or otherwise?
334
PHP / Re: mongodb and xdebug issue
« on: August 17, 2024, 10:06:24 PM »
cPanel uses a php.ini in each user dir by default, but not CWP. There is a main php.ini if you are using CGI, or one for each version of php-fpm if you are using that. You can enable per-user PHP ini files in the main php.ini config that would be like so:
Code: [Select]
/home/username/public_html/.user.ini
Check on those things as the first part of your cleanup.
335
PHP / Re: mongodb and xdebug issue
« on: August 17, 2024, 12:00:36 AM »
Do you actually need that functionality for your WordPress site, or is it just a leftover vestige from your old server that needs to be cleaned up?
336
CentOS-WebPanel GUI / Re: cwp user login failed suddenly on over than 6 CWP dedicated different servers
« on: August 16, 2024, 02:24:19 AM »
If you redirect everything to 127.0.0.1, life suddenly becomes a whole lot more peaceful...
(until the trouble reports start rolling in.)
(until the trouble reports start rolling in.)
337
CentOS 9 Problems / Re: Getting the dreaded "DISK FULL: Can't start MySQL!"
« on: August 16, 2024, 02:21:46 AM »
Super honeypot! Good idea.
338
PHP / Re: CWP falling behind with PHP. Again.
« on: August 16, 2024, 02:20:44 AM »
I've ceased to expect much of a correlation (1:1 CWP update to new PHP versions). You know, anti-changelog and all...
339
CentOS 9 Problems / Re: Getting the dreaded "DISK FULL: Can't start MySQL!"
« on: August 14, 2024, 04:29:51 AM »340
Other / Re: New topic and new reply form not secured by SSL
« on: August 14, 2024, 04:24:43 AM »
Vivaldi is made by the original developers of Opera. Once Opera sold out to the Chinese, there was no longer any point in using it. So consider Vivaldi to be a "love letter" of code the original user base of Opera.
341
CentOS 9 Problems / Re: Getting the dreaded "DISK FULL: Can't start MySQL!"
« on: August 13, 2024, 09:12:38 PM »
I assume you've already gone on a hunt for +500MB files?
Look for a singular very large myisam table (all files) .frm, .MYI, .MYD -- offload or download & delete to free up disk space.
Look for a singular very large myisam table (all files) .frm, .MYI, .MYD -- offload or download & delete to free up disk space.
342
CentOS 7 Problems / Re: DISK SPACE REDUCTION
« on: August 13, 2024, 09:08:31 PM »
Ballooning log files, typically. Look at enabling logrotate to keep them at a manageable size. You can also truncate them currently if you don't need the log info they contain.
343
Other / Re: New topic and new reply form not secured by SSL
« on: August 13, 2024, 09:03:58 PM »
This has been ongoing for at least a month now. I use Vivaldi, another Chromium-based browser
344
CentOS 7 Problems / Re: The server is doing a "find". Load is increasing..
« on: August 11, 2024, 04:19:13 AM »
I would start sleuthing with lsof:
https://www.howtogeek.com/426031/how-to-use-the-linux-lsof-command/#list-files-opened-by-a-process
https://www.howtogeek.com/426031/how-to-use-the-linux-lsof-command/#list-files-opened-by-a-process
345
SSL / Re: CWP SHOUTcasters Stream Ultimate Guide: Implementing SSL
« on: August 11, 2024, 04:13:34 AM »
Thanks for sharing! I've got a client that is going to want some shoutcast capabilities, so this info will be helpful.