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
6
votes
4 answers

my.cnf file missing and cannot be found at any directory

I recently removed mysql 5.1 an installed mysql 5.6 on my CENTOS 6 x86 OS. When I try to look for the my.cnf file it is missing from these directories: mysqld --verbose --help | grep -A 1 "Default options" = /etc/my.cnf, /etc/mysql/my.cnf, and…
user1464296
5
votes
2 answers

How to set CLOUDSDK_PYTHON for Google Cloud in Linux?

if I run: sudo gcloud components update I get this warning: WARNING: Python 3.4.x is no longer officially supported by the Google Cloud SDK and may not function correctly. Please use Python version 2.7.x or 3.5 and up. If you have a compatible…
Daniele B
  • 19,801
  • 29
  • 115
  • 173
5
votes
2 answers

Remove .php from URL in subdirectory

On a CentOS 6 running apache 2.4 and DirectAdmin, I have a wordpress website. Beside the wordpress standard architecture, I want to have some semi-static pages which are located in a sub-directory. Filesystem is as:…
5
votes
0 answers

recvmmsg/recv/recvfrom blocks under high load

We have an application on Centos 6 that calls recvmmsg() on a multicast address to read 1024 UDP packets at a time. When we run multiple instances of this application on the same box (all listening to the same traffic), sometimes this call will…
Tars AC
  • 79
  • 2
5
votes
4 answers

google-cloud-sdk installation not finding right Python 2.7 version in CentOS /usr/local/bin

Our server OS is CentOS 6.8, I was trying to install google-cloud-sdk, even though I installed python 2.7 in /usr/local/bin , it is still looking at old version of python 2.6 in /usr/bin . I tried giving export PATH=/usr/local/bin:$PATH to…
5
votes
3 answers

Where does yum install python on CentOS 6.6?

I've installed python27 on my CentOS 6.6 system using this command: % yum install python27 The install went successfully but I cannot find the python27 executable. It is not in the following places: /bin /usr/bin /usr/local/bin Running the yum…
Ray Salemi
  • 5,247
  • 4
  • 30
  • 63
5
votes
1 answer

How to disable ssl plugin on MySQL community server?

New introduced SSL connections on MySQL Server is now default installed on CentOS 6.7 default rep. Just removing the certificate files can solve it accoding with Docs: "If the server does not find valid certificate and key files in the data…
LeonanCarvalho
  • 1,819
  • 3
  • 20
  • 39
5
votes
2 answers

dos2unix modifies binary files - why

By default it is not supposed to affect binary files. I tested it in a folder with images and although most images were not affected, a few were. If dos2unix cannot tell a binary file from a text file, must I resort to specifically including and/or…
Buttle Butkus
  • 9,206
  • 13
  • 79
  • 120
5
votes
3 answers

WordPress async-upload.php 403 error

For a client of mine, I have moved their webpage to a VPS by request. But I'm a web developer and not good at server configuration. Due to a permission misconfiguration, in my opinion, I cannot fetch images in Media library, no error or sth. Also…
yenerunver
  • 416
  • 1
  • 5
  • 26
5
votes
3 answers

Logrotate not compressing

We have syslogd set up to send all logs from a few different servers into one, all into a folder called /var/log/centrallogs. We're using the following log rotate config for this directory: /etc/logrotate.d/centrallogs: /var/log/centrallogs/*log { …
Mike McCormick
  • 121
  • 1
  • 1
  • 9
5
votes
1 answer

Tomcat Manager App 404 after changing Context.xml

I have Tomcat 7.0.39 installed on CentOS 6.6 x64 I had it set up correctly so I could go to Tomcat's manager app. I then swapped /conf/context.xml to a different context.xml file (for a client's app that I was trying to get to run). After changing…
Ric
  • 405
  • 3
  • 12
5
votes
1 answer

FIPS integrity verification test failed when iniating SSH session

I recently enabled the FIPS module under CentOS 6 (minimum install). Module is confirmed working: cat /proc/sys/crypto/fips_enabled yields 1 openssl md5 somefile(fails) and openssl sha1 somefile(succeeds). openssl version yields OpenSSL…
a coder
  • 7,530
  • 20
  • 84
  • 131
5
votes
1 answer

Make SSL faster on Linux CentOS with Apache 2.4 OpenSSL 1.0

colleagues! Well, I am with a huge problem with the speed of SSL Authentication. Since I move my website to SSL, the GoogleBot reduce the indexing of my website, because the SSL Negotiation is with below value I got with WebPageTest.org: URL:…
5
votes
1 answer

How to change limit open file of root user , on Centos 6.4 x64

I tried several way to change open file limit from URL http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/ which I have changed limit.conf and /etc/sysctl.conf it work with other user , but limit open file of root doesn't…
Denny
  • 449
  • 4
  • 17
5
votes
1 answer

Reverse Proxy with Apache on Centos 6

I'm trying to forward an URL to another server using Apache. I created a virtual host in the httpd.conf. It's not working when I try to access ipServeur/test. I can't access the page. What is wrong? NameVirtualHost *:80
ZheFrench
  • 1,164
  • 3
  • 22
  • 46