CentOS is a community-supported, mainly free software operating system based on Red Hat Enterprise Linux (RHEL). It exists to provide a free enterprise class computing platform and strives to maintain 100% binary compatibility with its upstream distribution. CentOS stands for Community ENTerprise ...

learn more… | top users | synonyms

60
votes
15answers
90k views

Install python 2.6 in CentOS

I have a shell that runs CentOS. For a project I'm doing, I need python 2.5+, but centOS is pretty dependent on 2.4. From what I've read, a number of things will break if you upgrade to 2.5. I want ...
44
votes
3answers
56k views

CentOS 64 bit bad ELF interpreter

I have just installed CentOS 6 64bit version, im trying to install something and i just got the following error /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory im really new to ...
37
votes
2answers
22k views

Install Mono on Centos5.5 using YUM

I'm a Linux neophyte and can't figure out how to install the Mono 2.6.7 runtime on CentOS 5.5 using yum. I know how to build Mono from the source. However, according to this page it is possible to ...
36
votes
21answers
85k views

Centos or Debian as a server OS? [closed]

What would you choose for a server used for web hosting, dns and email and why?
28
votes
5answers
45k views

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

CentOS 5.0 I tried to restart my apache server and got this messeage httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName here is /etc/host ...
23
votes
9answers
28k views

How do I Upgrade to Subversion 1.5 On CentOS 5?

My development server (CentOS 5) is running Subversion 1.4.2, and I wish to upgrade it to 1.5. I have read in various blogs and documents scattered around the web that this may be done by using ...
23
votes
7answers
23k views

jenkins / hudson environment variables

I am running jenkins from user jenkins thats has $PATH set to something and when I go into jenkins web interface, in the System Properties window (http://$host/systemInfo) I see a different $PATH. I ...
23
votes
1answer
799 views

Memory barriers and the TLB

Memory barriers guarantee that the data cache will be consistent. However, does it guarantee that the TLB will be consistent? I am seeing a problem where the JVM (java 7 update 1) sometimes crashes ...
20
votes
4answers
12k views

how do I find which rpm package supplies a file I'm looking for?

As an example, I am looking for a mod_files.sh file which presumably would come with the php-devel package. I guessed that yum would install the mod_files.sh file with the php-devel x86_64 ...
19
votes
3answers
5k views

502 Gateway Errors under High Load (nginx/php-fpm)

I work for a rather busy internet site that is often gets very large spikes of traffic. During these spikes hundreds of pages per second are requested and this produces random 502 gateway errors. Now ...
14
votes
5answers
21k views

javac : command not found

I have installed java in my CentOS release 5.5 machine using the command yum install java. But I am unable to compile a class using javac. Do I need to install any other package? I have tried to ...
14
votes
5answers
6k views

Vagrant's port forwarding not working [closed]

I'm running into a small problem at the end of the Getting Started guide for vagrant. I'm working on a CentOS basebox that has Apache2 running (provisioning via Puppet). I've set up port forwarding ...
13
votes
7answers
21k views

subversion web interface

I have recently installed subversion onto a linux server (CentOS) and everything works great. I am wondering if there are any web interfaces available for managing the repositories i.e. create / ...
12
votes
4answers
25k views

index.php not loading by default

I have just installed centos, apache and php when I visit my site http://domain.com/myapp/, it says "forbidden" by default its not loading the index.php file. When I visit ...
12
votes
2answers
19k views

Nginx 403 forbidden for all files

I have nginx installed with PHP-FPM on a CentOS 5 box, but am struggling to get it to serve any of my files - whether PHP or not. Nginx is running as www-data:www-data, and the default "Welcome to ...
12
votes
1answer
3k views

Trouble Installing Git on CentOS

I'm having trouble installing Git on CentOS 5.5 x86_64. I'm not an expert at this type of thing, what's the problem? root@server [/]# yum install git Loaded plugins: fastestmirror Loading mirror ...
12
votes
6answers
7k views

Why does vi behave differently in Ubuntu than in CentOS?

I've been getting more and more comfortable using vi on a daily basis, but one thing that bothers me is that when I use it on Ubuntu it behaves differently than when I use it on CentOS (and probably ...
11
votes
3answers
21k views

Make and build utilities on CentOS/RHEL?

I've been unsuccessfully searching for a way to install make utility on my CentOS 5.2. I've looked through some RPM repositories and online, with no avail. Installing gcc, gcc-c++ didn't help! Package ...
11
votes
2answers
13k views

iptables remove specific rules

I am hosting a special HTTP and HTTPS services on port 8006 and 8007. I use IPTABLES to 'active' the server; i.e. to route the incoming HTTP and HTTPS ports: iptables -A INPUT -i eth0 -p tcp --dport ...
11
votes
4answers
5k views

Unable to install pyodbc on Linux

I am running Linux (2.6.18-164.15.1.el5.centos.plus) and trying to install pyodbc. I am doing pip install pyodbc and get a very long list of errors, which end in error: command 'gcc' failed with ...
10
votes
6answers
14k views

Upgrade python without breaking yum

I recently installed Python 2.7.3 on a CentOS machine by compiling from source. Python 2.7.3 is installed at /opt/python2.7 and when I installed it I just changed /usr/bin/python to point to the new ...
10
votes
3answers
14k views

How does one easily add posix support to PHP using yum?

I am running CentOS 5.2 and using yum to manage packages. I have had little luck installing php-posix but know with almost 100% certitude that it is a real and available package...somewhere. Has ...
10
votes
3answers
8k views

“Best” Amazon EC2 EMI for CentOS with EBS storage?

Are there any "good", clean, reliable and trustworthy "out-of-the-box" Amazon EC2 AMI images for CentOS that uses EBS storage by default (instead of instance storage)? The RightScale AMIs seem pretty ...
10
votes
5answers
451 views

I am unable to run a C++ program in Debian(Ubuntu) that works in Redhat(Centos)

TLDR: Having trouble compiling a C++ program that worked in Centos Redhat in Ubuntu Debian. Is there anything I Should be aware of between these two that would make a C++ program compiled using the ...
10
votes
2answers
3k views

Restarting / Autorepairing Mongodb in Production

What I want to achieve is to have an /etc/init.d script which more reliably starts Mongodb, even if it went down hard -- it should attempt an auto-repair in case the system is in a locked state. Yes, ...
9
votes
5answers
323 views

Is it possible to restrict what commands php can pass through exec at an OS level?

I am currently hosting a Drupal 6 site on a CentOS machine. The Drupal (CMS) configuration contains a few dozen third-party modules that should not be forked as a general best coding practice. ...
9
votes
3answers
227 views

Serially process XML data in perl

I'm wondering which XML parser people thing would be best in my situation for Perl. I've done a lot of reading and have tried the XML::LibXML and XML::SAX. The first used up too much memory and the ...
9
votes
5answers
11k views

How to make APC (PHP Cache) work?

I've read about APC that it speeds up multiple php file sites. So I have this particular project in PHP with many files and i discover that require_once and parsing only class definitions (without ...
9
votes
4answers
2k views

Can't install a Python package

I'm very new to CentOS and I am trying to install the M2Crypto Python package on it. I ran: sudo python setup.py install And it appeared to go ok: (this is the end of the output) removing ...
8
votes
2answers
17k views

How to list installed packages from a given repo using yum [closed]

I want to list all packages I have installed on a system from a given repo using yum. Usually to do this I use yum list installed | grep "something". But now I am faced with a problem. The repo I am ...
8
votes
1answer
10k views

How do I enable PDO using CentOS?

When outputting phpinfo(); I can see that PDO is set to '--disable-pdo' in the Configure Command section. How can I enable this using SSH?
7
votes
7answers
525 views

Python - When Is It Ok to Use os.system() to issue common Linux commands

Spinning off from another thread, when is it appropriate to use os.system() to issue commands like rm -rf, cd, make, xterm, ls ? Considering there are analog versions of the above commands (except ...
7
votes
5answers
4k views

PECL install fails

I have browsed every Google result, read all the forum posts about this error, but I cannot solve it. When using PECL install for anything, I always end up getting this error: checking whether the C ...
7
votes
3answers
340 views

Methods to detect public IP address in bash

As part of an installation script, I want to make an "educated guess" about the machines public IP address. It should be as robust as possible, working on a variety of hosts and platforms. Here is an ...
7
votes
2answers
22k views

How to add curl support to PHP 5 in CentOS

How to add curl support to PHP 5 in CentOS ? After installing curl and curl-devel, what are the things that I need to do to setup curl in PHP 5
7
votes
2answers
2k views

Mono 3.0.0 build on CentOS 6

I recently found myself needing to build Mono 3.0 for CentOS 6, with a request from my infrastructure guy to otherwise keep the system as close to CentOS as possible (i.e. no 3rd-party packages if ...
7
votes
3answers
838 views

PHP, AJAX: large data being truncated

The Problem I'm using jQuery to post a (relatively) large amount of data to a web system I am migrating from Ubuntu to CentOS (a painful process). The problem is that the data being received is ...
6
votes
3answers
16k views

starting tomcat on port 80 on CentOS release 5.5 (Final)

I want to start Tomcat 6.0.29 on port 80. My OS is CentOS release 5.5 (Final) I changed following line in $TOMCAT_HOME/conf/server.xml <Connector connectionTimeout="20000" port="8080" ...
6
votes
5answers
13k views

How do I configure nginx rewrite rules to get CakePHP working on CentOS?

Hi somebody please help me out, I’m trying to setup a cakephp environment on a Centos server running Nginx with Fact CGI. I already have a wordpress site running on the server and a phpmyadmin site so ...
6
votes
2answers
7k views

How can I add npm (node.js package manager) to the PATH?

I installed node.js like this: cd /usr/local/bin/ git clone --depth 1 http://github.com/joyent/node.git cd node git checkout origin/v0.4 # optional. Note that master is unstable. export JOBS=2 # ...
6
votes
2answers
2k views

How to optimize the php process memory usage?

I am running a wordpress site and eacht PHP process usage about 200mb to 250mb resident size memory. With 16GB of ram, the server can only handle about 70 processes. By increasing the virtual memory ...
6
votes
2answers
3k views

Memcached installed (In theory), PHP unable to use memcache_connect()

Just finished installing libevent(1.4.8), memcached(1.4.5), pear, and libmemcached(0.40) to my lamp server (running PHP 5.2.10 & Centos 5.5 Final), and as far as I can tell, everything installed ...
6
votes
1answer
594 views

Increase max connection to node.js/socket.io

I noticed that the maximum concurrent connections to node.js with socket.io is about 1000 connections. Is it possible to increase that number with ulimit command on linux? setting the ulimit to 65536 ...
6
votes
3answers
16k views

phpMyAdmin + CentOS 6.0 - Forbidden

I always get this message when I would like access my phpMyAdmin. w3m localhost/phpmyadmin Forbidden You don't have permission to access /phpmyadmin/ on this server. Apache/2.2.15 (CentOS) Server ...
6
votes
2answers
5k views

How to cross compile from Mac OS X to Linux x86?

I'm running Mac OS X 10.5.8 and want to compile for target CentOS 5.3 with GCC 4.1.2. How could I: Compile GCC 4.1.2 toolchain and related tools? Use that tool to cross compile for target CentOS ...
6
votes
3answers
2k views

for compiled libraries, like libyaml, where does Ruby (or the RVM) search within the filesystem in order to load or resolve them?

Operating System: CentOS 6.2 x86_64 I apologize for indentation being wonky. This is my first SO post and I am new to setting up servers. I am learning though and will detail the steps I have gone ...
6
votes
3answers
4k views

CentOS 5.5 - symbolic link creation into RPM spec file

I need to create the following symbolic links into RPM file /bin/ln -sf libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8 /bin/ln -sf libssl.so.0.9.8e /lib/libssl.so.0.9.8 In my RPM spec file: %files ...
6
votes
1answer
404 views

CentOS VirtualBox 5 second latency on http requests

I'm running centos 6.3 inside of VirtualBox 4.2.1 on my OSX 10.8.2 machine, and have encountered a latency issue I do not comprehend. Basically, every http request to anywhere has an additional 5000ms ...
6
votes
3answers
4k views

Installing Git in Home Directory - CentOS 5 - NO ROOT

At work, development doesn't have revision control. By this I mean that we are only allowed to check into the P4 depot when the change set is ready for regression testing. We can't check in ...
6
votes
1answer
222 views

PHP CLI “Out of memory” error on VPS server running CentOS with cPanel

I'm running Symfony2.1 on a hosted virtual server running CentOS with cPanel. Everything runs fine except that I can no longer use symphony CLI commands. I'm getting this: Fatal error: Out of memory ...

1 2 3 4 5 49