Questions tagged [rhel7]

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.

464 questions
0
votes
1 answer

AWS RHEL subscription Vs normal AWS subscription

On the new RHEL server on AWS, there is no need to subscribe our own red-hat subscrition to install the package as it's already subscribed by AWS side. I need to know the difference between the AWS RHEL server's redhat subscription and normal redhat…
0
votes
0 answers

How to Disable TLS 1.0 and 1.1 to enable only TLS 1.2 in Apache 2.4.10 & openssl 1.0.2k fips & RHEL 7

Tried to enable TLS 1.2 in /conf/extra/httpd-ssl.conf in Apache 2.4.10 as below combinations. SSLProtocol -all +TLSv1.2 After restarting httpd service, getting error 'illegal Protocol TLSv1.2' as below. AH00526: Syntax error on line 260 of…
Lakshmi M
  • 1
  • 1
  • 1
0
votes
1 answer

yum-cron enabled by default on GCP

Any one has any idea why Google or Redhat has enable yum-cron on RHEL7 VMs on GCP. yum-cron-3.4.3-167.el7.noarch is preinstalled and is enabled on the VM. Client never wants their systems to be automatically patched. This is disastrous. because of…
0
votes
2 answers

RHEL 7 security patch installation from tar

Novice Linux guy here I have a huge (5G) linux-security-patches tar. Upon extracting, I see its got loads of rpms. What is the most efficient way to install them all ? Also, is it same as installing each rpm individually ?
0
votes
1 answer

HAProxy 503 Service Unavailable No servers avalible to handle this request

Hey I seem to have issues with HAProxy but can't seem to find the root of the problem. Setup: 1 Load Balancer 3 Servers (Splunk Search Heads) Both Load Balancer and the 3 servers are only accessible through https and all have different SSL certs.…
0
votes
2 answers

yum update doesn't update the package

I'm on RHEL 7. Security team suggested me to update curl and dbus packages. When I try yum update , it says Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server.…
0
votes
0 answers

How can I add a library search path to an executable running with a capability?

I have an application that needs to run with the CAP_NET_BIND_SERVICE capability so that it can open a low port (502 for a TCP/Modbus server). It comes bundled with a set of .so files that it needs to dynamically link against, including pinned…
0
votes
1 answer

Are mod_wsgi, python3-mod_wsgi and libapache2-mod-wsgi-py3 the same thing? Do i need just one for Django on RHEL 7.6?

I see a couple of tutorials mentioning the Gate Interface specific to python3.6 for Ubuntu -- libapache2-mod-wsgi-py3 as opposed to just mod_wsgi in RHEL's case. Should i be worrying about looking for specific python package on redhat or will just…
rtviii
  • 101
  • 1
  • 2
0
votes
1 answer

BAD PASSWORD: The password is too similar to the old one using Completely different Password

I am running RHEL 7 and not matter what password I enter I get BAD PASSWORD: The password is too similar to the old one using My current password is something similar to PasswordAABCCD1! It has expired, when I try to log in now, no matter what I…
Rick James
  • 358
  • 2
  • 8
0
votes
5 answers

Not able to install docker on redhat

I searched for many links, they are showing only for centos even though the title is for RHEL also. My OS details: cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.4 (Maipo) uname -r 3.10.0-693.58.1.el7.x86_64 I ran this to…
Uday Kiran Reddy
  • 109
  • 1
  • 2
  • 12
0
votes
1 answer

the same ssh rsa key does not work in Ubuntu(WSL) while from RHEL7 it works

I'm trying connect from Ubuntu(WLS) to RHEL7 server using ssh RSA key. And it does not work, while the same key when used from another RHEL7 host works. I checked all file permissions There is no "from clause" in authorized keys on the other side I…
ibre5041
  • 285
  • 1
  • 7
0
votes
1 answer

How can I read explicit https proxy CA certificate on RHEL7?

I have server behind explicit https proxy with SSL decryption but I don't know its certificate and I have no way to obtain it from human being. Is it possible to retrieve https proxy certificate from server CLI so that I could add it as trusted…
Lapsio
  • 363
  • 3
  • 14
0
votes
0 answers

Getting OOPS when trying to install Rhel 7.8 on dell laptop

I've upgraded a Dell Inspiron 15 to 32GB RAM, so I could use Red Hat on it. However, when I try to boot from a USB that contains rhel 7.8 DVD ISO, I get the following OOPS: Can rhel 7 be installed on this Dell laptop? Notes for my development…
boardrider
  • 889
  • 2
  • 15
  • 26
0
votes
1 answer

redhat repo is not accessible for RHEL 7.6 for sap and RHEL 7.7 for sap (pay-as-you-go) on GCP

Redhat repo is not accessible for RHEL 7.6 for sap and RHEL 7.7 for sap (pay-as-you-go) on GCP. I can understand 403 error. But this should not happen on pay-as-you-go Instance on GCP. Below is the Output: $ sudo su - [root@instance-1 ~]# yum…
d.s
  • 110
  • 8
0
votes
1 answer

SELINUX sysadm_u and SSH - Unable to get valid context for username

Once I set user usernameto sysadm_u they are no longer able to login via SSH and receive the error: Unable to get valid context for username Commands semanage login -m -s sysadm_u username semanage login -a -s sysadm_u username restorecon -RF…
Michael Hobbs
  • 245
  • 3
  • 8