For issues relating to Red Hat platforms, products, and/or services.

learn more… | top users | synonyms (1)

0
votes
0answers
32 views

How to add import gpg public key step in ks.cfg

I am trying to add our public key in our appliance installation process. The purpose of this is to encrypt our logs. How to add this step in ks.cfg file? I tried adding 'gpg --import' command, but it ...
0
votes
2answers
132 views

Using SASS on a Red Hat Linux box with PHP but not Ruby

I have been looking into SASS on and off for a while now. I think the benefits of such a system could be great, as it will allow the use of global variables and other such features. It will also ...
3
votes
2answers
713 views

An error occured while installing charlock_holmes libicu

I'm trying to install Gitlab following this install script, but am running into an issue where the charlock_holmes gem fails to install. I'm not familiar with Ruby. My charlock_holmes-0.6.8 ...
1
vote
2answers
329 views

How to permanently export a variable in Linux?

I am running RHEL6, and I have exported an environment variable like this: export DISPLAY=:0 That variable is lost when the CMD is closed. How do I permanently add this so that this variable value ...
0
votes
0answers
80 views

Can't create the database in pgpool

Hi I'm study about pgpool's working. while start creating database I got this error. createdb: could not connect to database postgres: server closed the connection unexpectedly. This probably ...
0
votes
1answer
390 views

Port a debian package to YUM for CentOS

I have a project that runs on Debian and uses many packages provided from the Debian repositories. Because of demand, I've looked into porting the project to CentOS, but found that many of the ...
2
votes
1answer
169 views

Build RPM package to selectively deploy sources

I'm reasonably new to RPM but i've been playing with it and need to do something a bit left field. I must obey rules which say that I must use the same rpm package in each environment, I cannot use ...
2
votes
0answers
110 views

SELinux and multiple httpd service context [closed]

Using CentOS 6 I have 2 Apache httpd services running. The first one provides REST interfaces and a UI to manage the operating system (start/stop services, execute system command using suid, modify ...
10
votes
5answers
453 views

I am unable to run a C++ program in Debian(Ubuntu) that works in Redhat(Centos)

TLDR: Having trouble compiling a C++ program that worked in Centos Redhat in Ubuntu Debian. Is there anything I Should be aware of between these two that would make a C++ program compiled using the ...
0
votes
0answers
151 views

After installation of VM using OVA, how to disconnect _deviceImage-0.iso [closed]

I created an .OVA file which consists Redhat ISO. Then using vSphere client I deployed the .OVA file on a server. But after installation still the deployed _deviceImage-0.iso(which is same Redhat ...
0
votes
0answers
182 views

How to configure mac osx as ldap client [closed]

I installed Openldap in CentOS 6.3, my local network users should authenticate using ldap, CentOS clients are working fine.How to configure mac pc as ldap client? Please help me
0
votes
0answers
97 views

ec2 / ssh / redhat - storing ec2 server private ip's in host file?

I'd like to store the ec2 private ip's for my various containers in the host file in this structure: db1.mydomain.com 10.10.10.10 db2.mydomain.com 10.10.10.10 app1.mydomain.com 10.10.10.10 This way ...
0
votes
1answer
57 views

How would I get all users whose first character in their logins is 'g'?

Please, any one help me in getting all users whose first character in their logins is 'g' ?
0
votes
1answer
509 views

Install and execute Wkhtmltopdf on linux Redhat server 64bit (using PHP)

I am using Linux Redhat 64bit.My server info is Linux ************* 2.6.18-238.5.1.el5xen #1 SMP Mon Feb 21 06:01:41 EST 2011 x86_64 x86_64 x86_64 GNU/Linux To create PDF i am using Wkhtmltopdf. ...
1
vote
2answers
168 views

How to reset the user password in RedHat Directory server using Java code via LDAPS?

How can I access the RedHat directory server / HP UX Directory server using LDAPS from my Java application? I am trying to access it through LDAP it's working fine but while using LDAPS it doesn't ...
0
votes
0answers
77 views

Getting Redhat Enterprise 5.3 EAL version

I have this software library with me and it recommends me to install and configure RHEL 5.3 EAL 3 version for Dell Power edge servers that is I guess from common criteria. I have downloaded RHEL 5.3 ...
0
votes
2answers
101 views

Bash “source” command returns the wrong concatenated string

I have a configuration file like this: //filename : stat.conf LAS_SERVER="127.0.0.1" LAS_PORT=3306 LAS_USER=root LAS_PWD=root LAS_DB=test CONN_STR_LAS_DB="-h$LAS_SERVER -P$LAS_PORT -u$LAS_USER ...
0
votes
0answers
59 views

How to exempt one arbitrary application from selinux enforcement [closed]

A RHEL server at my workplace runs one rather obscure closed-source application along with a number of standard services. The application has run into a few SELinux-related glitches. The application ...
0
votes
1answer
88 views

tbb GettingStarted example is not compiling

I have sources the tbbvars.csh file. I have opened the example directory as I was guided (/GettingStarted/sub_string_finder), and run make. Unfortunately I got the following error: ...
1
vote
1answer
64 views

Installing zorba xquery on redhat santago

I am trying to install zorba xquery on a redhat santiago installation over ssh, not going good. I am unfortunately not very familiar with redhat so I am having trouble getting things working, the ...
0
votes
1answer
138 views

Error to install zeromq in redhat 4.1

I can't install zeromq on my machine my machine is redhat 4.1 this is the error message: Making all in src make[1]: Entering directory `/data/vvlog/zeromq-3.2.0/src' make all-am make[2]: Entering ...
0
votes
3answers
2k views

how to solve 'java.lang.OutOfMemoryError: GC overhead limit exceeded'

I read this stack overflow page about solving this problem and tried adding the command line option -XX:-UseGCOverheadLimit and also "-Xmx" arguments. However, my program still threw the out of memory ...
0
votes
1answer
76 views

How build JBoss Developer Studio from source?

Ciao, Anyone tried to build JBoss Developer Studio from the source-zip available at (requires free reqistration) JDBS source-zip ? In the /build-directory, if I just do mvn clean install it ...
0
votes
2answers
3k views

Vncserver on RHEL6 will not start, cannot establish any listening sockets

I have installed vncserver on my RHEL6 before, and possibly left some services running. I then re-installed it, but had trouble starting the service. There were apparently some views already running, ...
0
votes
3answers
2k views

Installing SciPy on Red Hat

I am trying to install the SciPy package on Red Hat Enterprise Linux Server release 6.3. However, it is failing. The version of Python I am using is 2.6, however it seems to require 2.4. Is there ...
2
votes
2answers
92 views

Makefile isn't rebuilding dependencies?

Fair warning: I'm something of a newb at using makefiles, so this may be something obvious. What I'm trying to do is to use make to run a third-party code generation tool when and only when the ...
0
votes
0answers
80 views

Docsplit gem error in Red Hat Server OS

Operating system is Red Hat Enterprise Linux Server release 5.6, using Ruby 1.8.7 and Rails 2.3.5. I have installed Docsplit gem, GraphicsMagick and poppler-utils. When I shoot docsplit images ...
-1
votes
2answers
181 views

How to install php 5.3.17 on amazon red hat linux [closed]

I have installed Apache & MySQL server on amazon redhat linux Now i am trying to install PHP 5.3.17 using source. i just unzipped the source gone to source directory & installed it as: ...
0
votes
2answers
345 views

setting classpath using setenv.sh for a project

I want to write an sh file that will set classpath in Linux. I tried using: export ClASSPATH=$CLASSPATH:$ABC_HOME However, when I run the .sh file it doesn't set the classpath.
0
votes
1answer
77 views

compiler specific core dumps

I work for a telecom application product. I am facing an issue with my c++ code for last couple of days. I have been given a task to make the product to work on HP server with RHEL (Red Hat Enterprise ...
0
votes
0answers
224 views

Accessing samba remotely [closed]

I cannot access samba drive from my office. I have setup samba in my linux box at home and able to map the drive from laptop successfully when i was at home. But if i am trying to open the mapped ...
0
votes
2answers
1k views

mysql_connect(): No such file or directory

I have just installed a MySQL server (version 3.23.58) on an old RedHat7. I cannot install a more recent MySQL version because of the dependencies. I cannot update librairies on this RedHat server. ...
1
vote
0answers
103 views

Files disappear on Linux filesystem - ls -l reports '?' [closed]

I'm writing, reading and deleting many thousands of temporary files on a Linux machine (RedHat enterprise 5.3) Most of them have no problem but some seem to 'disappear' in that when I try to read ...
0
votes
0answers
166 views

Unable to install Evolution email client on redhat

I downloaded the Evolution 3.5.91 from the official website at: http://projects.gnome.org/evolution/download.shtml unzip the file and untarred the file. There are two major problems (1) the README ...
1
vote
1answer
485 views

Vagrant and Red Hat Enterprise Licensing

Our team is starting to use Vagrant for development on Mac OS X machines so we can better simulate our Red Hat Enterprise Linux production environment. Our operations group says our Red Hat License ...
0
votes
1answer
58 views

Why is it not possible to install the plugin launcheffect for wordpress on red hats openshift?

I am trying this out: I want to install http://launcheffectapp.com/download/ on openshift. But when I try under plugins to upload the *.zip file I only get: Installing Plugin from uploaded file: ...
1
vote
1answer
173 views

Most current redhat-supported ruby version for RHEL 5.3? [closed]

So I'm trying to get some leg work out of the way for our shop's SA in order to request an upgrade to our currently installed ruby on several Redhat Enterprise Linux production servers. There are ...
0
votes
0answers
134 views

Why won't Tomcat accept my authentication?

I'm running Apache Tomcat 5 on CentOS 5.8 (converted and upgraded from Red Hat 5.3 or so). I'm using a rebuilt version of Tomcat5 that fixes an error in Digest Authentication. We fixed it on our end ...
1
vote
1answer
98 views

couchDB RHEL4 Install Error

I'm currently trying to install couchDB on a Red Hat 4 machine Linux version 2.6.32-220.el6.x86_64 (mockbuild@c6b18n3.bsys.dev.centos.org) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 ...
0
votes
1answer
354 views

Installing httpd-2.4.3 in RHEL 5.3

I have installed httpd-2.4.3 on RHEL 5.3. I followed the basic installation which later then it runs on /usr/local/bin/apachectl restart -f /usr/local/conf/httpd.conf I can access locally (just use ...
-3
votes
1answer
237 views

remote desktop connection for redhat [closed]

Can anyone suggest a good remote desctop connection software for RedHat Enterprise Linux 6? I've got x2go but can't seem to connect using that. thanks very much
0
votes
1answer
308 views

set LD_LIBRARY_PATH on VPS red-hat linux

Where and how should I set LD_LIBRARY_PATH? I tried to add following code to .bash_profile: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/folder_with_library/ export LD_LIBRARY_PATH I restart apache ...
1
vote
1answer
3k views

installing php-devel on RHEL6 (PHP 5.3.3)

I'm trying in vain to get the php oci_* extensions installed on our server, but i've hit a brick wall. So far i've done this: Installed oracle basic & devel libraries (v10.2) Installed php-pear ...
0
votes
1answer
615 views

Red hat linux broadcast IP address

I am working with 4 different servers. When I run ifconfig on them, they all have the same Bcast IP address. I am trying to Access each individual server with a different broadcast IP address. Here ...
1
vote
1answer
1k views

Do you know what php warning startup unable to load dynamic library http.so is refering?

I have Red Hat 5.8 version installed in my server. I have php version 5.3. LAMP works correctly. But when I type " php -v " I am facing a problem such as : PHP Warning: PHP Startup: Unable to load ...
0
votes
2answers
1k views

How to know cpu usage percent on linux redhat [closed]

As the tiltle indicates, I want to know the cpu usage percent on linux redhat enterprise 5 (the value that exists in the system monitor), Is there a command for that.
0
votes
1answer
206 views

Mono on Fedora mscorlib cant install gtk-sharp-2.12.11

When I compile a simple web application on my machine it works without problems. However when I publish to the server always gives me the following error: Could not load type ...
1
vote
1answer
133 views

Preventing hardcode path in RPM SPEC file

I am creating rpm for apc. While writing spec file, I realized that some commands may have path which can keep on changing which are required during the compilation time. For eg. these commands are ...
0
votes
0answers
84 views

Does anybody knows if Red Hat Cluster Suite works without a master node? [closed]

At the moment I'm doing some researching about Red Hat Cluster Suite and I'm wondering that there are no information about the fact if RHCS using a master node to make the decisions within the cluster ...
3
votes
0answers
195 views

SSH connection closed after first password attempt [closed]

So, I'm having a rather weird problem. I have a server, that when I try to SSH into, immediately closes the connection if I type in the correct password on the first attempt. However, if I ...

1 3 4 5 6 7 13