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

CentOS 6.7 php 5.6 Chef

We are running on php 5.4.44 with CentOS 6.7 I was reading some comments found here: https://www.reddit.com/r/PHP/comments/2w7xok/does_anyone_know_where_i_can_find_a_chef_cookbook/ How could I go about installing php 5.6 on CentOS 6.7 using chef? I…
mxlfa
  • 95
  • 8
0
votes
1 answer

SVN Repository - CentOS 6.5

I'm trying to setup a SVN repository on my server. I've followed the routine steps to config the repository.By using "http://myip/svn" and After submitting the "Authentication Required" form (with a valid username and password), I've got: This XML…
Sirbito X
  • 596
  • 5
  • 8
0
votes
0 answers

Accessing nodejs as non root

I have node 0.10.x installed via apt-get and also nvm/npm. I used nvm to install node 0.12.7 and used this command (n=$(which node);n=${n%/bin/node}; chmod -R 755 $n/bin/*; sudo cp -r $n/{bin,lib,share} /usr/local) to copy the node binaries to…
0
votes
1 answer

Apache httpd is not restarting in centos

I install Zend server CE 5.6. With that Apache is installed automatically. Now I want to restart Apache server then it is showing error click here for image to see exact error any help why i cannot restart apache httpd service.....?
0
votes
2 answers

Install BigBlueButton 0.9 in CentOS 6+

I have been looking around for the installation steps for BigBlueButton 0.9 in CentOS version 6+ without any results. I have only been provided installation steps for BigBlueButton 0.6. Any directions where I can get the installation details for BBB…
Meghna Bhadra
  • 58
  • 1
  • 7
0
votes
1 answer

RPM to invoke browser post installation

I am creating an RPM installer for centos 6.5, After installation i want the RPM to invoke the browser and show the installation report. This installation report shows the details of how the installation went. Including errors and warnings that…
Avinash Nair
  • 1,984
  • 2
  • 13
  • 17
0
votes
1 answer

Setting up cluster with vagrant

I want to create a cluster of 4 CentOS VMs using Vagrant. I installed Vagrant and VirtualBox on my Widnows machine, downloaded the CentOS 64 box and created the cluster. Steps: Execute 'vagrant box add --name centos65-base' Execute 'vagrant init…
Prachi
  • 528
  • 8
  • 31
0
votes
1 answer

Play production mode and writing public folder

I have a problem writing files into a public folder when I run my play 2.4 application on my Centos 6.5 server. When I run the following command line: ./activator clean compile run The application has no problems to write files in the public/…
iCode
  • 95
  • 1
  • 11
0
votes
1 answer

CentOS:Connection Reset By Peer Error while running python scripts

For my college project I am building one traffic generation tool using python. I have developed my own linux server and client on Vmware. I am using urllib2 for traffic generation in python. The problem that I am facing here is when I run my scripts…
Bhoomika Sheth
  • 323
  • 5
  • 17
0
votes
1 answer

Unable to install php mongo extension in centos 6.5 and php 5.4

I have installed PHP 5.4 and mongodb in Centos 6.5. I tried to install the PHP mongodb extension using the instruction given in http://www.liquidweb.com/kb/how-to-install-the-mongodb-php-driver-extension-on-centos-6/, but when I run php -m | grep -i…
0
votes
1 answer

Setting Error_Log to VirtualHost Root in apache 2.4

I have this in my httpd.conf: DocumentRoot "/var/www/html/example.com" ServerName www.example.com ServerAlias example.com ErrorLog "%{DOCUMENT_ROOT}/error_log" AllowOverride all …
varun21
  • 1
  • 1
0
votes
1 answer

Memcached on CentOS 6.6

I'm trying to get memcached to work on my CentOS 6.6 server in Laravel (PHP). It looks like I installed memcached correctly because when I type in "ps aux | grep memcached", I get a response showing it's running. When I run phpinfo, I get the…
JasonJensenDev
  • 2,377
  • 21
  • 30
0
votes
1 answer

Sendmail Postfix long delays

I am using PHP's mail function to send messages to the users of an application. But I have been getting reports that some people don't receive them, and that others have arrived up to a couple of hours later. So I was looking through…
lshas
  • 1,691
  • 1
  • 19
  • 39
0
votes
2 answers

Install PHP On CentOS Issues

I'm having issues installing PHP on Centos using yum install php Could someone help me get it working if possible? Here's what it's saying: login as: root root@****************'s password: Last login: Wed Jan 14 06:21:17 2015 from…
navrag
  • 99
  • 1
  • 8
0
votes
1 answer

yum Error: Cannot retrieve repository metadata (repomd.xml) for repository: Updates-ambari-1.x. Please verify its path and try again

To whom it may concern: I am running CentOS 6.5 on my server. I keep on receiving the following error when I type in yum update as the root user: [root@dbtest /]# yum update Loaded plugins: fastestmirror, security Setting up Update Process Loading…
user3634039
  • 19
  • 1
  • 2