Questions tagged [centos6]

GENERAL SUPPORT QUESTIONS MAY BE ASKED ON SERVER FAULT https://serverfault.com CentOS is a Linux distribution aiming for 100% binary compatibility with RHEL.

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

Version 6 was released on 2011-07-10 and uses kernel version 2.6.32-71.

1576 questions
3
votes
1 answer

Installing php-soap with yum and pear both fail

I am trying to install the SOAP extension for PHP on a Centos 6.4 server. I am fairly unfamiliar with package managers, installing packages from the CLI and configuring them within PHP. I am fairly competent with managing the php.ini and other PHP…
Joe Harvey
  • 193
  • 2
  • 7
3
votes
3 answers

Failing to start PostgreSQL server on Centos

I just followed this tutorial: http://www.unixmen.com/postgresql-9-4-released-install-centos-7/ But I can't start my postgres server on my centOS 6.5 machine. Here's the error: [root@vm5 ~]# service postgresql-9.4 initdb Data directory is not…
dex90
  • 175
  • 2
  • 2
  • 8
3
votes
2 answers

nginx php-fpm "Access Denied" on Centos

I am getting "Access Denied" on index.php file. I created test.php by using touch command on my server and it is working. I deleted index.php and created index.php by using touch command and c/p index.php source new index.php file and then I checked…
Kerem Bekman
  • 1,281
  • 2
  • 13
  • 24
3
votes
1 answer

How to start/stop/flush OpenCPU on CentOS6?

I've successfully built and installed OpenCPU and RStudio Server on a CentOS6. Everything is working as expected, and I do get successful GET/POST responses for my local R packages. A couple of things that don't seem to work however: I can't figure…
mbacou
  • 131
  • 8
3
votes
2 answers

Can not install mysqli in Centos

I can not install the Mysqli. I am using Centos 6 , apache 2.2.x and php 5.4 MySql 5.5.37-cll I tried: yum install php-pdo php-mysqli and I see: Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base:…
Greg
  • 343
  • 3
  • 17
3
votes
1 answer

GLIBCXX_3.4.15, GLIBC_2.15 and GLIBC_2.14 not found - Centos 6.5

I am trying to run an app but I get ... /usr/lib64/libstdc++.so.6: VERSION 'GLIBCXX_3.4.15' not found /lib64/libc.so.6: VERSION 'GLIBC_2.15' not found /lib64/libc.so.6: VERSION 'GLIBC_2.14' not found ... When I do "strings…
FFMG
  • 1,208
  • 1
  • 10
  • 24
3
votes
0 answers

NodeJS: forever.js throws binding error : EROFS read only file system

Okay, so I am using nodejitsu's forever(v0.11.1) module to keep my NodeJS(v0.10.28) + expressJS(3.5.1) server running on VPS(CentOS-6.4). Everything was working smoothly untill recently when I started getting following error while running command:…
Avdhesh Parashar
  • 1,167
  • 2
  • 8
  • 10
3
votes
1 answer

Why am I getting a docker container with no IPAddress?

I have a Dockerfile to build mongodb on Centos 6: # Build docker image for mongodb FROM test MAINTAINER ... # Set up mongodb yum repo entry # https://www.liquidweb.com/kb/how-to-install-mongodb-on-centos-6/ RUN echo -e…
hughdbrown
  • 47,733
  • 20
  • 85
  • 108
3
votes
1 answer

What is the FULL TUTORIAL to set up X11 forwarding with the last CentOS CLEAN install?

Is anyone can give to me the FULL process to set up X11 forwarding from a CentOS fresh and clean install on a dedicated server ? So, i have access to the server only by ssh The problem is simple : i already tried i think all solution i find in…
TLeM4
  • 31
  • 1
  • 1
  • 5
3
votes
1 answer

Microsoft Azure Firewall

Description: I have built a Centos 6.5 on VM on Microsoft Azure, I need to open 5060 for using Asterisk. I first enabled endpoint 5060 on VM, and then I added rule for accepting port 5060 in iptables in Centos 6.5 I saved it and restarted it. When…
3
votes
1 answer

OpenSSL version for Heartbleed

How does one check the version of OpenSSL for the Heartbleed vulnerability on CentOS systems, and what is the procedure for manually updating it?
JoshuaDavid
  • 8,861
  • 8
  • 47
  • 55
3
votes
0 answers

Failed to install PDO

I failed install PDO on Centos 6.5 using # pecl install PDO WARNING: "pecl/PDO" is deprecated in favor of "channel://http://svn.php.net/viewvc/php/php-src/trunk/ext/pdo//ext/PDO" downloading PDO-1.0.3.tar ... /tmp/pear/temp/PDO/pdo.c:…
3
votes
0 answers

Can't change webmin port on CentOS 6.5

I have a CentOS 6.5 with webmin installed. I need to change the default port (10000) to something else (1020) for example. Here is what I've tried so far: From web interface I changed the port and when it redirect to the address with the new port…
mbouzahir
  • 1,424
  • 13
  • 16
3
votes
3 answers

cannot find the library `/usr/lib64/libexpat.la' when building httpd-2.4.7 RPM for CentOS 6.5

I am following up the instruction from http://httpd.apache.org/docs/2.4/platform/rpm.html to build httpd-2.4.7 RPM for CentOS6.5. But I got the following errors - cannot find the library `/usr/lib64/libexpat.la'. rpmbuild -tb…
user3311092
  • 31
  • 1
  • 2
3
votes
2 answers

aws-cli 1.2.10 cron script fails

I have a crontab that fires a PHP script that runs the AWS CLI command "aws ec2 create-snapshot". When I run the script via the command line the php script completes successfully with the aws command returning a JSON string to PHP. But when I setup…
Theo Kouzelis
  • 3,195
  • 5
  • 37
  • 66