Questions tagged [centos6.5]

CentOS CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

CentOS is an Enterprise-class Linux Distribution derived from the sources of Red Hat Enterprise Linux (RHEL) and aiming to be fully compatible with RHEL. Version 6.5 was released in February 2014.

Distributions

198 questions
1
vote
1 answer

memcached doesn't start on vagrant up with CentOS 6.5

I'm trying to provision a development box with Vagrant and a CentOS 6.5 base box. I want memcached to automatically start at system boot/vagrant up. I have tried adding memcached -d -l localhost -p11211 to /etc/rc.d/rc.local and this does not…
bigtunacan
  • 4,873
  • 8
  • 40
  • 73
1
vote
0 answers

which folder python 2.6 is installed in centos 6.5

Actually I installed python 2.6 in CentOS 6.5 and want to run a command on start up time in CentOS 6.5. I installed watchdog also so that can monitor activity for a folder printing located at /var/www/html/printing. Previously I did this in Windows…
1
vote
1 answer

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/memcached.so' - /usr/lib64/php/modules/memcached.so

I'm working with CentOS 6.5 When I'm executing this php -v I'm getting the below message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/memcached.so' - /usr/lib64/php/modules/memcached.so: cannot open shared…
Rishi Kulshreshtha
  • 1,748
  • 1
  • 24
  • 35
1
vote
1 answer

install errors on astrisknow 6.12-64bit on vmware workstation 8

I'm using asterisk and trying to implement a test environment for testing asterisk functionalities on VM. I'm using VMware workstation 8 and trying to install AsteriskNOW 6.12-64 bit vi iso downloaded for following…
Gayanmyte
  • 11
  • 3
1
vote
1 answer

"docker run" fails with "-v" options on CentOS6.5

Summary I'm trying to set up Mesos cluster using Docker containers. But docker run command fails with -v volume options, and succeeds without volume options. Message is as follows, FATA[0008] Error response from daemon: No such image:…
ai0307
  • 4,037
  • 2
  • 13
  • 21
1
vote
1 answer

Re-Install R with Shared library option in CentOS 6.5

Operating System:CentOS 6.5 (64 bit) R version: 3.1.3 (2015-03-09) -- "Smooth Sidewalk" I did the R installation using yum: # su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm' # yum update…
SVN
  • 11
  • 2
1
vote
1 answer

Centos Crontab Bad Command

I have a pretty simple db back-up script that runs perfectly from shell. php /home/db_backup/db_backup.php When I attempt to add a Crontab, I get the vague 'Bad Command errors in crontab, can't install." I've tried w/ php and full path to php.…
Steve Peterson
  • 132
  • 1
  • 4
  • 16
1
vote
1 answer

Hiredis dependency not resolving

Please help me understand where rpm looks for libhiredis. Software could easy find rest of the dependencies like libev etc, which i installed using yum. For hiredis i used regular make && make install as yum had really old package. This is the only…
balyanrobin
  • 91
  • 1
  • 5
1
vote
1 answer

Ror app not running on CentOS

I am using CentOS 6.6 first time to deploy Rails 4 application. I have installed all necessary softwares like MySQL, Ruby, Rails, Passenger, Apache2, etc. I have tested it for index.html page inside /var/www/html/index.html and set it on Apache…
siv rj
  • 1,451
  • 1
  • 14
  • 31
1
vote
1 answer

mongod service not recognized

I have installed mongodb in Centos 6.5. The mongodb folder is in /usr/mongodb/. But when I run "service mongod start", it shows error: The mongod service is unrecognized. But if we enter run "/user/mongodb/bin/mongod", the service starts and…
1
vote
2 answers

How do you install nginx on CentOS 6.5 using ansible

I am new to using ansible and I am trying to set up a simple Hello world playbook. So far I have everything talking to each other but I can't seem to automate the nginx install. I have tried several variations and I can not seem to find any…
seanm1985
  • 53
  • 2
  • 5
1
vote
1 answer

How to install php5.5 on Centos/RHEL 6.5 just via rpm?

I can't use the yum at all! is there any php5.5 rpm file can be download to fit the the centos 6.5? I can't use yum, so the php extension such as php55w-xml php55w-mcrypt php55w-gd php55w-devel php55w-mysql php55w-mbstring also should be downloaded…
makenai
  • 345
  • 1
  • 2
  • 9
1
vote
0 answers

php-fpm pool settings being ignored in Plesk 12 server with Nginx

I'm setting up a Centos 6.5 server with the latest version of Plesk (12) which finally has support for php-fpm. I have enabled it and have set nginx to use phpfpm which is all fine. What I cant work out is how to alter the settings. By default,…
PixieMedia
  • 1,548
  • 1
  • 9
  • 15
1
vote
0 answers

Mod Python not working

I have installed mod_python-3.3.1-16.el6.x86_64 using epel repository in Centos 6.5 for Ganglia Python Modules. When I start gmond service, I am getting the following error: Starting GANGLIA gmond: Cannot load /usr/lib64/ganglia/mod_python.so…
vishnu
  • 451
  • 4
  • 18
1
vote
0 answers

Failing to run pysnmp on centos

I'm trying to use pysnmp to access my local lib, but without any success. For example the following code: from pysnmp.entity.rfc3413.oneliner import cmdgen Results in : Traceback (most recent call last): File "", line 1, in File…
Fabricio Buzeto
  • 1,243
  • 1
  • 18
  • 29