Questions tagged [centos6.5]
153 questions
1
vote
3 answers
ImageMagick using openJPEG 2.0 and CentOS 6.5
I'm currently working on a CentOS 6.5 server. I'm trying to use openjp2 as one of the delegates in ImageMagick.
Since openjpeg for CentOS is outdated (1.3), I've installed a new one using RPM package.
$ find /usr | grep…

Ben
- 253
- 1
- 4
- 13
1
vote
1 answer
Upload files from vsftpd ftp client in /tmp and once they are uploaded, move them to original folder
I'm having issues with my application. The scenario is that, there is a php cron which is running every 1 minute and it processes the uploads folder, wherein, files are uploaded via ftp server(vsftpd). If the server is uploading a file which is 1GB,…

user3355434
- 13
- 6
1
vote
2 answers
Configuring Subversion (SVN) repository via Apache on Bluehost VPS Server
I am trying to configuring Subversion (SVN) on our Bluehost VPS server which has CentOS v6.5. So far, Installation went smoothly by following this guide -> http://wiki.centos.org/HowTos/Subversion
However, now I am stuck at its 4.2 step…

Abhishek Madhani
- 131
- 6
1
vote
1 answer
DHCP on main interface (eth1) and static on eth1:0
So the configuration is a bit weird, from our internet provider we get an IP via DHCP, there's also a whole subnet that's routed to this IP.
I solved it by adding a second interface with the static IPs (normally you would put a router in between and…

Thomas Rosenstein
- 251
- 2
- 12
1
vote
1 answer
How can I place /tmp, /var, /opt, and /usr/local into a /data partition instead of the / partition?
I want to partition a CentOS 6.5 server that has 4 RAID VDs:
sdb - 102398 (100GB)
sdc - 2185727 (2TB)
sdd - 11440639 (11TB)
sde - 11440639 (11TB)
So that I can have the majority of the disk space as a single partition (/data). I want that large…

Steve Amerige
- 433
- 2
- 5
- 12
1
vote
1 answer
'Please configure a fully qualified domain name' Error
I am running an nginx website on a virtual host and I am trying to set up iRedMail, but this is the error I get when running bash iRedMail.sh.
< ERROR > Please configure a fully qualified domain name (FQDN) in
/etc/hosts before we go…

pufAmuf
- 105
- 1
- 3
- 14
1
vote
2 answers
Why does mail -E let me send empty messages?
~ > which mail
/bin/mail
~ > ls -la /bin/mail
lrwxrwxrwx 1 root root 22 Feb 25 14:18 /bin/mail -> /etc/alternatives/mail
According to man mail,
-E If an outgoing message does not contain any text in its first or only message part, do not send it…

skyler
- 465
- 3
- 8
- 17
1
vote
1 answer
Apache doesn't render .php files after installing ius php55u
I've installed the IUS php55u on a CENTOS with virtualmin.
All the php sites are broken now. When I use test.php it gives me only the html code. If I try test.php5 it renders the PHP code.
Yet, in php.conf I have this line:
…

Dani
- 531
- 3
- 11
- 24
1
vote
1 answer
Execute a script before fsstab is read
For a netboot cluster, I'm creating a CentOS 6.5 root disk. The goal is to mount / read-only over NFS, and various other folders, such as /var/log, on the local disk.
Here's my first idea:
On boot, a script is executed as early as possible, which…

Pierre
- 243
- 2
- 8
1
vote
1 answer
CentOS 6.5 Iptables conntrack module
I have a VPS server on which CentOS 6.5 x64 is installed. Kernel version from uname command is 2.6.18-028stab107.
When I want to use iptables rate limiting like in the following command, I got the error message below.
iptables -I INPUT -p tcp…

jdiver
- 135
- 1
- 4
- 9
1
vote
1 answer
Error when i install mysql + galera
I want install mysql server + galera in my vps Centos 6.5. When I install
yum update -y && yum install wget libevent perl mysql-y
wget…

user3353678
- 11
- 3
1
vote
1 answer
How to upgrade OpenSSL on CentOS 6.5 to protect against heartbleed?
When I go to run:
root@vps [~]# yum update -y openssl
I get:
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.beyondhosting.net
* extras: centos.mirror.nac.net
* updates: centos.netnitco.net
Setting up…

UKB
- 113
- 1
- 1
- 5
1
vote
1 answer
9211-8i HBA (IT mode) with Supermicro expander
I have managed to get things to a point that I see all my drives listed with "multipath -l". Now the question is how to add them to a ZFS zpool? All attempts at using dm* naming or /dev/mapper names fail with device busy or already active. I can't…

Mark M
- 11
- 3
1
vote
1 answer
G-WAN 4.3.14 maxes CPU on VPS even when idle
Testing gwan_linux32-bit (4.3.14) on a Digital Ocean VPS instance results in the CPU being maxed even when there are no http requests. The VPS instance has 1 core and 512 MB, running 32 bit CentOS 6.5. Below is some info about the CPU and kernel,…

Bill
- 11
- 1
1
vote
2 answers
New Graphite installation doesn't render fonts in graphs (except Courier)
I've been studying this problem for a couple of days now without success ...
I've configured and deployed Graphite (with carbon and whisper) using the Puppet Graphite module on a CentOS 6.5 server. The webapp will only render text in the graphs if I…

Mojo
- 955
- 2
- 9
- 24