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

configuring tomat's server.xml file with auto generating mod_jk.conf

I am using apache (2.2.15) and tomcat6 (6.0.24) on CentOS 6.4 and would like to use the feature with tomcat server that generates the mod_jk.conf file automatically by adding:
GoinOff
  • 1,792
  • 1
  • 18
  • 37
3
votes
2 answers

Hostname not resolving to IP WHM/cPanel

I moved my WHM/cPanel installation to a new server. After changing the nameserver IP's and then after a little while the domains to started pointing to the new server. However the hostname doesn't resolve to an IP address. /scripts/ipcheck…
Keelan
  • 325
  • 1
  • 4
  • 12
3
votes
1 answer

Can't SSH into vagrant CentOS box on Windows 8

Vagrant is giving me headaches and stealing my weekend. I just can't ssh into any CentOS box. I'm using the box provided here http://nrel.github.io/vagrant-boxes/. In the meantime I've also tried a couple of other Centos 6.4 boxes, to no avail.…
markus
  • 40,136
  • 23
  • 97
  • 142
3
votes
1 answer

Watir-Webdriver - Address family not supported by protocol - socket(2)

I have been using watir-webdriver / MiniTest framework for just under a month now and it has been going really well. However the pack that I'm required to run every time a new build is launched contains just under 100 individual tests which takes…
CustomNet
  • 732
  • 3
  • 12
  • 31
3
votes
1 answer

Apache 2 different Virtual Hosts point to first one

Well, I'm pretty new to this, so, I'm sorry if I'm making some stupid mistake but I've been trying to make my Apache Virtual Hosts work fine for different domains. I have one VPS with CentOS 6 and Apache 2 where I'm running 2 websites with diffent…
Raees Iqbal
  • 2,160
  • 1
  • 18
  • 15
3
votes
2 answers

Cannot install jpegoptim on Centos 6

I am trying to install jpegoptim on a CentOS 6 server. I have downloaded and unpacked the package but when I try to run ./configure from the jpegoptim-1.3.0 directory I get an error that says: "cannot find libjpeg or you have too old version (v6 or…
user1780242
  • 541
  • 1
  • 10
  • 25
3
votes
3 answers

Problems compling mod_wsgi with apache

I have a centos 6 server, and I'm trying to configure apache + wsgi + django but I can't. As I have Python 2.6 for my system and I using Python2.7.5, I can't install wit yum. I was dowload a tar file and try to compile using: ./configure…
Rodrigo
  • 43
  • 1
  • 7
3
votes
2 answers

How does a socket event get propagated/converted to epoll?

I am curious how epoll_wait() receives the event that a registered socket (with epoll_ctl()) is ready for read/write. I believe that glibc magically handles it. Then, is there a document describing how the following events can be triggered for a…
Hei
  • 1,844
  • 3
  • 21
  • 35
3
votes
3 answers

installing NTP on CentOS 6

I am running CentOS Linux release 6.0 (Final) on amazon ec2. I'm trying to install NTP (network time protocol), but am getting errors. Im logged in as root and am in the root directory. I type yum -y install ntp and get "No package ntp available". I…
brno792
  • 6,479
  • 17
  • 54
  • 71
3
votes
2 answers

Wkhtmltopdf not rendering images

I'm trying to save a page from my site to pdf. I was able to get the style sheets to work using absolute URLs, but have not been able to get the images to render no matter what. I have tried using relative urls, absolute urls - even the…
Alan
  • 389
  • 1
  • 7
  • 16
3
votes
1 answer

import local package over global package

I'm working on a support library for a large Python project which heavily uses relative imports by appending various project directories to sys.path. Using The Hitchhiker's Guide to Packaging as a template I attempted to create a package structure…
user849425
3
votes
3 answers

PIL selftest.py fails for Centos 6 64-bit Error: Jpeg Decoder not Available

I am having difficulty on my server trying to get the selftest.py to run successfully. I am trying to get PIL 1.1.7 working with Python 2.4.4 (Are the versions compatible?) When the install is preformed like so: # python2.4 setup.py install running…
Mallow
  • 844
  • 1
  • 13
  • 37
3
votes
2 answers

Python lxml etree on CentOS 6.3

I have Centos 6 on my server and I've been trying to install a few packages (modules) for it. I just brought the ones on my windows to the ftp client in /usr/lib/python2.6/site-packages, but when I run my script one of them - lxml gives me an…
RewriteRule
  • 41
  • 1
  • 6
3
votes
1 answer

php-fpm stop many times a day

I installed on a Centos 6 Server to host a Wordpress busy blog: CPU: Intel Xeon E3 1245v2 - 4 Cores - 8 Threads RAM: 32 Go DDR3 Nginx, PHP-FPM, and APC Version: PHP 5.4.9 (fpm-fcgi) (built: Nov 22 2012 11:33:35) nginx version: nginx/1.2.5 The…
Hamza
  • 1,087
  • 4
  • 21
  • 47
3
votes
1 answer

Installing Mono and mod_mono on CentOS with Yum

I've been trying to find a way to get Mono into Yum, There's a similar question here: Install Mono on Centos 5.5 using YUM However this is out of date - the following repositories no longer…
Alasdair McLeay
  • 2,572
  • 4
  • 27
  • 50