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 ... 7 8 [9] 10 11 ... 61
121
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.

122
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

123
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!

124
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?

125
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.

126
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.)

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

128
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

129
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.

130
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.

131
CentOS-WebPanel Bugs / Re: IP Manager
« on: February 16, 2024, 11:40:30 PM »
And I'll chime in that nmtui is what I've been using on CentOS 7.9 systems as well. Forget the CWP GUI for these types of low-level system/networking settings.

132
CentOS 8 Problems / Re: NodeJS issue
« on: February 16, 2024, 02:20:10 PM »
My only suggestion would be to get off of CentOS Stream and migrate to AlmaLinux 8. A rolling release is not a good foundation for a server! (CWP only listed support for it initially because it was the only game in town, but now we have Rocky & Alma for EL8 releases that have LTS, with upgrade paths to EL9 when CWP supports it).

133
WebHosting-Billing / Re: I Cannot Reach CWP Billing Team!
« on: February 14, 2024, 02:10:06 PM »
Is your correct IP showing in your account for the CWP Pro license? Try temporarily disabling your firewall and then run CWP update.

134
DNS / Re: some problems only denic german domains
« on: February 14, 2024, 12:59:20 PM »
IP addresses are the same for both DNS server (ns1 and ns2). It is expected to have 2 different NS servers for failover.

135
Information / Re: How many disks are physically installed on the server?
« on: February 13, 2024, 09:26:17 PM »
If it's a VPS or VM, you are abstracted from the hardware, including disks. Or is your CWP server installed as bare metal?

Pages: 1 ... 7 8 [9] 10 11 ... 61