Questions tagged [centos5]

CentOS 5 is an obsolete, free (as in beer and speech) GNU/Linux distribution that is community driven and based on source code released from RHEL.

CentOS 5 is a free (as in beer and speech) GNU/Linux distribution that is community driven and based on source code released from RHEL. It went end-of-life on 2017-03-31, is now unsupported, and shouldn't be used on production systems.

806 questions
2
votes
1 answer

Warning messages while building Apache server

I am building Apache server 2.4.6 from source and am not sure about a few warning messages I received during the rpm build process. The build completes OK and everything seems fine..BTW, this is on CentOS 5.5... During the make install process in…
GoinOff
  • 141
  • 7
2
votes
2 answers

Running mysql 5.5 on centos 5.9

I installed mysql using yum install mysql-server on centos 5.9 and realized it's version 5.0. I need version 5.5 so then I did yum install mysql55-server however I couldn't find a way to start server version 5.5 instead of 5.0. service mysqld start…
gerrytan
  • 105
  • 1
  • 10
2
votes
2 answers

/var/log/messages showing lots of CE Err=0x2000 even on unused banks (slots)

I recently had to upgrade an old server (HP ML350G5) with used FBDIMM DDR2 RAM (could not get new ones where I live). After rebooting /var/log/messages has been plagued with CE Err=0x2000 errors but system appears to be stable. I'm guessing ECC is…
Mundo A.
  • 23
  • 1
  • 4
2
votes
0 answers

Connect two servers with OpenVPN

guys, I need a consulting. I need to connect two servers which are located at another places geographically. One of servers is at LeaseWeb, and another is at our office in Moscow. I'm using OpenVPN for tunneling. I installed OpenVPN via yum -y…
Evgenii Iablokov
  • 660
  • 2
  • 9
  • 15
2
votes
0 answers

Nagios: check services being orphaned?

Recently I noticed that there are some warnings in the nagios.log: [1366060611] Warning: The check of service 'pt-deadlock-logger' on host 'xx' looks like it was orphaned (results never came back). I'm scheduling an immediate check of the…
quanta
  • 51,413
  • 19
  • 159
  • 217
2
votes
3 answers

CentOS VM, NTP synchronization problems

We have three CentOS 5.9 VMs on an ESX3.5 host. Because of the nature of the services we provide it is required that the NTP time is synchronized and the time is correct on all three of them. However one of them constantly drifts back each day for…
Spirit
  • 1,154
  • 8
  • 25
  • 45
2
votes
1 answer

Why is LVS dropping packets?

I am currently trying to get down to the core of a problem where my LVS-director seems to drop a packet coming from a client from time to time. We have this problem on our production systems and can reproduce the problem on staging. I posted this…
Nils
  • 7,695
  • 3
  • 34
  • 73
2
votes
2 answers

Linux process swap usage is greater than the overall system swap usage

I have a strange problem that when I run top command it shows that some processes are using around 1.5GB of swap space but then the overall usage of the system swap is way to less to something around 117MB, so why is that? I thought the overall…
2
votes
2 answers

Dhcrelay init.d script runs improperly

I am trying to use dhcrealy on a CentOs 5 kernel which have kernel version 3.5.3. I configured /etc/sysconfig/dhcrelay file like that dhcrelay -i eth1 192.168.0.1 While dhcrealy is stopped, I run /etc/init.d/dhcrelay status and I get this…
ibrahim
  • 431
  • 1
  • 7
  • 20
2
votes
1 answer

How to restart udevd on RH/CentOS system?

For udevd there is no init.d script and manual page is not indicating how to restart it either. The process is holding a deleted file (lsof shows) and I need to release it by restarting udevd. How to reload/restart udevd on CentOS?
Alex
  • 1,828
  • 4
  • 31
  • 52
2
votes
1 answer

procmail recipe to filter email to multiple folders

Currently my procmail recipes are as below: FROM_=`formail -c -x"From "| awk '{ print $1 }'` SUBJ_=`formail -c -x"Subject:" | sed -e 's/^[ ]*//g' -e 's/[ ]*$//g'` :0 *^Subject:.*(60) { :0 fwh | formail | (echo "$FROM_"; echo "$SUBJ_";) …
user119720
  • 390
  • 4
  • 6
  • 20
2
votes
2 answers

Httpd restart "Address already in use" error

I have an .rpm, which I created. In its %post part, I do some stuff, and in the end of this script, i call service httpd restart. It gives the following error: + service httpd restart Stopping httpd: [FAILED] Starting httpd: (98)Address already in…
0xmtn
  • 360
  • 3
  • 15
2
votes
2 answers

What is the correct mail set up for multiple domains on one server?

I have a machine (centos 5) with one external ip address. On that machine I have many virtual hosts with a few different top level domain names and sub-domains under those…
marcnewport
  • 31
  • 1
  • 5
2
votes
3 answers

Which services to disable on a CentOs 5.8 web/database server?

I have just setup my CentOS 5.8 64 [final] server as a webserver. Specs: 2x E5620 Intel CPU, DDR3 RAM, Hardware Adaptec RAID 10, 4x SAS drives. I have installed myself: Nginx PHP-FPM MySQL [ourdelta.org version] Sphinx Vsftpd Fail2ban Citadel…
Mr.Boon
  • 1,471
  • 4
  • 24
  • 43
2
votes
2 answers

Compiling Gearman PHP Library for CentOS 5.8

I've been trying to get Gearman compiled on CentOS 5.8 all afternoon. Searches have said to install the following via yum: yum -y install --enablerepo=remi boost141-devel libgearman-devel e2fsprogs-devel e2fsprogs gcc44 gcc-c++ To get the Boost…
Andrew Ellis
  • 423
  • 1
  • 5
  • 14