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
1 answer

C Code build in RHEL7 and deployed in RHEL6, gdb is not working

I am building my ProC code in RHEL7 and deploying it to RHEL6 server. It works fine, but I am not able to gdb properly. It says - "Single stepping until exit from function , which has no line number information." If I deploy in RHEL7 server, I dont…
Shan
  • 13
  • 1
  • 4
0
votes
1 answer

Is there a way to reorder cluster resource group after pcs resource add

By default my resource group contains 3 resources which are added in proper order as required. [root@2 ~]# pcs resource Resource Group: RES-1 RES_a1 (ocf::abc:cde): Started RES_a1-p1 (ocf::f:I2): Started RES_a2 …
0
votes
1 answer

Escape characters within clickhouse client terminal

I'm using the clickhouse CLI on a XTERM terminal with a bash shell on Redhat EL6 OS. The output is unreadable due to terminal escape sequences. For instance: SELECT count(*) FROM system.tables ââcount()ââ â 35 â âââââââââââ 1 rows in set.…
Robert Kock
  • 5,795
  • 1
  • 12
  • 20
0
votes
1 answer

How to read hardware-level event information from touchscreen?

I'm working on a project to investigate the possibility of adding touch support to an application and so far the findings have been somewhat disappointing. My company uses Scientific Linux 6.4 (Linux kernel 2.6.32) and so far, I've found information…
Darin Beaudreau
  • 375
  • 7
  • 30
0
votes
1 answer

PuppetServer upgarde failing with missing private key

I had a working puppetserver but somehow it got screwed during os patching and it is not coming up . I tried a fresh installation of ``puppetserver. It is6.3.0` . After doing the installation i restored the ssl dir from old installation which…
Zama Ques
  • 1,497
  • 5
  • 26
  • 45
0
votes
0 answers

ActiveMQ isuue : Puppet Mcollective ping failing

Seeing the following error message wen starting ActiveMQ 2019-05-14 15:25:35,302 | INFO | For help or more information please see: http://activemq.apache.org | org.apache.activemq.broker.BrokerService | main 2019-05-14 15:25:35,815 | INFO |…
Zama Ques
  • 1,497
  • 5
  • 26
  • 45
0
votes
1 answer

php-oci8 - libclntsh.so.18.1: cannot open shared object file

In RHEL 6 I have installed PHP 7.2 via remi repository: # yum --enablerepo=remi-php72 install php Checked which modules are preinstalled with php -m. It is not listed. So I proceed to install it: # yum --enablerepo=remi-php72…
manix
  • 14,537
  • 11
  • 70
  • 107
0
votes
0 answers

Unable to start server after Jupyterhub upgrade to 0.8.1

I have recently upgraded jupyterhub from 0.7 to 0.8.1. After upgrade, i have upgraded the sqllite database as well as mentioned in the upgrade documents. I'm able to start the jupyterhub service but after login, i'm unable to start the server with…
0
votes
2 answers

How can I calculate memory utilisation of a LInux server using sar report?

I am trying to generate a memory utilisation report for couple of Linux servers. I want to collect the % memory utilisation of servers for every 10 mins and I think sar can help to get that data. Earlier I though column %memused will directly give…
0
votes
1 answer

How can I open pdf files in SWT browser window while using XULRunner?

I am working on an eclipse based application wherein I need to preview pdf documents as part of a functionality. As of now clicking on preview button opens a prompt for saving the pdf but it does not directly open the document in the required…
0
votes
1 answer

Bash init script skips reading commands in if loop

I am trying to create an init script for a program in bash. (rhel6) It checks for the processes first. If processes are found it will echo that program is already online and if not it'll move on to to start the program as a certain user by using…
FairDinkum82
  • 167
  • 2
  • 11
0
votes
1 answer

rgdal doesn't recognize GDAL version

I'm trying to installed rgdal on RHEL 6. I've install GDAL version 1.7.3 and PROJ version 4.7.0-1. When I run install.packages("rgdal") I get the following error: checking gdal-config usability... yes configure: GDAL: 1.7.3 checking GDAL version…
Matt
  • 437
  • 2
  • 14
0
votes
0 answers

unable to install phpmyadmin on rhel6

I am using RHEL 6.Currently php 5.3.2 is installed.I want to install phpMyAdmin in my system.for that php5.5 is required.So I am trying to upgrade php version, but it fails because of dependency check. I installed remi and epel repo. To upgrade…
Manorama
  • 39
  • 1
  • 9
0
votes
1 answer

postgres 10.5 installation issues on RHEL 6

i been trying to install postgres 10.5 on this machine and despite i set the installation path it always ends up selecting that particular directory everytime.. experts pls help me out. [root@DBSRV01 postgres10upd]#…
0
votes
1 answer

Error while starting Weblogic Managed Server

owertier.ServiceDisabled=true weblogic.Server Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=512m; support was removed in…