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.
1036
Updates / Re: Yum Manager repeating same Varnish updates daily
« on: June 15, 2023, 07:27:37 AM »
Try cleaning your yum cache. If it's really annoying, remove & reinstall your varnish version.
Personally, I have cron running
Personally, I have cron running
Code: [Select]
yum -y update
every morning before I get into the office, so I never see update notices much anymore.
1037
Installation / Re: Rocky Linux 9
« on: June 15, 2023, 07:24:53 AM »
EL9 support is being added, according to the devs. But there are still issues, so be patient with Rocky 9 or AlmaLinux 9.
The best OS for CWP is actually still CentOS 7.9, but that is a dead end road, so I wouldn't recommend starting in with that release EOL in ~1 yr. I think you're best off with EL8 release for a new install like Rocky 8 or AlmaLinux 8. With those you have migration scripts, so you should be able to "crossgrade" between distributions if another becomes the clear favorite. My personal plan is to hold out on CentOS 7.9 until next spring and then migrate to AlmaLinux 9. CWP should be fully ready to go by then!
The best OS for CWP is actually still CentOS 7.9, but that is a dead end road, so I wouldn't recommend starting in with that release EOL in ~1 yr. I think you're best off with EL8 release for a new install like Rocky 8 or AlmaLinux 8. With those you have migration scripts, so you should be able to "crossgrade" between distributions if another becomes the clear favorite. My personal plan is to hold out on CentOS 7.9 until next spring and then migrate to AlmaLinux 9. CWP should be fully ready to go by then!
1038
CentOS 9 Problems / Re: RHEL varient support update?
« on: June 12, 2023, 02:24:16 AM »
Josemnunez had said the dev team was hard at work on EL9 support. I am hopeful it will be ready (and stable) by springtime when it's time for the great switchover from CentOS 7.9 as the EOL apocalypse draws night!!
1039
MySQL / Re: New MariaDB 11.0.x version gives error
« on: June 12, 2023, 02:21:39 AM »
Oh man, if YOU can't figure it out, we're all lost. I'm on 10.6.14 long term release, so I'll stay put until the frontrunners figure it out!
1040
Information / Re: Service of update DDNS
« on: June 08, 2023, 02:01:19 PM »I've been watching CWP7 for a while and now I'm about to migrate 10 servers that currently use WHM/CPANEL to CWP7...You won't be sorry! Once cPanel increased their monthly fees with their great ca$h grab a few years back, I ditched them and migrated a dedicated server, a VPS, a reseller account account, and a couple of single cPanel accounts to CWP. I have not looked back!
You do realize your servers need to be on static IPs, right? And it's on the client side that you need DDNS? Many DDNS services have clients for any platform, or you can use a curl or wget script run by cron to update IPs. As Igor says, that's beyond the scope of CWP -- but shouldn't be a deal-killer as you can work around it.
1041
Other / Re: cronjop problem
« on: June 06, 2023, 02:17:58 PM »
Note that running just "php" from a shell session will likely run it under the default CWP php 7.2 version with its modules and environment. You would likely want to run your cronjobs.php via whatever is your default PHP version. So if you are running 8.0 under php-fpm, then it would be:
Code: [Select]
/opt/alt/php-fpm81/usr/bin/php -q /home/uzman/public_html/coremio/cronjobs.php
1042
MySQL / Re: User "Any" in phpmyadmin
« on: June 06, 2023, 02:12:50 PM »
Which DB? Probably an erroneous entry from an errant SQL query somewhere along the line...
1043
Other / Re: cronjop problem
« on: June 05, 2023, 04:17:22 AM »
I'm still not sure what you're trying to accomplish -- are you adding a CMS PHP file (cronjobs.php) that should run periodically/daily? What is your normal PHP version?
1044
Mod_Security / Re: Reseller panel - Login error
« on: June 03, 2023, 10:56:20 PM »
Disable Mod Security altogether and the CSF firewall and see if it works then. Then work your way backwards, re-enabling and testing each part in series. Are you for sure using the OWASP ruleset with Mod Security (as it looks by the logs)? Try the Comodo ruleset, as it is more friendly as a starting point.
1045
Other / Re: cronjop problem
« on: June 03, 2023, 10:53:46 PM »
Need more info about what your configuration is like and what you are trying to accomplish...
1046
CentOS-WebPanel Bugs / Re: Email and email forwarders
« on: June 03, 2023, 02:40:08 AM »
This is also true of other unescaped, illegal characters in the e-mail address. You can also fix this directly in the database if you need to. But it is very true the devs should give this some attention and sanitize the input and check for illegal characters.
(An interesting aside, on on LAMP server I tried to set a passphrase that ended with an ellipsis ... -- which the IMAP server interpreted as a full stop command -- so it would never accept the passphrase, even though it was typed correctly.)
(An interesting aside, on on LAMP server I tried to set a passphrase that ended with an ellipsis ... -- which the IMAP server interpreted as a full stop command -- so it would never accept the passphrase, even though it was typed correctly.)
1047
CentOS-WebPanel Bugs / Re: Cant login to CWP User :2083
« on: June 03, 2023, 02:35:38 AM »
When I see errors re: "The encoded file... has expired" it makes me believe it is an IonCube problem, which is either a non up-to-date CWP installation or PHP version. Is your CWP fully up to date? Did you run
Code: [Select]
yum -y update
/scripts/update_ioncube
/scripts/update_cwp
1048
E-Mail / Re: problems with spam, abuse
« on: June 03, 2023, 02:23:52 AM »
Who is "they"?
Do you have specific configuration information, more details, relevant logs, queue error messages, message rejection notices or anything else? It takes a lot of detail to sort these kinds of things out.
Do you have specific configuration information, more details, relevant logs, queue error messages, message rejection notices or anything else? It takes a lot of detail to sort these kinds of things out.
1049
E-Mail / Re: Spamhaus
« on: June 03, 2023, 02:22:25 AM »
I'm not sure I'm understanding your question. SpamHaus is one of the "good guys" and I use their zen.spamhaus.org RBL on all my mail servers. They now require you have an account and generate a server-specific key, but you shouldn't have any trouble with their traffic usage levels for personal/small scale use. Are you running into a misconfiguration or are you getting bounce messages about your server being an open resolver?
1050
E-Mail / Re: Fwd: Delayed Mail (still being retried)
« on: June 03, 2023, 02:20:05 AM »
Is Amavis not running on your mail server?