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 ...
0
votes
0answers
35 views
MySql SeLinux policy permissions
Currently I have an apache server set up (it's running an intranet site,) and I'm a little stuck. When the user goes to the page it runs a mysql query and uses INTO OUTFILE to generate a pipe ...
0
votes
1answer
32 views
Zend Framework auth suddenly stops working
I migrated a large site yesterday to a new machine. The new machine is running centos 6.3 with php 5.3 on zend.
Everything was running perfectly fine without issues. This morning my phone blows up ...
0
votes
0answers
63 views
Converting PDF to JPG with Imagemagick is really slow after update
I have several servers set up using Centos 5 (64bit) and the default yum installed versions of Ghostscript (v8.70) and Imagemagick (v6.2.8) which work really well and are very quick at converting PDF ...
0
votes
1answer
173 views
Installing memcached on CentOS 6
I have to admit to be fumbling in the dark here. I am fairly good at PHP but I know little or nothing about managing LINUX servers. I need to install memcached on my 64 bit CentOS 6 server and came ...
0
votes
1answer
22 views
using exec to append data to file not in current directory
i am trying to set up a little script to allow for php to append data to a file
the file is etc/httpd/conf/httpd.conf
i want to to automatically add data to the file for vhost use...
echo ...
0
votes
1answer
524 views
How to install jdk 1.7 on CentOS 6.4
this problem makes me crazy.
I downloaded jdk 1.6 and 1.7 from Oracle Website, and extract it in
/usr/java.
and add some path information in /etc/profile.
export JAVA_HOME="/usr/java/jdk1.7"
...
0
votes
1answer
65 views
What are the steps to connect my Azure Linux VM to a clearDB MySQL DB?
Our organization is currently transitioning to a Linux VM in Windows Azure, that serves various websites for our clients. As recommended in the Azure documentation, we've set up a mysql DB on ClearDB ...
1
vote
1answer
73 views
Npgsql failed to establish connection to CentOS PostgreSQL through PgPool
I have a webapplication in Asp.net connecting to a separate database-server running CentOS with PostgreSQL. This setup works fine.
To increase performance on the database-server I'm trying to ...
0
votes
1answer
38 views
How do I install SSSD on Amazon Linux
I want to do LDAP authentication on my Amazon Linux server.
The CentOS howtos say to
yum install sssd
But that gives:
No package sssd available.
-1
votes
1answer
55 views
phpmyadmin visible in localhost but not in domain [closed]
I have a web server with Centos and I can see my website fine when going to mydomain.com. My problem is that mydomain.com/phpmyadmin gives an error but localhost/phpmyadmin does work. The error ...
0
votes
1answer
141 views
CentOS 6.x and jansson library problems
My OS is CentOS 6.4 x86_64bit.
And I was trying to use jansson lib just like what their tutorial shows.
Here is my history.
I downloaded github_commits.c
I downloaded curl lib.
I got some problem ...
0
votes
0answers
34 views
Error message converting PDF to JPG using imagemagick
Command:
convert small.pdf small.jpg
Output:
sh: gs: not found
convert: Postscript delegate failed `small.pdf': ZkQV.cache @ error/pdf.c/ReadPDFImage/638.
convert: missing an image filename ...
0
votes
0answers
35 views
why I get different output running the same program in two different machine with same specification
I have a python program which uses bio-python and blast and it accepts the command line. I run this program on Centos 5.3 final. The problem is that I have this on two different machine with exactly ...
0
votes
1answer
75 views
Add exclude to existing yum repo configuration with puppet
I'm using puppet for managing configuration a bunch of CentOS 5 servers. I would like to add a some package exclusions to the CentOS base yum repo configuration. Is there a way to do this with puppet?
...
1
vote
2answers
73 views
gitolite setup getting FATAL: fingerprinting failed for '/tmp/Q3pnE4WVbu'
I am installing gitolite on a CentOS 5.9 server. I have created the git user, then after su - git I have managed to get my public key into the ~/.ssh/ directory, I have successfully cloned the ...
0
votes
1answer
81 views
Install and configure weblogic server on CentOS 6.3
I need to install and configure an Oracle Weblogic server on CentOS 6.3.
I have read that I need to install the appropiate version of JDK.
Actually I'm too inexperienced and I have searched a lot for ...
1
vote
2answers
30 views
which version of program will execute? the one in the /usr/bin or the one in /usr/local/bin?
I have python in both /usr/bin and /usr/local/bin. Now I have this question that which one will execute if I call python?
I know that I can check with which python command to see which one is which ...
1
vote
1answer
75 views
Running ServiceStack with Razor views on CentOS
I have cloned the RazorRockstars project from https://github.com/ServiceStack/RazorRockstars.git and verified that it runs on Windows.
Now I want to deploy it to Linux CentOS 6.3 with Mono 2.10.8. I ...
0
votes
0answers
55 views
FollowSymLinks error “Not allowed here”
I've been searching for 4 hours already but I can't seem to find a solution to our problem.
The problem we've encountered
We have a CentOS Linux 6.4 server, running Virtualmin 3.99.gpl. We have a ...
2
votes
1answer
71 views
how can I install another version of perl on top of the default version on Centos
I'm working on Centos 6.3 and I need to install the latest version of perl. Because this is one of the dependencies of installing a package with rpm. So I installed it and I have it under a directory ...
1
vote
0answers
47 views
SNORT not alerting to console
I'm trying to test snort 2.9.4 on CentOS 6.4 but cannot see any alerts on the console. I run it with the following command:
snort -i eth2 -c /etc/snort/snort.conf
eth2 is the interface connected ...
1
vote
2answers
73 views
Linux weird Folder Permission needed (CentOs)
I don't know if what I am asking now is possible, but if it is, that would be great.
I have a public folder where some users have access. I want to prevent all these users from creating subfolders ...
1
vote
5answers
66 views
Getting file size of each file on a very large file system
I have to move the 20TB file system with a couple of million of files to a ZFS file system. So I would like to get an idea of the file sizes in order to make a good block size selection.
My current ...
0
votes
1answer
25 views
why is this rsync command not deleteing?
Can anyone please tell me why this rsync command doesn't delete?
It just keeps adding new files, but never deleting files on the destination that are no longer on the source.
rsync -avz -e --delete ...
0
votes
3answers
2k views
mongo.js:L112 Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:L112
I can't connect to mongodb. In ubuntu It works but I'm working in centOS now.
This is the error message:
MongoDB shell version: 2.4.2
connecting to: test
Sat Apr 20 07:22:09.390 JavaScript execution ...
0
votes
0answers
14 views
Truncated result from CGI Scripts/Programs
Though this question has been asked multiple times in this forum, but so far there is no concret answer and solution found for this problem associated with Apache and CGI program. In my program I;m ...
0
votes
2answers
63 views
Bare Git repo cannot add files or commit files
So I have been plagued with this weird git problem that myself and a few other developers have not been able to solve. Here it is:
I created a bare repo for managing website changes using git on test ...
1
vote
2answers
65 views
Why do I get this PHP Warning: “setlocale(): Specified locale name is too long”?
When I run this script:
<?php
$old_locale = setlocale(LC_ALL, '0');
setlocale(LC_ALL, $old_locale);
I get:
PHP Warning: setlocale(): Specified locale name is too long in /tmp/loc.php on line 3
...
0
votes
1answer
56 views
how to install urwid 1.1.1 on CentOS 6.4?
To install urwid 1.1.1 on CentOS 6.4 I already tried:
yum install python-urwid
which installs urwid 0.9.9.
Then I manually downloaded urwid 1.1.1 and run:
cd /mnt/hgfs/Shared/urwid-1.1.1
python ...
1
vote
1answer
23 views
Django, apache2, css not displaying…might be requiring authentication?
Running CentOS 6.4, Apache 2.2.15, Django 1.5.
User nobody
Group nobody
LoadModule wsgi_module /usr/lib64/httpd/modules/mod_wsgi.so
LoadModule alias_module modules/mod_alias.so
LoadModule ...
0
votes
1answer
70 views
Bash Script Cron Job
I have installed PCoIP Teradici PCoIP Solutions for linux in Centos 6.4. I want to get macAdress of HostCard,
when i run pcoip_agent -info it gives correct output using command line. I want make this ...
0
votes
1answer
22 views
+50
any feature on linux like Perfermance Counter on Windows servers?
I have a tomcat web application, when invoking an unstable remote API, I want to get realtime http request time at any time. On windows server, I can use Performance Counter, does centos provide ...
0
votes
0answers
27 views
Issue installing Redmine
I'm trying to install Redmine on a asmallorange.com server. It comes installed with ruby and rails.
I started with a bundle install
user@server.com [~/public_html]# bundle install
Fetching gem ...
0
votes
0answers
39 views
Update Mono via CentOS
Hello i have CentOS and im trying my damnedest to update Mono i have version 1.2.4 at the moment some how, and im trying to compile something via xbuild and it isn't working im thinking because im ...
0
votes
1answer
43 views
MySQL 5.6 LOAD XML LOCAL INFILE and empty XML elements
I have a large number of reasonably sizable XML files that I'd like to import into a MySQL table. I'm running Centos 6.3 and MySQL 5.6, I had initially tried 5.5 but ran into issues and later found ...
0
votes
0answers
104 views
CentOS shutting down with php, apache
I don't know why the server shutting down for no reason
especially centos network doesn't answer
CentOS 6.3<br>
Apache 2.4.4<br>
PHP 5.4.12<br>
[Sat Mar 30 22:03:53.266783 ...
0
votes
1answer
110 views
libxml2.so.2: cannot open shared object file: No such file or directory
I am using Centos in which i had removed libxml2 accidentally now it was showing the folling error as follows
There was a problem importing one of the Python modules
required to run yum. The error ...
1
vote
1answer
83 views
git: 'pull' is not a git command - CentOS VPS server
I recently set up a new VPS and have installed Git via yum and wget etc. All seemed well - I can add, commit, set up a remote and push to github.
However, when I try to pull from github:
...
0
votes
0answers
63 views
yum not updating libz on redhat
I am a newbie to redhat and wanted to update the libz as one of my application requires latest libz.
I get the following error when I run "yum install zlib-devel":
Loaded plugins: product-id, ...
-1
votes
1answer
22 views
understanding server structure [closed]
I have recently purchased a dedicated server with apache on centOS. I want to understand the complete file structure in the server. I am accessing it through putty shell prompt.
What i need to ...
0
votes
0answers
100 views
LAMP on CENTOS 6 : PHP Fatal error: Unknown: Failed opening required
I am encountering a php error on my centos server.
I have installed php and apache 2 using yum.
When I try to access my test.php page, I can see the following lines in my apache log :
[Mon Apr 15 ...
0
votes
1answer
18 views
Writable files in /proc directory of CentOS6.4
While searching for files writeable by others, I'm coming across many files available in subdirectories of /proc/. I'm not much aware of the usage of these files, but curious to know whether if ...
0
votes
0answers
108 views
make: *** /lib/modules/2.6.32-279.el6.x86_64/build: No such file or directory. Stop
I downloaded the RALINK driver from their web site
untar -xvf rtl*
and then i ran "make" in it. google search suggested "kernel-devel"
needed to be installed.
i installed the kernel-devel package ...
0
votes
0answers
135 views
Copying Centos 6.4 DVD 1 to a folder and using it as a repo works, but DVD 2 returns errors
i downloaded centos 6.4 dvd's 1 and 2
1st one was 4.4 gb
2nd one was 1.4 gb
obviously second one has repo files in it as well.
so mounted them then copied them to 2 folder.
home/a/repo_dvd_1
...
3
votes
0answers
156 views
ISCSI target mounted with different LUN number
On a centOS host, I am able to discover my ISCSI targets from my SAN with this command :
iscsiadm -m discovery -t sendtargets -p IPOfMySan
A login on a specified target from the result list of the ...
0
votes
0answers
31 views
Forbidden response in large url
I need to generate a large url like this:
/backend.php/Inscription/export/1577,1578,1579,..., 1580 etc....
But when the URL has more than 400 IDs, I obtain the following error:
You don't have ...
0
votes
0answers
26 views
ipython3 on centOS 6.3
Has anyone ever used ipython3 with centOS 6.3 ?
I got ipython installed (python2.6) but seems I am not able to use it with python3
there seems to be a bug for fedora 18
...
0
votes
1answer
49 views
Error in sentry --config=/etc/sentry.conf.py start
Please tell me how solve this
I try install Install and configure a Sentry Service on a CentOS, and when i try start sentry service i get this error:
[root@felipeurrego ~]# source ...
-1
votes
1answer
35 views
error while installing postgresql in centos5 [closed]
I am newbie in linux and I am having a problem about installing PostgreSQL in CentOS. Anyone has an idea about fixing this error?
Code for installing postgresql:
yum install postgresql
When I ...
0
votes
0answers
88 views
PHP Apache shell exec script unable to run a program
I'm fairly new to linux and I have been struggling with this for quite some time and any help is greatly appreciated. I'm trying to run a ruby program located here
...


