That appears to say exactly the opposite of what I suggested and that you only updated the kernels. You must perform all updates, not cherry pick the ones you think you want.Only the different versions of the kernels were installed or deleted during the tests
Search found 31760 matches
- 2022/08/19 15:20:25
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Samba service does not start after kernel update
- Replies: 4
- Views: 63
Re: Samba service does not start after kernel update
- 2022/08/19 13:40:55
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Samba service does not start after kernel update
- Replies: 4
- Views: 63
Re: Samba service does not start after kernel update
Make sure that all packages are up to date, do not cherry pick updates. They are tested as a batch not individually.
- 2022/08/19 11:02:44
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: CentOS Stream 9 OpenLDAP failing to start slapd service
- Replies: 2
- Views: 33
Re: CentOS Stream 9 OpenLDAP failing to start slapd service
I'd guess that's because the versions of the openldap packages that are in the baseos repo differ from the openldap-servers package from EPEL. The baseos packages are all 2.4.59-4.el9_0 vs the EPEL one which is 2.4.59-1.el9 and probably needs rebuilding. I'd suggest raising a request on bugzilla.red...
- 2022/08/18 21:04:40
- Forum: CentOS 7 - Security Support
- Topic: CVE-2021-4104 - Noob Needs Some Advice
- Replies: 1
- Views: 57
Re: CVE-2021-4104 - Noob Needs Some Advice
Judging by the path involved, that's part of jboss which is another Red Hat product. https://access.redhat.com/security/cve/cve-2021-4104 https://access.redhat.com/solutions/6577421 The second link can be read if you sign up for a free Red Hat Developer Subscription. For more information on the free...
- 2022/08/18 12:18:36
- Forum: 8 /8-Stream / 9-Stream - Networking Support
- Topic: yum commands not working - connection reset by peer
- Replies: 1
- Views: 107
Re: yum commands not working - connection reset by peer
I'd guess your Meraki is fiddling with the SSL connection.
- 2022/08/17 15:36:40
- Forum: CentOS 7 - Software Support
- Topic: Centos file server: Samba/winbind + NFS permissions
- Replies: 4
- Views: 105
Re: Centos file server: Samba/winbind + NFS permissions
To use NFS you need uids to match exactly between all systems that use it.
- 2022/08/17 13:07:32
- Forum: CentOS 7 - Hardware Support
- Topic: HDD disks not showing
- Replies: 2
- Views: 116
Re: HDD disks not showing
What sort of controller are the disks attached to? If it's PERC Sxxx then it's FakeRAID and you need to go into the controller BIOS and set it to AHCI mode, not RAID, then do the install and create a linux software RAID array instead.
- 2022/08/16 11:35:20
- Forum: CentOS 7 - Networking Support
- Topic: KVM Networking
- Replies: 29
- Views: 873
Re: KVM Networking
IIRC, it won't let you add a route via a destination it cannot currently reach, hence the need to add the specific route before you can try to add the default route via it.so it should match "first" even when the default route is added "prior".
- 2022/08/16 09:29:24
- Forum: CentOS 7 - Networking Support
- Topic: KVM Networking
- Replies: 29
- Views: 873
Re: KVM Networking
OVH use a weird network setup where the gateway is not in the same subnet as the host ip. You have to do special stuff to add a route to the gateway ip via the device prior to adding the default route. Something like
ip ro add 2.3.4.5 dev eth0
ip ro add default via 2.3.4.5
ip ro add 2.3.4.5 dev eth0
ip ro add default via 2.3.4.5
- 2022/08/15 17:37:33
- Forum: CentOS 7 - Security Support
- Topic: CVE-2022-22720
- Replies: 12
- Views: 2135
Re: CVE-2022-22720
No. You appear to be looking for a fix for this vulnerability for CentOS Linux 8 and that went EOL at the end of December 2021 and there are no more fixes published after that date. If you are still running CentOS Linux 8 then you need to migrate to a different distro - either one listed in my SIG w...