Questions tagged [redhat]

For issues relating to Red Hat platforms, products, and/or services.

Red Hat, Inc. is a company in the free and open source software sector, and a major Linux distribution vendor. Red Hat has become associated to a large extent with its enterprise operating system Red Hat Enterprise Linux () and with the acquisition of open-source enterprise middleware vendor . Red Hat provides operating-system platforms along with middleware, applications, and management products, as well as support, training, and consulting services.

For questions on a specific Red Hat products, consider using the tag for that product.

Community

Red Hat was acquired by IBM in July 2019.

3924 questions
10
votes
2 answers

Resolve GCC error when installing python-ldap on Redhat Enterprise Server

Python-LDAP + Redhat = Gnashing of Teeth Recently, I spent a few hours tearing my hair (or what's left of it) out attempting to install python-ldap (via pip) onto a Redhat Enterprise server. Here's the error message that I would get (look…
eikonomega
  • 1,971
  • 17
  • 28
10
votes
2 answers

Enabling "Software collections". RedHat developer toolset

I just found out that RedHat provides this "Developer toolset" which allows me to install (and of course use) the most up-to-date gcc-4.7.2. I use it on Centos, but the process is the same. Once installed, you can start a new bash session with this…
Alejandro
  • 1,064
  • 1
  • 8
  • 22
10
votes
5 answers

mysql_install_db giving error

I have downloaded the mysql-5.1.38-linux-x86_64-glibc23.tar.gz from here and then i have executed it by using below command groupadd mysql useradd -g mysql mysql123 cp mysql-5.1.38-linux-x86_64-glibc23.tar.gz /home /mysql123/ su - mysql123 tar…
vidyadhar
  • 3,118
  • 6
  • 22
  • 31
10
votes
3 answers

How do I get libpam.so.0 (32 bit) on my 64bit RHEL6?

I am trying to install DB2 Enterprise Server on my RHEL6 machine. Unfortunately, it seems that it needs the 32bit version of libpam.so.0 for some routines. The machine runs the 64 bit version which seems to have the lib installed... I assume it's…
Michael
  • 695
  • 2
  • 12
  • 36
9
votes
2 answers

Creating mailbox file: File exists

I added user through command adduser satya I deleted the same user by userdel satya WhenI tried adding again useradd satya getting the following error: Creating mailbox file: File exists
satyamera108
  • 465
  • 1
  • 3
  • 11
9
votes
2 answers

Can TensorFlow run with multiple CPUs (no GPUs)?

I'm trying to learn distributed TensorFlow. Tried out a piece code as explained here: with tf.device("/cpu:0"): W = tf.Variable(tf.zeros([784, 10])) b = tf.Variable(tf.zeros([10])) with tf.device("/cpu:1"): y =…
Elad Weiss
  • 3,662
  • 3
  • 22
  • 50
9
votes
1 answer

How do you remove the deploymentConfig, image streams, etc using Openshift OC?

After creating a new app using oc new-app location/nameofapp, many things are created: a deploymentConfig, an imagestream, a service, etc. I know you can run oc delete
womplefrog
  • 769
  • 1
  • 6
  • 18
9
votes
2 answers

Installing multiples packages with chef

When I try to install multiples packages with a wildcard naming I got the following error: * yum_package[mysql-server] action install (up to date) * yum_package[mysql*] action install * No candidate version available for mysql* …
systemadmin
  • 91
  • 1
  • 1
  • 2
9
votes
1 answer

Installation of R 3.3.1 in Red Hat. LZMA version >=5.0.3 required

I am installing R 3.3.1 from source. During ./configure --enable-R-shlib execution, error pops up: checking for lzma_version_number in -llzma... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes checking…
j1897
  • 1,507
  • 5
  • 21
  • 41
9
votes
1 answer

Error while importing Tensorflow in python2.7 in Red Hat release 6.6. 'GLIBC_2.17 not found'

This is essentially a repeat of question asked here. However, I am using Red Hat Version 6.6, which has glibc 2.12 (glibc 2.17, I think was introduced with RHEL ver 7). Is it possible to install tensorflow locally, without upgrading OS. (I don't…
kampta
  • 4,748
  • 5
  • 31
  • 51
9
votes
3 answers

linux command to lookup total disk and harddrive numbers

is there a command in bash that can give you the total number of disk space/harddrive numbers. I know the df command is very helpful but the output is too verbose: # df -h Filesystem Size Used Avail Use% Mounted on /dev/sda4 …
B.Mr.W.
  • 18,910
  • 35
  • 114
  • 178
9
votes
2 answers

Does ACL on Linux impact performance

We are planning to implement ACL on our Linux platform. Only one particular group is going to come under ACL. This group would have at the max 20 users. All of the restrictions would be at directory level (not at file name level) Would this show any…
ring bearer
  • 20,383
  • 7
  • 59
  • 72
9
votes
1 answer

C - Implicit declaration of the function "pthread_timedjoin_np"

I am porting a windows library to linux. I need to use timed join to wait for the thread to join in a specific timeout. When I compile the library on Linux I am getting the warning Implicit declaration of the function - pthread_timedjoin_np I have…
jparthj
  • 1,606
  • 3
  • 20
  • 44
9
votes
1 answer

Unable to install Devtools package for R studio mounted on linux redhat server

I'm unable to install the devtools package in R Studio on a redhat linux server. These error messages showed up: ERROR: configuration failed for package ‘RCurl’ * removing ‘/home/xx/R/x86_64-redhat-linux-gnu-library/3.0/RCurl’ Warning in…
Ruser
  • 245
  • 3
  • 11
9
votes
9 answers

Running "npm" returns "Error: Cannot find module 'inherits'"

module.js:340 throw err; ^ Error: Cannot find module 'inherits' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require…
hourback
  • 1,150
  • 4
  • 12
  • 27