Red Hat Enterprise Linux version 7 is a Linux distribution sold by Red Hat, Inc. for the enterprise market. It is used for both servers and desktops. Although the binaries are not freely available, the sources are, and so there are numerous projects which provide compatible rebuilds of RHEL, such as CentOS and Scientific Linux.
Questions tagged [rhel7]
477 questions
8
votes
6 answers
error: Failed to initialize NSS library
I am getting error when installing updates or patches in RHEL-7.7.3..
error: Failed to initialize NSS library
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
cannot import name…
Puneet Dixit
- 237
1
vote
1 answer
erlang install error: "Requires: libcrypto.so.10(OPENSSL_1.0.2)(64bit)"
I'm trying to get erlang installed so I can installed rabbitMQ. Here's my sequence and error:
>yum install erlang
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered to…
Jonathan M
- 137
0
votes
1 answer
RHEL 7.6 : Unable to install VLC
I am having issues install VLC Player on RHEL 7.6
I get the following error
Error: Package: libplacebo-0.4.0-2.el7.x86_64 (epel)
Requires: libvulkan.so.1()(64bit)
Error: Package: 1:vlc-core-3.0.6-17.el7.x86_64 (rpmfusion-free-updates)
…
0
votes
1 answer
Find command showing files that do not exist
I recently updated my drupal files from another server.
There are about 50k files.
I need to change the permissions on the files to 644
When I run:
find . type f -exec chmod 644 {} \;
From with in the files dir.
I get the following output:
chmod:…
Anthony Fornito
- 9,586
0
votes
1 answer
RHEL 7 doesn't mount drive from /etc/fstab on boot?
I have a RHEL 7 server with this line in /etc/fstab:
\\10.0.0.1\backup /mnt/backup cifs user,uid=500,rw,suid,username=admin,password=password 0 0
It is exact same line that I am using on other CentOS 6 and RHEL 6 servers, but on this single RHEL 7…
0
votes
1 answer
RHEL 7.5 service behind password updates?
RHEL 7.5:
A single user could not sudo because of password failure. Password resets did not work. Account was unlocked
/var/log/secure said something like, "pw change set for a future date"
I ran chronyc --makestep, to see that my time was…