Tagged Questions
The rhel tag has no wiki summary.
22
votes
5answers
30k views
Best practice to run Linux service as a different user
Services default to starting as root at boot time on my RHEL box. IIRC, the same is true for other Linux distros which use the init scripts in /etc/init.d.
What do you think is the best way to ...
8
votes
7answers
2k views
JVM crashes under stress on RHEL 5.2
I've got (the currently latest) jdk 1.6.0.18 crashing while running a web application on (the currently latest) tomcat 6.0.24 unexpectedly after 4 to 24 hours 4 hours to 8 days of stress testing (30 ...
5
votes
2answers
496 views
Linux thread scheduling differences on multi-core systems?
We have several latency-sensitive "pipeline"-style programs that have a measurable performance degredation when run on one Linux kernel versus another. In particular, we see better performance with ...
5
votes
5answers
4k views
jenkins / hudson environment variables
i am running jenkins from user jenkins thats has $PATH set to something and when i go into jenkins web interface, in the System Properties window i see different $PATH.
I have installed jenkins on ...
5
votes
3answers
9k views
Make and build utilities on CentOS/RHEL?
I've been unsuccessfully searching for a way to install make utility on my CentOS 5.2. I've looked through some RPM repositories and online, with no avail. Installing gcc, gcc-c++ didn't help! Package ...
4
votes
2answers
103 views
Differing behavior with Python script on RHEL and Debian, nearly identical python versions
I rarely post questions to a forum, but this one has me stumped. I'm very curious as to what's causing this (a solution would also be nice, but mostly, I'd like to know why I'm having this issue):
I ...
3
votes
1answer
290 views
Specifying alternatives in RPM dependencies
I've got a Java app that I am packaging as an RPM. Ideally I would like to specify Java as a dependency. I need to install in both Fedora and RHEL environments. The problem is RHEL java is called ...
3
votes
2answers
418 views
git push over sshfs failing with “error when closing sha1 file: Bad file descriptor”
We are mounting a filesystem over SSH using sshfs and are using it as a remote storage for git repository collaboration.
Mac OSX 10.6.6 to a RHEL 3 server
SSHFS version 2.2 (MacFUSE SSHFS 2.2.0)
...
3
votes
2answers
1k views
Valgrind suppression file for Qt 4.6.2 and RHEL 5
I'm trying to run Valgrind 3.5.0 on RHEL 5.5 with Qt 4.6.2. It's producing loads of spurious errors and I'm wondering if anyone can share a suppressions file they've built? When using ...
2
votes
2answers
82 views
Slow initial timing results using gettimeofday - worse under RHEL6 Server
I am using gettimeofday() to time a simple matrix multiply example, but I'm getting results that are close to twice too long initially. On a RHEL6 Server machine, I'm getting "bad" timing results for ...
2
votes
1answer
169 views
RHEL 6, PHP 5.3.3, symfony 1.4.[12] -> irregular PHP Fatal error: Class 'sfProjectConfiguration' not found in
i deploy a symfony 1.4 project on a RHEL 6 Server with PHP 5.3.3.
On a irregular basis I get entries in the php error log complaining that sfProjectConfiguration could not be found and the request ...
2
votes
2answers
588 views
Issue with 'gem install sqlite3-ruby' on RHEL6
I'm attempting to install Ruby on Rails 3 on RHEL 6. I've 'yum install' sqlite and sqlite-devel (which is sqlite3 on RHEL6). As you can see, sqlite3.h does exist where it needs to be. 'gem install ...
2
votes
5answers
601 views
Why TWiki can't locate a module that is already in the @INC?
recently I was installing some perl modules on my RHEL 5 with perl version 5.8.8 and all instalations went fine. I can see that the modules exist in the @INC but my TWiki site claims that it can't ...
2
votes
2answers
221 views
Why am I getting a SegFault when I call pdftk from PHP/Apache but not PHP/CLI or directly
When I call /usr/local/bin/pdftk from PHP in Apache (via shell_exec(), exec(), system(), etc.), it returns the SYNOPSIS message as expected.
When I call /usr/local/bin/pdftk input.pdf fill_form ...
2
votes
2answers
752 views
Running Zend Framework on PHP 5.1.6 - patch or fix for ksort()?
I've built a ZF app using 1.10 for deployment on RHEL server in a corporate client, which has PHP 5.1.6. It won't run.
I googled and now realise it's the version of PHP. I didn't realise ZF had a ...
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
4answers
1k views
mysqldump | mysql yields 'too many open files' error. Why?
I have a RHEL 5 system with a fresh new hard drive I just dedicated to the MySQL server. To get things started, I used "mysqldump --host otherhost -A | mysql", even though I noticed the manpage never ...
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
82 views
Installing/building git-svn for RHEL 6
I do not have access to the RHEL6 repo, so what wouold be the best approach to building and/or installing the git-svn tool on RedHat Enterprise Linux 6?
1
vote
0answers
41 views
Error running Samba share of fuse mount [closed]
I have created a fuse directory, and start it like this: ./myfuse /home/shared -o allow_other -o umask=022 -o nonempty -d
I can access it like this: ls -la /home/shared and it works fine.
Ok, turn ...
1
vote
1answer
65 views
How to cheat *.so library into using missing @GLIBC_2.6 function?
I need to run relatively new package on not-so-new RHEL 5.6.
I have 3rd party library (lib3rdparty.so) which is compiled against glibc 2.6 while RHEL 5.6 have only 2.5 installed. But in the library ...
1
vote
1answer
313 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
2answers
120 views
Hadoop namenode rejecting connections!? What am I doing wrong?
My configuration:
Server-class machine cluster (4 machines), each with RHEL, 8GB RAM, quad core processors.
I setup machine 'B1' to be the master, rest of 'em as slaves (B2,B3,B4). Kicked off ...
1
vote
2answers
188 views
.jar works in Windows but not Linux (stacktrace)
This is what I get:
[user@localhost KioskMenu]$ java -jar ./kioskmenu.jar
Exception in thread "main" java.lang.ClassFormatError: KioskMenu (unrecognized class file version)
at ...
1
vote
1answer
336 views
Weblogic not clearing cache
We have installed Weblogic 10.3.1.0 on a RHEL (linux) machine.
Recently a new version of an application was uploaded to the Weblogic. Unfortunately the new changes are not reflecting.
I am told by the ...
1
vote
2answers
847 views
Setup oci8 on rhel 6 with REMI repository
I've done this before, but it was a long trial and error process that resulted with my test machine having multiple copies of php, oci8, and the instant client, and I'm still not sure what it was that ...
1
vote
2answers
300 views
rvm: Syntax error when I'm trying to install on a machine running SME Server
I'm trying to set up a Rails server to run an app that I just wrote on a box running SME Server 7.4.
I've installed curl, zlib, and readline, but when I run the rvm script, I get this output:
$ bash ...
1
vote
3answers
721 views
Issue logging in into Tomcat JMX Services via jconsloe : javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:281)
We are running Tomcat 6 on RHEL 5 and Oracle JDK 1.6_24 and I am having a problem loggin into the jmx services remotely through jconsole.
Here is my setenv.sh :
JAVA_OPTS="-Xms512m -Xmx1152m ...
1
vote
0answers
307 views
Errno::EEXIST File Exists error when installing 'ferret' gem from local .gem file
I am trying to install the ferret ruby gem on a RHEL zlinux (s390x architecture) machine, and am trying to install a .gem file after patching it so that it will compile.
But even trying to install ...
1
vote
1answer
246 views
Will app built with gcc 4.x on CentOS/RHEL 4.8 run on completely un-updated CentOS/RHEL 4?
We have a commercial application that we build on 32-bit CentOS 4.8 (equivalent to Red Hat Enterprise Linux (RHEL) 4 update 8.
The default gcc compiler is at 3.4.6
We are able to run our binary on ...
1
vote
1answer
151 views
Weird JVM Crashing Issue with CF 9 on RedHat Enterprise Linux
We're currently running ColdFusion 9 on a RedHat Enterprise Linux server and have found that, under certain circumstances, the JVM is crashing causing the CF server to be completely useless and ...
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
76 views
Running external code in a restricted environment (linux)
For reasons beyond the scope of this post, I want to run external (user submitted) code similar to the computer language benchmark game. Obviously this needs to be done in a restricted environment. ...
1
vote
2answers
1k views
PCI Compliance + Magento + PHP version
I'm trying to get PCI Compliance for my dedicated server (Red Hat Enterprise Linux), which is running Magento. When I first installed Magento on the server, I realized that RHEL comes with a PHP ...
1
vote
6answers
749 views
Is it OK to use Ruby 1.8.5?
I'm setting up a new RedHat Enterprise Linux 5 system to host Ruby apps running under Apache with Phusion Passenger. I've updated all the local packages on the system. Here is what RedHat is giving me ...
1
vote
2answers
3k views
Where are default LS_COLORS set in RHEL 5.x?
In a terminal in Red Hat Enterprise Linux 5.x, running:
[$] Env
returns (among other things):
"LS_COLORS=no=00:fi=00:di=01;34:ln=01;36:pi=40;33 . . ."
Most of the content in LS_COLORS I find in ...
1
vote
4answers
877 views
Meaning of Path Structure on Unix
Does anybody have a reference to what the various path names mean on different flavors of Unix? Please include Solaris, RHEL, and SLES in the list if possible.
e.g. From what I have gathered /lib ...
1
vote
3answers
2k views
changing users default login shell on RHEL?
Here is a command on free bsd
sudo pw usermod ksbuild -s /usr/local/bin/bash
how do I do the equivalent on RHEL?
0
votes
0answers
13 views
Procedure to renew ssl certificate [migrated]
I recently got a mail from my hosting server that the ssl certificate for one of my wordpress website is about to expire in 5 days. It says the certificate needs to be renewed; this can be done using ...
0
votes
1answer
12 views
Yum install of home-made RPM giving error
I am trying to isntall something using "yum install my.rpm"
The problem is I am getting
TypeError: an integer is required
error: python callback <bound method RPMTransaction.callback of ...
0
votes
0answers
26 views
Building on different Linux version to release (CentOS 5.7 -> RHEL 5.5)
We have multiple build servers using Jenkins for automatic building. One is running RHEL 5.5 and is slow, another is running CentOS 5.7 (regularly updated to latest) and is twice as fast to both build ...
0
votes
0answers
48 views
hostname -i command gives error Hostname lookup failure for IPv6 address on rhel6 [migrated]
hostname -i command gives error Hostname lookup failure for IPv6 address on rhel6
here is how the /etc/hosts looks like
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 ...
0
votes
1answer
37 views
Replicate solaris commands in RHEL
Are there any equivalent commands such as pidmax, max_nprocs or maxuprc at RHEL? or how can it be developed?, I mean, there must exist a formula, a balance between several variables like memory, cpu ...
0
votes
1answer
52 views
can not gem install do_mysql. no mysql directory exists
I want to gem install do_mysql, it fails because the MySQL header files can not be found.
do_mysql.c:5:19: error: mysql.h: No such file or directory
do_mysql.c:6:20: error: errmsg.h: No such file or ...
0
votes
0answers
41 views
Unable to load dynamic library - PHP warning in RHEL 4
i've been installed php in my Server
i'm using RHEL 4 and i'm installed PHP5
when installed there is no error but when i checked it using php -v
it show warning looking like this :
PHP Warning: ...
0
votes
1answer
52 views
Crontab is running command 3 times each run
I have the following crontab set up on a RHEL server ...
MAILTO=me@mydomain.com
*/2 * * * * wget --spider -q http://mydomain.com/cronjobs/importxml.php
As you can see this should run every 2 ...
0
votes
1answer
33 views
crontab entry for individual user
On my RHEL5 box, I have so far set up cron jobs by placing entries in the /etc/crontab file which is for safely reasons, only editable by root.
Are there other ways to set up cron jobs for individual ...
0
votes
0answers
199 views
Installing gcc on rhel 6.1
GCC doesnt seem to be installed on my Rhel 6.1 machine. Also, when i did:
sudo yum install gcc
It barfed:
Updating Red Hat repositories.
Setting up Install Process
No package gcc available.
...
0
votes
1answer
60 views
Installing tshark on RHEL
Is there a way to install tshark on RHEL machines using yum install?
when i did: yum install tshark
I got back:
Setting up Install Process
No package tshark available.
Nothing to do
When i did: ...
0
votes
2answers
62 views
What's the difference between rpm and yum? [closed]
Is there any difference between rpm and yum? I know the recent system prefer yum, but want to know if there is need for rpm also.