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 Operating System.

learn more… | top users | synonyms

35
votes
14answers
49k 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 ...
25
votes
2answers
9k 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 ...
21
votes
9answers
25k 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 ...
10
votes
21answers
49k 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?
8
votes
6answers
3k 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 ...
8
votes
7answers
13k 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 / ...
7
votes
5answers
13k views

how to install git on CENTOS 5.5

How can I install git on CENTOS 5.5 machine? I tried to install it from yum but got following msg. root@host [~]# sudo yum install git Loaded plugins: fastestmirror Loading mirror speeds from cached ...
7
votes
7answers
391 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 ...
6
votes
3answers
3k 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 ...
6
votes
5answers
5k 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 ...
5
votes
0answers
29 views

lsof - age of file [migrated]

The *nix command 'lsof' gives you a list of open files. Is anyone aware of a way that would also list how long a particular file has been open? Either by using 'lsof' or any other command. I'm using ...
5
votes
5answers
4k 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 i see different $PATH. I have installed jenkins on ...
5
votes
2answers
2k 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 ...
5
votes
4answers
3k 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 ...
5
votes
3answers
6k 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 ...
5
votes
3answers
9k 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 ...
4
votes
1answer
138 views

Setting default timezone does not work despite timezone being valid

I'm geting when I just do phpinfo() Warning: phpinfo(): It is not safe to rely on the system's timezone settings. You are required to use the date.timezone setting or the ...
4
votes
1answer
230 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, ...
4
votes
4answers
626 views

(still) cannot properly install lxml 2.3 for python, but at least 2.2.8 works

30 jun 2011 -- I am awarding @Pablo for this question, because of his answer. I am still unable to properly install lxml 2.3 for reasons discussed in his comments. I gather for a little bit of work ...
4
votes
3answers
640 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 ...
4
votes
1answer
608 views

Installing and Upgrading Java on Linux / CentOS without prompts

I have bellow scripts to download, install or update Java on Linux OS such as CentOS. Is there anything better than that around. It is quite cumbersome script and I'd like more elegant solution. ...
4
votes
2answers
1k views

wget with errorlevel bash output

I want to create a bash file (.sh) which does the following: I call the script like ./download.sh www.blabla.com/bla.jpg the script has to echo then if the file has downloaded or not... How can I ...
4
votes
3answers
2k 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 ...
4
votes
4answers
386 views

How to prevent a specific directory from running Php, Html, and Javascript languages?

Let's say i have an image uploader script, i want to prevent the upload directory from executing Php or even html by only showing it as plain text, i've seen this trick in many websites but i don't ...
4
votes
3answers
7k views

cakephp & nginx rewrite rules

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 ...
4
votes
5answers
3k 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 ...
4
votes
3answers
2k views

HTTPSConnection module missing in Python 2.6 on CentOS 5.2

I'm playing around with a Python application on CentOS 5.2. It uses the Boto module to communicate with Amazon Web Services, which requires communication through a HTTPS connection. When I try ...
3
votes
2answers
60 views

How do I check an installed Apache module in Perl?

I'm writing a Perl script to check and see if a module is currently installed for Apache. In Bash, I would use: # httpd -M | grep fcgid Syntax OK fcgid_module (shared) I want this to return a value ...
3
votes
2answers
121 views

Run a looped process in bash across multiple cores

I have a shell script that contains the following loop. i=0 upperlimit=$verylargevariable do complexstuff RunManager file $i i= 'expr $i +1' done This script runs on a quad core ...
3
votes
3answers
196 views

Unable to use Diazo (plone.app.theming) on Centos

I made a webportal on my mac using plone4.1 and Diazo. Now, I'm trying to deploy it on my server (CentOs) where there is yet another site with plone4.0.5 + collectivexdv. When I run the site (in a ...
3
votes
2answers
196 views

Combining two video from ffmpeg

I want to combine two mp4 videos to form a single mp4 video using ffmpeg. what i tried so far is ffmpeg -i input1.mp4 -i input2.mp4 output.mp4 But, every time i get the video with video codec of ...
3
votes
1answer
2k 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 ...
3
votes
1answer
221 views

Can't get any release to start?

So, I thought I'd create a bonafide release to run my next application in. Unfortunately, there seems to be a deal breaker. First I tried making a project from scratch using this guide: ...
3
votes
3answers
334 views

How 'bad' is replacing /usr/bin/perl with /usr/local/bin/perl on CentOS?

ANSWERED: Basically, it can be done with no major side-effects if you compiled your own perl and you did it the same way your OS did. While it isn't a recommended practice, I've been able to run like ...
3
votes
2answers
484 views

Impossible to turn off PHP safe_mode?

I can't upload images in Drupal 7 since I have moved it to a new server: php safe mode was on. So in php.ini I set safe_mode = Off (through ssh, I have CentOS). phpinfo() shows that safe_mode is off ...
3
votes
3answers
728 views

Vagrant's port forwarding not working

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 ...
3
votes
2answers
120 views

How to know the system is Debian or CentOS in Python?

I want to write some install scripts by python, it should know the OS to choose either apt command or yum command. It seems sys.platform can tell 'win32' or the others, but how to know it is working ...
3
votes
1answer
240 views

grails is unable to download jar from maven repo

I'm trying to do grails clean on my grails project on centoOS server ... It starts downloading dependencies but gets stuck on a particular jar, if I try downloading the jar directly from the browser ...
3
votes
3answers
3k 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 ...
3
votes
1answer
319 views

How to get perl stderr to httpd log file when using syslog

This question is about HTTPD (Apache) 2.? on centOS and modperl 1.7+ When I use the apache directive ErrorLog logs/error_log, my perl warnings show up in the error_log file. When I change this to ...
3
votes
1answer
417 views

ssh2_exec() wont change directory :(

Having a nightmare of a problem with ssh_exec() refusing the execute the "cd" command. If I log into the server directly and execute the command, it works fine, so i don't think the problem is with ...
3
votes
2answers
119 views

Python, how to setup hooks for tracing I/O Events

My app downloads files, creates files as final/intermediate data. I would like to setup a hook (outside the app), to alert/log whenever my app does any I/O events - like writing a file, deleting a ...
3
votes
2answers
2k views

PHP ICONV glibc to libiconv on CentOS 5.5

I'm having a few issues with the PHP function iconv, which I've tracked down the the iconv implementation. As the manual states, "Note that the iconv function on some systems may not work as you ...
3
votes
1answer
771 views

How to handle chunked encoding request properly?

I have two websites: one with Lighttpd with PHP and second with Apache and neither of this handle chunked transfer encoding properly. I send this request from my mobile, J2ME and there is no ...
3
votes
3answers
382 views

how to send email from web app with mail() in php on CentOS (sendmail, postfix, …?)

We are building a web app and will need to send emails on a frequent basis using php's mail() function. We are using it to send mails when e.g. a user signs up for the app, when a client has a new ...
3
votes
2answers
1k 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 ...
3
votes
1answer
407 views

os.path.getmtime() doesn't return fraction of a second

I compiled python 2.6.4 for centos 5.3 and find this issue that os.path.getmtime() or os.stat().m_time doesn't have the fraction part. As per docs, if os.stat_float_times() returns True, then it ...
3
votes
1answer
3k 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?
3
votes
1answer
3k 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 ...
3
votes
4answers
6k views

Cannot install Ruby on CentOS

I just cannot install Ruby on my CentOS (which is also hosting a cPanel). sudo yum install ruby ruby-devel ruby-irb ruby-rdoc ruby-ri audit_log_user_command(): Connection refused Loaded plugins: ...

1 2 3 4 5 17