Questions tagged [rhel5]

For development issues encountered while using Red Hat Enterprise Linux 5

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

189 questions
0
votes
1 answer

`cp -pr` behaving differently on two different RHEL servers

I am using a script on RHEL server where I'm copying a backup of the /etc/syslog.conf file before making configurable changes in it. I used the below command in the script: cp -pr /etc/syslog.conf /etc/syslog.conf.bkp.`date +"%d%m%Y"` The script…
dig_123
  • 2,240
  • 6
  • 35
  • 59
0
votes
0 answers

adb devices no permission for RHEL5

I have installed ADT in my RHEL5 machine. Since its a virtual box and cannot detect an external device, I installed Oracle VM extension pack and the virtual machine is detecting the device. But, eclipse is not detecting the device and when I try to…
Kris_28
  • 31
  • 7
0
votes
1 answer

"nomachine conflicts with nxserver" error when trying to install nomachine, even though nxserver not installed

I am trying to install nomachine on my redhat (RHEL5 64 bit desktop) and I am getting the following error nomachine conflicts with nxserver Same error occur while installing nxnode and nxclient. Neither nxserver, nor nxnode nor nxcliend are…
Sudhanshu
  • 1
  • 2
0
votes
1 answer

Java installation on RedHat Linux 5

I have installed Java for RedHat Linux 5 ( 64-bit version) using online guide. After the installation, if run the below command to check java, it is giving the error: "bash: /usr/bin/java: cannot execute binary file" Command used: #java…
SrinR
  • 923
  • 7
  • 16
  • 27
0
votes
2 answers

lk-sctp sending ABORT while association set-up

I am using lksctp-tools-1.0.6-3.el5 (Red Hat Enterprise Linux Server release 5.8 (Tikanga)) on one machine and lksctp-tools-1.0.10-7.el6.x86_64 (Red Hat Enterprise Linux Server release 6.5 (Santiago)) in another machine. I am trying to establish…
0
votes
1 answer

Apache & TomCat & SSL - App Not Working

At this moment i have Apache & Tomcat running in a RHEL server of one our clients. What he asks for is that in the same server/machine (its a QUA server) we have 4 websites (all the same) Example: http:// hostname http:// hostname.domain.com …
LouFiasco
  • 1
  • 2
0
votes
1 answer

Tornado CurlAsyncHTTPClient over Https: Segmentation fault on RHEL 5.3

Has anyone ever experienced segmentation fault when using CurlAsyncHTTPClient on RHEL 5.3? It crashes when calling an https url, but not with http.
DevLounge
  • 8,313
  • 3
  • 31
  • 44
0
votes
1 answer

Apache http 2.2.29 does not log anything to access log on RHEL 5 platform

I have a setup which has Apache-2.2.29 compiled against Openssl-0.9.8zb on RHEL5 platform. Apache successfully creates the access log file but it does not logs anything to it. I have tried with default access log file ( CustomLog logs/access_log…
Droider
  • 459
  • 2
  • 6
  • 14
0
votes
2 answers

Linux Join - command not listing appropriate output

I have one file that has list of Ids like File1.csv 123456 1234234 2324324 325435345 and other file structure is like this: File2.csv 1234234,asadasdas!w2eaesfd+smakdnjads,"points-ka" 2131231,sadfasfa990-0;;'.sadsadsada,"points-ka" …
Aki008
  • 405
  • 2
  • 6
  • 19
0
votes
0 answers

Syntax error with pip install

I am on an RHEL5 machine, and I installed pip by running the get-pip.py file as suggested on the pip website. Upon trying to install a couple different modules using pip, I ran into an error traceback identical to the first one in this post: Error…
0
votes
1 answer

I have installed version 2.3 of glibc forcefully, and after that i am not able to run any linux cmd, as it ask for glibc 2.4

[root@localhost Keystone2]# sudo rpm -ivh glibc-2.3.4-2.9.audit.x86_64.rpm --nodeps --force warning: glibc-2.3.4-2.9.audit.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID db42a60e Preparing... …
Summit
  • 26
  • 4
0
votes
1 answer

Unable to install ntfs-fuse on RHEL 5.2, missing dependency error

I have a rhel 5.2 machine and I am trying to mount a ntfs file system harddisk. I know that we need ntfs and fuse rpms to mount it. By installing those rpms I mounted it in my rhel 5.4 machine. But in 5.2 I followed the same steps but failed to…
0
votes
2 answers

How do I find out if any interfaces are listening to a given IP address?

I'm maintaining a bash script that runs on RHEL 5. Given an domain name, I want to ensure that there is an interface on the current machine listening to the expected IP address. # Check that the IP is bound to this host, to avoid running on the…
Wilfred Hughes
  • 29,846
  • 15
  • 139
  • 192
0
votes
1 answer

Manual for RedHat Linux (RHEL) Terminal Commands

I've just got my first dev-box at work. We install linux ubuntu and then run RHEL via virtual box on these systems. I know a bit of linux commands, but I've totally lost touch. Is there any guide to the terminal commands in RHEL - when it comes to…
duke_sastry
  • 43
  • 3
  • 12
0
votes
3 answers

Coredump in Multithreaded application in Linux

I am working on multithreaded application. When ever process dumps it showing like this. I am not able to Analyze the core. I want to know whether there is any problem while linking with the libraries? Kindly suggest how to get more information…
Narendra
  • 1
  • 1
  • 1