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.

learn more… | top users | synonyms

1
vote
0answers
8 views

Transparent huge pages disabled but compact_stall is not null

We noticed large JVM pauses during garbage collection where user and system times are much smaller than the total time. [Times: user=3.99 sys=0.55, real=34.29 secs] We suspected it could be due to ...
1
vote
0answers
6 views

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 ...
0
votes
0answers
12 views

Will pthread_once call init routine again after once_control is deleted

I have a small program wherein I have function called init() which calls pthread_once and pass once_control key and init_routine. The init_routine creates a key using pthread_key_create function. The ...
0
votes
0answers
30 views

Set up computational cluster using infiniband fails [closed]

My task: I need to assemble computational cluster, consists of two nodes using infiniband technology. When I try to start mpirun ... for two nodes, the process hangs. If i try to use flag ...
0
votes
0answers
42 views

How do you use opencv 2.4 in RHEL6 aparently RHEL6 uses GLIBC 2.12 and opencv requires 2.15

I have written a c++ program which uses opencv. It works just fine in Ubuntu, but we are porting to RHEL6. Apparently RHEL 6 (x64) does not have a new enough version of glibc. Error message: ...
2
votes
1answer
53 views

Before filters not running

The problem is the client told us we could go live with any OS we wanted, so we developed on CentOS as usual, and when we went to go live, they said "oh, new policy is RHEL only, sorry". Our ...
1
vote
2answers
47 views

python daemon killed (by kernel?)

I have a python2.7 daemon process using a module from http://www.jejik.com/files/examples/daemon.py The process is a heavy one with about 40 GB RAM usage and 9 child threads. Server uses RHEL 6.3 ...
0
votes
1answer
97 views

Kernel source rpm CentOS 6.3

I have CentOS 6.3 installed. cat /etc/redhat-release CentOS release 6.3 (Final) uname -mrs Linux 2.6.32-279.el6.x86_64 x86_64 I am following the steps outlined in the following links to fetch ...
0
votes
0answers
33 views

Why is raid-check using so little io bandwidth? [closed]

Just out of curiosity, we have a RHEL server running software RAID. There's a cronjob which kicks off a raid data check every so often to check the consistency of the array. From my understanding, the ...
-1
votes
0answers
23 views

HBA installation error [closed]

I am new to Linux, I just installed RHEL 5.8 64-Bit (Kernel version : 2.6.18-308.el5) when i try to install QLogic (QLE2462) HBA driver based on the interoperability matrix i found the error in ...
-1
votes
0answers
39 views

mysqld dead but subsys locked [migrated]

I'm executing the following command in a shell script and I'm executing this on an RHEL-6 server and MySQL version 5.1.47- mysqld_safe --defaults-extra-file=/custom/path/of/my.cnf The path of ...
0
votes
2answers
32 views

dont understand cron. What is 56 11 * * * /usr/sbin/update-file.sh

What does this command mean in cron? How often will this run? When will it run? Will it run daily? 56 11 * * * /usr/sbin/update-file.sh
0
votes
2answers
27 views

Not able set permission on /etc/grub.conf

I have logged in as a root user, but i'm not able to set the permission on /etc/grub.conf. Here the /etc/grub.conf file is a symbolic link (also symlink or soft link) to /boot/grub/grub.conf file. If ...
1
vote
1answer
25 views

GCC backwards compatibility

I am porting an application to a red hat enterprise 5 server, and the server has GCC v4.1.2 installed. I need GCC 4.2, and 4.1.2 is the newest version in the yum network. If I download a newer .repo ...
0
votes
1answer
86 views

Hive doesn't show tables when started from another directory

I installed Hive cdh4 on RHEL. Whenever I start Hive from a directory, it creates metastore_db dir in it and a derby.log file. Is it a normal behaviour? Moreover, when I create a table, starting Hive ...
0
votes
1answer
50 views

gcc ld error “libgcov.a(_gcov_merge_add.o) is referenced by DSO”

Trying to compiler our code for code coverage using gcov. Getting following error: hidden symbol `__gcov_merge_add' in /usr/lib/gcc/i686-redhat-linux/4.4.4/libgcov.a(_gcov_merge_add.o) is referenced ...
1
vote
0answers
66 views

JVM throws Exception

I am using RHEL 6.0 with JRE1.6.0_43 installed. It's installed properly and java plugin for browser also working fine. But I am facing the problem while running java_vm in /jre/bin directory. While ...
1
vote
0answers
89 views

Printing text file in java?This document does not conform to the Adobe Document Structuring Conventions and may not print correctly

I have written the below code in java for printing a simple text file, import java.io.FileInputStream; import java.io.IOException; import javax.print.Doc; import javax.print.DocFlavor; import ...
0
votes
1answer
34 views

Can not start Hadoop Virtual Machine

I recently downloaded a copy of the hadoop virtual image from http://developer.yahoo.com/hadoop/tutorial/module3.html#vm I am running my VMware Player on RHEL5 and as per the instructions, whenever I ...
0
votes
1answer
38 views

wxPython binary created in pyinstaller creates ugly output on Fedora/RHEL

I have searched far and wide for two weeks trying to solve my issue and nothing has done much good, so I'm at the end of my string here! I created a custom printer-selection app for my workplace in ...
0
votes
0answers
18 views

Can a lvm snapshot device be disconnected/disabled from the source device

I created a lvm snapshot using, lvcreate -L20G -s -n /dev/sys/snapname /dev/sys/vmname After a time t, I would like to disconnect or disable the snapshot device from it's source so that it is no ...
0
votes
0answers
17 views

Setting Tomcat Env Var When Starting as Service

On a RHEL box, /sbin/service tomcat start is how I start tomcat. What is the proper way to set an environment variable so that it persists whenever I run /sbin/service tomcat start? By persist, I ...
0
votes
0answers
61 views

Selinux - File Contexts Look Good, But Selinux Won't Allow Write

I am trying to learn Selinux. With a sandbox and using VSFTPD to experiment with, I have a vsfptd server running in Centos. I have annonmous users to place files in /var/ftp/incoming. On a remote ...
1
vote
1answer
29 views

How to disable CPACK_PACKAGE_VERSION_PATCH in CMakeLists.txt?

I am still a CMake newbie (started learning 3 days ago). In my current CMakeLists.txt, I have the following set directives: [...] SET(CPACK_GENERATOR "RPM") SET(CPACK_PACKAGE_VERSION_MAJOR "3") ...
2
votes
1answer
122 views

how to install yum package on linux RHEL 4? [closed]

when i run root@localhost# yum install package_name command on linux terminal it gives: bash: yum: command not found because i don't have yello update and modifier package install on my linux . ...
0
votes
1answer
25 views

Where is the RHEL version 5 Developer Guide?

I found the "Developer Guide" for RHEL version 6 located at: https://access.redhat.com/knowledge/docs/Red_Hat_Enterprise_Linux/ --> click on the Developer Guide link. However when you scroll down ...
0
votes
0answers
12 views

Is there a binary file parser similar to okteta that works on RHEL 6.3?

We recently changed operating systems from Fedora 13 to Red Hat Enterprise 6.3 and I lost the ability to use structures with okteta to parse binary files. Apparently, okteta 4.0+ is tied fairly ...
0
votes
0answers
41 views

Possible to create a single source RPM which is compatible with RHEL5 and RHEL6?

I need to create a single source RPM which can be used on both RHEL5 and RHEL6 OSes. Starting with RHEL6, Redhat switched to sha256 for the checksum. I know that I can create a rpm using either sha1 ...
-1
votes
1answer
277 views

Linux how to start “sftp-server”?

I'm not very familiar with it but there is installed openssh/sftp-server (by a vendor before) on RHEL and it was well running before i reboot the server. Then when i check after rebooted: # ps aux | ...
-1
votes
1answer
138 views

Kernel Compilation & missing modules error after `make install` [closed]

I am compiling kernel 2.6.32-220.el6 downloaded from redhat's ftp server on RHEL 6.2 (VMWARE virtual machine). I have extracted kernel source from downloaded rpm and inside it, I have untared the ...
1
vote
0answers
39 views

RHEL 6.x image for OpenStack

I am looking for a RHEL 6.x image to upload as an image to our Openstack System, similar to what Rackspace (https://github.com/rackerjoe/oz-image-build) provides, however they only go up to 5.6. The ...
0
votes
0answers
370 views

Issue detecting / communicating with card reader using pcsc-lite on RHEL 6 linux using C++

I am trying to develop an application that would interface with a Smart Card Reader and read information from the smart card. Let me give you the development environment and the hardware used. OS: ...
0
votes
3answers
28 views

determine IP address for interface configuration

I am configuring an eth1 interface on in Red Hat, but I don't understand exactly what the IP address should be. I'm given an IP of 10.237.128.0/25. This means that the NETMASK would be ...
0
votes
0answers
55 views

installation of openerp 7 in redhat linux

I have been trying to install openerp 7 in my redhat linux server operating system. I have suceeded installing python but unable to install its libraries. I am receiving the error of 'couldn't find ...
-3
votes
1answer
67 views

How To Install php on linux with httpd? [closed]

I am trying to install php from source on linux(RHEL 5). How can i make it work with my currently active httpd service ? I dont want to install apachectl for the same purpose. According to the book ...
-1
votes
1answer
51 views

Making php to work with httpd on Red hat 5 linux

i am trying to install php from source on linux. How can i make it work with my currently active httpd service ? I dont want to install apachectl for the same purpose. According to the book i am ...
1
vote
1answer
237 views

How to set environment variables for R to use in Tomcat on RedHat Linux (RHEL6)

I'm trying to set up R and Tomcat on RHEL6 (6.4) I have installed R and can run it. I have installed Tomcat 7 and can host files file. I have packaged an application as a WAR file and deployed it ...
-1
votes
1answer
22 views

apt-get command error [closed]

I am trying to install postgresql in my RHEL 5 but whenever I m using apt-get command , I receives an error of 'command not found' . I have been installing as root user . How could I get rid of this ...
0
votes
1answer
313 views

Installing 32 bit libraries (glibc) on 64 bit RHEL without using yum

I'm trying to get a 32-bit application to run on 64 bit RHEL 6.1, and the machine does not have access to the internet. Is there any way to install 32 bit glibc on 64 bit RHEL without using yum, i.e. ...
1
vote
1answer
297 views

How to Enable SSL/HTTPS on Tomcat 7 on RHEL

I have a Java application which I am running on RHEL server. I want to enable SSL on tomcat 7 on RHEL(Red Hat). I am following this tutorial. ...
0
votes
1answer
63 views

After installing RHEL in Parallels on my Mac how do I log in?

I installed RHEL 6.4 server under Parallels 7 on my Mac OS 10.8 just now from an iso file I just downloaded from RedHat. The installation seemed to proceed ok, but at the end I'm left with a screen ...
-1
votes
2answers
281 views

What's the root cause of error “Failed dependencies: /bin/sh is needed by xxx” on RHEL?

When I install a rpm package on RHEL using rpm, I got a error message just like "Failed dependencies: /bin/sh is needed by xxx". I checked that /bin/sh is there and it links to /bin/bash and bash ...
0
votes
1answer
516 views

RHEL : JDK 7u15 installation error

I am getting following error while installing the JDK 7u15 version on Red Hat Enterprise Linux box. I am not able figure out what to do with it? I mean what is impact on running my programs? What ...
3
votes
2answers
93 views

Yum install through other server [closed]

I have two servers (CentOS 6.2) on the same network. One of them (server1) has access to internet and the other one (server2) doesn't. I need to configure my servers so that server2 could install ...
0
votes
2answers
52 views

Ruby/rails/bundler: bundling only *some* of the required gems

I need to deploy a Rails app packaged up as a RHEL RPM. I want to bundle some of the gems it requires, but let the rest be satisfied from the production machine's system gems. As an end result (for ...
-1
votes
2answers
64 views

How To Manage Dedicated server [closed]

I have a RHEL server on which httpd is already installed. But it did not support PHP, so I installed apachectl, PHP and MySql as per the instructions given in the book. Now the server can handle PHP, ...
0
votes
0answers
25 views

Eclipse hotkey to exit F2 (on Nomachine)?

I'm using Eclipse Indigo on my RHEL6 VM via NoMachine 3.5. When I press F2 to focus on the javadoc for a method or variable, pressing "Esc" does not escape the focus, so I need to manually click back ...
0
votes
1answer
121 views

Build 32bits ruby using rvm in RHEL 6(x86_64 arch)

Hope someone can shed a light on this issue for me. I am building ruby 32bit in RHEL 6 x86_64 using rvm. Followed this guide(ignored Mac related stuffs), I ran rvm_archflags="-arch i386" ...
0
votes
0answers
63 views

RHEL 7.1 No GUI after installation [closed]

Last night I have downloaded Red Hat Enterprise Linux 7.1. After installation with default settings I didnt get GUI. After rebooting system it shows me the following: Red Hat Linux release 7.1 ...
0
votes
0answers
56 views

Safe to kill “rhn_register” process on RHEL 6?

For some reason my RHEL 6 linux machine has a "rhn_register" process, which utilizes 100% CPU for some reason. Is it safe to kill this process, or do I somehow "deactivate" my RHEL subscription by ...

1 2 3 4 5