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
11
votes
3 answers

Virtualbox centos no eth0

just installed a fresh centos-minimal and i can not get bridged network to work or any of the networks not even in host-only mode. when you run ifconfig there is no eth0 only a lo, also when you cat…
Chris R
  • 213
  • 1
  • 2
  • 4
11
votes
2 answers

What is the correct way to load modules for iptables on Centos 6

Where should I load iptables modules, for example ip_conntrack and ip_conntrack_ftp. Places I have found that might be candidates, but are they? The IPTABLES_MODULES variable in /etc/init.d/iptables In /etc/modprobe.conf In…
Arlukin
  • 1,203
  • 6
  • 18
  • 27
10
votes
7 answers

grubby fatal error: unable to find a suitable template

I'm trying to fix my system after moving it from one server to another. It works perfectly with kernel booted via network, but not from the disk. Reinstalling stock CentOS 6.6 kernel shows this error: grubby fatal error: unable to find a suitable…
Marek Zakrzewski
  • 163
  • 1
  • 2
  • 11
10
votes
3 answers

Redis installation on centos 6.5

I am trying to install Redis on centos 6.5 (x64) with following line: yum install redis But I am getting following screen: [root@NodeJs ~]# yum install redis Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached…
Tolgay Toklar
  • 247
  • 1
  • 2
  • 7
10
votes
1 answer

where does RPM install custom GPG keys?

Where does CentOS/RHEL 6 store custom GPG keys? I thought /etc/pki/rpm-gpg but I installed nginx's key but unable to find it. I see it was imported properly but where is it? wget http://nginx.org/keys/nginx_signing.key rpm --import…
user1973314
  • 131
  • 2
  • 3
  • 8
10
votes
1 answer

Use apache as a HTTPS to HTTP Proxy

I'm trying to configure Apache on Centos 6 to proxy and reverse proxy traffic to an http server of a third party provider. The setup should work like this: https://mydomain.com/proxy/ proxies all trafic transparently…
james_t
  • 203
  • 1
  • 2
  • 5
9
votes
1 answer

SSH - 1s hang at "Entering interactive session" (Not DNS; possibly SELinux related)

I'm having an issue on CentOS 6.7 where SSH logins are 1s more than any non-6.7 machines on this network (e.g. 7.2, 5.11). Running debugging on the client side showed the hang at "Entering interactive session". The command I'm using to base this…
Morgon
  • 203
  • 1
  • 6
9
votes
3 answers

cron job occasionally not running

I have a CentOS 6.6 server with the following packages installed: crontabs-1.10-33.el6.noarch cronie-1.4.4-12.el6.x86_64 cronie-anacron-1.4.4-12.el6.x86_64 kernel-2.6.32-504.3.3.el6.x86_64 Sometimes, one of the backup jobs that is scheduled to run…
Luis
  • 306
  • 1
  • 2
  • 11
9
votes
3 answers

Why would Linux VM in vSphere ESXi 5.5 show dramatically increased disk i/o latency?

I'm stumped and I hope someone else will recognize the symptoms of this problem. Hardware: new Dell T110 II, dual-core Pentium G850 2.9 GHz, onboard SATA controller, one new 500 GB 7200 RPM cabled hard drive inside the box, other drives inside but…
mhucka
  • 679
  • 4
  • 10
  • 22
9
votes
2 answers

Putty: Incoming Packet was garbled on decryption

I am unable to connect to my server on my local network (VM). I have multiple servers I am able to connect to. When I try to putty into the server, I get the message Incoming Packet was garbled on decryption What I've tried: I googled and tried to…
Jeff
  • 701
  • 8
  • 13
  • 26
9
votes
2 answers

Is there a big difference between CentOS 6.4 to 6.2 and should I up/down-grade?

We have two separate managed web servers. One is running CentOS 6.2 and is used as a production environment for a number of sites. The second one runs CentOS 6.4, and hosts some internal applications, such as our wiki, gitlab and issue tracker. I…
charliefortune
  • 836
  • 1
  • 8
  • 14
9
votes
1 answer

Unable to delete a user from a Linux CentOS 6.3 machine, what can be done?

When I try deleting my user (from a root shell) it says userdel: cannot remove entry 'itaig' from /etc/passwd The user isn't even displayed on /etc/passwd. [root@ab2c1 ~]# su - itaig su: warning: cannot change directory to /home/itaig: No such file…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
9
votes
1 answer

Starfield Wildcard SSL Certificate Not Trusted in All Browsers

I am at a loss as to what else I might try in order to debug this issue with a Starfield Wildcard SSL Certificate. The problem is that in certain browsers (Safari or the most-updated chrome you can get for OS X 10.5.8 for example) the certificate…
Austen Cameron
  • 193
  • 1
  • 5
9
votes
1 answer

CentOS is ignoring my public key

I am trying to connect to my own CentOS server using SSH; I am able to connect fine with a password; I am trying to connect with my public key, but the server does not attempt public key authentication. I have followed all instructions on this page…
ILikeFood
  • 399
  • 1
  • 5
  • 12
9
votes
3 answers

"No package pv available." on CentOS 6.2 Minimal

I'm trying to install Pipe Viewer on a CentOS 6.2 minimal system. When I run: yum install pv I get: * base: mirror.thelinuxfix.com * extras: mirror.atlanticmetro.net * updates: ftp.usf.edu No package pv available. Error: Nothing to do Do I need…
Nick
  • 4,503
  • 29
  • 69
  • 97