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

-1
votes
0answers
12 views

sudo: no tty present and no askpass program specified [centos] visudo file

i am trying to run linux commands in exec() in php. For that one i need to add line in visudo file. i added that line which is shown below.. (in Linux MINT 14) # User privilege specification root ...
0
votes
0answers
6 views

sugarcrm 6.5.13 js bugs

I have installed a fresh copy of sugarcrm on centos 5 php v5.2.4 and i get javascript errors. SyntaxError: missing ; before statement [Break On This Error] {ajaxStatus.s ...
0
votes
0answers
18 views

Centos unable to upload file permission denied error [migrated]

Yesterday I installed vsftpd in my centos server. But I am not able to upload files permission denied error. So I set owner and 775 file permission, and also i set 777 permission and then also I cant ...
0
votes
0answers
4 views

ffmpeg thumbnailer configure trouble in CentOS6

I am using CentOS 6.4 86x64. What I am planning to do is install ffmpegthumbnailer. I have downloaded at the link below. https://code.google.com/p/ffmpegthumbnailer/ The problem is when I extract ...
-1
votes
1answer
21 views

How to install PHP clamav on CENTOS [closed]

I'm really a newbie with linux, and I need to install clamav to be used on php. How can I do it? please write down step by step for each installation, as I have tried google how to install clamav, and ...
0
votes
0answers
7 views

S3CMD timed out

I'm trying to create a good script to backup my files into Amazon S3 storage service. With that in mind, I'm using the s3cmd tool, which seem very useful for that. But one thing is bothering me tough. ...
-2
votes
0answers
19 views

URGENT CENTOS: fsck.ext3 could this be a zero length partition? [closed]

I am stuck with a problem. i am not able to start my system. it has centos 5 installed on it and gives the following error on reboot: **fsck.ext3: Attempt to read blocks from filesystem resulted in ...
0
votes
0answers
13 views

Running Rails app on LAMP envrionment with Passenger

I have LAMP environment and I want to run my Rails application on it with Phusion Passenger. Is it ok to install the Passenger module and configure this as virtual host in the same server? Would it ...
-2
votes
0answers
30 views

Stuck TCP Connection in Linux [closed]

Strange problem. I have server "ALPHA" in Dallas and server "BETA" in Hong Kong, about 195ms ping times apart from each other. ALPHA is connected at 1gbps full, and BETA at 10mbps full. ...
-1
votes
0answers
16 views

Does centos 5 support intel i7 with HD Graphics 4000? [closed]

I would like to buy a PC with intel i7 integrated HD graphics 4000, and install centos 5 for my work. But I am not sure that centos 5 has driver to support HD graphics 4000.
-2
votes
0answers
11 views

Iptables allow Port: 123 - CentOS [closed]

How is it possible to allow the port 123 for incoming requests in my iptables file? I'm using CentOs 5. I have already tried to edit the iptables file, but it always said some error. Can anyone ...
-1
votes
1answer
8 views

CentOS 6 | Random Network Drops? How Would I Go About Fixing? [closed]

I have a CentOS 6 server running a simple LAMP stack, a VoIP server and a game server. Every couple of minutes the server's connection will completely drop for at most 2 seconds. I have no clue how to ...
0
votes
1answer
30 views

CentOS 6 - libstdc++ no such file or directory? [closed]

I'm trying to execute a game server, and whenever I do I receive the following error error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory ...
0
votes
1answer
34 views

Centos server crash with too many httpd process in D state

I have a Centos server which is running httpd, mysql, memcached and postfix. Normally, my server load is OK Usage: /usr/sbin/httpd [-D name] [-d directory] [-f file] top - 07:43:55 up 9:38, 1 ...
0
votes
1answer
14 views

Include other files and Folders in custom Kickstart ISO using mkisofs

I'm unable to figure out how to include some directories and files that I've added to my custom CentOS 6.4 32 bit kickstart install. Is there a way to add these custom directories/files to my output ...
0
votes
0answers
41 views

In a PDF created from “merging” multiple PDFs using pdftk, is it possible to create link from PDF 1 to PDF 2 (or PDF 3) [closed]

I'm running into a lot of frustration here and I'm wondering if I am trying to do something that is impossible. I have to generate a PDF based on dynamic user input, so it's variable length. This ...
0
votes
0answers
13 views

PureFTPD Kloxo Error

I am trying to run kloxo on a OpenVZ VPS. Kloxo is supposed to use PureFTPD for the FTP Server. When I attempt to connect from localhost, or remotely using filezilla or even net2ftp on a proxy, I get ...
0
votes
1answer
10 views

login to roundcube without logging in to cpanel

I am trying to set up web mail for users on my server. I want them to be able to access RoundCube, but I have cPanel installed so the only way to access RoundCube is after logging in to cPanel. Since ...
0
votes
1answer
17 views

Applying proxy settings to applications on Linux, proxy is running mainly for browsers under Windows

One of our customer's network system is running under some VPN. Our system should run under Linux. We deployed two systems for them inside their network, which is protected under firewall and proxy ...
0
votes
1answer
35 views

How i can add “ServerName xxx” in httpd.conf through chef / vagrant

I'm playing with a vagrant Centos 6.4 box, here's the relevant part of my Vagrantfile config.vm.provision :chef_solo do |chef| chef.json = { "apache" => { ...
0
votes
0answers
22 views

Configure Heartbeat with pacemaker [closed]

I have configured heartbeat on two systems to keep our service all time available to the end user. And its working fine. But then i came to know that heartbeat is supporting box level failure but not ...
0
votes
1answer
13 views

cron generating a space in dynamic filename

I have this cron job: */1 * * * * mysqldump -uroot -pPassword --single_transaction --opt dbname | gzip > /home/incredible/backup/dbname_`date +"\%Y\%m\%d-\%k\%M\%S"`.sql.gz The problem is, the ...
0
votes
1answer
89 views

RVM Ruby Installation failed with no checksum [closed]

I am going crazy with this problem. I've installed rvm and re-installed a million times, but it just isn't working. I have a fresh install of centOS 6.3 and when I go to install rvm, it completes, ...
0
votes
0answers
18 views

Disable rpmbuild automatic requirement finding

The default behavior of rpmbuild seems to be to scan every file in the buildroot for #! lines and add those interpreters as hard requirements. Is it possible to disable this? I've run into a situation ...
0
votes
0answers
31 views

Running node.js forever as daemon

I configured forever to run my node.js server on startup. using this scipt. It works fine. and forever keeps the server running. However, when I run forever list, I don't see my server here! I know ...
0
votes
0answers
9 views

Tinyproxy + https

I am faced with the following error message when using https my server is : CentOS release 6.4 (Final) Firefox: An error occurred during a connection to www.google.ca. SSL received a record that ...
0
votes
0answers
17 views

Missing Qt Debug Libraries on Linux

I've recently installed Qt on CentOS and found that I'm missing the debug versions of the libraries (the ones denoted with the d, i.e. libQtCored.so). So I ran through the installation process again ...
0
votes
2answers
37 views

How come my Apache can only access root owned files?

Running apache on centos 6.4 and my web server can't see any files unless the root user creates or copies them. ps aux | grep apache shows that apache is running as apache user, not root. I tried ...
0
votes
1answer
14 views

Can't configure Nexus as a service on CentOS

I just installed Nexus 2.4.0-09 on CentOS 6.4. I followed the official instructions for setting it up, including the creation of a user 'nexus' - but when I get to this step: sudo service nexus start ...
0
votes
0answers
11 views

Error in setting MySQL master-master replication on CentOS

I want to setting up MySQL master-master replication on CentOs and i followed this steps but i am getting following error. 130514 9:25:28 [Note] Error reading relay log event: slave SQL thread was ...
0
votes
1answer
20 views

PHP Fatal error: Class 'PDO' not found only on cron job

I get this error in my error_log: PHP Fatal error: Class 'PDO' not found The problem is that it started randomly this morning and, since then, the services that should run periodically as set in ...
0
votes
0answers
17 views

Problems with memcached and ntpd on CentOS

We are having a problem with a virtual machine that's running our frontend website. Once it's running everything is fine, but after a reboot memcached is going bonkers. What happens is that we put ...
0
votes
1answer
34 views

CentOS 64bit RPM with 32bit dependencies

I have a helper rpm package which is used to install the necessary dependencies in order for some software to work; the problem is that the dependency packages required are the 32bit ones, which can't ...
0
votes
1answer
34 views

Why Chef do not find my files?

I'm developing a Ganglia recipe in Chef. Is very simple, I build four different configurations files, I already tried to use as template, but to keep it simple, I build these configuration files. ...
-4
votes
0answers
28 views

Centos in IBM System x3250 M4 Raid1 [closed]

Anyone help to install Centos in IBM System x3250 M4 using Raid 1. I am stuck in while selecting device for installation. "could not find enough free space for automatic partitioning, please use ...
-1
votes
0answers
26 views

Apache server reached MaxClients setting [closed]

I'm using Apache/2.2.15 (Unix) in CentOS release 6.3 (Final) 2.6.32-279.1.1.el6.x86_64. I have some HTTP requests from specific referer with diferrent ip adresses and i want to block these requests ...
-1
votes
0answers
28 views

Redirecting TCP traffic from remote host to localhost [closed]

I have CentOS and I would like to redirect all TCP traffic from outside world on port 25000 to localhost on port 18000. Is this possible and if it is, how?
0
votes
2answers
54 views

How to get linux version set in shell script?

I want to build a shell script. There should be a conditional flag for CentOS version. I want to set a variable for that version like this VERSION := $(lsb_release -sr) But when I included this ...
0
votes
2answers
66 views

Where does Ant set its 'java.home' (and is it wrong) and is it supposed to append '/jre'?

Okay, I'm using Ant version 1.7.1 (default install) on CentOS 6.3: [theuser@dev-ingyhere ~]$ ant -version Apache Ant version 1.7.1 compiled on August 24 2010 [theuser@dev-ingyhere ~]$ cat ...
2
votes
0answers
22 views

Drupal 7 Login can't view admin bar, Fresh Install via Drush on CentOS 6.3

I've spent quite a few hours trying to figure out what the problem is. The issue is: Login works but the page doesn't change once I log in as admin. I know that the login works because wrong ...
-2
votes
0answers
48 views

MySQL is running but not working [migrated]

In an attempt to tune MySQL to make it work with a recent installation of Drupal I had to modify the MySQL settings on my server. After modifying the configuration file for MySQL (/etc/my.cnf) MySQL ...
0
votes
1answer
26 views

ffmpeg hangs when run in background

If I run ffmpeg as follows: ffmpeg -i H264-media-4.264 4.avi It works OK (i.e. 4.avi created OK). However, if I try to run it in background: ffmpeg -i H264-media-4.264 4.avi & it hangs! (and ...
0
votes
1answer
26 views

Reboot CentOS serveer from PHP ? (not php service but the server)

I'm currently working on an appliance and trying to grant the user the possibility to restart the server which host it. Would there be any way to give apache the right to do it ? I've tried, when ...
0
votes
2answers
53 views

Launch perl script on startup

I'm currently trying to launch a perl script that is supposed to run all the time on startup. i'm working on a CentOS server. I added this line in /etc/rc.d/rc.local and the script won't start while ...
0
votes
2answers
11 views

DocumentRoot is set to docRoot of a virtualHost?

OS: centOS 6.3 Final I've installed the mysql and apache2(httpd) packages and changed the config in /etc/httpd/conf/httpd.conf as seen below: <VirtualHost *:80> DocumentRoot ...
0
votes
0answers
28 views

Why openssl 1.0.1c fails to build in CentOS 5.x? [closed]

I am using openssl version 1.0.1c for a C++ project. It builds successfully in centOS 6.x machine but fails in centOS 5.x machine. What is the root cause of that? The error is : make[1]: Entering ...
0
votes
0answers
14 views

error: zlib not found on system or in local libs [migrated]

I'm trying to install gpac on my server and when I run ./configure I get the following error. error: zlib not found on system or in local libs I have checked and I have zlib installed, or at ...
1
vote
0answers
14 views

Trouble installing php-devel on CentOS [migrated]

Working with a PHP install and trying to install APC on a server to help with speed issues with an application we're developing. We are having trouble getting phpize installed. phpize is not on the ...
-1
votes
0answers
15 views

Is rsync overwriting my `./` directory? [closed]

I'm new to rsync, but I've noticed that at the top of the "receiving incremental file list" is ./ Is rsync overwriting the destination's ./ directory? The timestamp of ./ in destination matches the ...
0
votes
0answers
9 views

How do you configure VPS on WHM Cpanel so that wp_mail() function works correctly?

I'm using Zerigo DNS and VPS with CentOS and WP installed. The problem is the wp_mail() function is used to send a message with Contact Form 7 it says it sends but never receive a message. I've tried ...

1 2 3 4 5 49