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
0
votes
0 answers

How to configure Oracle odbc connection on RHEL 5.?

Can anyone please help me in configuring Oracle ODBC drivers on RHEL? I have gone through some websites, but I am unable to sort it out. Please give some elaborated answers, I am bit new to LINUX. For now I have installed unixODBC and freeTDS on my…
Santhosh
  • 21
  • 1
  • 8
0
votes
1 answer

SoapClient CreateItem return null

I got an app written on kohana fw. For some reasons I had to recompile php on linux server(rhel6) , and some processes that were working with ms exchange died. New php was recompiled with this configuration options: ./configure …
Altenrion
  • 764
  • 3
  • 14
  • 35
0
votes
2 answers

Get a specific Redhat version with regard to Kernel version

I have to install RHEL(Red Hat Enterprise Linux) with kernel version 2.6.26.8. I dont know what RHEL I have to download to get this kernel version. Any suggestion??
maskarih
  • 847
  • 10
  • 30
0
votes
1 answer

Specifying installation path of python modules from installed RPM

I have a simple python script that I have been trying to package into an RPM. This was a simple python script that you can run by calling "./". However, to package it into an RPM, I turned the script into a module with a init.py and setup.py. I was…
OMGitzMidgar
  • 689
  • 2
  • 10
  • 28
0
votes
1 answer

installs failing via yum with large files and slow connection

I have a situation where I need to run yum from a site that has a slow "about 50kbps" intermittent connection. For packages smaller than 40M (our unscientifically determined threshold) yum seems to eventually get the job done but anything larger…
Brad.Smith
  • 1,071
  • 3
  • 14
  • 28
0
votes
1 answer

Not able to build python3.4 from source (RHEL 6)

I am trying to build and compile python3.4 from a source tarball on various RHEL servers (they are all supposed to be the same model of server). I have checked md5sum and they are all the same as the one on the Python website. However, on some…
pradyuman
  • 1,089
  • 2
  • 14
  • 20
0
votes
1 answer

Syntax error when Installing NetBSD pkgsrc on RHEL 4

I'm trying to install NETBSD pkgsrc in unprivileged mode on RHEL4 with GCC 3.4.6. First of all is this setup too old? I downloaded the latest stable release from http://ftp.netbsd.org/pub/pkgsrc/stable/pkgsrc.tar.gz. When running the bootstrap…
Paul Johnson
  • 1,329
  • 1
  • 12
  • 25
0
votes
1 answer

Java - VM option to specify network device

In a bit of a bind (pun intended). We have a WebSphere application server that uses a mail package to send email via JavaMail, over SMTP. We have a RHEL box, with non-root access (can't change that), which has two network devices, eth0 and eth1.…
Anthony
  • 13
  • 5
0
votes
0 answers

Installing Headless on RHEL 6

I'm trying to install headless on RHEL 6, but all the information I've been able to dig up has been about installing it on RHEL 7, which may or may not require the same steps. Does anyone have any insight on this? I know that I'm supposed to use…
user4776944
0
votes
1 answer

What packages need to upgrade for RHEL 6.x from RHEL 5.11

i would like to know, based on what rpm packages upgrade i can upgrade my RHEL version 5.11 to 6.x We can't use re-installation of RHEL 6.x, so wanted an option(s) to upgrade to RHEL 6.x from 5.x by upgrading all needful packages. By upgrading…
Vijay
  • 1,026
  • 3
  • 11
  • 28
0
votes
1 answer

Apache configuration error 403

I have followed this tutorial to configure http apache server: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Managing_Confined_Services/chap-Managing_Confined_Services-The_Apache_HTTP_Server.html When I connected…
Mike
  • 95
  • 2
  • 10
0
votes
1 answer

Selenium throwing 'no display specified' error when one exists

I have a script that starts a Selenium server (if one is not already running) and then runs some acceptance tests in Codeception (with Firefox version 27, which is compatible with our Selenium 2.42.2). If I go onto the server (using VNC), the script…
ALOIVIA
  • 41
  • 1
  • 9
0
votes
0 answers

Docker - managing size of containers

I need more than 10G of disc space in my container to run application. But 10G is set as a default maximum size of containers. I am running RHEL 7, so devicemapper as well. I've found this: docker -d --storage-opt dm.basesize=25G Before that, what…
Irt
  • 3
  • 1
  • 4
0
votes
1 answer

RSYSLOG custom config for log filtering

I trying to filter out audispd log from /var/log/messages, audispd by defaults sending it log using "user.info" My current situation is that /etc/rsyslog.conf is shared within a few set of machine in the network so most of the custom configuration…
skelator
  • 13
  • 4
0
votes
0 answers

Import Error in python when non root user

I am having an issue which has been driving me crazy. I am trying to run a python script as a non root user but when I try to execute the script I get the following error. Traceback (most recent call last): File…
Ed Dunn
  • 1,152
  • 3
  • 11
  • 27