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

learn more… | top users | synonyms (1)

0
votes
0answers
97 views

How to uninstall/remove one library out of two of different architecture

I recently did a yum update on my redhat 5.4 system. After that I am unable to use many commands like cmake, make etc. The error it is giving is $ cmake: error while loading shared libraries: ...
0
votes
0answers
21 views

can't find /usr/lib64/nptl when building ice 3.3 in RedHatEnterpriseAS 4

I am building yahoo lda which using ic3 3.3.1 in RedHatEnterpriseAS 4. But it says /usr/lib64/nptl directory can't be found. make[2]: Entering directory ...
1
vote
2answers
404 views

ImportError: No module named cElementTree - Redhat [closed]

I am getting following error while running yum on RHEL. Based on my search on google it seems it is related to python. anyone has any idea? Plugin "refresh-packagekit" can't be imported Loaded ...
-3
votes
2answers
52 views

Can i Run a windows software/program on Linux? [closed]

I want to run a windows program on Linux. Actually, i have a Video game, i want to create a Multiplayer dedicated server using Linux. Can i run .exe files on linux? How can i run it on Linux. ...
1
vote
1answer
168 views

yum command not working using Red Hat [closed]

I want to install java using yum command (Red Hat Enterprise Linux Version 5) but exception arises.. $ yum install java-1.6.0-openjdk Loading "rhnplugin" plugin Loading "security" plugin Loading ...
0
votes
2answers
147 views

When I turn O_NONBLOCK on i get “0” and “I/O error”

When I turn on O_NONBLOCK my connection len returns 0 and my errno returns EIO. I am expecting len to be -1 and errno to be EAGAIN. Based on what I am getting I can assume there is a problem with ...
0
votes
1answer
266 views

Redhat Cluster custome fence failed

I have created a empty shell script for fencing like following #!/bin/bash echo "success: myfence $2" exit 0 I have add it in cluster.conf but when for testing i down Ethernet down i got following ...
0
votes
0answers
193 views

Redhat 6.3 HA cluster IP failover without fencing

I have a special requirement. we have multiple SSH jump box, so i am planing to configure them in Redhat HA cluster so Active-standby mode. So in this case i don't need a shared storage etc. Just a ...
0
votes
0answers
20 views

access python file in directory via apache in redhat

I used wsgiref.simple_server to create python web service. Now I was trying deploy it to one redhat server use apache. I created fcgi file and config apache. DocumentRoot /home/langdetect ...
1
vote
2answers
126 views

How to check whether day light savings enabled for the given UTC offset?

I need to determine whether day light savings enabled for a given UTC offset in Linux(Redhat). I get input such as UTC+05:30. I checked the usage of zdump command. When used with time zone name, we ...
0
votes
1answer
52 views

Supress System Recovery dialog while REDHAT 5 installation

I am installing REDHAT 5 in text mode using remote kickstart method. And I am adding the below lines in the grub.conf: title Refresh root (hd0,0) kernel /vmlinuz ro ksdevice=eth0 noipv6 ...
0
votes
1answer
30 views

How long should a gpg key used for signing rpms be valid?

red hat and fedora both use a new key per release and appear to support that key forever. I remember reading that the key should expire but it depended on what it was used for.
0
votes
0answers
73 views

A C++ project takes more time on RH server than Ubuntu 12.04 [closed]

I have a project, executable of which I have to place on RH server. As there is difference in glibc version on RH server and Ubuntu 12.04 I have to make the project directly on the server using make ...
0
votes
0answers
72 views

force all applications on server to use sslv3 [closed]

For some reason wget and curl on my RHEL 5 server are using SSLv2 instead of SSLv3, and are failing to connect to an SSLv3-only site. I know that I can force curl and wget to using sslv3 on a case by ...
0
votes
2answers
348 views

tomcat 7 startup error on rhel 5.5

i'm trying to set up tomcat 7.0.35 on red hat 5.5. When i try to start tomcat i have this error in catalina.out WARNING: error instantiating 'org.apache.juli.ClassLoaderLogManager' referenced by ...
0
votes
1answer
121 views

Build 32bits ruby using rvm in RHEL 6(x86_64 arch)

Hope someone can shed a light on this issue for me. I am building ruby 32bit in RHEL 6 x86_64 using rvm. Followed this guide(ignored Mac related stuffs), I ran rvm_archflags="-arch i386" ...
0
votes
1answer
312 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 ...
-1
votes
2answers
86 views

How to copy code from Notepadd ++ into a new file in vi editor?

I am creating a new file in vi editor that's gonna have the whole Jquery library code .. How can I copy the whole library from Notepad ++ to vi editor on my laptop ? I'm creating this new file in vi ...
-3
votes
1answer
81 views

Installing Redhat Satellite server

I was wondering if anybody can share some installation steps on Redhat Satellite server. I tried to look at Google but couldn't find relevant. It would be really great help. Thanks in advance, Suman ...
0
votes
3answers
342 views

Install Selenium Server on redhat linux [closed]

I am trying to create a Selenium Grid project. I have done so on windows no problem, but now that I am trying to do so on redhat I am a little confused on where to download the server. My machine is ...
0
votes
0answers
16 views

How to connect to an IP Address in a different Hypervisor

I am trying to connect to a guard IP that is on a different hypervisors, my question is, is this possible? And if so how do I go about doing it? do I need to create a new Network Adapter?
0
votes
0answers
61 views

The 64-bit libuuid is not compatible and the 32-bit libuuid cannot be found when compiling

I tried to compile a 32-bit program under 64-bit RH5 but encountered this problem: /usr/bin/ld: skipping incompatible /usr/lib64/libuuid.so when searching for -luuid /usr/bin/ld: skipping ...
0
votes
1answer
546 views

Routing configuration to forward multicast traffic to a single NIC on RedHat 6

I'm trying to edit /etc/sysconfig/network-scripts/route-eth0 to make all multicast packets sent to device eth0 on RedHat 6.3, following this guide. I tried writing like: 224.0.0.0/4 dev eth0 but ...
0
votes
0answers
106 views

Alternative for insserv in both SuSE and Redhat as chkconfig or any other?

So my present code for SuSE where I am running insserv like this : insserv -d -p "/etc/init.d" "/etc/init.d/SkeletonScript" SkeletonScript is written as what it should be. #!/bin/sh # # ...
1
vote
1answer
66 views

Mercurial: unable to use environment variables in .hgrc file

I have two machines running Mercurial, a Solaris system and a Red Hat system. On the Solaris system I can use environment variables in the .hgrc file, but on the Red Hat system it doesn't seem to ...
0
votes
1answer
31 views

Abort / quit / return macro in RPM

I’m writting a RPM. In the %prep section, I test the presence of a FS and its size. If incorrect, I want the RPM to quit. I found the %{error:"Oops dat failed!} macro but it actually just prints on ...
2
votes
1answer
122 views

richface fileupload file size restricted error

I am using richface 3.3.3 with Seam 2.2., Jboss 6.1 I am using the trying to use rich:fileupload component. i get error on files above 10 MB when i deploy my Code on a linux server, when i try the ...
0
votes
1answer
149 views

Why does ant build fail with sudo even though it succeeds when run as root user?

I am compiling an Android app on server with java build tool ant. When I run the following as root user the build succeeds: export ANT_HOME=/usr/local/ant export JAVA_HOME=/usr/local/jdk export ...
2
votes
1answer
182 views

Java OracleDB connection taking too long the first time

I'm having a problem when connecting to an Oracle database, it takes a long time (about ~5 minutes) and it sends the below shown exception. Most of the time, after the first error, the next ...
1
vote
1answer
990 views

gcc i686 on x86_64 platform

I have some troubles to install GCC i686 on a RHEL X86_64. Indeed, I have to build some 32bit softwares and shared libraries on this platform. I can build these softwares and libraries on 32bit ...
0
votes
1answer
93 views

Compile Python 2.7.3 on Linux for Embedding into a C++ app

I have a C++ application from Windows that I wish to port across to run on a Red Hat Linux system. This application embeds a slightly modified version of Python 2.7.3 (I added the Py_SetPath command ...
0
votes
0answers
45 views

red hat 5 system beep

I would like to know how to make a system beep from python or java on rhel5 (Red Hat Linux Enterprise 5). I have googled this and tried various ascii prints without success. Thanks in advance
0
votes
0answers
53 views

intltool too old, even after update

I'm working on installing Nemiver on my RedHat linux. During the install, it checks the version of intltool, confirms it to be new enough (at least 0.40.0), and then says that it is too old. Here is ...
1
vote
0answers
88 views

RPM Spec File %files Fail on Owner Username with Space

I am creating an RPM spec file with a %files section that specifies ownership of the included files. I am trying to specify the user and group as follows: ... %attr (755, DOMAIN\\user, ...
0
votes
0answers
280 views

SAMBA/SMB folder share : works on Windows 7 but not on Windows XP

I have a problem with Samba/SMB share. My folders are shared on a RedHat Linux 8.0 machine, and we access them on Windows. Problem : It works on Windows 7 PCs : but not on Windows XP ! Has anybody ...
0
votes
0answers
62 views

Apache http server is running but unable to access pages

I have apache 2.2.3 server setup on RHEL 5.9. I am required to run the server on port 9001 (for reasons beyond my control). The server is setup and starts up fine. I can see the PIDs for the same ...
0
votes
2answers
161 views

AWS EC2 extension adding disk space redhat

I would like to increase the size of EC2 disk space on AWS. I have Redhat AMI that is connected to this volume. What is the best way to increase the space (without losing the data)?
0
votes
0answers
54 views

Redhat scp'ed files are corrupt

I have copied files from a Redhat server to another with scp. On the destination I see that some .properties and .xml files are corrupt. ie. newlines are replaced with '^M' and the file looks like a ...
0
votes
2answers
45 views

sum the data from txt file then ouput it on a single line

(cat Type.txt && cat Test.txt && cat Owner.txt) > test.txt that is my code it is alway out like ddddddddddddd aaaaaaaaaaaaa sssssssssssss but i want the output in txt file like ...
1
vote
1answer
103 views

how to upgrade libvirt?

I'm trying to install openstack on RHEL 6.2. Following installation guide from openstack.org, I'm using the command: yum install openstack-nova openstack-glance After resolved many dependencies, I ...
1
vote
0answers
174 views

Linux shared libraries to find disk information like LUN Id, Storage array information, also to do HBA and mount/un-mount operations

Can anyone tell me shared libraries on SuSE and RedHat Linux which contain: APIs to find out Disk Information like Disk attributes, LUN Id, VG (Volume group) Id and Storage array information. APIs ...
0
votes
1answer
50 views

how to read the package of redhat linux

nspluginwrapper-1.4.4-1.el6_3.x86_64 i have question on 1.4.4-1.el6_3 how to read it was it the 1.4.4-1 mean , is it 1.4.4.1 or something else also on el6_3 mean el6.3 or not
-1
votes
1answer
102 views

Install Wordpress / Red Hat 9

I trying to install WordPress on Redhat 9, but the server don't running PHP and return the default Apache welcome page Default Apache Welcome Page Any clue?
0
votes
1answer
119 views

Uninstall a REPO [yum]

I am using a RedHat 6.3 system. I had an issues installing php-mcrypt Hence I updated by epel version to 6.5. yum update said (error: try check your path and try again) there was a firewall, so I ...
1
vote
1answer
461 views

How to extract a ZIP file that has a password using only PHP?

I have seen only one question on here but it does not answer my question. I am running a typical LAMP server that has the most up to date PHP 5 and MYSQL 5 with Redhat Linux. I need to find a PHP ...
0
votes
1answer
316 views

how to give NIS users default ubuntu (desktop user) group permissions [closed]

My central file server is running Redhat and I've configured this system to export shares via NFS and I manage user accounts with NIS. I've setup a couple of Ubuntu clients and realized, that the NIS ...
0
votes
2answers
258 views

Loadable kernel module trouble with sleep() function call in RedHat

I am facing an issue in trying to load an LKM into the RedHat kernel using insmod, but it returns me the following error:- Insmod –f tmdq.o tmdq.o: unresolved symbol sleep Why should ...
1
vote
1answer
185 views

How to get OCI lib to work on red hat machine to work with R Oracle?

I need to get OCI lib working on my rhel 6.3 machine and I am experiencing some trouble with OCI headers files that can't be found. I have installed (using yum install) ...
2
votes
1answer
120 views

Error configuring Network Audio System [NAS] in RHEL 6 x64

I tried to setup NAS (Network Audio System ) in RHEL 6 by two methods: First, by RPM install, [root@localhost ~]# rpm -Uvh nas-1.9.2-1.el6.x86_64.rpm nas-libs-1.9.2-1.el6.x86_64.rpm it gets ...
0
votes
1answer
44 views

Move an xml file within a SQL script depending on results

I'm looking for a way to move some files depending on the outcome of a query to a 'rejected' directory on RedHat Linux. The database is Oracle 11gr2. All four files are being processed in one go. ...

1 2 3 4 5 13