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
1
vote
1 answer

Oracle expdp CentOS 6.2 Shell script unusual behavior - New line gives command not found

My first post be gentle. I have the script below which was taken out of a RedHat 5.3 box to backup an Oracle database. The script was working fine on the Redhat 5.3 box. I then used it as a reference to backup an oracle db on a centos 6.2 box and…
1
vote
1 answer

.png and .eps files generated by matplotlib won't print on RHEL 5

I'm using matplotlib.pyplot to plot some data, and after running plt.show() I save the image as either a PNG image or encapsulated postscript. When I open these saved files with evince and try to print them, a job is sent to the printer but nothing…
Dan
  • 12,157
  • 12
  • 50
  • 84
0
votes
1 answer

what version of RHEL is MongoDB 2.0.1 certified on?

Could anyone please tell me what version of RHEL is mongoDb certified on?
Srinivas
  • 545
  • 5
  • 9
  • 16
0
votes
2 answers

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 configures different services and such, as well as…
SSB
  • 349
  • 3
  • 18
0
votes
0 answers

Wrapper for rhel7 only

I have a wrapper script that runs different versions of programs based on what machine it is (32/64 bit). I want to add a line to it saying run this command only if on a rhel7 machine. Any ideas how to do this? What would be a rhel7 machine…
SmS
  • 1
0
votes
0 answers

python 2.7 : Tkinter ERROR: can't find package tile

I created GUI in Python (Python2.7) using Tkinter. I wish to have it up and running for both RHEL7.4 and RHEL5.11 versions. On REHL7.4, it works fine but on RHEL5.11, it gives the following error: Traceback (most recent call last): File…
hnoman
  • 1
  • 1
0
votes
1 answer

RHEL: allow user1 to launch a program that reads settings file owned by another user

Question is about configuration of RHEL Operating System, or adding a custom script, I suppose. I want to allow user1 to launch my program that reads a settings file owned by another user. The final scope is: to avoid user1 to be able to read the…
Gaucho
  • 1,328
  • 1
  • 17
  • 32
0
votes
1 answer

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 the ruby file…
Pratik Khadloya
  • 12,509
  • 11
  • 81
  • 106
0
votes
1 answer

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, but the one running on Linux keeps throwing JS…
Noman Amir
  • 933
  • 3
  • 15
  • 30
0
votes
1 answer

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 use it around the web. I'm using RHEL Workstation…
Danny
  • 5,180
  • 6
  • 26
  • 29
0
votes
1 answer

script to find 777 files and folders how to improve and make it compatible in python 2.4 (RHEL5)

i have the following code, my first ever python script. it is supposed to find the files and folders with 777 permissions while excluding some folders like /proc, etc is there a way I can improve the script? #!/usr/bin/env python import os, sys,…
zn553
  • 87
  • 7
0
votes
1 answer

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 Net::SMTP::OpenSSL: …
Ram
  • 2,237
  • 4
  • 23
  • 27
0
votes
2 answers

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 also most importantly i dont want any of the…
Rajeev
  • 44,985
  • 76
  • 186
  • 285
0
votes
1 answer

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

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) which when tested standalone works correctly. In particular, a certain…
squashed.bugaboo
  • 1,338
  • 2
  • 20
  • 36
0
votes
1 answer

Hibernate mapping exception on RHEL 6.7 but the code works file on RHEL6.5

I have two packages which need to be scanned for hibernating mappings. classpath:com/a/b/c/**/*.hbm.xml classpath:com/a/b/d/**/*.hbm.xml
VijayD
  • 826
  • 1
  • 11
  • 33