Search found 4317 matches

by jlehtone
2023/05/26 05:55:54
Forum: CentOS 7 - Software Support
Topic: how do I install ansible in centos 7
Replies: 7
Views: 269

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...
by jlehtone
2023/05/25 15:06:34
Forum: CentOS 7 - Software Support
Topic: how do I install ansible in centos 7
Replies: 7
Views: 269

Re: how do I install ansible in centos 7

An alternative to EPEL is CentOS SIG's repo:

Code: Select all

yum install centos-release-ansible-29
yum install ansible
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.
by jlehtone
2023/05/25 14:58:15
Forum: CentOS 7 - General Support
Topic: Centos 6 to 7 Upgrade
Replies: 2
Views: 100

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...
by jlehtone
2023/05/25 14:52:24
Forum: CentOS 7 - General Support
Topic: Newbie question : autofs is not working
Replies: 5
Views: 168

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 ...
by jlehtone
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: 768

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...
by jlehtone
2023/05/12 20:42:35
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Theory & firewalld/nftables confusion
Replies: 2
Views: 348

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 ...
by jlehtone
2023/05/11 08:36:05
Forum: CentOS 7 - Hardware Support
Topic: Monitor not detect
Replies: 17
Views: 2895

Re: Monitor not detect

almondon wrote:
2023/05/11 02:02:08
Can I remove them and keep only the last one or the last 2 one.
Yes. Package 'yum-utils' has utility 'package-cleanup' that can be used:

Code: Select all

sudo package-cleanup --oldkernels
It does actually call yum, so you get to [y/N] what it would remove.

See man package-cleanup for what else it can do.
by jlehtone
2023/05/09 12:56:55
Forum: CentOS 7 - Hardware Support
Topic: Monitor not detect
Replies: 17
Views: 2895

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....
by jlehtone
2023/05/08 12:40:59
Forum: 8 /8-Stream / 9-Stream - General Support
Topic: Major Issues with Yum and Dnf
Replies: 14
Views: 456

Re: Major Issues with Yum and Dnf

I understand that Centos Stream (what I'm currently running) is at EOL? Not quite. CentOS Linux 8 is already EOL. CentOS 7 will be EOL in June 2024. CentOS Stream 8 will be EOL ~June 2024. CentOS Stream 9 will be EOL Summer 2027. The CentOS 7 aims to be bug-for-bug compatible with RHEL 7. CentOS Li...
by jlehtone
2023/05/08 07:11:29
Forum: CentOS 7 - Hardware Support
Topic: Monitor not detect
Replies: 17
Views: 2895

Re: Monitor not detect

I tried as root and I received this: Error: nvidia-x11-drv conflicts with ocl-icd-2.2.12-1.el7.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest The ocl-icd is from EPEL and provides: repoquery --provides ocl-icd libOpenCL.so.1()...