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
46
votes
11 answers

Redis Daemon not creating a PID file

The Redis startup script is supposed to create a pid file at startup, but I've confirmed all the settings I can find, and no pid file is ever created. I installed redis by: $ yum install redis $ chkconfig redis on $ service redis start In my…
jsmartt
  • 1,404
  • 1
  • 15
  • 22
42
votes
3 answers

shared libraries libgconf-2.so.4 is missing

I want to install chromedriver in one of the AWS EC2 instance which is linux(Red Hat Enterprise Linux Server release 6.7 Santiago - 64 bit). While installing the chromedriver, we ran into issue due to missing packages. I could find the package here…
Pankaj
  • 3,512
  • 16
  • 49
  • 83
25
votes
10 answers

Python3.6 ImportError: cannot import name 'main' Linux RHEL6

My ultimate goal is to download and install awscli http://docs.aws.amazon.com/cli/latest/userguide/awscli-install-linux.html Seems python and pip are required in order to accomplish my goal. Installing python via yum isn't working for me, so I…
Moonie Asemani
  • 375
  • 1
  • 4
  • 13
22
votes
3 answers

Default buffer size for a file on Linux

The documentation states that the default value for buffering is: If omitted, the system default is used. I am currently on Red Hat Linux 6, but I am not able to figure out the default buffering that is set for the system. Can anyone please guide…
name_masked
  • 9,544
  • 41
  • 118
  • 172
21
votes
4 answers

Docker 1.3 fails to start on RHEL6.5

I had earlier followed https://docs.docker.com/installation/rhel/ to install docker on rhel6.5. This used to work till today, till I decided to run "yum update" and upgraded to docker1.3. Now, /etc/init.d/docker start fails. -bash-4.1$ sudo…
robbin
  • 1,924
  • 4
  • 20
  • 26
19
votes
7 answers

Installing R on RHEL 6

my questions is similar to this one - Problems installing R on Linux CentOS 6.3 I installed epel, but when I run yum install R, I get the two dependency problems - Error: Package: R-core-3.0.1-2.el6.x86_64 (epel) Requires:…
Rohit Pandey
  • 2,443
  • 7
  • 31
  • 54
13
votes
7 answers

Docker on RHEL 6 Cgroup mounting failing

I'm trying to get my head around something that's been working on a Centos+Vagrant, but not on our providers RHEL (Red Hat Enterprise Linux Server release 6.5 (Santiago)). A sudo service docker restart hands this: Stopping docker: …
judoole
  • 1,382
  • 2
  • 10
  • 20
11
votes
3 answers

tar command not found in Dockerfile

I am trying to download a file in rhel6 and use tar to uncompress it. I am running this on docker. I get a wierd error saying /bin/sh: tar: command not found. I am new to linux and docker. Can someone help. #HELLO FROM rhel6 MAINTAINER xxxxx #RUN…
user892871
  • 1,025
  • 3
  • 13
  • 28
11
votes
4 answers

SQLGetPrivateProfileString failed with

Typing the command: odbcinst -q -s on RHEL 6, I get the following error message: odbcinst: SQLGetPrivateProfileString failed with . All my DSN's are also not showing up when I run: odbcinst -q -d
Kapil Vyas
  • 607
  • 2
  • 8
  • 22
8
votes
1 answer

Bash script size limitation?

I have a bash script that, when run on RHEL or OS X, gives the following error: line 62484: syntax error near unexpected token `newline' line 62484: ` -o_gz' This is an auto-generated script to work around a limitation introduced by the grid…
laylaylom
  • 1,754
  • 16
  • 15
7
votes
4 answers

how to find libstdc++.so.6: that contain GLIBCXX_3.4.19 for RHEL 6?

I work with a Linuxs server: > cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.7 (Santiago) (from wikipedia: Red Hat Enterprise Linux 6 was forked from Fedora 12 6.7, also termed Update 7, 22 July 2015 (kernel 2.6.32-573) 6.8,…
Dr. Fabien Tarrade
  • 1,556
  • 6
  • 23
  • 49
6
votes
1 answer

How to determine what is shutting down my Java app?

I've got a Java8 application running on RHEL 6.10. This application registers a shutdown handler via the usual method: Thread shutdownThread = new Thread(()=>{ Logger.info("Got shutdown signal"); // Do…
redsoxfantom
  • 918
  • 1
  • 14
  • 29
6
votes
1 answer

gcc assembler messages can't open /tmp/ccqjY5HV.s for reading no such file or directory

I have a nightly build that builds a source tree with several compilers/options. I'm using buildbot on centos 6, though I doubt that buildbot has any relation to the problem. Sometimes the build fails with a bunch of messages like: Assembler…
J Quinn
  • 319
  • 2
  • 8
6
votes
2 answers

How can I ensure that curl uses openssl, and not nss?

Is it possible to ensure by a configuration parameter, that curl uses OpenSSL, and not NSS to retrieve https content? I need to ensure this, in order to enforce compliance with FIPS140-2, which RHEL6.2 has certified? I think that answer is "no". So…
Dustin Kirkland
  • 5,323
  • 3
  • 36
  • 34
5
votes
2 answers

How to install WebLogic server using Console mode in RHEL?

In my REHL server I'm going to install WebLogic server, But while the installation it shows the following, Launcher log file is /tmp/OraInstall2014-12-03_01-46-31AM/launcher2014-12-03_01-46-31AM.log. Extracting files.............. Starting Oracle…
Madura Dissanayake
  • 8,309
  • 5
  • 25
  • 34
1
2 3
19 20