Search found 32556 matches
- 2023/09/23 19:18:37
- Forum: CentOS 7 - Software Support
- Topic: SAMBA and KB5028166
- Replies: 8
- Views: 2164
Re: SAMBA and KB5028166
Released.
- 2023/09/22 16:38:10
- Forum: CentOS Social
- Topic: upgrading to a newer openssh version in centos6
- Replies: 4
- Views: 2735
Re: upgrading to a newer openssh version in centos6
Doesn't change the fact that CentOS 6 has been EOL for nearly 3 years (Nov 2020) and there have been numerous high severity security vulnerabilities discovered since then and none of them are fixed in CentOS 6. You really need to get off it ASAP..
- 2023/09/21 17:38:41
- Forum: CentOS 7 - Security Support
- Topic: CVE-2023-35788
- Replies: 3
- Views: 783
Re: CVE-2023-35788
Yes, they were pushed to the mirrors earlier and are just showing up on the public ones now.
- 2023/09/21 13:18:07
- Forum: CentOS 7 - Software Support
- Topic: SAMBA and KB5028166
- Replies: 8
- Views: 2164
Re: SAMBA and KB5028166
I would suspect that 4.10.16-25 is the fixed version. The current CentOS 7 one is 4.10.16-24 though -25 is in QA nad pending release.
- 2023/09/19 12:39:56
- Forum: CentOS 7 - Software Support
- Topic: dnssec-signzone hangs on ECDSA
- Replies: 1
- Views: 126
Re: dnssec-signzone hangs on ECDSA
You would need to make this request to Red Hat for inclusion in RHEL 7 to get it actioned. CentOS 7 is a rebuild of RHEL 7 so whatever is broken in RHEL 7 is broken in CentOS 7. Only if it is fixed in RHEL 7 will it be fixed in CentOS 7.
- 2023/09/17 15:12:17
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: centos8 stream-Problem with Apache2 or php
- Replies: 5
- Views: 291
Re: centos8 stream-Problem with Apache2 or php
Well, the usual cause of problems with a web server being unable to talk to a database is due to an selinux setting that defaults to disallowing it. You can check the setting using getsebool -a | grep httpd_can_network_connect_db . If it's set to off then it is not allowed to talk to a database serv...
- 2023/09/17 13:21:23
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: centos8 stream-Problem with Apache2 or php
- Replies: 5
- Views: 291
Re: centos8 stream-Problem with Apache2 or php
What is the output from aureport -a run as root? If there is an entry timestamped at the same time that you last tried the mediawiki isntall then take the number from the right hand end and plug that into ausearch -a nnnn (where nnnn is the number).
- 2023/09/17 01:45:12
- Forum: CentOS 7 - Software Support
- Topic: SAMBA and KB5028166
- Replies: 8
- Views: 2164
Re: SAMBA and KB5028166
It's in the build pipeline somewhere already.
- 2023/09/14 14:50:21
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: CENTOS-9 SSH PROBLEM
- Replies: 2
- Views: 423
Re: CENTOS-9 SSH PROBLEM
RHEL 9 has tightened security and deprecated a number of algorithms and ciphers. It's most likely that the key you are trying to use does not meet the new requirements. Try with a newer key.
- 2023/09/13 16:09:17
- Forum: CentOS 7 - Networking Support
- Topic: Using Zones in Firewalld to Block Outbound Access
- Replies: 13
- Views: 1618
Re: Using Zones in Firewalld to Block Outbound Access
I don't see the point in leaving firewall* packages installed if you have switched to using iptables or nftables. It just creates confusion for anyone that comes along later and has to work out what's in use. I'd just yum remove firewall\* and then read what it says it's going to do before replying Y.