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
28
votes
3 answers
How to install jq on RHEL6.5
There's seems to ready yum package.
So I've downloaded the tarball, but as soon as I ran autoreconf -i , I got the following:
configure.ac:14: warning: macro `AM_PROG_AR' not found in library
configure.ac:10: error: Autoconf version 2.64 or higher…
Amit Dunsky
- 485
- 1
- 4
- 10
4
votes
1 answer
RHEL 6.2 hangs at startup screen after forced reboot
I had to force a hardware reboot due to some CPU hungry application. It now hangs at the start-up screen right after the progress circle completes.
I have no way to see what it is doing (checking the FS or something) but when I press ctrl+alt+del, a…
Nick
- 161
2
votes
1 answer
Two RHEL 6 machines with static IP cannot ping each other
I am setting up a few servers for a conference at a hotel.
They have setup a separate VLAN for me and gave me 3 static IP's and a DHCP pool of 500.
The issue I have is that the two servers can not ping each other.
Server-1 has…
Danny
- 233
2
votes
3 answers
Lightweight alternative to R for RHEL?
I want to use R for some statistical analysis of logfile information, but found that even the "limited" R-core RPM has a lot of dependencies not already installed. I don't want to install so many packages for a peripheral need.
Are there…
Eric Rath
- 493
1
vote
2 answers
What is the alternate command for "kudzu" in RHEL6?
I used "kudzu" command in RHEL5 for scanning new devices connected to the server. But i am getting "command not found" error when I try the same in RHEL6.
What is the alternative command for scanning new devices connected to the server in RHEL6.
Pls…
0
votes
1 answer
circular dependency for php-json on RHEL 6
I am trying to install php7 on RHEL6. Can not add alternate channel to RHN , so tried downloading all packages from remi repository and then ran following command:
[root@MYSERVER php-packages]# yum --nogpgcheck localinstall…
Satya
- 116
0
votes
1 answer
Configuring RHEL 6.6 repositories
I've been given a RHEL 6.6 system which seems poorly configured - there is no subscription-manager tool available and network access has been restricted upstream.
I was able to obtain outbound HTTPS connectivity but no FTP (don't ask).
How do I…
lorenzog
- 2,889
- 4
- 21
- 25
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
- 71
0
votes
1 answer
Linux Hard link permissions show r/w/x for owner/user/group but user unable to execute
I have a hard link to a service script in /etc/init.d/ that points to a shell script (bash). The permissions show owner, user and group permissions to be rwx for everyone.
However, when I run the $find /etc/init.d/ -group myuser command, nothing in…
jim
- 3
-4
votes
1 answer
Linux File that lost it's attribute displaying only "??????"
In my Redhat Linux 6 I have a very strange file that doesn't leave the system no matter how I delete it
"web.process" CANNOT BE DELETED.
It's in /opt/folder/web/tmp/default/web.process
This "web.process" CANNOT be deleted. The command I have tried…
Amos
- 69