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

Pages: 1 ... 19 20 [21] 22 23 ... 59
301
Check CSF to see if you might have that port blocked.

Otherwise you might need to open a support ticket with CWP.

302
Someone mentioned to try to Suspend & Unsuspend the account.

--

Can you please advise of the following:

What 'errors' and/or 'messages' are being displayed?

What distro are you trying to install CWP onto?

VPS or Dedicated?

Specs?

303
Postfix / Re: Centos7 - Postfix 3.4.7 version 3.8.1 upgrade?
« on: October 21, 2023, 11:40:37 PM »
Upgrading it outside of yum will break CWP links.

304
NAT's can usually only forward 1 port to 1 server, not multiple.

So for everything to work, you need to forwards all the common ports to that server, and then it may still have an issue as the server IP (Internal IP), doesn't match the External (Public IP).

So one of many, Reverse DNS will fail, because public IP 11.11.11.11 isn't resolving to 10.0.0.1

This will cause problems with email, and SSL.

305
CentOS-WebPanel Bugs / BUG in NIghtly CRON - 'cron.daily'
« on: October 20, 2023, 11:00:22 PM »
All CWP servers are reporting a different directory name, but same error lines in the nightly CWP cron.

Anyone else seeing this in their 'cron.daily'?

sed: cannot rename /usr/local/apache/conf/sedNT0hJn: Operation not permitted
sed: cannot rename /usr/local/apache/conf/sedVNSzL5: Operation not permitted

306
Is your local server behind a NAT?
Or do you pay your ISP for Public Static IP's?

Many ISP's also have SMTP ports blocked.

307
MySQL / Re: Unable to update MariaDB
« on: October 20, 2023, 09:26:43 PM »
Check your mariadb.repo file, and update with what you generate from https://mariadb.org/download/?t=repo-config

308
CSF Firewall / Re: IPV6 management
« on: October 13, 2023, 11:02:22 PM »
You can configure IPv6 manually, and it works fine.

If the server had IPv6 enabled & setup when you installed CWP, and in essence CSF, then CSF should have IPv6 enabled also.

309
Updates / Re: PHP update ETA?
« on: October 13, 2023, 10:58:56 PM »
'Supposed' to be in next update.

No ETA for that update though.

310
MySQL / Re: New MariaDB 11.0.x version gives error
« on: October 12, 2023, 04:31:05 AM »
You should be fine following the CWP Wiki page.

But as always you should make a backup/image before making any major change.

311
CentOS 8 Problems / Weird error in cron.daily
« on: October 11, 2023, 09:17:28 AM »
Been seeing the below weird error.
Have triple checked, directory (/usr/local/apache/conf/sedHtq1FH) or (/usr/local/apache/conf/sedXxdbHA) doesn't exist, so I'm not sure what CWP is trying to do in the cron.daily.

--

/etc/cron.daily/cwp:



====================================================
============= CentOS Web Panel Cron ================
====================================================


###########################
Firewall Flush Daily Blocks
###########################


######################
Update Server Packages
######################
Redirecting to /bin/systemctl restart cwpsrv.service
Redirecting to /bin/systemctl restart httpd.service
sed: cannot rename /usr/local/apache/conf/sedHtq1FH: Operation not permitted
Redirecting to /bin/systemctl reload httpd.service
warning: /var/tmp/rpm-tmp.SqCp0L: Header V4 DSA/SHA1 Signature, key ID 914bdf7e: NOKEY
error: Failed dependencies:
   postfix = 2:3.5.8-4.el8 is needed by (installed) postfix-mysql-2:3.5.8-4.el8.x86_64
Redirecting to /bin/systemctl reload httpd.service
Redirecting to /bin/systemctl restart httpd.service
sed: cannot rename /usr/local/apache/conf/sedXxdbHA: Operation not permitted

Date which backup script is using: 2023-10-11 03:43:52

312
CentOS 7 Problems / Re: /boot 100% full, how do i clean !!!
« on: October 09, 2023, 08:43:50 PM »
You can set the number of Kernel in Grub in the config file:

/etc/dnf/dnf.conf

The Default is: installonly_limit=3

Which means it will keep 3 boseos kernels, plus as an example 3 kernel-lt

Try to change it to 2, and that will remove 1 kernel each.

The default AlmaLinux /boot partition size is usually big enough for 6 kernels easily.

313
Updates / Re: PHP update ETA?
« on: October 09, 2023, 03:57:35 AM »
@Igor S.  Any status?

314
New Modules / Re: [Module] Track E-mail Delivery
« on: October 09, 2023, 03:52:25 AM »
Thank you, will try it out.

315
Problems on other RedHat linux servers / Re: CWP works but websites down
« on: October 09, 2023, 03:49:20 AM »
Look like a common issue with this scripts.
Did a quick Google search for 'mpm_event:error

https://forums.cpanel.net/threads/apache-mpm-event-scoreboard-not-full.710585/
Has a suggested fix is the code, as well as checking max server connections config.

Also they say to check your MaxConnectionsPerChild setting.
Setting it to anything other than 0 is only meant to be done on Windows because it leaks memory internally.

Looks like whatever script this is, it's been having problems with Apache going back to at least 2014.

Pages: 1 ... 19 20 [21] 22 23 ... 59