Red Hat Enterprise Linux version 6 is a Linux distribution sold by Red Hat, Inc. for the enterprise market. It is used for both servers and desktops. Although the binaries are not freely available, the sources are, and so there are numerous projects which provide compatible rebuilds of RHEL, such as CentOS and Scientific Linux.
Questions tagged [rhel6]
515 questions
8
votes
3 answers
How to make NTP work despite a high offset?
Recently I have kickstarted some servers that had their time off by a month in the bios. The time in the bios said it was a random time/date in May, while it was June.
This caused NTP not to work, because NTP doesn't sync with such a high offset.…

ujjain
- 3,983
- 16
- 53
- 91
8
votes
3 answers
Understanding RedHat's recommended tuned profiles
We are going to roll out tuned (and numad) on ~1000 servers, the majority of them being VMware servers either on NetApp or 3Par storage.
According to RedHats documentation we should choose the virtual-guestprofile.
What it is doing can be seen here:…

espenfjo
- 1,686
- 2
- 13
- 15
8
votes
3 answers
Errors using new rsyslog template syntax on RHEL6
I'm migrating our rsyslog config from an old server to a new one, and thought I'd use the opportunity to tidy up our config. The old config used "legacy" template definitions, and the rsyslog doc on templates recommend replacing such definitions…

Bart B
- 3,457
- 6
- 31
- 42
8
votes
2 answers
Clone kvm/qemu VM to a different server
What's the easiest/quickest way to clone a VM from one server onto another if you don't have shared storage between the two servers (so you can't do a standard migration)?
I have a production ready VM installed on one server, and I want to clone it…

Andrew Case
- 3,489
- 3
- 23
- 39
8
votes
1 answer
Best way to manage custom ports in SELinux
On RHEL 6.2, we're using httpd on a host as a front-end proxy for Tomcat on another host, and we also have mod_status configured to listen on a non-standard port to provide status info to a monitoring tool. Therefore, we need httpd to 1) establish…

Eric Rath
- 483
- 1
- 5
- 11
8
votes
4 answers
Can I set up Fedora or Centos repos in RHEL6?
I have a RHEL6 box with no subscription to Red Hat Network. I want to install gcc using yum to resolve all the complex dependencies. Can I connect to Fedora or Centos repositories to install software? If so, how?

Liam
- 1,401
- 3
- 19
- 28
7
votes
2 answers
Account Lockout with pam_tally2 in RHEL6
I am using pam_tally2 to lockout accounts after 3 failed logins per policy, however, the connecting user does not receive the error indicating pam_tally2's action. (Via SSH.)
I expect to see on the 4th attempt:
Account locked due to 3 failed…

Aaron Copley
- 12,525
- 5
- 47
- 68
7
votes
3 answers
Php pdo_dblib - cannot find/unable to load freetds
Self-hosted box,
RHEL 6
PHP 5.3.3
PDO installed
freetds installed
pdo_dblib - so far no luck installing
My goal is to use PDO with sybase. Attempting to install pdo_dblib from the appropriate version php source code. I have tried a variety of…

MaxPowers
- 171
- 1
- 3
7
votes
3 answers
Interpreting cryptic kernel "page allocation failure" messages
I have a multi-user CentOS 6.1 database system running an application named ABC. The server is 64-bit, 8GB RAM and 6 vCPU (on VMWare ESXi 4). We get frequent dumps into the dmesg and the system logs detailing kernel page allocation failures.
What…

ewwhite
- 197,159
- 92
- 443
- 809
6
votes
1 answer
bond slave interfaces not getting the same aggregator id on LACP
I have a bug on some servers where LACP (802.3ad) is not working.
I have on all servers a bonding device bond0 with two eth slaves and each interface is plugged on a different swich, and both switches configured with LACP.
Everything seems to be ok,…

Baptiste Mille-Mathias
- 679
- 2
- 8
- 26
6
votes
2 answers
How to log if a user removes a file from samba share
I am working over the default Samba that comes with RHEL 6.x version. I am successful in sharing a samba share to my client users.
I have given each of them a set of credentials using which they have to connect to samba server and upload or download…

Shashikanth Komandoor
- 199
- 2
- 7
6
votes
1 answer
RHEL6 Keeping 1 old kernel and security
I have my RHEL 5&6 servers set to keep 1 old kernel after updates, I do this in case I need to recover the system for any number of reasons. My question is related to security of the system when running with the most current kernel but still having…

user1548815
- 65
- 4
6
votes
3 answers
How come all LDAP users are shown with getent passwd?
We are using an LDAP server with both Solaris and RHEL servers and planning to migrate more servers over to RHEL. However we have an issue with LDAP on all Red Hat servers.
When I type "getent passwd", all users on the entire LDAP Server are shown,…

ujjain
- 3,983
- 16
- 53
- 91
6
votes
1 answer
How to prevent installation of incompatible rpm packages
I have two rpm packages that should not get installed together.
After googling around I assume there is no RequiresNot tag or something similar to specify incompatible packages in a specfile.
What is the best solution to prevent installing them…

jgb
- 113
- 7
6
votes
2 answers
How to kill ostensibly immortal process?
I had some huge file transfers operating on an NFS mount. The server on which the mount point resided was carelessly rebooted, and now the server from which these large transfers were initiated seems to be bogged down by them.
If I run top, I see…

DeeDee
- 333
- 2
- 7
- 16