Questions tagged [centos6.5]

153 questions
11
votes
1 answer

Cannot send email to info@ or support@

I am trying to send email from my gmail account to a couple user accounts I have on my new Centos server. The email is setup correctly and I can send receive from accounts ok except info and support. I tried to setup two users "info" and "support" I…
10
votes
1 answer

Unable to open WireShark in CentOS 6.5

I have installed WireShark in CentOS 6.5 with the following packages using Yum. Dependencies Resolved ================================================================================ Package Arch Version …
Sathish
  • 236
8
votes
4 answers

How do I configure RAID 5, especially stripe size, with 24 x 1.2 TB drives for CentOS 6?

For a Dell R920 with 24 x 1.2TB disks (and 1TB RAM), I'm looking to set up a RAID 5 configuration for fast IO. The server will be used to host KVM VMs that will be reading/writing files of all sizes, including very large files. I am not terribly…
7
votes
2 answers

SElinux label for php-fpm sockets

I'm attempting to set up multiple instances of php-fpm to run multiple versions of php through apache 2.2 running on centos 6.5. At some point in the future this will end up in a shared hosting environment, so I need the tightest security…
Mikk3lRo
  • 183
  • 1
  • 7
7
votes
2 answers

How to assign multiple public IP address for 3 KVM guest using a single NIC

i've a CentOS 6.5 KVM Host with 3 KVM-Guest CentOS 6.5. Now I want to assign a public IP for the host and one public IP for each guest using a single network interface. My IPs (assigned by network administrator)…
6
votes
3 answers

Centos 6.5 auditd fails to start with service or /etc/init.d/audit start

Fail: # service auditd start Starting auditd: [FAILED] Fail: # /etc/init.d/auditd start Starting auditd: [FAILED] And frustatingly - works: # bash…
Jepper
  • 396
  • 1
  • 4
  • 15
5
votes
2 answers

Apache/PHP ldap stops working. Requires restart of apache

I currently have a setup where users log in to a website using LDAP credentials. It's all internal so I don't really care a ton about certificates. So, in my /etc/openldap/ldap.conf file I have TLS_REQCERT never. Before adding that to the file I…
4
votes
2 answers

Why won't apache allow symbolic links, with SELinux?

I have a simple scenario: I want to symlink /home/leonard/apache/sandbox/markdown to /home/leonard/github/markdown-editor, so that the markdown-editor can be viewed from my browser. I setup the link with ln -s /home/leonard/github/markdown-editor…
4
votes
1 answer

Cannot start cgconfig on Centos 6.5 : cannot mount cpuset to /cgroup/cpuset: Invalid argument

I'd like to try docker-io on Centos 6.5 but the cgconfig daemon will not start: /etc/init.d/cgconfig restart Stopping cgconfig service: [ OK ] Starting cgconfig service: Error: cannot mount cpuset to /cgroup/cpuset:…
codecowboy
  • 1,447
4
votes
0 answers

CMake Error on Compiling weechat from sources

I was trying to compile weechat from sources on my CentOS 6.6 machine. I installed all the below dependencies as per the README file. cmake ncurses-devel gcrypt-devel zlib-devel libcurl-devel Now when I do cmake .. -DPREFIX=/usr/local/bin I get…
Manlin
  • 41
4
votes
4 answers

Fail2Ban on CentOS 6.5 Never Bans

Environment: *CentOS 6.5 *Fail2Ban 0.8.14-1 *date outputs the correct date Behavior: Fail2ban starts successfully, but does not create iptables blocks after bad SSH login attempts. I'm only concerned with SSH at this point. I attempted to reinstall…
SteadH
  • 676
4
votes
3 answers

couchdb 1.6.0 from source - jsapi.h: present but cannot be compiled

I'm trying to install couchdb 1.6.0 from source on CentOS 6.5 (EPEL resository has a very old version unfortunately) following this guide. Everything went fine until ./configure step on couchdb - error: Could not find the jsapi header I added…
Leo
  • 141
4
votes
1 answer

CVE-2014-0196 Vulnerability for CentOS

Trying to patch CVE-2014-0196 Vulnerability but yum can't find packages updates CentOS 6.5 (Final) Panel version: 11.0.9 Update #61 # uname -r 2.6.32-358.11.1.el6.x86_64 # yum update kernel Loaded plugins: fastestmirror Determining fastest…
hsands
  • 43
4
votes
1 answer

Set Linux ntpd as broadcast client

I have the following situation: I am trying to setup an NTP server in LAN, which will update the NTP clients in LAN. All machines are CentOS, and ntpd that is running is ntpd 4.2.6p5@1.2349-o Sat Nov 23 18:20:11 UTC 2013 (1) I configure the…
Alex
  • 41
4
votes
2 answers

How to increase inodes?

How can I increase the maximum amount of inodes available on a dedicated server running CentOS 6.5 and ext4? The websites we are hosting create and use millions of small files. We are already hitting the limit, and had to remove several sites to get…
1
2 3
10 11