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

CentOS - Automatically run fsck on boot into recovery

I'm automating a process to upgrade my ext3 filesystem to ext4. Following the instructions from here I'm able to successfully migrate my filesystem. I've scripted the vast majority of the work, and it's working pretty nicely. However, the final…
Chris Henry
  • 1,552
  • 3
  • 15
  • 15
2
votes
2 answers

UnRaid software raid - CentOs

I have a linux ( CentOS ) server that has 2 hard drives, and it configure by software raid1, Now I need to un-raid hard drives, and use both of them. How can I Un-raid them ? ( I just has SSH access )
Ashian
  • 400
  • 1
  • 7
  • 24
2
votes
2 answers

Yum update info from what version, to what version

Is there some simple yum command so I can know what is current and what is future version of package for updating. I now about: yum list updates But that only prints new version of packages...
XoR
  • 187
  • 1
  • 6
2
votes
1 answer

Firewall locks me out of ssh

Just trying to make a simple script that will configure iptables to block all incoming and outgoing traffic except for ssh on default port 22 and udp on port 8888. This is what i have: #!/bin/sh # # Flush all current rules from iptables # iptables…
Daniel Gratz
  • 235
  • 1
  • 2
  • 4
2
votes
1 answer

How to completely remove and re-install python (without yum)?

I have a corrupted / missing installation of Python on a CentOS 5 server, and yum won't help me reinstall because python is a dependency. When I try installing python-2.4.3-44.el5.x86_64 from the rpm, it informs me that python-libs is required. But…
Rob
  • 262
  • 3
  • 9
  • 23
2
votes
6 answers

Can't get Apache 2.2.21 to compile with OpenSSL support

Alright -- having a bad couple days here compiling Apache 2.2.21 on CentOS 5.7 with the following configure commands: ./configure --enable-ssl=shared --with-ssl=/usr/local/openssl I've compiled from source OpenSSL 1.0.0e from source: ./config…
angstwad
  • 31
  • 1
  • 1
  • 4
2
votes
6 answers

CentOS 5.7 keeps rebooting after fresh installation

I have just installed CentOS 5.7 x86_64 on a new computer. The installation went on without any issues. But, after it finnished, the machine started to show an awkward behaviour: it restarts every time it tries to boot. It happens after all the…
2
votes
2 answers

SELinux prevents Apache from writing to pgbouncer's Unix domain socket

I'm using freshly installed CentOS 5.7 Linux 64 bit with PGDG packages: # rpm -qa|grep -i PG postgresql-libs-8.4.8-2PGDG.rhel5 pgdg-centos-8.4-2 postgresql-8.4.8-2PGDG.rhel5 pgbouncer-1.3.4-1.rhel5 postgresql-server-8.4.8-2PGDG.rhel5 and get the…
Alexander Farber
  • 714
  • 4
  • 17
  • 38
2
votes
1 answer

How do I configure a USB ethernet adapter under CentOS 5.3?

I've got a server running CentOS 5.3 (Final; kernel version 2.6.18) which I need to add a 2nd NIC to, initially temporarily, but eventually permanently. I'm not familiar with installing drivers under Linux and have only used…
morgant
  • 1,470
  • 6
  • 23
  • 33
2
votes
1 answer

I keep getting an IPMI error when doing console redirection

I did have the remote management portion of IPMI working locally and externally but it is now giving me an "Usage: java RConsoleApp " error message. This is a Tyan GT20-B7002 barebones server and is running the IPMI firmware…
2
votes
1 answer

Can't install grub, missing sda?

all. I've been struggling with this for a few hours. Can't seem to be able to install GRUB. I'm on a VPS, and what's in /dev looks weird to me: drwxr-xr-x 7 root root 1920 Sep 3 11:51 . drwxr-xr-x 21 root root 4096 Sep 3 11:55…
njk
  • 21
  • 1
2
votes
1 answer

CentOS Linux 5.4 -Your PHP installation appears to be missing the MySQL extension which is required by WordPress

I have just upgraded to PHP Version 5.3.3, on my CentOS Linux 5.4, when i tried to install wordpress it says Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Here is my php.ini file ./configure'…
nilesh
  • 23
  • 3
2
votes
3 answers

Magento CE PCI Compliance

We are currently trying to achieve PCI compliance using Trustwave's vulnerability scanner. The Magento version is 1.5.1.0, running on CentOS 5. We am down to the last issue according to the PCI Compliance report. We have disputed the issue but they…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
2
votes
5 answers

How can see what processes makes my server slow?

All my websites on my server are extremely slow or not loading at all. Even server admin (Plesk) will not load some times. There's been no changes to the sites for the last coupple of months. How can I see what processes is making my server…
Steven
  • 275
  • 2
  • 9
  • 21
2
votes
3 answers

arp table filling up

I have a CentOS 5 system which serves as an IPSec VPN connector between my network and a couple of remote networks. Lately it is running into this problem once or twice a day where its ARP cache gets filled up. The local network on which this guy…
MK.
  • 292
  • 1
  • 4
  • 13