Search found 32360 matches

by TrevorH
2023/06/01 09:19:08
Forum: CentOS 7 - Security Support
Topic: how to secretly report a security vulnerability
Replies: 1
Views: 39

Re: how to secretly report a security vulnerability

Since CentOS 7 is built from the sources for RHEL 7, any security bug that you might find should also be present in RHEL 7 so the best place you can report problems is using the Red Hat security@redhat.com email address or by raising a private bugzilla.redhat.com entry.
by TrevorH
2023/05/31 18:41:44
Forum: CentOS 7 - Security Support
Topic: Has a fix for CVE-2022-42920 released for centos 7.9
Replies: 2
Views: 66

Re: Has a fix for CVE-2022-42920 released for centos 7.9

That's been built and pushed to the public repos so it should be hitting a mirror near you soon.

Thanks for spotting it.
by TrevorH
2023/05/31 18:40:16
Forum: CentOS 7 - General Support
Topic: CentOS 7 existing system after June 2024
Replies: 2
Views: 106

Re: CentOS 7 existing system after June 2024

Repositories will get moved to vault.centos.org. They would not be needed to install VBox anyway. But you are still going to be left with a system that will get no more fixes which may be fine... right up until it isn't and there's a major security vulnerability that will never get fixed. Be sensibl...
by TrevorH
2023/05/31 09:45:09
Forum: CentOS 7 - Security Support
Topic: Has a fix for CVE-2022-42920 released for centos 7.9
Replies: 2
Views: 66

Re: Has a fix for CVE-2022-42920 released for centos 7.9

You are correct, it seems to have been missed. I have pinged the maintainer to get it build and pushed. The RHEL changelog says it was from Jan 2022 so this has been missing a while...
by TrevorH
2023/05/31 09:44:12
Forum: CentOS 7 - General Support
Topic: Problem with baseurl for repo: base/7/x86_64
Replies: 1
Views: 48

Re: Problem with baseurl for repo: base/7/x86_64

The error you show has nothing to do with the EPEL repo. It shows that you got a 503 http response from http://mirrorlist.centos.org I tested that url with curl "http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock" (the quotes round the url are mandatory at the command line as it...
by TrevorH
2023/05/31 09:40:33
Forum: User Comments
Topic: Seeking software installation packages
Replies: 2
Views: 80

Re: Seeking software installation packages

None of those are CentOS packages so you would have to ask whoever built them. The "cgslv6_2.561.g00e30d0ba" in the names are some weird non-CentOS dist tag.
by TrevorH
2023/05/30 15:07:30
Forum: CentOS 7 - Hardware Support
Topic: enable nic on virtual environment
Replies: 2
Views: 98

Re: enable nic on virtual environment

You want ifup not ifconfig.
I need to add static route for only 2nd nic to reach a.b.c.d network so I have to create route-eth1 file ?
Yes. You may also need a rule-eth1 file too. And make sure your new ifcfg file does not contain GATEWAY= or it will become the default route.
by TrevorH
2023/05/29 15:32:46
Forum: CentOS 7 - Software Support
Topic: Problem with Kernel
Replies: 1
Views: 89

Re: Problem with Kernel

I think you need to go back to them and ask exactly what they mean. If you had a booting kernel before then it should still boot now. Kernels don't just stop working - they have no expiry date on them. If it worked before then it should work now. And you should ask for answers on the forum not via D...
by TrevorH
2023/05/28 12:08:18
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: CentOS 9 Stream stutter using nVidia drivers
Replies: 2
Views: 107

Re: CentOS 9 Stream stutter using nVidia drivers

I assume your mouse/keyboard are USB attached? Is there anything in /var/log/messages or in the output from journalctl -xe ?