Tagged Questions
The redhat tag is for issues relating to Red Hat platforms, products, and/or services.
11
votes
4answers
11k views
Ruby on Rails: no such file to load — openssl on RedHat Linux Enterprise
I am trying to do 'rake db:migrate' and getting the error message 'no such file to load -- openssl'. Both 'openssl' and 'openssl-devel' packages are installed. Others on Debian or Ubuntu seem to be ...
7
votes
2answers
1k views
stdlib.h: no such file or directory
I am using various stdlib functions like srand(), etc. I have the line
#include <stdlib.h>
at the top of my code.
I entered this on the command line:
# find / -name stdlib.h
find: ...
6
votes
5answers
8k views
How can I tell if I'm running in a VMWARE virtual machine (from linux)?
I have a VMWARE ESX server. I have Redhat VMs running on that server. I need a way of programatically testing if I'm running in a VM. Ideally, I'd like to know how to do this from Perl.
5
votes
10answers
654 views
Will Java compiled in windows work in Linux?
My Java program is in working order when i use it under Windows(Eclipse and Bluej). I compress it to a Jar and send it to my red hat and bang. nothing works. It breaks on the weirdest things, such as ...
5
votes
4answers
2k views
Why does PostgreSQL run on Ubuntu after install without using initdb?
I am curious as to why you don't have to use initdb as per the postgresql manual prior to running psql the first time? (I have installed version 8.3 on 8.04.1)
Red Hat requires -c postgresql start ...
4
votes
1answer
2k views
How to install Maven into Red Hat Linux Enterprise Addition 6?
I'm working on a scientific linux box and am trying to install maven using the "yum" command. Scientific linux for those of you who do not know is based off of red hat linux enterprise addition 6.
I'd ...
4
votes
2answers
711 views
Cannot overwrite Symbolic Link RedHat Linux
I have created a symbolic link:
sudo ln -s /some/dir new_dir
Now I want to overwrite the symbolic link to point to a new location and it will not overwrite. I have tried:
sudo ln -f -s /other/dir ...
4
votes
3answers
2k views
PIL /JPEG Library / Help!
I tried to use PIL to do some JPEG work in my django app with PIL but I'm getting this IOError.. not sure what to do.
""decoder jpeg not available""
Am I missing the JPEG decoder from my server? If ...
4
votes
5answers
2k views
cron : how to schedule to run first Sunday of every month
Hi I need to schedule a cron job to run at at 9:00 AM on first Sunday of every month.
Did a little research and see that there is no short hand in cron to this.
Do you know of an optimal way ?
Using ...
4
votes
1answer
3k views
install svn on redhat
how do I install svn on a Redhat machine?
tried to do it with yum install svn - but it didn't find svn.
my machine details is
Red Hat Enterprise Linux Server release 5.2 (Tikanga)
found it with ...
4
votes
4answers
5k views
How do I clone an OpenLDAP database
I know this is more like a serverfault question than a stackoverflow question, but since serverfault isn't up yet, here I go:
I'm supposed to move an application from one redhat server to another, ...
4
votes
4answers
8k views
Low Java single process thread limit in Red Hat Linux
I'm experiencing an issue on a test machine running Red Hat Linux (kernel version is 2.4.21-37.ELsmp) using Java 1.6 (1.6.0_02 or 1.6.0_04). The problem is, once a certain number of threads are ...
3
votes
7answers
173 views
can't run program in RedHat
I wrote some simple program
int main(){
printf("hello word!");
return 0;
}
I compiled it using gcc -o hello hello.c (no errors)
but when I run it in terminal using ...
3
votes
3answers
317 views
Java memory leak when running on Red Hat but no memory leak on Mac OS X
I have a java webobjects app which is showing memory leak problems when running on Red Hat but we had no such problems when it was running on Mac OS X. The JVMs are similar.
Mac OS X 10.6.5 using ...
3
votes
4answers
486 views
How can I count instructions executed on Red Hat Enterprise Linux (x86-64)?
I want to find out how many x86-64 instructions are executed during a given run of a program running on Red Hat Enterprise Linux. I know I can get this information from valgrind but the slowdown is ...
3
votes
4answers
253 views
How to confirm RedHat Enterprise Linux version?
I am a bit confused by the fact that although I installed RHEL 5.1 from DVD (RedHat/5.1.x86_64), when I issue command:
cat /etc/redhat-release
I got:
Red Hat Enterprise Linux Server release 5.5 ...
3
votes
2answers
504 views
How to install rails 3.0 on Redhat 4.0 with mysql2 support?
When trying to install rails 3.0 on a redhat 4.0 server, the 'bundle install' fails during the installation of mysql2.
Is it possible to solve this?
'bundle install' command returns the following ...
3
votes
1answer
98 views
Variable initialisation not happening everywhere on certain platforms
I have a program that I built for RHEL5 32 bit and ubuntu10 64 bit (c++ qt4.6). When I run the program on ubuntu, all the variables are initialized without me needing to code this initialization. ...
3
votes
2answers
810 views
Linux per-process resource limits - a deep Red Hat Mystery
I have my own multithreaded C program which scales in speed smoothly with the number of CPU cores.. I can run it with 1, 2, 3, etc threads and get linear speedup.. up to about 5.5x speed on a 6-core ...
3
votes
1answer
374 views
migrating Solaris to RH: network latency issue, tcp window size & other tcp parameters
I have a client/server app (Java) that I'm migrating from Solaris to RH Linux.
since I started running it in RH, I noticed some issues related to latency.
I managed to isolate the problem that looks ...
3
votes
1answer
2k views
Changing default compiler in Linux, using SCons
On my Linux platform, I have several versions of gcc.
Under usr/bin I have:
gcc34
gcc44
gcc
Here are some outputs:
$ gcc --version
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
$ gcc44 --version
...
3
votes
1answer
264 views
How do I build git on Red Hat Enterprise Linux 3?
When you try to build git v1.7.0.6 on Red Hat Enterprise Linux 3, you get an error:
In file included from /usr/include/openssl/ssl.h:179,
from git-compat-util.h:139,
from ...
3
votes
2answers
601 views
Is Red Hat's JBoss EAP a fork of the JBoss AS code you get from JBOSS.org?
Does anyone know if Red Hat has forked the code you download from JBOSS.org? I'm guessing that the answer is "yes", but I'd like to confirm it. I can't pin it down at the Red Hat site, and jboss.org ...
3
votes
6answers
2k views
Changing the owner of an existing process in Linux
I would like to start tomcat (Web Server) as a privileged user, and then bring it back to an unprivileged user once it has started. Is there a way to do this programatically, or in general with ...
3
votes
4answers
1k views
Perl or Python script to remove user from group
I am putting together a Samba-based server as a Primary Domain Controller, and ran into a cute little problem that should have been solved many times over. But a number of searches did not yield a ...
2
votes
3answers
121 views
Redhat Linux - change directory color
I am using Redhat Linux and the problem I am facing is that the "blue" colour of the directories is hardly visible on the black background. I found some posts on the web which asks to change some ...
2
votes
0answers
83 views
Porting Motif, From AIX to RHEL 6.1
This is my question here, but it seemed a better place then on motifzone -- their last post was over a year ago.
I am tasked with porting a ~150k line application from AIX 5.3L to RHEL 6.1
I am ...
2
votes
0answers
65 views
How to replace file from existing RPM package? [closed]
Possible Duplicate:
How do I use rpm to update/replace existing files?
Suppose I have an already installed RPM package on my system. I want create another package which can overwrite some ...
2
votes
1answer
84 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
1answer
283 views
Connecting Redhat to SQL Server 2008 for Ruby on Rails
I'm trying to connect Redhat Linux to a Microsoft SQL Server 2008. I already had trouble setting it up on windows (my test machine) but now I need to deploy it on the Linux machine where it will be in ...
2
votes
1answer
310 views
ImportError: No module named paramiko
I have installed "python-paramiko" and "python-pycrypto" in Red hat linux.
But still when i run the sample program i get "ImportError: No module named paramiko".
I checked the installed packages ...
2
votes
1answer
104 views
How to stacically compile DBD::mysql and move the files on a shared hosting where i have my own perl installation
I have downloaded and installed locally on my Ubuntu ActiveState Perl(ActivePerl-5.14.1.1401-x86_64-linux-glibc-2.3.5-294969.tar.gz).
I did "~$ sudo apt-get install libmysqlclient-dev"
I downloaded ...
2
votes
3answers
482 views
Condition supplied in cron job returns “No such file or directory”
I am attempting to execute this code in a cron job:
a=`/home/mailmark/node/bin/forever list`; if [ "$a" == "No forever processes running" ]; then forever start /api.js; fi
The file in question, ...
2
votes
3answers
197 views
How to find whether MySQL is installed in Red hat?
I am currently using Red hat linux. I just want to find out whether mysql is installed in that system. If yes where is it located? can anyone help please...
2
votes
1answer
2k views
Installing Mercurial on Redhat Linux
Will Mercurial work on Redhat Linux? I tried, yum install mercurial, with no success. I tried downloading a tar ball from Selenic but it failed when I tried to install. Does Mercurial work at all on ...
2
votes
1answer
463 views
How to set the rpmbuild destination folder
I noticed rpmbuild (-bb and --buildroot options) creates the .rpm in different locations depending of what OS are you using:
GNU/Linux Ubuntu <= 9.04: /usr/src/rpm/...
GNU/Linux Ubuntu >= 9.10: ...
2
votes
2answers
1k views
How can I update fontconfig to a newer version in Red Hat 5.3?
I want to update fontconfig to a newer version but it seems that the OS is still finding the old fontconfig and I need the newer version to build qt. How do I make Red Hat 5.3 see the newer version? ...
2
votes
5answers
572 views
c++ binary read/write problem
I've looked at binary reading and writing objects in c++ but are having some problems. It "works" but in addidion i get a huge output of errors/"info".
What i've done is
Person p2;
std::fstream ...
2
votes
2answers
172 views
Does ACL on Linux impact performance
We are planning to implement ACL on our Linux platform.
Only one particular group is going to come under ACL.
This group would have at the max 20 users.
All of the restrictions would be at directory ...
2
votes
1answer
540 views
Linking against NPTL for pthread function pthread_condattr_setclock
I've written some pthread code that use timed waits on a condition variable but in order to ensure a relative wait I've set the condvar's clock type to CLOCK_MONOTONIC using ...
2
votes
1answer
285 views
Python Module To Detect Linux Distro Version
Is there an existing python module that can be used to detect which distro of Linux and which version of the distro is currently installed.
For example:
RedHat Enterprise 5
Fedora 11
Suse ...
2
votes
2answers
411 views
Where can I find the source code for Redhat's nash utility?
Where can I find the source code for Redhat's nash utility?
Thanks,
Chenz
2
votes
2answers
7k views
On Linux - set maximum open files to unlimited. Possible?
Is it possible to set the maximum number of open files to some "infinite" value or must it be a number?
I had a requirement to set the descriptor limit for a daemon user to be "unlimited" and I'm ...
2
votes
4answers
3k views
Starting synergy automatically on RHEL/CentOS
I have a Red Had Enterprise Linux 5 and a CentOS 5 box, both of which I am trying to configure to automatically connect to a synergy server on startup. I have followed the guide at ...
2
votes
2answers
1k views
Connecting to MS SQL Server from PHP on Linux
I need to connect to a MS SQL Server on Windows from PHP running on Red Hat Enterprise Linux 4. I have installed FreeTDS and I can connect to the database using the tsql command.
My current PHP does ...
2
votes
2answers
419 views
What is the pricing model for cygwin in commerical applications?
Also, has anyone ever used it for a successful commercial application? Red hat is pretty vague on their website.. and have not answered my emails yet.
2
votes
6answers
2k views
Specify the from user when sending email using the mail command
Does anyone know how to change the from user when sending email using the mail command? I have looked through the man page and can not see how to do this.
We are running Redhat Linux 5.
1
vote
2answers
29 views
RHEL + PHP : writing files outside /var/www/html?
I'm trying to open a file for read/write. I've been developing on Ubuntu, and have had no problems whatsoever. Now it's time to deploy to the RHEL server, and I discover there seems to be some kind ...
1
vote
1answer
40 views
Logrotate files with date in the file name
I am trying to configure logrotate in RHEL for tomcat6 logs. Currently, logrotate works fine for catalina.out log, it is rotated and compressed properly.
The problem is with the files with date in ...
1
vote
1answer
20 views
Why does service stop after RPM is updated
I have a software package for which I created an RPM. I can't paste the entire RPM here for IP reasons, but here is the gist of the problem:
%pre
/sbin/pidof program
if [ "$?" -eq "0" ]
then
...