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

Mongo DB installation on RHEL 5.11 x64

I am trying to install MongoDB 3.0.0 on one of the sandbox which has RHEL Linux 5.11 64bit I was able to download all the packages using yum command mentioned in the official document here MongoDB Installation. I am trying to run following command…
Shantanoo K
  • 765
  • 5
  • 15
  • 43
2
votes
0 answers

Bulk insert in cassandra causing read timeout

Sadly I found a question very similar to mine, but with no real answer nohostavailableexception-while-bulk-loading-data-into-cassandra I'm using Cassandra 2.0.8 installed on a RHEL 5 VM with 8 Cores and 8 GB of RAM. I am running it as a single node…
george_h
  • 1,562
  • 2
  • 19
  • 37
2
votes
1 answer

Adding time stamps to memcached logging

Is it possible to add in time stamps to entries created by -v, -vv, or -vvv in memcached? Currently my setup has -vv logging, and it's being written to file, but having a time stamp would be useful in case I need to go back.
CBredlow
  • 2,790
  • 2
  • 28
  • 47
2
votes
1 answer

File can't be found in a small fraction of submitted jobs

I'm trying to run a very large set of batch jobs on a RHEL5 cluster which uses a Lustre file system. I was getting a strange error with roughly 1% of the jobs: they could't find a text file they are all using for steering. A script that reproduces…
Shep
  • 7,990
  • 8
  • 49
  • 71
2
votes
2 answers

Haproxy Bind Error

Hi there StackOverflow, I seem to have an error with my haproxy, this is what I get when I try and run it [ALERT] 208/051346 (5865) : Starting proxy ah1: cannot bind socket [ALERT] 208/051346 (5865) : Starting proxy ah2: cannot bind socket I'm…
Commander Spock
  • 21
  • 1
  • 1
  • 4
2
votes
1 answer

how to installing chrome on rhel5

I want to install chrome on my rhel5 desktop but I am not able to install it. I have created a repo google-chrome.repo, filled in the necessary commands (the link to this found everywhere on the internet) [google-chrome] name=google-chrome -…
user590849
  • 11,655
  • 27
  • 84
  • 125
2
votes
0 answers

RHEL5 Linux ODBC Issues

Am trying to move my compiled C code that connects to mssql database servers from using the datadirect odbc drivers to using the unixodbc driver manager (version 2.3.1)/ freetds drivers (version 0.91) which are already compiled for 64 bit and…
2
votes
1 answer

FIFO to grep to file

I am using a named pipe to trap syslog messages. I can then easily view syslog by doing something like cat /var/log/local3.pipe | grep somefilter or grep somefilter /var/log/local3.pipe These both output the syslogs to the console very nicely.…
MikeKulls
  • 873
  • 1
  • 10
  • 22
2
votes
1 answer

Jython 2.5.3 and time.sleep

I'm developing a small in house alternative to Tripwire, so I've coded a small script to hash files in a JBoss EAP server, and store the path and the hash in a MySQL database. Every day the script compares the hashes in the filesystem with those…
2
votes
1 answer

query rpm from apache+php with selinux

I have a php script that runs in an apache serveron a RHEL5 installation. This script runs an exec on "rpm -q --info packagename". The thing is that it works properly with selinux in permissive mode, but not when it's fully enabled. So I assume it's…
2
votes
2 answers

configure gcc in RHEL5 - no acceptable C compiler found in $PATH

I want to install Apache in RHEL5. While configuring httpd-2.4.2 following error came: configure: error: no acceptable C compiler found in $PATH So I downloaded gcc-4.7.0 and tried configuring it. Still the same error is coming. $…
Anash
  • 29
  • 1
  • 1
  • 5
1
vote
1 answer

How to sync time between windows and linux computers?

We have several linux and windows boxes and some of their clocks will drift. Is there a quick way to set up one of these systems as a time server and have the others point to them? This will need to work on a stand alone network. The OSs are…
simgineer
  • 1,754
  • 2
  • 22
  • 49
1
vote
1 answer

does the Linux distribution matters for noarch packages?

I need httplib2 v0.7 RPM for RHEL 5.7, but can't find one. So, do you by chance know where can I get some? I see such RPMs but for other distros (e.g. Mandrake). Since it is python-only lib (noarch) does the distro matters? Can I get any and use…
davka
  • 13,974
  • 11
  • 61
  • 86
1
vote
1 answer

Installing git repository on Oracle Enterprise Linux 5 -- SSH problems

I have been banging my head against a wall for a while now, and none of the people in my immediate vicinity know more than I do at this point. My office has a lab box that they want to use for a central git repository -- mainly for testing various…
CWerness
  • 11
  • 2
1
vote
1 answer

SELinux: Allow a bash script to run in Strict mode

I have an RHEL 5.5 server with SELinux installed in strict mode. The system is in permissive mode currently. I am trying to write a simple shell script, say setest.sh and want to run it explicitly from the bash terminal. In permissive mode I am able…
Nagendra U M
  • 601
  • 2
  • 6
  • 16
1 2
3
12 13