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
0
votes
1 answer
RHEL 6.4x64 /etc/profile is not executed as a simple user
We have an ibm HPC cluster, with two admin nodes (rhel 6.4x64), they are both attached to an NFS server for shared objects, like home directories.
A few days ago, we had an incident and now we have a strange problem on one of the admin servers.
the…

Wodel
- 51
- 1
- 5
0
votes
2 answers
refreshonly not working with Puppet exec resource
I am using the following user resource to create a unix user and then set an initial password for the user. I then performed an exec with chage command to force the user to change his password after his first login.The manifest is as follows
node…

Zama Ques
- 523
- 1
- 9
- 24
0
votes
0 answers
completely remove chef off my server
I am trying to install chef onto my RHEL6 machine. I have followed a old guide that is not relevant and I am getting some errors now and I want to fully wipe chef off this server. I tried following there instructions of running the following cmd…

Max Powers
- 109
- 1
0
votes
1 answer
Apache httpd: How can I Deny from all, Allow from subnet without the ip address range being known before hand?
I am running REHL 6.7 with the stock Apache httpd-2.2.
I have enabled mod_status at the Location /server-status. I would like to allow access to this single Location in the following way:
Deny from all
Allow from within my servers subnet with IP…

jgr208
- 111
- 8
0
votes
1 answer
Unable to install Rtree 0.8.2 package on RHEL6 64-bit
UPDATE:
If it also helps. I have root access.
Seems like I am not the only with the problem, but a couple had this problems
https://github.com/ioos/conda-recipes/pull/198
I had updated my core.py accordingly as documented in the link however I get a…

Ricsonc
- 1
- 2
0
votes
1 answer
Opening ports on a remote DB server
I'm running a RHEL7 box, running MySQL-5.7.11 and I'm simply trying to allow remote connections...
I followed the documentation here on opening a port and have done so successfully.
When I run iptables -nL | grep 3306 it outputs:
ACCEPT tcp -- …

Jordan Davis
- 103
- 3
0
votes
0 answers
do not allow multiple sessions if user have different IPs
I am running Red Hat Enterprise Linux 6.6 and for authentication we use LDAP authentication. We have running application on a server (doesn't really matter which one it is) and the way application work is it basically uses OS just to authenticate…

zuboje
- 123
- 1
- 6
0
votes
1 answer
RHEL6 and GPG 2.0.14: What is a working keyserver config with proxy?
The documented solution doesn't seem to actually work. The documented solution:
In ~/.gnupg/gpg.conf change to use an HTTP keyserver and honor the environment variable http_proxy. The proxy I'm using is a special proxy that requires no…

Steve Bonds
- 1,014
- 2
- 12
- 21
0
votes
2 answers
logrotate issue with date appending
I have an Apache server (2.2) running in RHEL 6.3, with the following logrotate configuration:
# Rule for Apache logs
/var/opt/apache/logs/*log {
compress
missingok
notifempty
daily
rotate 15
create 0640 www_adm apache
…

Peter
- 123
- 2
- 5
0
votes
0 answers
RSYSLOG v3 vs v5 config for property base filtering
I'm trying to set up a property base filtering for audispd log, this is what I have currently
SLES11 RSYSLOG v5
RHEL6 RSYSLOG v5
RHEL5 RSYSLOG v3
rsyslogd: [origin software="rsyslogd" swVersion="3.22.1" x-pid="15913"…

skelator
- 31
- 2
0
votes
2 answers
NFS mount point is not being accessible after stopping NFS service
I have shared a directory on my NFS server to another machine. I am successfully mounting the NFS Share and able to access.
After few days, I was supposed to stop the NFS service on the NFS server due to server maintenance. But unfortunately I did…

Shashikanth Komandoor
- 199
- 2
- 7
0
votes
0 answers
Disable showing drives that are mulitpathed
We have servers(RHEL 6.7) that have multipath SAN attached disks assigned to them. The multipathing is setup and all works great in that aspect. The issue comes in when you view the Computer within gnome, it shows all the drives. How do we get those…

John C
- 99
- 10
0
votes
3 answers
RBASH how to prevent users exiting to normal bash?
I have set up some test account to beta implement rbash to limit users from doing to much on the server. Currently I am using .bash_profile to set bash -r for these profiles. But when a user types exit they drop into the normal bash shell.
I…

user2821177
- 11
- 2
0
votes
0 answers
RHEL 6 DVD/CD mounting for all user
How can I mount a DVD for all user in a group in my system?
When I mount a cd/dvd using the command
sudo mount -t iso9660 -o ro,uid=[uid],gid=[gid] /dev/sr0 /media/DVD
and try ls -al, it gives
drwx------. 7 [user] [group] 6144 Sep 23 20:14…

user3575971
- 1
- 1
0
votes
1 answer
krb5.conf is not readable by httpd process
I have an issue regarding kerberos / httpd / RHEL
System 1
This is the problematic system.
OS: RHEL 6.6
Kernel: 2.6.32-431.29.2.el6.x86_64
CPU: Intel Xeon X5570
There is a kerberized website running on the server.
System 2
This system is working…

Dave
- 3
- 2