Questions tagged [centos6]

CentOS was an Linux distribution standing for "Community ENTerprise Operating System" based on "Red Hat Enterprise Linux" (RHEL). The "CentOS6" tag refers to versions 6.x of CentOS. CentOS 6 was released on November 27, 2011 and reached End Of Life on November 30, 2020.

CentOS was an Linux distribution standing for "Community ENTerprise Operating System" based on "Red Hat Enterprise Linux" (RHEL). The "CentOS6" tag refers to versions 6.x of CentOS. CentOS 6 was released on November 27, 2011 and reached End Of Life on November 30, 2020.

1780 questions
6
votes
1 answer

Excessive number of sleeping processes in CentOS - howto diagnose?

I have a a large number of sleeping processes, about 600, the majority of which are Apache processes. Should I kill all these sleeping processes, or will that make Apache fail completely? Why are these processes sleeping in the first place? The…
mr.soroush
  • 171
  • 1
  • 6
6
votes
1 answer

Jetty JMX setup for remote access

I am having some issues getting JMX working on Jetty(9.1.3.v20140225), so I have had a read over the Jetty doco on this. So I have added the following to the jetty.conf # ======================================================== # jetty.conf…
djo
  • 397
  • 2
  • 4
  • 12
6
votes
1 answer

Why do I get different openssl versions?

I'm trying to check if I running the latest OpenSSL version, my main concern is the heartbleed bug. I tried 2 commands: openssl version yum info openssl openssl version output OpenSSL 1.0.1e-fips 11 Feb 2013 yum info openssl output Installed…
CoCoMonk
  • 163
  • 1
  • 4
6
votes
3 answers

Yum repo priorities and conflicts

On my CentOS 6.4 server, I am running MySQL 5.5.33 that I installed from the remi repository. I decided to upgrade MySQL to 5.6.x via MySQL's own yum…
Jake Wilson
  • 8,814
  • 29
  • 97
  • 125
6
votes
4 answers

Incrond running but not executing commands CentOS 6.4

I have copied this question over here from StackOverflow... I have installed incron from the EPEL repository (0.5.9) (before you ask; YES, I also tried downloading the source and compiling locally (0.5.10); same results) and am attempting to set up…
JawzX
  • 91
  • 1
  • 1
  • 7
6
votes
1 answer

IPSec + L2TP + NAT-Traversal does not work for multiple clients behind same nat

I have recently configured a VPN server hosted in AWS EC2. Details: Centos 6.4, openswan, xl2tpd, NAT-traversal. The configuration works great for a scenario when only one user connects form a given public IP address behind NAT. But when there are…
Fentik
  • 61
  • 1
  • 2
6
votes
2 answers

yum update entire release but limit to a prior version

We need to update yum update but we want to stay one release back. For example, we have CentOS 6.2 and want to move to 6.3. By default, it looks like yum update will install 6.4. On RedHat, this may be done with the subscription-manager. However,…
jcalfee
  • 341
  • 3
  • 7
  • 13
6
votes
5 answers

sysctl -p /etc/sysctl.conf returns error

In a fresh installation of CenotOS 6 in a VPS after running sysctl -p /etc/sysctl.conf I got this errors: error: "net.bridge.bridge-nf-call-ip6tables" is an unknown key error: "net.bridge.bridge-nf-call-iptables" is an unknown key error:…
Mohammad Ali Akbari
  • 1,763
  • 5
  • 20
  • 24
6
votes
1 answer

Add system user to CentOS 6

I need help adding a system user to my CentOS server. I have two commands that works on Ubuntu Server, however I have to find a replacement for CentOS while keeping the same result. The commands are: sudo adduser --system --shell /bin/sh --gecos…
Stefano
  • 197
  • 1
  • 1
  • 6
6
votes
2 answers

.bash_profile not being read

So I am using CentOS 6.3 a fresh install and I was trying to add things to my path for OpenMPI so I edited my .bash_profile file to read: FOO='test' export FOO # Add support for MPI PATH=$PATH:/usr/lib64/openmpi/bin # User specific environment and…
csteifel
  • 293
  • 1
  • 6
  • 11
6
votes
2 answers

How can I do an SELINUX filesystem relabel without rebooting first?

I can touch the file /.autorelabel and reboot and during the initialization coming back up it will do the SELINUX relabel for me. But I want to do this in a different situation where the system has just been copied to a hard drive image. I can…
Skaperen
  • 1,094
  • 2
  • 11
  • 23
6
votes
4 answers

tomcat6 on CentOS 6: cannot stop/restart service

I have this problem with stopping and starting tomcat6 (package from the repos). I've seen with several CentOS 6 and RHEL 6 boxes. The symptoms are that when I want to restart or stop tomcat6 it just fails. This seems to be only happening after it…
aairey
  • 61
  • 1
  • 1
  • 2
6
votes
4 answers

Centos 6.3 Bind hangs on "Generating /etc/rndc.key"

I'm installing bind on a clean Centos 6.3 system. In previous versions that would work like a charm, but now I get Generating /etc/rndc.key when trying to start bind after the installation. Why is this and does anyone know how to solve…
solsol
  • 1,121
  • 8
  • 21
  • 31
6
votes
2 answers

SVN Checkout error on large repositories

I wonder if anyone can help me. We have recently migrated our Subversion repository from a VisualSVN Server on Windows to a subversion server on CentOS. The migration was succesfull however we are getting the following error message Error REPORT of…
Brian Mitchell
  • 311
  • 4
  • 13
6
votes
4 answers

Where does NetworkManager store the domain name for generating resolv.conf?

I am having problems getting my domain name set correctly on CentOS 6. My resolv.conf looks like this: nameserver 198.6.100.25 nameserver 198.6.100.53 nameserver 198.6.100.38 # Generated by NetworkManager domain andyshinn.as search…
Andy Shinn
  • 4,211
  • 8
  • 40
  • 55