Questions tagged [centos5]

CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

is a free operating system distribution based upon the Linux kernel.

Version 5 was released on 2007-04-12 and uses kernel version 2.6.18-8. It reached its End of Life (EOL) on 2017-03-31.

Documentation

313 questions
0
votes
1 answer

Problems with PHP time zone wrongly set

I have a problem with PHP not reflecting correctly the actual time, an as a result all server's scripts are always 5 hours in the future. If I run this in thecommand line I got. (Centos5) .. [root@server ~]# date Sat May 4 11:20:17 CDT 2013 Which…
Dragnovich
  • 91
  • 1
  • 8
0
votes
2 answers

How to capture href link in BASH

I have an output line that I regexed that looks like this: "test link"
how do I go about capturing google.com without quotes into a variable? Given the url could contain many '/' e.g. (random made up gibberish…
Anthony Miller
  • 15,101
  • 28
  • 69
  • 98
0
votes
1 answer

Ceph: mount failed: Numerical argument out of domain

Due to this problem, my friend found the Open Fusion repo that included the ceph. ceph-fuse is installed without problem: # ceph -v ceph version 0.27.1 (commit:44900d4c13f02913b3347cac3e1dc33632d5b8ff) You have new mail in /var/spool/mail/root But…
quanta
  • 3,960
  • 4
  • 40
  • 75
0
votes
1 answer

Compiling Ceph on CentOS 5: `doc_DATA' is used but `docdir' is undefined?

Has anyone sucessfully compiled Ceph on the CentOS 5? [user@host ceph-0.56.4]# make ... checking boost/spirit.hpp usability... src/Makefile.am:1115: `doc_DATA' is used but `docdir' is undefined make: *** [Makefile.in] Error 1 make: *** Waiting for…
quanta
  • 3,960
  • 4
  • 40
  • 75
0
votes
1 answer

rpmbuild of php fails on make test

I am trying to build php from rpm source and it fails on centos 5 32bit. building of php 5.2.6. I get error as follows: Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/php-5.2.6-2-root-root error: Installed (but unpackaged)…
shorif2000
  • 2,582
  • 12
  • 65
  • 137
0
votes
1 answer

Postfix not able to receive mails from external domains

Problem is that I able to send mails from my myname@mydomain.com to outside domains but all mails coming from outside (myname@gmail.com) are is not reaching my domain mail ids. I am not sure where I made mistake. This is my postfix main.cf…
Muthukrishnan
  • 2,047
  • 2
  • 16
  • 16
0
votes
1 answer

How to force NFS mounted disk to sync to current state that was updated by a different machine?

I am running into an issue as follows in my C++ application running on Centos 5: On machine A there is an NFS mounted drive from machine C that contains a file: /nfs/mounted/drive/path/directory/file My application renames the directory from…
WilliamKF
  • 41,123
  • 68
  • 193
  • 295
0
votes
1 answer

Installing Zend Framework 2 using pyrus

I'm getting an error when trying to download Zend Framework2 view pyrus. Here is the error: # php pyrus.phar . install zf2/Zend_Framework#Standard Using PEAR installation found at /usr/share/pear/pyrus PHP Warning: Invalid argument supplied for…
EricP
  • 1,459
  • 6
  • 33
  • 55
0
votes
1 answer

configuration of xdebug on centos with php-5.2.8

I followed the link http://xdebug.org/wizard.php to install xdebug2.2.1 for netbeans7.2 php in my centos5.8 but I dnt have phpize for which i need to install php5-dev and I need to work on php version 5.2.8 so was unable to install php5-dev in…
Chethan
  • 53
  • 1
  • 7
0
votes
2 answers

keyctl commands throw 'undefined symbol: dlopen' errors

I am running Centos 5.8 on a production server. I have an application that needs to use the keyctl command, but everytime the app calls (or I call) the command, I have some errors. The first error was this: root@server [~] keyctl show segmentation…
Sergio
  • 78
  • 3
0
votes
1 answer

ftp_login() error

I have a big error. This is my ftp_connect() PHP code.This code work my localhost but does not work my host (Centos…
ozi-web
  • 1
  • 1
0
votes
2 answers

Can't install Couchbase PHP client library v.1.1.1 to CentOS 5.6

I have two servers dev and production, they are pretty simillar. Both have CentOS 5.6 PHP 5.2.17 Here is installed list: yum list installed | egrep 'couch|php|mem' couchbase-server.x86_64 1.8.0r-1 …
Andrey Nikishaev
  • 3,759
  • 5
  • 40
  • 55
0
votes
0 answers

php.ini file not showing changes

Background: Default Media Temple (dv) 4, Centos 5.8, Plesk 11, FastCGI Installed APC from source. Adding extension = "apc.so" to /etc/php.ini does not show APC on phpinfo after httpd restart. Adding extension = "apc.so" to…
TechRemarker
  • 2,788
  • 11
  • 37
  • 60
0
votes
1 answer

How to open port 2195 in iptables centos cpanel 11

Please help me. how to add 2195 port in iptables ...centos server and cpanel 11 installed.
user1543571
  • 57
  • 2
  • 9
0
votes
1 answer

ImportError: No module named rpm

I installed python26 on my CentOS 5.3 machine using the following command. Now I have both python 2.4.3 and python 2.6 running on that machine. yum install python26 When I run a python script with the following in the beginning of the…
user646073
  • 149
  • 5
  • 12
1 2 3
20
21