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

Pages: 1 ... 3 4 [5] 6 7 ... 57
61
CentOS 7 Problems / Re: edit php.ini
« on: February 21, 2024, 06:32:27 PM »
Which PHP version and mode do you use (CGI, php-fpm)?

62
Temporarily disable the CSF firewall on both servers. Enable root login in / etc / ssh / sshd_config (normally not needed as you can accomplish anything with sudo) and restart sshd. Also try a shorter root password -- in the past I wasn't able to migrate CWP accounts if the r00t user has too complex of a password!

63
Other / Re: Looking for optimization
« on: February 21, 2024, 03:12:30 AM »
Sorry, I don't do Telegram. PM me with details.

64
In today's world, you shouldn't install CentOS 7.9 for a fresh server installation -- it is completely EOL in a couple of months, so instead you should install AlmaLinux 8, which has a clear path forward to EL9 and an ELevate script for upgrading, as well as an EOL that is 5 years away.

(Which makes me wonder WHY there are still forums here for CentOS 6 Problems and CentOS 5 Problems...)

65
CentOS-WebPanel Bugs / Re: I can't create databases correctly
« on: February 21, 2024, 03:06:36 AM »
I meant the MySQL server you have installed, not the client version. Look at the info box on the home screen of the CWP Admin panel.

66
CentOS 7 Problems / Re: login loop after sign in
« on: February 20, 2024, 12:43:37 PM »
Try deleting cookies. Login via incognito mode/private browsing. Make sure ad blocker/tracker blocker isn't interfering. Try a different browser.

67
CentOS-WebPanel Bugs / Re: I can't create databases correctly
« on: February 20, 2024, 02:46:28 AM »
It's on the home screen of the CWP Admin panel, under the Application Version box:
Code: [Select]
MySQL version: 10.6.17-MariaDB

68
Installation / Re: clone server
« on: February 19, 2024, 11:02:29 PM »
...and starting fresh will help you turn over a few more rocks and see what lives under there (metaphorically). And you may sharpen your security setup as well, hardening more things. It's a learning process, as with anything -- so more to gain!

69
CentOS-WebPanel Bugs / Re: I can't create databases correctly
« on: February 19, 2024, 11:00:36 PM »
What version of MariaDB are you using?

70
Updates / Re: Automatic YUM Updates?
« on: February 19, 2024, 03:07:50 PM »
Yes, the latter -- just adding to the daily jobs. Also, note that permissions on the script need to have the execute bit set. Some of the pre-baked scripts have 700, some have 755 permissions.

71
E-Mail / Re: ARC email authentication
« on: February 18, 2024, 11:42:05 PM »
Sigh. Not yet. I hate all the gymnastics to get mail to go reliably to Gmail and Outlook.com addresses (what, you've blacklisted the whole netblock due to poor reputation? Really? My server doesn't send spam and has valid FQDN, PTR records, DMARC, SPF etc.)

72
Other / Re: Looking for optimization
« on: February 18, 2024, 11:22:14 PM »
Either a few more details here, or send me a PM.

73
Updates / Re: Automatic YUM Updates?
« on: February 18, 2024, 11:20:25 PM »
After manually doing updates for about a year, I went ahead and enabled auto updates with yum via cron. So for over a year now, I haven't been bothered with it and haven't been bitten by a bad update. (Major updates like MariaDB need to be manually done.) Occasionally you will get a "ghost" notice of updates being available, but generally this should take care of it for you:

As root, create this script:
/etc/cron.daily/yum

Code: [Select]
#!/bin/sh
# yummy updater
/usr/bin/yum -y update --security

74
CentOS 7 Problems / Re: CWP Apache domlogs cover 50% of my disk
« on: February 17, 2024, 08:43:45 PM »
No, logrotate already happens -- you're just adding a job to its task list. No additional cronjob necessary. You'll find that the roundcube and dovecot IMAP logs also need to be rotated, or they too balloon to become HUGE.

75
CentOS 7 Problems / Re: Centos 7 End of life 2024
« on: February 17, 2024, 03:53:01 AM »
No one is going to rip out the bottom of your house of cards and then it all comes crashing down. It just won't receive support or updates (although extended paid support is available if you so desire). I'm in the same boat with CentOS 7.9 servers running CWP Pro and EOL is only a couple of months away. I am about to migrate (ELevate) to AlmaLinux 8 with CWP for EL8 It's supported until almost the end of the decade, so it is a safe bet. And if CWP does fully support EL9 releases, there is a clear upgrade path to AlmaLinux 9.

Pages: 1 ... 3 4 [5] 6 7 ... 57