Tagged Questions

Red Hat Enterprise Linux version 5

learn more… | top users | synonyms

3
votes
2answers
1k views

sem_timedwait not supported properly on RedHat Enterprise Linux 5.3 onwards?

We're seeing odd behaviour on RedHat Enterprise Linux systems with pthreads sem_timedwait. It's only occurring with versions 5.3 onwards. When we create the semaphore on a background thread with ...
2
votes
1answer
85 views

Default Path for WebLogic site root on RedHat 5

I am flying blind and could use some help. I am a long time windows web developer/web admin and I have inherited a WebLogic 11g/RHEL5 box. I'm trying to figure out where the website files might be. ...
2
votes
0answers
128 views

mod_rewrite seemingly broken with latest httpd upgrade

At our office, our security team has been running yum updates on our rhel5 servers. One of the affected packages is the httpd package. Before the update, we were successfully able to utilize ...
2
votes
3answers
2k views

Problem changing Java version using alternatives

I'm not quite sure how I got into this mess, but for some reason I'm not able to change the current version of Java using alternatives. I can run alternatives --config java and type my selection but ...
2
votes
2answers
547 views

haystack's RealTimeSearchIndex causes django to hang on data entry

I'm using django-haystack and a xapian backend with real time indexing (haystack.indexes.RealTimeSearchIndexing) of model data and it works fine on my Ubuntu server. However, it causes django to hang ...
1
vote
1answer
30 views

How To Uninstall And Then Install Java In RHEL 5 (Linux) I Am Getting Error? [closed]

Hi i need to install the latest version of java in mu RHEL 5 i successfully uninstall it from my os but when i try to install it again i am getting error i am pasting the whole thing i did with error ...
1
vote
1answer
315 views

Mono 2.10.5 for CentOS / RHEL 5

Until now I used THIS to install/update mono on my CentOS machines, but it seems that it's not updated since 2.10.2 anymore (may because mono isn't part of novell anymore). So is there a new location ...
1
vote
1answer
171 views

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 ...
1
vote
1answer
90 views

Validating a yum repository for dependencies

I am trying to create a custom rhel5.5 repository for my usage and I am having a hard time validating if I have all the dependencies for every package in my repository. What I would want to do is do ...
1
vote
2answers
356 views

How to track down JAR with corrupt JAR Index that cause InvalidJarIndexException in Tomcat in Eclipse

I am working with development of an application which, among other pieces of code, contains a number of servlets. The development environment I use is Eclipse (3.2.1, which is rather old) in which I ...
1
vote
4answers
338 views

masking hostname to IP address lookup in Linux/Bash/Perl

Many of the servers in our environment have their loop-back line in /etc/hosts configured like so: 127.0.0.1 mydevserver.testdomain.com mydevserver localhost.localdomain localhost Normally, ...
1
vote
3answers
97 views

Where is the most authoritative/complete source of documentation on rpm-python module?

Trying to learn how to use the rpm-python module (i.e. "import rpm" on RHEL5). I can't find any tutorials that are complete or recent. Specifically regarding how to install and manage rpm's on a ...
1
vote
2answers
596 views

Ruby on Rails Oracle DB connection

My main database is a local mysql database, however I would like to occasionally connect to an Oracle database directly in my applications code. The oracle database is hosted on another RHEL server. ...
1
vote
0answers
556 views

Error deploying JBoss EAP 5.1

I am trying to deploy JBoss EAP 5.1 on RHEL 5 and I've gone through all the documentation for the install, yet I am still seeing the following errors in the server.log file. I am able to hit the web, ...
1
vote
1answer
187 views

Cannot access an application hosted on jBoss remotely

I have hosted an application in a machine running Red Hat Enterprise Linux 5. I started the jBoss AS using the command. ./run.sh -b 0.0.0.0 and ./run.sh ...
1
vote
1answer
992 views

RHEL 5 - Path Environment Variable Changes Don't Take Effect

I am having a problem in Red Hat Enterprise Linux, I'm a newb to Linux so this is probably something very simple. I installed a new 64-bit JDK (1.6.0_18) on RHEL 5 (64-bit), and now i need to set the ...
1
vote
0answers
286 views

Print open office document to PostScript-file from command line

I need to convert an open office document in to PostScript file. My first solution was to use spadmin to define a virtual printer that use ghostscript to convert postscript file. (read more about it ...
1
vote
2answers
347 views

Linking to wrong library version in a C++ application

I'm troubleshooting a C++ binary on RHEL/CentOS 5, which has problems with the openssl shared libraries. I don't do much C/C++ programming, and I'm having trouble finding the root issue. What seems ...
1
vote
1answer
372 views

Mac OSX + Eclipse + Subclipse + SMB - Not able to commit files

I use Eclipse+Subclipse on my Mac to edit a code base that resides on a RHEL5 desktop, via an SMB share connection. Everything works like a charm, except the SVN commit part. A JavaHL exception is ...
1
vote
1answer
823 views

Trouble linking libboost libraries to compile sslsniff on RHEL

Trying to build sslsniff on a RHEL 5.2 system here. When compiling sslsniff on RHEL I hit the same errors when using libboost packages (from repositories like rpmforge) and compiling libboost from ...
1
vote
2answers
725 views

Is there a sqlite entension for PHP in RedHat Enterprise Linux 5?

I'm trying to use some off-the-shelf PHP code in RHEL5 which requires the sqlite package (not the PDO one) but it appears this is not included in the base php5.1.6 rpm bundled with RHEL5. ...
1
vote
5answers
941 views

Why won't svn let commit .htaccess files?

Try as I might, I can't commit .htaccess files from my windows svn client (tortoise svn). The error that is returned is: Could not read status line: Existing connection was forcibly closed by ...
1
vote
5answers
2k views

Php 5 on RedHat Enterprise Linux 5

By default, RHEL5.x64 comes with 5.1.6 - pretty old. I'm looking for a more up to date version, 5.2.8, or even the latest 5.2.9 (as of March 2009). Ideally, a Yum/RPM-based solution, for transparent ...
0
votes
1answer
13 views

Why do multiple Oracle JDK binaries differ on different machines when installed from the same RPM? [closed]

We have a number of machines with the Oracle JRE and JDK installed from RPM on our RHEL 5.x system (e.g. java-1.6.0-sun-devel-1.6.0.26-1jpp.1.el5.x86_64 and java-1.6.0-sun-1.6.0.26-1jpp.1.el5.x86_64 ...
0
votes
2answers
28 views

Is it possible to build an RPM for system configuration after fresh install of OS?

What I'm trying to do is create an RPM that I will run after a fresh install of the OS. I want it to run a custom script I have created that currently copies over a bunch of things to the OS and ...
0
votes
0answers
73 views

Error compiling Tribal Flood Network

I'm trying to compile TFN on CentOS 5.7 and I'm getting an error. I tried it on 32 and 64-bit OSes. The code is eleven years old and I'm wondering if I should just give up and go with something more ...
0
votes
1answer
101 views

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 ...
0
votes
1answer
142 views

Operation not permitted when trying to run god on RHEL5

When i am trying to start god on RHEL5 box, am getting the following error. I have also installed libevent and libevent-devel packages, but the error persists. Does any one have any idea? I patched ...
0
votes
0answers
57 views

Object Expected JS Error For Application running on Linux but not on Windows

We have two different servers running our web application, one is Windows and other is Linux Red Hat. Both the server has same Tomcat(6) and JDK (v6u20). The application running on Windows work fine, ...
0
votes
1answer
124 views

Specifying download dir with yum downloadonly

I'm trying to run the following: yum reinstall glibc --downloadonly --downloaddir=/root/dependencies/ But it keeps giving me an error that --downloaddir is not a valid option though I've seen others ...
0
votes
0answers
203 views

CutyCapt - Linux - Qmake Part NOT WORKING

i am trying to install cutycapt and when I run qmake on RHEL5 it says "command not found". Any ideas? http://cutycapt.sourceforge.net/ CutyCapt]# qmake -bash: qmake: command not found
0
votes
1answer
239 views

Using Ruby Pony to send emails on RHEL 5.3 I get error NameError - uninitialized constant Net::SMTP::OpenSSL:

I have a Ruby sinatra application am using Pony to send emails. It works fine from my windows box. But after deploying to RHEL 5.3 server I get following errors. NameError - uninitialized constant ...
0
votes
2answers
217 views

linux tar command for remote machine

How to create a tar file on a remote machone of a file say /root/bugzilla and store it on a local machine.SSH-KEYGEN is installed.So i can by pass authentication now tar -zcvf ...
0
votes
2answers
93 views

Python selected libraries

I am running RHEL5 , and i have python 2.4 installed on it.Please dont ask why the native version? My question is that in my home directory i want to install python2.6 with selected packages only and ...
0
votes
1answer
97 views

Dynamic casts returns null when library with C++ python extensions is used as a plugin on RHEL5

Apologies for the long note. I have a library with C++ python extensions (C++ calls python which in turn calls C++) using boost::python and python libraries (this is messy, but a lot of it is legacy) ...
0
votes
2answers
319 views

how to run jar file on RHEL5?

I have made a jar file which i tested in windows and it works fine. now i want to test it for red hat enterprise linux 5. but i dont know how to run jar files in rhel5. i've tried java -jar My.jar ...
0
votes
2answers
596 views

RVM install system wide Git dependency

When I run: bash < <( curl -L http://bit.ly/rvm-install-system-wide ) I get the following error: Please ensure git is installed and available in PATH to continue. Git is ...
0
votes
1answer
214 views

RVM rails version not loading

I have just downloaded rvm to manage my ruby versioning. I have created a new gemset and installed rails 2.3.8. gem list shows the following gems *** LOCAL GEMS *** actionmailer (2.3.8) ...
0
votes
1answer
25 views

Does RHEL5 have a 'Quit trying to help me' setting?

I set it up the way I want it. It keeps changing it (for example, setting up the NIC's and bonding settings in the shop for the install particulars, then RH keeps changing it. One of many many ...
0
votes
4answers
267 views

My program crashes on fflush because of seg fault, … but not always?

What possible reasons do you know for the situation, described in the title? Here's what my bt looks like: #0 0x00a40089 in ?? () #1 0x09e3fac0 in ?? () #2 0x09e34f30 in ?? () #3 0xb7ef9074 in ?? ...
0
votes
1answer
133 views

JDK on RHEL on IBM Power Series

We are looking for JDK 1.6 on for RHEL 5.5 on IBM Power Series. Can some one help?
0
votes
2answers
811 views

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

Not to Able analayze the Core dump issue for Multithreaded application…(Help Required)

I am working on multhithreading application when ever the process dump it always generates core as shown below i am not able to understand where it is actually dumping. GNU gdb Red Hat Linux ...
0
votes
1answer
526 views

Linux Mysql Memory requirements

I have: 32 bit - Red Hat Enterprise Linux Server release 5.1 (Tikanga) Mysql 5 10G RAM What are the memory allocation limits with respect to mysql? Maximum memory usage possible. Any supporting ...
-1
votes
1answer
35 views

Run Java Program As Daemon Service Following Guide Not Working ?? (RHEL 5)

I am trying to run the program as mentioned here: http://www.source-code.biz/snippets/java/7.htm while running the following command, I see error: ./javaDaemonTest.sh install The error is as ...