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

Compile Corona?

Trying to compile corona on CentOs5. When I run ./configure I get checking how to run the C++ preprocessor... /lib/cpp configure: error: C++ preprocessor "/lib/cpp" fails sanity check See `config.log' for more details. Tried downloading an rpm and…
Will
  • 257
  • 4
  • 19
0
votes
2 answers

CentOS 5.5 , Apache2.2, PHP 5.2.14, Fastcgi 2.2-4 and 5xx Errors

I am running the version of softwares mentioned in subject. Apache was installed from standard centos repo, fastcgi was install from http://centos.karan.org/kbsingh-CentOS-Extras.repo and PHp was manually compiled and install to…
Shoaibi
  • 809
  • 1
  • 10
  • 28
0
votes
2 answers

Server crashed unexpectedly

I have absolutely no idea how did the server crashed, the only exceptional thing I found is the following graph from munin: Please don't tell me I need more RAM, as you can see, before the incident occurred, everything was stable. I just don't get…
TheOnly92
  • 115
  • 2
0
votes
2 answers

nameserver address not resolving, possible bind misconfiguration

I have a CentOS based VPS, which I've started setting up to use it's own nameservers. The domain is registered elsewhere, and I've already registered the nameservers with my registrar. On the server side, I've edited named.conf (I had a local view,…
Primoz
  • 45
  • 7
0
votes
2 answers

MicroStrategy Installation

I'm installing MicroStrategy 9 (CentOS 5.5) and its currently failing looking for the mstrfixprot program. Has anyone else had this problem before?
McPeterson
  • 141
  • 1
  • 1
  • 6
0
votes
1 answer

startup screen centos 5

where can I modify bootup screen in cetos. I runs different messages while booting up and I need to modiy it. thanks
user50946
  • 483
  • 2
  • 7
  • 18
0
votes
1 answer

Port based virtual hosts in CentOS 5.5 / Webmin

I am trying to setup virtual hosts in the respect that everything is in the /var/www/html/ root folder however, I am trying to setup folders within that and then setup port related url's. myserverip - Would get the local intranet myserverip:8181 -…
jonraw
  • 13
  • 3
  • 8
0
votes
4 answers

Installing phpMyAdmin on Cent OS 5.5

This is installed on CentOs 5.5 Please bare in mind that this is on a local network at work and access from the outside world is not possible due to the strict restrictions on the local network. I have managed to get php 5.3 installed on the linux…
jonraw
  • 13
  • 3
  • 8
0
votes
2 answers

sqlite3 support on centos with PECL?

i just realized that the rpm version of php that i have installed on the server don't have sqlite support (well it have the PDO support but for some reason don't work) so i installed as a PECL extension, and now it show the support on the phpinfo()…
shadow_of__soul
  • 376
  • 1
  • 6
  • 16
0
votes
2 answers

Where can I learn the all the Linux process lists in detail which comes with ps

Ween I do ps -A Then I get the list of all processes. Is there any tutorial which explains which process is doing what?
John
0
votes
1 answer

mail directory of exim and courier and ftp accounts?

i'm making a server migration from a cpanel centos 5 box to a plain centos box. i already migrated, files, ssl, user system permissions and installed the basic service: as proftpd, apache, dovecot, exim, dns etc.. now what i can't find is where are…
shadow_of__soul
  • 376
  • 1
  • 6
  • 16
0
votes
1 answer

HOw to enable shell login for particular user in one ip

I have blocked FTP 21 port on server. NOw every connection will be via SFTP via ssh. Initially i had /etc/hosts.deny -- sshd:all But i had to remove that otherwise sftp was not working. How can i secure my shell login so that if someone login via…
John
0
votes
1 answer

Missing libcurl.so.3 on updating tp PHP 5.2.13

I am trying to update my PHP to 5.2.13 however when I tried running yum update, it gives me this dependency error. php-5.2.13-jason.1.i386 from utterramblings has depsolving problems --> Missing Dependency: libcurl.so.3 is needed by package…
exentric
0
votes
2 answers

Timeout error occurred trying to start MySQL Daemon

Timeout error occurred trying to start MySQL Daemon. The above error comes when i run the following command "service mysqld start" this error comes on centos 5 after reboot the system please help me i'm a new bie on centos 5 and i'm stuck here
user353277
  • 21
  • 2
  • 4
0
votes
1 answer

PHP mail() not sending emails Centos Cloud Server

I am new to this. Have got a cloudserver running centos 5.4, Installed php, mysql and apache to run magento however emails are not going out.. Do I need to configure something more?
Silverphp