Search found 4398 matches
- 2023/10/03 06:53:32
- Forum: 8 /8-Stream / 9-Stream - Security Support
- Topic: Deprecated SSH Cryptographic Settings
- Replies: 1
- Views: 137
Re: Deprecated SSH Cryptographic Settings
If you are running RHEL 8.2, then you must be a paying customer for RHEL 8.2 Update Services for SAP Solutions subscription and thus surely entitled to support from Red Hat. If you still run with RHEL 8.2 content that predates release of RHEL 8.3, then you do have multiple known security issues besi...
- 2023/10/02 11:19:53
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Testing CentOS Stream9 cloud generic image
- Replies: 3
- Views: 253
Re: Testing CentOS Stream9 cloud generic image
Ansible play (can) gather facts, including ansible_device_links, ansible_devices, and ansible_mounts.
Could the play identify from those the device for ceph (that does not contain system)?
Could the play identify from those the device for ceph (that does not contain system)?
- 2023/09/30 13:53:34
- Forum: CentOS 7 - Networking Support
- Topic: iptables nat help
- Replies: 5
- Views: 311
Re: iptables nat help
You basically repeated your first post, except: i want the 192.168.8.0/22 outgoing traffic goes from 10.10.10.1 In other words, you did not address Whoever's question. You did add a routing question. Based on your first post I did assume that you have all that already sorted out. Lets say that we ha...
- 2023/09/29 07:47:13
- Forum: CentOS 7 - Software Support
- Topic: Driver for monitor ACER KA272 Abi
- Replies: 8
- Views: 345
- 2023/09/29 07:41:18
- Forum: CentOS 7 - Networking Support
- Topic: iptables nat help
- Replies: 5
- Views: 311
Re: iptables nat help
You do effectively have a router between two subnets: 192.168.8.0/22 and 10.10.10.0/x. You want to sNAT traffic that is from 192.168.8.0/22 and goes to 10.10.10.0/x -- update SRC=10.10.10.2. The output interface is "ipip6". Is that the case? The sNAT (and masquerade) happens after routing decision, ...
- 2023/09/25 10:47:06
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Kernel reinstall - grub now boots older kernel
- Replies: 5
- Views: 251
Re: Kernel reinstall - grub now boots older kernel
It was a shot in the dark move! The other alternatives seemed to be 1. leave it alone or 2. re-instal. When one has a kernel installed that "does not work", one obviously is not running that kernel and can therefore remove and install that specific kernel. (Or reinstall .) You can list installed ke...
- 2023/09/25 08:23:27
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Kernel reinstall - grub now boots older kernel
- Replies: 5
- Views: 251
Re: Kernel reinstall - grub now boots older kernel
What the grub2-mkconfig writes does depend on the content of /etc/default/grub , but grub has also "environment" that you can see with: grub2-editenv list The grubby can apparently do edits too: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_monitoring_and_upd...
- 2023/09/20 04:57:43
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Strange script files (curiosity]
- Replies: 2
- Views: 581
Re: Strange script files (curiosity]
Emacs has auto-save-mode: https://www.gnu.org/software/emacs/manu ... -Save.html
See also: http://xahlee.info/emacs/emacs/emacs_au ... ackup.html
The autosaves are separate from the *~ that holds the previous version after you do save a buffer.
See also: http://xahlee.info/emacs/emacs/emacs_au ... ackup.html
The autosaves are separate from the *~ that holds the previous version after you do save a buffer.
- 2023/09/18 08:38:35
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: centos8 stream-Problem with Apache2 or php
- Replies: 5
- Views: 359
Re: centos8 stream-Problem with Apache2 or php
Selinux does not log everything by default. See man semanage-dontaudit
'audit2why' translates messages into description:
'audit2why' translates messages into description:
Code: Select all
ausearch -a 262433 | audit2why
- 2023/09/15 10:14:43
- Forum: CentOS 7 - Security Support
- Topic: CVE-2023-3899
- Replies: 1
- Views: 552
Re: CVE-2023-3899
The rpm -q --changelog python-syspurpose | grep -i cve shows nothing, but rpm -qi python-syspurpose tells: Version : 1.24.52 Release : 2.el7.centos Build Date : Wed 23 Aug 2023 The https://access.redhat.com/errata/RHSA-2023:4701 shows that Red Hat has released Tue 22 Aug 2023 errata that includes pa...