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.
46
Other / Re: Paid Support Sabotaged My Production Server – Urgent Escalation Request 487931
« on: April 27, 2025, 01:18:19 PM »
Well you do have @overseer, @rcschaff, @cyberspace, and myself that usually can help. (Sorry if I forgot anyone)
If one of us doesn't know, then you might have a large problem.
If one of us doesn't know, then you might have a large problem.
47
E-Mail / Re: Roundcube - insecure version with CWP
« on: April 27, 2025, 01:12:33 PM »
Here's a simple article if you are using AlmaLinux 8 or 9 to update RoundCube to 1.5.9 LTS.
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/update-roundcube-mail-version-1-5-9-in-cwp-on-almalinux-8-9/
https://starburst.help/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/update-roundcube-mail-version-1-5-9-in-cwp-on-almalinux-8-9/
48
CentOS-WebPanel GUI / Re: NetworkManager errors / warnings
« on: April 27, 2025, 01:09:48 PM »
If you don't want IPv6 and are using AlmaLinux, you can use nmtui and disable it.
49
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 22, 2025, 10:55:54 PM »
If Red Hat Stream (beta) works on your system, then so would Fedora (alpha) - Might be missing some drivers, being alpha and RHEL (Release).
So then AlmaLinux would work as well.
I have AlmaLinux working on ARM and so REALLY old HP hardware (AMD E-Series & Thin Clients) not to mention I have my laptop dual booting into Windows 11 & AlmaLinux 9.
If you want to run a beta OS, that is your choice.
But that also comes with little to no support.
AlmaLinux 10 is in the alpha stages, and allot of things don't work either, and isn't expected to.
So then AlmaLinux would work as well.
I have AlmaLinux working on ARM and so REALLY old HP hardware (AMD E-Series & Thin Clients) not to mention I have my laptop dual booting into Windows 11 & AlmaLinux 9.
If you want to run a beta OS, that is your choice.
But that also comes with little to no support.
AlmaLinux 10 is in the alpha stages, and allot of things don't work either, and isn't expected to.
50
PHP / Re: install PHP 5.6. on entOS Stream release 9 ?
« on: April 20, 2025, 03:21:09 AM »
1. CentOS Stream is a beta OS, not for production.
The recommended version are AlmaLinux 8 or 9.
2.Officially the lowest PHP version you go with EL9 and CWP is 7.4.33
If you need a lower PHP, you will need to install EL8.
I found this, but whatever server I try it on, it says Cloudflare has blocked me.
I am curious, let me know if you get a really old version of PHP to work.
The recommended version are AlmaLinux 8 or 9.
2.Officially the lowest PHP version you go with EL9 and CWP is 7.4.33
If you need a lower PHP, you will need to install EL8.
I found this, but whatever server I try it on, it says Cloudflare has blocked me.
Code: [Select]
sudo dnf -y install https://pkgs.dyn.su/el9/base/x86_64/raven-release.el9.noarch.rpm
Code: [Select]
dnf config-manager --enable raven-modular
I am curious, let me know if you get a really old version of PHP to work.
51
PHP / Re: php compiling for 1 hour
« on: April 19, 2025, 03:02:56 AM »
Yea, I've had to do that for awhile, apparently CWP doesn't like to jump that far in 1 go.
I hate to ask what your "More disasters" are...
I hate to ask what your "More disasters" are...
52
CSF Firewall / Re: Possible fix to why CSF/LFD isn't installing.
« on: April 19, 2025, 02:59:08 AM »
It installs Cockpit, but doesn't activate it.
It comes in sometimes, where doing something via SSH is practical.
It comes in sometimes, where doing something via SSH is practical.
53
PHP / Re: php compiling for 1 hour
« on: April 18, 2025, 12:57:12 AM »
Yea, go from 5.6 to 7.4, then from 7.4 to 8.x
If the sites down' need anything below 7.4, then you might want to look at using AlmaLinux 9.5 instead of 8.10.
If the sites down' need anything below 7.4, then you might want to look at using AlmaLinux 9.5 instead of 8.10.
54
CSF Firewall / Re: No CSF almalinux
« on: April 18, 2025, 12:54:51 AM »
Not fully sure.
When you build PHP, it connects to some of it for the extensions.
When you build PHP, it connects to some of it for the extensions.
55
CSF Firewall / Possible fix to why CSF/LFD isn't installing.
« on: April 18, 2025, 12:45:19 AM »
These are the first steps we do with AL9 servers, should work on AL8, but not guaranteed, as I mentioned this is AL9.
Then proceed to install CWP per their instructions.
Code: [Select]
dnf update ca-certificates
Code: [Select]
dnf install dnf-plugins-core
Code: [Select]
dnf install elrepo-release epel-release -y
Code: [Select]
dnf config-manager --set-enabled crb
That is the new Power Tools for EL9.Code: [Select]
dnf --refresh update
Code: [Select]
dnf install nano wget ipset ebtables iptables ipset-service uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf nmap net-tools make quota cockpit* -y
Code: [Select]
dnf install clamav* clamd
Then proceed to install CWP per their instructions.
57
CSF Firewall / Re: No CSF almalinux
« on: April 17, 2025, 11:58:07 PM »
That's the CWP installer, which compiles & installs CSF/LFD onto the system.
Much like Apache, PHP, etc.
Isn't coming from the AlmaLinux OS side.
Much like Apache, PHP, etc.
Isn't coming from the AlmaLinux OS side.
58
Information / Re: Bad day for alma
« on: April 17, 2025, 11:54:51 PM »
We've been installing AlmaLinux 9.5, CSF/LFD installs OK.
Only problem we just found, which not sure if a problem or quirk, is with Logrotate.
And of course since the encryption has change with EL9, the Migration doesn't work currently.
Only problem we just found, which not sure if a problem or quirk, is with Logrotate.
And of course since the encryption has change with EL9, the Migration doesn't work currently.
59
Information / Re: Goaccess stopped working
« on: April 17, 2025, 09:12:53 PM »
Well the update to 1.9.4 took a day, now is showing correctly:
Quote
by GoAccess v1.9.4 and GWSocket
60
CentOS 9 Problems / Logrotate not triggering
« on: April 17, 2025, 08:57:19 PM »
AlmaLinux 9.5
CWP 0.9.8.1201
Config is located at: /etc/logrotate.d/httpd
But is not getting triggered automatically each night.
Trigger's manually without error.
When you check:
The other quirk is when you manually run it, it doesn't assign the date, just log.1.gz, log.2.gz, etc.
CWP 0.9.8.1201
Config is located at: /etc/logrotate.d/httpd
Quote
/usr/local/apache/domlogs/*.log {
missingok
notifempty
sharedscripts
daily
rotate 7
postrotate
/bin/systemctl reload httpd.service > /var/log/httpd-rotate.log 2>&1 || true
endscript
compress
}
But is not getting triggered automatically each night.
Trigger's manually without error.
When you check:
Code: [Select]
systemctl status logrotate
Quote
logrotate[811675]: error: failed to rename /usr/local/apache/domlogs/domain.com.log to /usr/local/apache/domlogs/domain.com.log-20250417: Read-only fileOnly problem, is that file doesn't exit. Let alone be read only.
The other quirk is when you manually run it, it doesn't assign the date, just log.1.gz, log.2.gz, etc.