Search found 32362 matches

by TrevorH
2023/06/02 16:49:43
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Xrdp failing to connect from windows 10 since update
Replies: 7
Views: 295

Re: Xrdp failing to connect from windows 10 since update

I'd go straight to 9 unless there is a reason not to. And I'd bypass Stream entirely and go Rocky/Alma.
by TrevorH
2023/06/02 12:27:39
Forum: CentOS 7 - General Support
Topic: System time change - VM Sycning with Host HW Time
Replies: 1
Views: 59

Re: System time change - VM Sycning with Host HW Time

It'll only sync with the host if you've told it to. Has the machine been "power cycled" since the VMWare setting was set?
by TrevorH
2023/06/01 09:19:08
Forum: CentOS 7 - Security Support
Topic: how to secretly report a security vulnerability
Replies: 1
Views: 64

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: 73

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: 6
Views: 191

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: 73

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: 53

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: 109

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: 127

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.