Search found 32818 matches

by TrevorH
2024/04/29 09:11:34
Forum: CentOS 7 - Security Support
Topic: CVE-2023-6931
Replies: 2
Views: 29

Re: CVE-2023-6931

https://access.redhat.com/security/cve/CVE-2023-6931 RHEL 7 is listed as "Out of support scope" which means it's too old and the vulnerability not important enough. It also says It is not possible to trigger this issue with the default kernel.perf_event_paranoid sysctl value 2. You may check it with...
by TrevorH
2024/04/27 16:25:14
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: in.tftpd[683]: chroot: Operation not permitted
Replies: 10
Views: 415

Re: in.tftpd[683]: chroot: Operation not permitted

bash-4.4# ls -laZ /var/lib/tftpboot total 2 drwxr-xr-x. 2 root root system_u:object_r:container_file_t:s0:c128,c144 1024 Jan 4 16:00 . drwxr-xr-x. 15 root root system_u:object_r:container_file_t:s0:c128,c144 1024 Apr 27 15:41 .. -rwxrwxrwx. 1 root root system_u:object_r:container_file_t:s0:c128,c14...
by TrevorH
2024/04/27 15:51:16
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Samba 4.17.11 DRS Replication Issues
Replies: 1
Views: 68

Re: Samba 4.17.11 DRS Replication Issues

This looks like a question for a samba forum not here.
by TrevorH
2024/04/27 15:50:15
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: in.tftpd[683]: chroot: Operation not permitted
Replies: 10
Views: 415

Re: in.tftpd[683]: chroot: Operation not permitted

What are your permissions on /var/lib/tftpboot. Easiest way to show that is to run namei -l /var/lib/tftpboot. Also include the output from ls -laZ /var/lib/tftpboot
by TrevorH
2024/04/26 09:52:21
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: in.tftpd[683]: chroot: Operation not permitted
Replies: 10
Views: 415

Re: in.tftpd[683]: chroot: Operation not permitted

First you seem to have set this up in two separate and mutually incompatible ways. Either pick xinetd to start a connection OR run tftpd as a service all the time. Not both. I'd recommend dumping the xinetd bit and disabling that and concentrating on getting it running as a service first. After it w...
by TrevorH
2024/04/25 09:24:33
Forum: CentOS 7 - General Support
Topic: centos new patches
Replies: 4
Views: 386

Re: centos new patches

It's still the same as it ever was, a single person does the updates and releases them. Sometimes they are easy to rebuild, sometimes they are more difficult and it takes longer. They're still being built and released.
by TrevorH
2024/04/21 12:43:49
Forum: CentOS 7 - Software Support
Topic: QEMU/KVM Mouse Intergration.
Replies: 1
Views: 349

Re: QEMU/KVM Mouse Intergration.

In the absense of any other suggestions, you could try removing the USB trackpad that libvirt sets up automatically on windows systems and use a plain old USB mouse instead. This is a setting in the VM xml, not the physical device.
by TrevorH
2024/04/19 12:14:11
Forum: CentOS 7 - General Support
Topic: Unable to enter X-window after rebooting
Replies: 1
Views: 376

Re: Unable to enter X-window after rebooting

Have you installed the proprietary nvidia or AMD graphics drivers?
by TrevorH
2024/04/19 12:13:16
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: yum Curl error
Replies: 1
Views: 324

Re: yum Curl error

Why are you using a CentOS 6 yum repo on CentOS 8. Don't. They are not compatible. Disable it or remove it.