Search found 4434 matches
- 2023/11/29 07:52:45
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Backup from CentOS 8 to Windows 11
- Replies: 8
- Views: 1164
Re: Backup from CentOS 8 to Windows 11
I bricked my CentOS 7 installation by trying to go to 8. Long story short, I need to stick with 7. Now, I realize I'm going to have to re-install 7 but I am trying to maintain my files/directories because I am using this as web server, and I don't want to lose all of my web pages / data. I am tryin...
- 2023/11/27 10:18:18
- Forum: User Comments
- Topic: CentOS 5.11 on-line repositories post-EOL - unsupported (caveat emptor)
- Replies: 1
- Views: 1620
Re: CentOS 5.11 on-line repositories post-EOL - unsupported (caveat emptor)
If 5.11 is too die hard, then it should at least be isolated from the big bad internet. When one does that, one can also make a local copy of the vault contents (of interest). We do know that the files will not change any more (so copy once is enough) and local copy you share/can access by protocols...
- 2023/11/24 10:01:59
- Forum: CentOS 7 - Software Support
- Topic: installing media player on centos 7
- Replies: 4
- Views: 2067
Re: installing media player on centos 7
Yum reads from /etc/yum.repos.d/*.repo definitions of repositories. Definition tells where (URL) the files of repository are and some other options. The yum-config-manager --disable okay changes "enabled" option to off; yum will not use disabled repo. The yum-config-manager --enable okay changes "en...
- 2023/11/23 10:38:49
- Forum: CentOS 7 - Software Support
- Topic: installing media player on centos 7
- Replies: 4
- Views: 2067
Re: installing media player on centos 7
What is this repo "okay" that clearly is not okay?
I would:
The RPM Fusion packages tend to require something from EPEL.
I would:
Code: Select all
yum-config-manager --disable okay
yum --enablerepo=* clean all
yum-config-manager --enable rpmfusion-nonfree-updates
yum install epel-release
yum install vlc
- 2023/11/20 08:46:58
- Forum: CentOS 7 - Security Support
- Topic: Missing Security Advisories since August 2023
- Replies: 3
- Views: 2581
Re: Missing Security Advisories since August 2023
"Official"? One can look at RHEL 7's announcements. They are definitely official. The only question is, how quickly CentOS 7 releases package after RHEL 7 has done so. Overall, regular yum update has been the CentOS way. That gives you what is available when it is available. Everything that has been...
- 2023/11/16 19:58:18
- Forum: CentOS 7 - General Support
- Topic: Network Policy enabling in CentOS7 node causes issues.
- Replies: 9
- Views: 1457
Re: Network Policy enabling in CentOS7 node causes issues.
Trevor did point out that WAS Linux 2 is not RHEL 7. If genuine RHEL 7 image does work but CentOS 7 image does not, then that RHEL 7 image has something that CentOS 7 image does not. Some applications do also read files like /etc/redhat-release and behave differently depending on the content. No ide...
- 2023/11/13 08:21:54
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: What to do when sudo make config doesn't create any files?
- Replies: 5
- Views: 871
Re: What to do when sudo make config doesn't create any files?
Admin guideline: Never build as root. The build should be done as regular, unprivileged account in location where that account can write to. One might have to install binaries into destination that only root can write to, but even that can/should be avoided. --- That said, how are we supposed to kno...
- 2023/11/11 09:10:22
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Goa : Google accounts support desappear from online account under gnome
- Replies: 7
- Views: 1651
Re: Goa : Google accounts support desappear from online account under gnome
Good. Can you show the last entries of changelog of that package? With:
Code: Select all
rpm -q --changelog gnome-online-accounts | head -20
- 2023/11/10 15:20:55
- Forum: CentOS 7 - General Support
- Topic: Network Policy enabling in CentOS7 node causes issues.
- Replies: 9
- Views: 1457
Re: Network Policy enabling in CentOS7 node causes issues.
If AWS Linux 2 IS-A RHEL 7 and CentOS 7 is bug-for-bug compatible with RHEL 7, then there should be no issue.
if
if
- 2023/11/10 13:16:06
- Forum: CentOS 7 - General Support
- Topic: Network Policy enabling in CentOS7 node causes issues.
- Replies: 9
- Views: 1457
Re: Network Policy enabling in CentOS7 node causes issues.
Have installed Kernel version 5.10+. I have tried the same steps with Linux and Ubuntu os How did you install that non-standard kernel (EDIT: I see, kernel-ml from ELRepo) and are you actually running it? (I do agree with Trevor that you probably should not look at CentOS 7 any more since it dies b...