Questions tagged [rhel]

Red Hat Enterprise Linux (RHEL) is a distribution of the Linux operating system targeted at enterprise customers with emphasis on long-term stability and support.

Other support resources

Questions related to installing and running Red Hat Enterprise Linux are usually more on-topic on these sister sites:

Customers can file support cases in the customer portal.

1780 questions
38
votes
5 answers

Make and build utilities on CentOS/RHEL?

I've been unsuccessfully searching for a way to install make utility on my CentOS 5.2. I've looked through some RPM repositories and online, with no avail. Installing gcc, gcc-c++ didn't help! Package build-essential is not made for CentOS/RHEL. I…
DV.
  • 4,585
  • 9
  • 37
  • 44
36
votes
17 answers

Kibana server is not ready yet

I have just installed Kibana 7.3 on RHEL 8. The Kibana service is active (running). I receive Kibana server is not ready yet message when i curl to http://localhost:5601. My Elasticsearch instance is on another server and it is responding with…
MoonHorse
  • 1,966
  • 2
  • 24
  • 46
36
votes
6 answers

Installing g++ 5 on Amazon Linux

I'm trying to install g++ 5.x on an EC2 instance running Amazon Linux; in Amazon's central repository the latest version is 4.8.3. What configuration to can I make to allow yum to find a newer gcc-c++ package?
Lukas Palmer
  • 478
  • 1
  • 4
  • 13
33
votes
3 answers

Unable to start postgresql service on CentOS 7

Unable to start postgresql-9.5 on CentOS 7. I followed this page - https://wiki.postgresql.org/wiki/YUM_Installation - for installing the database server on CentOS. I tried the same after setting setenforce 0, and that did not help either. I am…
Muthu Palanisamy
  • 765
  • 2
  • 9
  • 17
31
votes
4 answers

Cannot install docker in a RHEL server

I am getting Requires: fuse-overlayfs >= 0.7 error while installing docker in RHEL-7. sudo yum install docker-ce Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an…
Exploring
  • 2,493
  • 11
  • 56
  • 97
26
votes
1 answer

No acceptable C compiler found in $PATH while installing the C compiler

I am facing the following error, while installing the C compiler itself (gcc gnu). configure: error: in `/home/gcc-5.3.0': configure: error: no acceptable C compiler found in $PATH Noting that I have tried the solutions listed in this question…
Eng7
  • 632
  • 1
  • 8
  • 25
26
votes
2 answers

why do I get "Suspended (tty output)" in one terminal but not in others?

Apparently I've done something strange/wrong in a tcsh shell, and now whenever I start an application in the background which prints to stdout the application is suspended (stopped). Weird thing is, this behavior only happens in this terminal; if I…
oliver
  • 6,204
  • 9
  • 46
  • 50
25
votes
2 answers

What's the difference between rpm and yum?

Is there any difference between rpm and yum? I know the recent system prefer yum, but want to know if there is need for rpm also.
user705414
  • 20,472
  • 39
  • 112
  • 155
25
votes
2 answers

Does PHP do any parsing on the php.ini file?

Running PHP Version 7.1.30 under RHEL 7.7. I'm wanting to bump memory_limit, but wasn't sure if I had the syntax right (i.e. 256M or 256MB). So to start with I put a bad value "Hugo" in as the memory_limit setting. The trouble with this is the…
Patrick Rynhart
  • 485
  • 4
  • 11
24
votes
9 answers

mount.nfs: requested NFS version or transport protocol is not supported

NFS Mount is not working in my RHEL 7 AWS instance. When I do a mount -o nfsvers=3 10.10.11.10:/ndvp2 /root/mountme2/ I get the error: mount.nfs: requested NFS version or transport protocol is not supported Can anyone point me where I am…
Akki
  • 2,179
  • 8
  • 21
  • 37
24
votes
4 answers

RHEL 6 - how to install 'GLIBC_2.14' or 'GLIBC_2.15'?

I need these 2 packages installed on RHEL 6 linux system. They are required by several other programs. When I do: sudo yum install glibc-devel this is output: Loaded plugins: product-id, security Setting up Install Process Package…
Joe
  • 11,983
  • 31
  • 109
  • 183
23
votes
9 answers

mysql is dead but subsys locked

I am using PHP-mysql on Linux (RHEL 5.0) For First Time When I tried to connect to MySQL from my PHP Script using mysqli_connect. It Displayed The Following Error: Can't connect to local MySQL server through socket…
Vedant Terkar
  • 4,553
  • 8
  • 36
  • 62
22
votes
3 answers

Permanently enable RHEL scl

Is there a way to permanently enable custom Software Collections for RedHat? I have installed an scl to provide python27 in RHEL6 and don't want to have to enable the custom scl every time.
paweloque
  • 18,466
  • 26
  • 80
  • 136
21
votes
1 answer

Installing tshark on RHEL

Is there a way to install tshark on RHEL machines using yum install? when i did: yum install tshark I got back: Setting up Install Process No package tshark available. Nothing to do When i did: yum list tshark I got back: Loaded plugins:…
Chander Shivdasani
  • 9,878
  • 20
  • 76
  • 107
21
votes
3 answers

Docker behind proxy that changes ssl certificate

I am trying to run the following docker command: docker run -i -t ubuntu /bin/bash But I get the error: Unable to find image 'ubuntu' (tag: latest) locally Pulling repository ubuntu 2013/11/28 14:00:24 Get…
reen
  • 2,483
  • 5
  • 29
  • 40