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
0 answers

"mc.local is currently unable to handle this request" not able to find issue for error 500?

I am trying to setup a local environment for work in a Wordpress project. The server is running in a VM under Vmware Workstation and has CentOS 6.7, PHP 7.0.3, Apache 2.2.15 and MariaDB 10.0.23. I have Apache configured to work with VirtualHost,…
ReynierPM
  • 17,594
  • 53
  • 193
  • 363
3
votes
1 answer

Use of PTPd on RedHat/CentOS

I need to create a reliable and accurate synchronization between two CentOS 6 machines connected through a direct Ethernet connection. I've seen that on Linux several implementation of the IEEE 1588 Precision Time Protocol (PTP)…
Claudio
  • 10,614
  • 4
  • 31
  • 71
3
votes
0 answers

DNS resolve very slow on php

i am trying to fetch some external data on my PHP site, but having trouble with DNS resolving. When i use curl i get namelookup_time of about 8 seconds. Also tried file_get_contents with same lousy performance. Even gethostbyname takes about 8…
joxwell
  • 41
  • 1
  • 10
3
votes
1 answer

python logging module no output while running in crontab

I hava executable a.py file worked fine when running in CLI. But after I wrote a a.sh script /root/a.py >> /root/a.log and start a crontab * * * * * /bin/sh /root/a.sh, it worked fine except no outputting in the log file. The logging part of a.py…
J.Wang
  • 1,241
  • 3
  • 13
  • 17
3
votes
0 answers

ERROR "The process has been signaled with signal "11" Laravel 4.2

I installed WKHTMLTOPDF in my localhost and the system work. But when is uploaded to my Server (CEntos 6 64bits) dont work and laravel sent a message, "ERROR The process has been signaled with signal 11". The path of WKHTMLTOPDF binary file…
3
votes
3 answers

How to install GitLab on CentOS 6 running WHM?

I am trying to install GitLab on my dedicated server with no luck. Server info: CENTOS 6.7 x86_64 standard WHM 11.52.1 (build 2) I tried this guide, but I keep getting the following error: Loaded plugins: fastestmirror, security Setting up Install…
Waqleh
  • 9,741
  • 8
  • 65
  • 103
3
votes
1 answer

npm installing itself without dependancies

I am trying to install the latest npm, following the instructions on the npm doc site. My problem is that using command: npm install -g npm to get the latest version of NPM does not seem to work: it does not seem to install any of the needed…
harmic
  • 28,606
  • 5
  • 67
  • 91
3
votes
2 answers

VMWare Tools fails on CentOS 6.7 minimal with "initctl: Job failed to start"

I am posting this here because I struggled with this and ultimately found the solution elegantly saved in another website which is no longer up (wayback machine:…
aaryno
  • 606
  • 5
  • 13
3
votes
2 answers

psql: FATAL: Ident authentication failed for user "xxx" with method trust

I've created a new role and Database in the following way (with postgres user): CREATE ROLE xxx LOGIN PASSWORD 'CHOOSEAPASSWORD' NOSUPERUSER INHERIT NOCREATEDB CREATEROLE REPLICATION; CREATE DATABASE xxx WITH OWNER = xxx ENCODING =…
Benedikt Bock
  • 1,007
  • 15
  • 37
3
votes
1 answer

Git issues with shared folders in Vagrant

I have never seen this issue before while using Vagrant, so I'm hoping this makes sense to someone. I have a folder that contains a git repository, that is being synced with a Vagrant machine running CentOS 6.5, and seeing some inconsistencies with…
3
votes
3 answers

vagrant, install chef/centos-6.6

My vagrant version is: $ vagrant --version Vagrant version 1.0.1 Following these instructions, vagrant init works: $ vagrant init chef/centos-6.6 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first…
user744629
  • 1,961
  • 1
  • 18
  • 27
3
votes
3 answers

Access permission in apache server CentOS

I have installed a virtual machine CentOS 6.6. I also installed Apache, PHP, MySQL with yum. I changed my document root from /var/www/html to /www so I edited my /etc/httpd/httpd.conf and changed these two lines: DocumentRoot…
Najd Mrabet
  • 163
  • 3
  • 17
3
votes
1 answer

Updating Ansible version using "sudo pip install ansible --upgrade" does not update the core modules

I used sudo pip install ansible --upgrade to upgrade Ansible on CentOS 6. When I typed ansible --version, it gave me the updated version number. However all the Ansible core modules did not get updated. I had to manually update the core modules…
Elise Louie
  • 41
  • 1
  • 3
3
votes
2 answers

Unable to zoom-in Munin graphs on CentOS

I have installed munin on my CentOS 6 system. The installation procedure is as follows: rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm yum --enablerepo=epel install munin munin-node rrdtool vim…
Autumn
  • 339
  • 5
  • 19
3
votes
1 answer

SSSD and sudo: mismatch between sudoHost and server hostname

I'm running SSSD/LDAP on CentOS6 to authenticate users and I've configured it also to get SUDO information from the LDAP server. If I run hostname on my server I get: [root@myserver ~]# hostname myserver I configured sssd.conf with a search base,…
ma_stack
  • 51
  • 5