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

learn more… | top users | synonyms (1)

1
vote
6answers
6k views

Use PHP mail to send via smtp

Does anybody know if you can configure php's mail() command so it will only use an SMTP server rather than the local sendmail? We are having trouble with emails being marked as spam. Our server is ...
6
votes
6answers
8k 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 ...
3
votes
3answers
854 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
3answers
2k views

Errors installing RVM

I'm trying to install rvm on redhat 5.5 and I'm getting this error: [mc@owl-ci ~]$ bash < <( curl http://rvm.beginrescueend.com/releases/rvm-install-head ) % Total % Received % Xferd ...
0
votes
1answer
174 views

JFreeChart strange rendering (headless RedHat)

I am currently migrating an application from a windows environment to a Redhat one. This application is using JfreeChart 1.0.6. It is a web app deployed in a tomcat 7 on a Redhat headless environment ...
0
votes
1answer
81 views

multiple childs by parent [closed]

Write a program to create a child using fork system call,. Now child is required to print the id of its parent and Parent is required to print the id of its child?
10
votes
5answers
15k 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 Edition 6. I'd ...
4
votes
2answers
8k views

Tomcat 6 Heap Size - Is this correct?

I am running multiple tomcats on a Red Hat box and I would like to configure separate heap size for each of them (some instances use more memory). Can I set the heap size min/max bt entering the ...
11
votes
1answer
246 views

What would cause PHP variables to be rewritten by the server?

I was given a VM at my company to install web software on. But I came across a rather bizarre issue where PHP variables would be overwritten (rewritten) by the server if they matched a specific ...
0
votes
2answers
4k views

What is the Maximum Java Heap Space for SuSE Linux

This question is related to Java Refuses To Start - Could Not Resrve Enough Space for Object Heap and should be easy enough to figure out. However; my searches haven't yielded anything useful. ...
4
votes
9answers
14k views

How to set CPU load on a Red Hat Linux box?

I have a RHEL box that I need to put under a moderate and variable amount of CPU load (50%-75%). What is the best way to go about this? Is there a program that can do this that I am not aware of? I ...
3
votes
1answer
1k views

.bashrc not read when shell script is invoked from desktop shortcut

I have a simple problem understanding a behavior in linux. In short, on linux if i invoke my sh script from a 'Desktop Shortcut' then the script cannot see the latest environment variables (set in ...
2
votes
1answer
4k 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 ...
1
vote
1answer
51 views

Why does my oracle statement run differently on a windows database than linux?

I don't know where to begin to debug this. Some developers have been writing some pl/sql code locally on their Windows machines that complete fine using Oracle 10.2.0.1.0 - 64bit. When it gets to ...
1
vote
3answers
8k views

BASH shell script echo to output on same line

I have a simple BASH shell script which checks the HTTP response code of a curl command. The logic is fine, but I am stuck on "simply" printing out the "output". I am using GNU bash, version ...
0
votes
2answers
827 views

Set preffered listen address in weblogic 11g

I have a WebLogic 11g domain with 1 admin server and 4 managed servers running on 2 machines. Each machine has 3 ip addresses, but only one of those addresses is seen by another machine. Each machine ...
5
votes
10answers
2k 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 ...
4
votes
4answers
12k 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 ...
2
votes
1answer
689 views

Py_InitModule4 with Djapian/Xapian

I am trying to install Djapian on RedHat5 / Python2.6. I have already installed it successfully on my OSX 10.6 machine. I have built and compiled Xapian and Djapian without issue for Py2.6. I then ...
2
votes
4answers
6k 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 ...
1
vote
1answer
133 views

Redhat openshift - Cron Runtime - Is there a default time for how long cron executes

Cron on Redhat openshift is cancelled by SIGTERM after some minutes. Is there a default timeout on how long cron tasks can execute? If yes, how to get long running tasks working?
1
vote
2answers
264 views

Why the command in /root/.bash_profile start twice?

Here is my /root/.bash_profile: export DISPLAY=:42 && cd /home/df/SimulatedRpu-ex/bin && ./SimulatedRpu-V1 & When I start my server,I run ps aux | grep SimulatedRpu and here is ...
1
vote
1answer
1k views

RPM - Install time parameters

I have packaged my application into an RPM package, say, myapp.rpm. While installing this application, I would like to receive some inputs from the user (an example for input could be - environment ...
1
vote
3answers
830 views

Shell script continues to run even after exit command

My shell script is as shown below: #!/bin/bash # Make sure only root can run our script [ $EUID -ne 0 ] && (echo "This script must be run as root" 1>&2) || (exit 1) # other script ...
1
vote
2answers
263 views

Unzipping a file from C++ on Redhat: alternatives to system()

I need to unzip a file while running a C++ program (as described in Waiting for unzip to finish before carrying on C++ code on a RedHat machine) To do this I currently do something like this: ...
0
votes
1answer
314 views

Thin + EventMachine fails to start

While loading a Thin webserver for a sinatra app I keep getting Unable to load the EventMachine C extension; To use the pure-ruby reactor, require ...
0
votes
1answer
168 views

Python Popen can't open bash shell in CentOS/Red Hat

I can't open a bash shell in CentOS with python 2.7, I'm able to do so in python 2.6.6 Debian. What has changed? I tried a simple bash process substitution: from subprocess import Popen cmd="""cat ...
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
1answer
95 views

“sudo make” returns error memcache setup [closed]

As per this post. I was able to ./configure after installing libmemcache-devel, but now when I move to the next setup and run sudo make I get the following: Making all in src make[1]: Entering ...
0
votes
5answers
3k views

Linux start-up script for java application

I have Jar file to run in Linux using this command: java -jar SyslogAgent_01.jar 192.168.2.154 1998 D:/apachelog.log ApacheLog 13 Can anyone let me know how to create script and implement this ...
0
votes
4answers
188 views

Waiting for unzip to finish before carrying on C++ code on a RedHat machine

I want to unzip a zipped folder on my Redhat machine. To do this I send a bash script the string; "unzip /usr/bin/Folder.gz" This unzips the folder no problem, as in I get the general inflating ...
0
votes
4answers
1k views

Program compiles fine with boost libs, but error when running it

In a nutshell... C++ program (using the boost libraries) compiles fine in Eclipse, but then “error while loading shared libraries: libboost_thread.so.1.46.1: cannot open shared object file: No such ...