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

incrond running but not executing command under CentOS 6.4

I have installed incron from the EPEL repository (before you ask; YES, I also tried downloading the source and compiling locally; same results) and am attempting to set up a process on my CentOS 6.4 (final) virtual box that I have successfully…
JawzX
  • 293
  • 1
  • 2
  • 15
10
votes
4 answers

Installing latest mono on Centos 6

I am new to Linux (literally new- used it a couple of times) and I tried to install mono via yum; but I have gotten an outdated version that don't support .NET 4 How can I install mono 2.10.8?
Andrew
  • 7,619
  • 13
  • 63
  • 117
9
votes
1 answer

Using '-servername' param with openssl s_client

I am installing a new SSL certificate on Centos6/Apache and my web browser keeps picking up the old certificate. To test my setup, I am using "openssl s_client" but I am seeing different results based on the "-servername" parameter. No one seems to…
user1398017
  • 149
  • 1
  • 1
  • 4
9
votes
6 answers

PDFtk throws a Java Exception when attempting to use 'fill_form' function

I have a PHP application that fills out a form from a database call. At present I am putting this together using PDFtk, I am able to run a number of PDFtk commands with no issue and I am currently working out the desired command at command line. My…
user3192649
  • 313
  • 1
  • 4
  • 13
9
votes
1 answer

How to install docker 1.9+ in CentOS 6.5?

I'm now deploying on CentOS 6.5, and I'm now starting to use docker. So, I follow the instructions on: https://docs.docker.com/engine/installation/centos/ No matter which method I follow to install, I get version of 1.7.1. [root@VM_72_235_centos ~]#…
Alfred Huang
  • 17,654
  • 32
  • 118
  • 189
9
votes
4 answers

Apache RewriteEngine On causes 403 error

I have a Linux box running Centos 6.6 with Apaches 2.2.x For some unknown reason, turning on the rewrite engine causes a 403 error (this happens whether I add a rewrite rule or not). I have spent hours researching this and have made changes to my…
Jez D
  • 1,461
  • 2
  • 25
  • 52
9
votes
3 answers

How to get latest cmake version from CentOS 6.5

Is there a good way to install latest cmake version from CentOS 6.5? I'm doing yum install cmake but it's giving me 2.6.4 from base repo which I don't want. I tried installing cmake28 but the problem is that when I try to do ./configure it throws an…
Passionate Engineer
  • 10,034
  • 26
  • 96
  • 168
9
votes
1 answer

command 'gcc' failed with exit status 1 error while installing scrapy

When I want to install Scrapy I meet this error: warning: no previously-included files found matching '*.py' Requirement already satisfied (use --upgrade to upgrade): pyOpenSSL in /usr/local/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg…
Lerner Zhang
  • 6,184
  • 2
  • 49
  • 66
9
votes
6 answers

Install pg gem on CentOS 6

I'm trying to setup my VPS (CentOS 6.4) with ruby on rails and postgres. I installed ruby (2.1.0p0), rails (4.1.0), and postgresql (9.3.4) with no problem. When I try create new rails app (rails new new_app -d postgresql) it stops when installing…
9
votes
4 answers

Unable to read package metadata. This may be due to missing repodata directory. Please ensure that your install tree has been correctly generated

I am new for centos installation. I downloaded a minimul version of centos 6.5, around 339.7mb of size. I am trying to install this with GUI interface but I got an error after selecting the drive option, which comes after selecting the country. …
Indra KP
  • 293
  • 1
  • 2
  • 16
9
votes
4 answers

Django, mod_wsgi, psycopg2 ImproperlyConfigured: Error loading psycopg2 module: No module named _psycopg

I have a Django 1.5, Python 2.7 site running under Apache with mod_wsgi on a CentOS 6.4 server. I have rebuilt this site using Django 1.6 and Python 3.3. Deploying it to the same server and changing the paths in httpd.conf I get the subject error.…
Tim Cook
  • 655
  • 1
  • 8
  • 18
9
votes
2 answers

Starting Jenkins bash: /usr/bin/java: No such file or directory

I have a CentOS server and I'm trying to run jenkins as a service with: service jenkins start I am running as root user and I'm getting this response: Starting Jenkins bash: /usr/bin/java: No such file or directory …
Jonathan Airey
  • 416
  • 1
  • 5
  • 17
9
votes
2 answers

rails app gives error "can not load translations from {ru.yml path} expected it to return a hash, but does not"

My application works fine locally, but when i'm installing it to production server, i get the following error running rails server and requesting page: ActionView::Template::Error (can not load translations from {app}/config/locales/ru.yml, expected…
lich
  • 290
  • 1
  • 5
  • 10
8
votes
1 answer

How to run interactive Centos 6 within docker

I'm unable to run an interactive session with Centos:6 in docker. Works perfectly with Centos:7 >docker -v Docker version 18.03.0-ce, build 0520e24302 >docker pull centos:6 ... >docker run -it centos:6 [just returns to my terminal] >docker pull…
Mathieu Westphal
  • 2,544
  • 1
  • 19
  • 33
8
votes
2 answers

Change owner of a currently running process

I have a process that is currently running with pid, $PID, and owned by the user foo which is not root. I want to transfer the ownership of this process to another user bar which is also not root. Is there a shell command that changes the owner of…
Skam
  • 7,298
  • 4
  • 22
  • 31