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.

805 questions
7
votes
1 answer

How do I format this regex so it will work in fail2ban?

I've just installed fail2ban on my CentOS server in response to an SSH brute force attempt. The default regular expressions in fail2ban's sshd.conf file do not match any entries in audit.log, which is where SSH seems to be logging all connection…
chapkom
  • 181
  • 1
  • 2
  • 9
7
votes
2 answers

Timezone for cron jobs

We have a VDS running CentOS 5.5 that was created and configured with the EDT timezone. I have replaced etc/localtime with a link pointing to the Australia/Melbourne (UTC+10) timezone file. Running the date command displays the correct date and…
John Gardeniers
  • 27,262
  • 12
  • 53
  • 108
7
votes
3 answers

How do I find a word recursively in all files and all directories

I am looking for a specific phrase in CentOS and I am not sure where and which file or even directory that has the file is. How can I do a complete recursive search on a phrase. Thanks
user50946
  • 473
  • 2
  • 7
  • 18
6
votes
1 answer

Bad signatures or NOKEY errors on RPMs I just signed

I'm having serious problems getting RPM signing working for RHEL / CentOS 5 hosts. TL;DR: RPM signing isn't working, and it's working in a variety of insane and erratic ways depending on the exact GPG key size and format and even where it was…
Craig Ringer
  • 10,553
  • 9
  • 38
  • 59
6
votes
3 answers

SSL Library Error: -8181 Certificate has expired

After a yum update, there is an error when starting apache, in /var/log/httpd/error_log: [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [error] SSL Library Error: -8181 Certificate has expired [error] Unable to verify certificate…
ohho
  • 975
  • 8
  • 18
  • 34
6
votes
2 answers

Too many TCP connections causes disconnections

I have a game server which runs with TCP connections. Server disconnects users randomly. I think its related with TCP settings of server. In local development environment written code can handle 8000+ concurrent users without any disconnection or…
mumeka
  • 63
  • 1
  • 1
  • 6
6
votes
2 answers

ntlm_auth - can login in AD with both old and new passwords

I have problem with AD and ntlm_auth. I use the following command, to query the AD server for checking the user existence: ntlm_auth --use-cached-creds --username=SOME_USER --password=SOME_PASS --domain=SOME_DOMAIN But the thing is, when I change…
0xmtn
  • 360
  • 3
  • 15
6
votes
4 answers

imuxsock messages in syslog and system becomes unresponsive

I am getting such messages in syslog. rsyslogd-2177: imuxsock lost 21869 messages from pid 3418 due to rate-limiting rsyslogd-2177: imuxsock begins to drop messages from pid 3427 due to rate-limiting My server is becoming unresponsive for last few…
shashuec
  • 277
  • 2
  • 3
  • 6
6
votes
2 answers

How to make Linux VNC server listen on local IP instead of just loopback?

I know how to specify a listening port of VNC server under Linux, but what puzzles me is that I can not find a way to specify a VNC listening IP. When started VNC server under CentOS 5.6, I found its process "Xvnc" is listening on 127.0.0.1:5901.…
user107233
  • 63
  • 1
  • 1
  • 5
6
votes
2 answers

mod proxy not working on apache

I am trying to install Mod_Proxy Apache module on WHM/CPanel CeEntOS Linux Server. Here is system info: CentOS release 5.6 (Final) Server version: Apache/2.2.21 (Unix) Cpanel::Easy::Apache v3.7.2 rev9999 The purpose of me installing is so that when…
JohnMerlino
  • 425
  • 2
  • 9
  • 20
6
votes
1 answer

how to uninstall JDK on centos x64 linux based system

I tried installing JDK in my CentOS x64 web server, it looks like I have made a hash of things :(... Now, how do I uninstall JDK 1.6.0_26 in Centos x64 linux? Regards, Arvind.
Arvind
  • 471
  • 4
  • 8
  • 18
6
votes
3 answers

Permission denied on /proc/ some process

I am using chkroot to scan my system and it gave me permission denied error /proc/23746/fd/0: Permission denied /proc/23746/fd/1: Permission denied /proc/23746/fd/2: Permission denied /proc/23746/fd/3: Permission denied /proc/23746/fd/5: Permission…
John
5
votes
6 answers

Lightweight Linux DNS

Can anyone recommend a lightweight Linux DNS server, which would be suitable for the data center? EDIT: We speak about data-center typically within 10 - 20 servers, up to 100 at maximum. For larger amount there is a sense to use BIND indeed. I'm…
SyRenity
  • 3,159
  • 11
  • 55
  • 79
5
votes
2 answers

How enable pdo_mysql

I am trying to install SpaceBukkit. I was wondering how I enable pdo_mysql. When trying to setup the MySQL part I get this error: The "pdo_mysql" extension is NOT loaded in your `php.ini`! Make sure to load it before continuing! This is not a…
hvalner
  • 51
  • 1
  • 1
  • 2
5
votes
2 answers

Apache not booting, no error messages

Apache isn't booting on our production server (all of a sudden) and there are no error messages. Can anyone help me fix this or help me start debugging? init.d fails: /etc/init.d/httpd restart Stopping httpd: …
EricR
  • 199
  • 4
  • 12
1 2
3
53 54