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

Pages: 1 ... 27 28 [29] 30 31 ... 119
421
E-Mail / Re: Roundcube - insecure version with CWP
« on: April 27, 2025, 01:12:33 PM »

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

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

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

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.

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

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

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

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

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

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

430
CSF Firewall / Re: No CSF almalinux
« on: April 18, 2025, 12:40:07 AM »
This is we do on AL9 after CWP is installed:

Code: [Select]
dnf install php-cli libsodium libsodium-devel php-sodium php-pecl-zip php-pecl-mailparse php-mbstring php-pear php-devel php-pecl-imagick
Code: [Select]
pecl channel-update pecl.php.net

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

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

433
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

434
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
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 file
Only 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.

435
Information / Re: Goaccess stopped working
« on: April 16, 2025, 08:51:22 PM »
Have you checked to see if your log files haven't ballooned in size to be too large to process? Are you using logrotate to keep them a manageable size?

I posted update instructions in another thread, but here it is again:
Also, can goaccess be updated?  server version is 1.2 from 2017.  Latest is 1.9
Nothing prevents you from updating if you so desire. Remove CWP's GoAccess and install prerequisite (MaxMind GeoIP library):
Code: [Select]
yum -y remove goaccess
yum install libmaxminddb-devel.x86_64
Download and compile GoAccess, install to replace the current 1.2 version:
Code: [Select]
cd /usr/local/src
wget https://tar.goaccess.io/goaccess-1.9.3.tar.gz
tar -xzvf goaccess-1.9.3.tar.gz
cd goaccess-1.9.3/
./configure --prefix= --enable-debug --enable-utf8 --enable-geoip=mmdb --with-getline --with-openssl
make
make install

Just tried this on AL9, they must have GoAccess somewhere else.

Removed the package that was from EPEL.

And then installed GoAccess 1.9.4, but the graphs are still showing 1.9.3.

Weird.

But that is besides the logrotate issue.

Pages: 1 ... 27 28 [29] 30 31 ... 119