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 ... 17 18 [19] 20 21 ... 127
271
CentOS-WebPanel GUI / Re: Varnish Conf
« on: September 23, 2025, 09:21:41 PM »
Did you try symlinking to /etc/varnish/varnish.params ? Or touching that file so it exists would be enough to dismiss the error. Depends on how dependent you are on the web GUI or if you do that kind of editing in the CLI.

272
CentOS-WebPanel Bugs / Re: Server Somehow Got Hacked
« on: September 23, 2025, 09:18:46 PM »
If you want to PM me the connection details, I could take a look on your behalf.

273
CSF Firewall / Re: Configserver down?
« on: September 23, 2025, 01:29:06 AM »
Thanks for the kind words. Be assured I'm in it for the long haul -- personally invested so I'm not planning on going anywhere.

If we're naming names, Josemnunez and Sandeep from the dev team pop in here occasionally and offer solid help and I think you'd have to for sure include rcschaff and Netino as well as indispensable, active members of this community (and we've already mentioned Starburst & cyberspace). Really, everyone's involvement & contribution to the shared knowledge here is absolutely needed.

274
This is what I have for httpd logs, runs successfully on AlmaLinux 8 (as it did on CentOS 7 before):
Code: [Select]
/usr/local/apache/domlogs/*.log {
    missingok
    notifempty
    sharedscripts
    daily
    rotate 7
    postrotate
        /sbin/service httpd reload > /var/log/httpd-rotate.log 2>&1 || true
    endscript
    compress
}

275
Graybeard, yes.

276
I'm always glad to help, too -- but my familiarity is with CentOS 7 and AlmaLinux 8 systems. So best to let Starburst field this AL9 oddity.

277
AlmaLinux 9 ISOs vary in size, but never seen an image that small (500G?):
Boot - 1.1G
Minimal - 2.2G
DVD - 11G
You could be missing a big chunk of required/recommended kit!

278
Interesting -- I've only heard of it failing on EL8 up to this point (an AlmaLinux 8 system and a CentOS 8 Stream system). So your experience opens the door to there being unmet dependencies in EL9 distributions (AlmaLinux), whereas that hasn't been the experience of Starburst. So it must be dependent on how the system was installed/configured. Did you install with an ISO (boot, minimal, DVD) or with a host-provided image?

279
Aplications / Re: WordPress - too many redirects
« on: September 12, 2025, 06:39:45 PM »
Apache? You could try a clean .htaccess file (move aside your current .htaccess).
Are you 301 redirecting from HTTP to HTTPS? Are you using Really Simple SSL? https://really-simple-ssl.com

280
Sadly this seems to be an ongoing bug with CWP (either free or Pro versions). There is a workaround mentioned in this thread where you capture the temporary PHP build script and run it manually in the CLI and then it will complete successfully:
https://forum.centos-webpanel.com/php-selector/unable-to-compile-any-version-with-php-switcher-and-selector-fpm-selector/msg51725/#msg51725

But the php-fpm Selector in CWP Pro does work -- so if you purchase a license, php-fpm would work for you (and you get the performance benefits as well).

281
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« on: September 10, 2025, 12:45:09 PM »
Wow, that's small. I have 1GB for /boot on my server:
Code: [Select]
Filesystem                       Size  Used Avail Use% Mounted on
/dev/sda1                       1014M  283M  732M  28% /boot
Do a full backup before proceeding. Tread lightly!

You would probably need to use GParted (or another similar tool) to resize the partition, as long as the partition is not mounted (so ideally using a GParted Live boot media). The main concern in this case would be another partition located immediately after the /boot partition, which would have to be shrunk in size. This could take a long time if the starting point of the partition needs to be shifted. (Repeat: always make a backup before modifying partitions that contain important data...)

282
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« on: September 10, 2025, 10:52:35 AM »
Seems to be a bug or by design -- my servers (running 11.4.8) report 15.2 in the dashboard as well. (And yes, the MySQL nomenclature is deprecated as well -- in future versions it will always be referred to as mariadb -- all binaries and tools.)

283
PHP / Re: 0.9.8.1215
« on: September 10, 2025, 10:45:20 AM »
Hooray!

284
MySQL / Re: Mariadb 10.5.x Support has Expired - How to Upgrade Manually ?
« on: September 10, 2025, 12:57:49 AM »
And just to reassure you, Sandeep over at AlphaGNU is a CWP developer, so he is offering you good advice if you choose the 10.11.x upgrade. As he confirms at the beginning of his guide, you are simply removing the MariaDB server & client applications, not your DB info. So you should only be facing 2-5 min of total downtime with your sites as you execute the upgrade process.

285
CentOS-WebPanel Bugs / Re: yum/rpm updates not getting updated
« on: September 08, 2025, 09:01:13 PM »
On a production server, I usually only keep 2-3 kernels (usually 2 -- I am stingy).

Pages: 1 ... 17 18 [19] 20 21 ... 127