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
4
votes
1 answer

CentOS 5.6 unexpected inconsistency how to repair?

This morning I found that my server was not responding and wasn't able to connect to it in anyway to do a safe reboot. I had to do pull the plug to reboot. Upon rebooting everything appeared to be normal up till booting CentOS. Below is a screenshot…
Scott
  • 359
  • 1
  • 5
  • 18
4
votes
2 answers

SELinux & ncsa_auth in Squid

I'm trying to enable SELinux on a CentOS 5.5 server with Squid 3.1.12 that handles authentication via ncsa_auth. When I turn off SElinux everything works fine, but when I enable it, Squid crashes on the authentication-plugin, ncsa_auth. This is the…
Bart De Vos
  • 17,911
  • 6
  • 63
  • 82
4
votes
1 answer

iptables refuses connections to squid port on CentOS 5.5

I installed squid on a fresh CentOS 5.5 and added this rule for iptables: -A RH-Firewall-1-INPUT -m state --state NEW,ESTABLISHED,RELATED -m tcp -p tcp --dport 8080 -j ACCEPT Using this HOWOT:…
Pedram
  • 143
  • 6
4
votes
1 answer

haproxy forwardfor ignored while in tcp mode

I have a haproxy set for https and as such I had to enable mode:tcp for that but as it turns out because of that forwardfor is being ignored and I can't see original ip. is there any way to bypass it? haproxy ver: 1.4.9
Marcin
  • 613
  • 4
  • 8
  • 15
4
votes
4 answers

Allow IP Address Range In hosts.allow

I would like to allow this Ip Range 94.1.1.1 to 94.15.255.255 I tried inputting this in the hosts.allow file after reading here that you need to use networks and netmasks? i don't know much about this so i don't know what i have done…
James
  • 93
  • 1
  • 1
  • 6
4
votes
5 answers

Apache, PHP, MySQL Work faster in Linux than Windows?

I currently develop for Drupal CMS using The Uniform Server. I also tried Xampp and WampServer. Loading each page of drupal take long more than 50 second which is really painful. My Computer is: List item CPU: AMD Sempron Processor LE-1100 1.90…
bman
  • 219
  • 4
  • 13
4
votes
3 answers

Which filesystem for 16TB under CentOS 5.5?

We have a PowerVault NX3100 from Dell here. I have to install a Linux Server on this system and don't know which filesystem I should use and which partition layout would be useable for the RAID with 2x8 2TB disks (effectively 14TB, RAID 5). I know…
gln
  • 41
  • 1
  • 4
4
votes
4 answers

Unintended rm-rf command on server

I was trying to remove a directory on my server when I unintentionally ran the following command (notice the space) as root rm -rf db /* can someone tell me, in what ways this must have impacted my server, since I can see I can no longer access…
Stoic
  • 143
  • 4
4
votes
5 answers

Selinux - centos - missing /etc/selinux/config

I am trying to check if my selinux is disabled/enabled and can't find its config file, why its like that and what should I do to disable it.
Marcin
  • 613
  • 4
  • 8
  • 15
4
votes
3 answers

How to view linux hidden process and remove rootkit

I and just installed OSSEC and it is telling this Process '2517' hidden from /proc. Possible kernel level rootkit. Excessive number of hidden processes. It maybe a false-positive or something really bad is going on. Its my live server and i host…
John
4
votes
3 answers

system monitoring software?

Possible Duplicate: What tool do you use to monitor your servers? Hi, i'm a newbie at server administration, for that my questions :P i'm needing a system monitoring software that work on centos 5 that basically send me a daily report of: *server…
shadow_of__soul
  • 376
  • 1
  • 6
  • 16
4
votes
5 answers

Upgrade Centos 5 tot PHP 5.2 or 5.3 [recommended way?]

We are using Zend Framework and in version 2, php 5.2 will be the minimum requirement. We love CentOS and we'd like to keep using it, but PHP 5.1 just won't do anymore when developing web applications with Zend framework. I found several links to…
solsol
  • 1,121
  • 8
  • 21
  • 31
3
votes
2 answers

Centos 5.11 OpenSSL TLS 1.2 for Paypal

I run a website on a server running Centos 5.11 - EOL now I know but an upgrade is not possible for a while. The website runs the Sellerdeck software which integrates with Paypal for payments. In the next month or so Paypal will require me to be…
Kevin W
  • 81
  • 1
  • 6
3
votes
2 answers

Repository 'base' is missing name in configuration, using id CentOS5

When I run yum update I receive the following error: Repository 'base' is missing name in configuration, using id Loading mirror speeds from cached hostfile Error: Cannot find a valid baseurl for repo: base I am not behind a proxy. Does anybody know…
Kyl
  • 31
  • 1
  • 1
  • 2
3
votes
2 answers

How can I determine which specific process/service on my CentOS box is generating excessive DNS queries?

CentOS 5.x One of my CentOS servers is generating an excessive amount of DNS queries (as noted by my DNS admin). Unfortunately it's unclear from service logs which process on my server is responsible for this. I originally thought I could just look…
Mike B
  • 11,871
  • 42
  • 107
  • 168