Questions tagged [centos5]

CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 5 was released on 2007-04-12 and uses kernel version 2.6.18-8. It reached its End of Life (EOL) on 2017-03-31.

Documentation

313 questions
4
votes
6 answers

Apache Mina Server Restart java.net.BindException: Address already in use

I have a rather annoying problem in my server application. I bind Apache Mina with the following code: acceptor.bind(new InetSocketAddress(PORT)); Where acceptor is an NioSocketAcceptor. Over a HTTP interface I can shutdown the server so I can…
Kosaki
  • 103
  • 1
  • 4
4
votes
3 answers

Linux command cp producing omitted directory

I want to place 1 file called "test1.html" in 100 different directories of website. Directory structure is like the following /home/domain.com/public_html/ (domain.com name are change for every directory so i use * . File are here: /root/test1.html…
user2986500
  • 53
  • 1
  • 1
  • 6
4
votes
2 answers

Using WebKitGTK+ on Centos 5.8?

I'm trying to build an embedded simple web browser for an embedded device and I've decided to use WebKit / WebKitGTK+. However, our device uses a Linux environment somewhat based on CentOS 5.8. I haven't been able to find any RPMS or mention of…
Chimera
  • 5,884
  • 7
  • 49
  • 81
4
votes
2 answers

Error installing Nodejs on CentOS 5 server - no module bz2

I'm trying to get NodeJS installed on my CentOS 5 server I got Python 2.6 installed, and I got ./configure to work, but when I run the make command I get this result [root@catch24dev node-v0.8.6]# make make -C out BUILDTYPE=Release…
Marius Miliunas
  • 1,023
  • 18
  • 34
4
votes
3 answers

OpenCV error when running make CentOS

I am trying to install OpenCV 2.4.2 on CentOS 5.8 but I get the following error [ 34%] Built target opencv_test_highgui [ 34%] Building CXX object…
dead_jake
  • 523
  • 2
  • 12
  • 30
3
votes
1 answer

Centos 5.5 - Installing Git circular dependencies

Okay...I'm really getting a bit frustrated with this. I know that this post will border on duplication of other posts, none of the others I've looked at seem to address this issue in particular. So, please don't be in a hurry to slate it as a…
Skittles
  • 2,866
  • 9
  • 31
  • 37
3
votes
1 answer

Init.d script for nginx on Cent OS

I'm using the init.d script from this: http://wiki.nginx.org/RedHatNginxInitScript but this script sucks on my CentOS 5.5 nginx 1.0.6 (which installed by passenger). It sucks for 2 reasons: When I run service nginx start, it start nginx but then do…
Phương Nguyễn
  • 8,747
  • 15
  • 62
  • 96
3
votes
2 answers

Apache Command Line Not Functioning

Installed Apache Ver 2.2.3 on my vps with Centos 5.6 but when I try the a2dismod and a2enmod got Command not found error. What can I do to fix it? Thank you This is my first vps and this is also my first experience with linux and centos. The…
Jufer
  • 33
  • 1
  • 1
  • 4
3
votes
1 answer

Best Mercurial (Hg) GUI for CentOS?

Does anyone have any recommendations for a Mercurial GUI in CentOS 5.6? I tried installing TortoiseHg but the installation failed requiring new packages. I am just looking for a tool that works decently. Will appreciate comments based off prior…
Swami
  • 135
  • 2
  • 10
3
votes
1 answer

Java Process getting killed without logging

I have a long running Java process running in CentOs Machine. I have both info and error logs set-up properly. The process ran for longer time (18+ hours) and disappeared all of a sudden. There is no trace of error/exception (OutOfMemoryError/…
Vineel
  • 1,630
  • 5
  • 26
  • 47
3
votes
1 answer

init.d script for SeleniumGrid under CentOS 5.5

I'm establishing Continuous Integration environment for our team. And part of that environment is Selenium Grid running under the CentOS 5.5. I ran into a problem, i can't set up an autostartup for SeleniumGrid with a system. I've tried to write…
zEvg
  • 71
  • 5
3
votes
1 answer

Usage of rightscale init script in it's EC2 Centos 5.4 AMI

I was searching for EC2 EBS storage Centos 5.4 AMI in the community AMI and eventually I found Rightscale AMI (I think they called it RightImage). Now I have created instance using that AMI, but I found out there is some Rightscale stuff inside…
sylye
  • 453
  • 2
  • 5
  • 17
3
votes
0 answers

CentOS 5.11 yum -y update error

I have setup docker and i am putting centos using this command from docker file FROM centos:5.11 When i login to centos and type the yum -y update , i am getting the following error: yum -y update Loaded plugins: fastestmirror Determining fastest…
the_code
  • 85
  • 2
  • 10
3
votes
1 answer

Ruby Mail gem, how to script mail messages

I have testmail.rb on a CENTOS 5 VM with SELinux permissive and IPtables off: require 'rubygems' require 'mail' options = { :address => "mail.domain.com", :port => 466, :domain =>…
Captain Claptrap
  • 3,839
  • 5
  • 25
  • 29
3
votes
1 answer

Compiling Python 2.7.12 with non-system Openssl on Centos 5

I'm currently trying to get Python 2.7.12 to compile with Openssl 1.0.2h on a Centos 5 host. The reason for this is that I need Paramiko 2 to run on this host but that doesn't support the system provided OpenSSL version which is 0.9.8e-fips-rhel5 01…
Swedish Mike
  • 583
  • 1
  • 8
  • 23