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.


Topics - Starburst

Pages: [1] 2 3 ... 7
1
Other / ELRepo throwing GPG Key error when trying to update
« on: January 14, 2025, 11:36:50 PM »
If you get the error
Quote
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-elrepo.org (0xBAADAE52) is already installed
The GPG keys listed for the "ELRepo.org Community Enterprise Linux Kernel Repository - el9" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.. Failing package is: kernel-lt-6.1.124-1.el9.elrepo.x86_64

when trying to update from elrepo, run the following, and it will import the correct key to get rid of the error.

Code: [Select]
rpm --import https://www.elrepo.org/RPM-GPG-KEY-v2-elrepo.org

2
Other / FYI - Linux Malware Detect failing on AlmaLinux 8/9
« on: December 26, 2024, 08:48:29 AM »
So, just saw an issue if you are running Linux Malware Detect (aka Security Maldet Scan in the CWP Security tab).

The scanner shows installed and running OK, but it is not.

From the CLI, if you run:
Code: [Select]
systemctl status maldet
You will see it failed.
It is missing 2 needed dependencies installed - ed & inotify-tools.

To install these run:
Code: [Select]
dnf install ed inotify-tools
Then:
Code: [Select]
systemctl restart maldet
And now to make sure everything is OK, and running:
Code: [Select]
systemctl status maldet

3
PHP Selector / Selecting PHP 8.3.x with ionCube
« on: December 24, 2024, 08:14:41 AM »
The new ionCube loaders support PHP 8.3, but when I compile PHP using the CWP selector, after it's finished I get:

Quote
Cannot load the ionCube PHP Loader - it was built with configuration API420220829,NTS, whereas running engine is API420230831,NTS
PHP 8.3.15 (cli) (built: Dec 24 2024 08:04:25) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.15, Copyright (c) Zend Technologies

Anyone have any suggestions?

4
Apache / Stop Apache from opening file
« on: December 18, 2024, 04:03:07 PM »
Anyone know how to stop Apache from opening a text file that has no extension.

e.g. TIME, PublicKey, etc. - Basically anything without an extension.

Ref. https://mariadb.gb.ssimn.org/

Need those files to download, instead of open.

5
OK, there have been allot of threads about this, but can't find the answer.

Yes, even I get stuck.

Trying to migrate AL8 CWP to AL9 CWP and won't connect.
Firewall is OK, and I can manually SSH in to old server from the new one with root & password.

The secure log on the old server shows trying the migration tools:
Quote
Dec 17 06:33:05 x sshd[41722]: Accepted password for root from x.x.x. port 55614 ssh2
Dec 17 06:33:05 x sshd[41722]: pam_unix(sshd:session): session opened for user root by (uid=0)
Dec 17 06:33:05 x sshd[41726]: Received disconnect from x.x.x.x port 55614:11: disconnected by user
Dec 17 06:33:05 x sshd[41726]: Disconnected from user root x.x.x.x port 55614
Dec 17 06:33:05 x sshd[41722]: pam_unix(sshd:session): session closed for user root
Dec 17 06:33:05 x sshd[41744]: Failed password for root from x.x.x.x port 58808 ssh2
Dec 17 06:33:05 x sshd[41744]: Failed password for root from x.x.x.x port 58808 ssh2
Dec 17 06:33:05 x sshd[41744]: Connection closed by authenticating user root x.x.x.x port 58808 [preauth]

Who & what got this working?
@overseer?

6
PHP / Anti-Change Log
« on: November 10, 2024, 06:50:45 PM »
I know CWP is probably still busy with tweaking CWP for AL9, but again, PHP came out with 8.2.25 and 8.3.13 on 2024-10-24 (a little over 2 weeks ago), but no update as of yet for CWP.

We've noticed another uptick in PHP attacks.

I know you can manually compile PHP, to do in mass is time consuming, but at this point might be an option.

7
Other / Yuppers... AlmaLinux release an alpha build of AlmaLinux 10...
« on: October 23, 2024, 10:06:21 PM »
See https://wiki.almalinux.org/release-notes/kitten-10.html

Will be interesting to see if the 9.x line continues or switches over...

Guess I'll be banging my head on my desk, more than normal sometime this week or weekend.

8
Switched a server from Comodo to OWASP latest (4.7.0), since it seems like the company who bought Comodo and the WAF ruleset has killed it.
Keep getting an error when trying to login, and from posts I'm not the only one.

Problem that has come up is LFD isn't sending the notifications from ModSecurity after the switch.
ModSecurity is still doing it's job, and is working.

@overseer, have you run into this problem?

Thanks all.

9
MySQL / Message after upgrading to MariaDB 11.4.x LTS
« on: September 29, 2024, 02:30:00 AM »
After the upgrade to 11.4.x, ran:
Code: [Select]
mysql -V
And got:
Quote
mysql: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb' instead
mysql from 11.4.3-MariaDB, client 15.2 for Linux (x86_64) using  EditLine wrapper

Looks like MariaDB is finally stopping calls to it using mysql.

How is CWP going to handle this?

10
Other / Yup - RH 10 beta is out...
« on: September 23, 2024, 03:57:52 PM »
Will be trying RedHat's beta 10 (aka CentOS 10 Stream) OS.

Anyone else try it yet?

11
PHP / Kinda the same problem with Imagek, but with PHP Sodium on AlmaLinux 9
« on: September 06, 2024, 11:49:35 PM »
Getting a similar error on AlmaLinux 9.4 and CWP 0.9.8.1186 with what is going on with Imagek.

Quote
PHP Warning:  PHP Startup: Unable to load dynamic library 'sodium' (tried: /usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium (/usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium: cannot open shared object file: No such file or directory), /usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium.so (/usr/local/lib/php/extensions/no-debug-non-zts-20220829/sodium.so: cannot open shared object file: No such file or directory)) in Unknown on line 0

The supporting packages are installed:

Quote
Package php-sodium-8.0.30-1.el9.x86_64 is already installed.
Package php-pecl-zip-1.19.2-6.el9.x86_64 is already installed.

Wondering if something with the backend PHP compiler isn't broken.

12
CentOS 9 Problems / Getting the dreaded "DISK FULL: Can't start MySQL!"
« on: August 12, 2024, 03:32:32 PM »
@overseer
I remember this being a problem in the past, and I can't remember what the simple fix was.
All log files have already been deleted, and that didn't make a difference.

Multiple AlmaLinux 9 servers with the same config for mirrors, but this one has run out of disk space.
Which is weird.

--

Quote
Warning: mysqli_connect(): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/resources/admin/include/functions.php on line 0

Warning: mysqli_connect(): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0

Warning: mysqli_connect(): (HY000/2002): No such file or directory in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0


DISK FULL: Can't start MySQL!


Warning: mysqli_error() expects exactly 1 parameter, 0 given in /usr/local/cwpsrv/htdocs/admin/admin/index.php on line 0
Could not connect:

13
PHP / Changes to PHP.ini not showing in WordPress
« on: August 07, 2024, 08:38:34 PM »
@overseer, don't know if you have seen this.

Changed my memory_limit = from 512M to 640M, but WordPress is still seeing the old settings.
Have restarted Apache, and cleared any cache, but isn't updating.

Keep getting email saying it exceeded the virtual memory size 512 (MB)

Ever seen anything like that?

On:
AlmaLinux 8.10
CWP 0.9.8.1181
PHP 8.2.21

14
How to / Tutorials
« on: July 27, 2024, 10:57:18 PM »
Anyone have any suggestions on tutorials that need to be made or want made for CWP?

15
Other / FYI - ELRepo Repositories Disabled
« on: July 08, 2024, 05:05:07 PM »
On 2024-06-30 ELRepo has shutdown & disabled their EL7 repositories.

As EL7, including CentOS 7 are DEAD as of that date (2024-06-30)

If you haven't upgraded to AlmaLinux 8 via ELevate, it is past the point of no return as it may not work now.
Only option would be to bring up a new server and use the CWP -> CWP Migration tool.

Pages: [1] 2 3 ... 7