Search found 4319 matches
- 2023/06/07 12:20:04
- Forum: CentOS 7 - General Support
- Topic: CentOS 7 existing system after June 2024
- Replies: 9
- Views: 330
Re: CentOS 7 existing system after June 2024
I began looking at Alma Linux, inside VirtualBox, so I could evaluate it first, but unfortunately it requires x86-64-v2. Things are rarely straightforward :( "Fatal glibc error: CPU does not support x86-64-v2" https://i.ibb.co/ZVgXp3T/Alma-Linux9-1.jpg I did some research. It seems that Redhat has ...
- 2023/06/03 09:03:30
- Forum: CentOS 7 - General Support
- Topic: CentOS 7 existing system after June 2024
- Replies: 9
- Views: 330
Re: CentOS 7 existing system after June 2024
If something works in Oracle Linux Y and RHEL Y, then it should be fine in AlmaLinux Y and Rocky Linux Y too.
- 2023/05/26 05:55:54
- Forum: CentOS 7 - Software Support
- Topic: how do I install ansible in centos 7
- Replies: 7
- Views: 309
Re: how do I install ansible in centos 7
Sorry to ask again, no more centos release will come ? and what about centos stream 8 and 9 ? Soon after the Red Hat's announcement about CentOS two new projects did start. They are AlmaLinux and Rocky Linux. Their mission is: Do what CentOS did (but better). CentOS 7 is a clone of RHEL 7. Similarl...
- 2023/05/25 15:06:34
- Forum: CentOS 7 - Software Support
- Topic: how do I install ansible in centos 7
- Replies: 7
- Views: 309
Re: how do I install ansible in centos 7
An alternative to EPEL is CentOS SIG's repo:
The package 'centos-release-ansible-29' should be in the 'extras' repo.
Note though that EPEL and SIG pack ansible bit differently, and are thus
mutually exclusive on that aspect.
Code: Select all
yum install centos-release-ansible-29
yum install ansible
Note though that EPEL and SIG pack ansible bit differently, and are thus
mutually exclusive on that aspect.
- 2023/05/25 14:58:15
- Forum: CentOS 7 - General Support
- Topic: Centos 6 to 7 Upgrade
- Replies: 2
- Views: 108
Re: Centos 6 to 7 Upgrade
The only supported way from A to B is to back up the data and do a fresh install. Red Hat had tools that did work only on genuine RHEL, and not even on all installed systems. To install el7 now is a bit late -- it will be dead in one year. Both el8 and el9 do exists. If you want spiritual equivalent...
- 2023/05/25 14:52:24
- Forum: CentOS 7 - General Support
- Topic: Newbie question : autofs is not working
- Replies: 5
- Views: 182
Re: Newbie question : autofs is not working
Adding noauto,nofail,x-systemd.automount,x-systemd.idle-timeout=300 to options of /etc/fstab entry makes systemd generate an automount unit on boot. That is an alternative to autofs. The map in OP post does use wildcard ( * & ). That is kind of convenient -- one rule for many mounts. One could just ...
- 2023/05/17 08:06:22
- Forum: CentOS 7 - General Support
- Topic: new hdd booting using old hdd mbr and partition tables
- Replies: 15
- Views: 826
Re: new hdd booting using old hdd mbr and partition tables
A disk has partition/volume(s). Those have filesystem. Filesystem has files. When you say that you "can access the secondary disk", we do assume that you mean that you have mounted the filesystem that is on the disk and therefore can access the files. A database engine is an application that reads/w...
- 2023/05/12 20:42:35
- Forum: 8 /8-Stream / 9-Stream - General Support
- Topic: Theory & firewalld/nftables confusion
- Replies: 2
- Views: 403
Re: Theory & firewalld/nftables confusion
FirewallD is a front-end . "User friendly" abstraction that hides the lower level details. Debian-based distros seem to have similar front-end, ufw (Uncomplicated Firewall). Up to el7, the kernel had netfilter for the rules. You were able to read (and write) those with 'iptables'. Starting with el8 ...
- 2023/05/11 08:36:05
- Forum: CentOS 7 - Hardware Support
- Topic: Monitor not detect
- Replies: 17
- Views: 3755
Re: Monitor not detect
Yes. Package 'yum-utils' has utility 'package-cleanup' that can be used:
Code: Select all
sudo package-cleanup --oldkernels
See man package-cleanup for what else it can do.
- 2023/05/09 12:56:55
- Forum: CentOS 7 - Hardware Support
- Topic: Monitor not detect
- Replies: 17
- Views: 3755
Re: Monitor not detect
================================================================================ Package Arch Version Repository Size ================================================================================ Removing: ocl-icd x86_64 2.2.12-1.el7 @epel 140 k Removing for dependencies: ffmpeg x86_64 3.4.12-1....