Questions tagged [rhel6]

For development issues encountered while using Red Hat Enterprise Linux 6

This tag is for questions specific to version 6 of Red Hat Enterprise Linux. For general questions regarding Red Hat Enterprise Linux (RHEL), use the tag.

295 questions
0
votes
0 answers

When using PowerCLI Invoke-VMScript against RHEL 6, the ifconfig and ping commands do not provide a response, why?

I'm currently trying to generate a PowerCLI script that will configure the network adapters for a newly provisioned RHEL 6 VM. I've accomplished this with Windows 2012 R2, but for RHEL 6 I've noticed that some of the commands do not behave correctly…
duct_tape_coder
  • 472
  • 5
  • 20
0
votes
1 answer

mysql error 2026 RHEL 6

I upgraded mysql to 5.7.21 on RHEL6. I created my self-signed certificates and added correct path in my.cnf, however, now I am getting ERROR 2026 when trying to connect normally. I can connect only when I explicitly specify SSL_DISABLED. I have…
Satya
  • 8,693
  • 5
  • 34
  • 55
0
votes
1 answer

Node.js HTTPS configuration error - no common encryption algorithm(s)

I have seen other similar questions but non addresses my problem. I have generated my TLS (openSSL) Self-Signed certificate, but seems not working on my NodeJS server. Instructions to generate SSL openssl req -newkey rsa:2048 -keyout key.pem -x509…
Nah
  • 1,690
  • 2
  • 26
  • 46
0
votes
1 answer

Error installing python simple-crypt on RHEL 6

I get an error when I try to install the simple-crypt package on RHEL 6 (pip3.6 install simple-crypt). Error code below: running build_ext running build_configure checking for gcc... gcc checking whether the C compiler works... yes checking for C…
DamianJ
  • 419
  • 2
  • 8
  • 18
0
votes
1 answer

Error while connecting to IBM DB2 with Tableau Desktop?

I'm trying to connect to a IBM DB2(v10.5) database with Tableau Desktop v10. When i enter the credentials and try to login, it shows the below error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified The…
Vamsee Bond
  • 163
  • 1
  • 11
0
votes
2 answers

How to install python 2.7 on RHEL6 32 bit machine?

I am stuck with installing python2.7 on my redhat6 , which has default python 2.6 installed. Also searched a lot for repository of 'python-deltarpm' and 'deltarpm' which is required for installing 'createrepo', but didn't get. I added repo from dvd…
Adithya
  • 1,687
  • 3
  • 19
  • 34
0
votes
1 answer

Can I copy compiled binary from RHEL 6 server to RHEL 7 server?

I recently migrated a number of websites from a server running RHEL 6 to one running RHEL 7. One site uses pdftk, which has a dependency on libgcj, which is apparently no longer supported under RHEL 7. (At least, I have not found a repo advertising…
Dave W.
  • 98
  • 6
0
votes
1 answer

Ansible Module Failure – Unknown Cause

SYNOPSIS I was getting the following error when trying to run both the standard ansible all -m ping and ansible all -a "pwd" (The second command is just in the case the ping module was the issue): ..."module_stdout": " File…
Darrel Holt
  • 870
  • 1
  • 15
  • 39
0
votes
1 answer

Torque installation error: @sbindir@/trqauthd: No such file or Directory

I gave the following commands to install (in root login) the Torque: ./configure make make install After that, I tried to run Torque daemon using: cp contrib/init.d/trqauthd.in /etc/init.d/trqauthd chkconfig --add trqauthd echo /usr/local/lib >…
0
votes
1 answer

errors installing ryp2 on RHEL6 with R 3.3.3

I am trying to install rpy2 on Red Hat 6. I have upgraded to R 3.3.3 following the instructions here: https://oguya.ch/posts/2017-03-18-building-R-on-rhel-6/ When I do the rpy2 install it fails with the following: $ sudo /usr/local/bin/pip2.7…
Larry Martell
  • 3,526
  • 6
  • 40
  • 76
0
votes
1 answer

unable to lock a file in RHEL6.4

Trying to lock a file in RHEL but seeing following issue Stopped the services service rpcbind stop service nfslock stop rm -rf /var/lib/nfs/statd/sm/* rm -rf /var/lib/nfs/statd/sm.bak/* service rpcbind start service nfslock start After this I'm…
Rahul Sahotay
  • 155
  • 1
  • 11
0
votes
1 answer

How to install downloaded devtoolset-6 rpms?

6158304 Jun 1 01:55 devtoolset-6-binutils-2.27-10.el6.1.x86_64.rpm 906716 Jun 1 01:55 devtoolset-6-binutils-devel-2.27-10.el6.1.i686.rpm 852324 Jun 1 01:55 devtoolset-6-binutils-devel-2.27-10.el6.1.x86_64.rpm 4836 Mar 1 09:11…
Lavakusa
  • 105
  • 1
  • 15
0
votes
1 answer

How to install GCC 7.1.0 in RHEL6.4

I am using RHEL 6.4, I know installing through yum command, but I want to download offline mode Linux RPM(version 7.1.0) GCC package and install(for c/c++ programs), I searched on the internet but not able to find out the solution, please help me.
Lavakusa
  • 105
  • 1
  • 15
0
votes
0 answers

Failed dependencies when installing heartbeat on RHEL 6.8

**Description of problem: Failed dependencies when installing heartbeat on RHEL 6 Version-Release number of selected component (if applicable): Cannot install heartbeat on RHEL 6. Failed dependencies on libplumbgpl.so.2 and cluster-glue. I have also…
0
votes
2 answers

error="Ldap search matched more than one entry, please review your filter setting" with Grafana LDAP

I am using Grafana 4.2.0. I am trying to integrate LDAP functionality in the application. I have a user ldapuser1 created in LDAP but when I try to login to Grafana using this username, I am getting the error as "error="Ldap search matched more than…