Questions tagged [redhat]

Red Hat is an open source technology solutions provider with offerings including Red Hat Enterprise Linux, open source applications, security and systems management, virtualization, Services Oriented Architecture (SOA) solutions, server and desktop operating systems, Java application software and services, and the JBoss Enterprise Middleware Suite. Please also consider whether or not the more specific RHEL5 or 6 tags might be appropriate as well.

Red Hat is an open source technology solutions provider with offerings including Red Hat Enterprise Linux, open source applications, security and systems management, virtualization, Services Oriented Architecture (SOA) solutions, server and desktop operating systems, Java application software and services, and the JBoss Enterprise Middleware Suite.

3259 questions
1
vote
2 answers

How can I log on my linux machine with my Active Directory credentials?

I'm on a windows computer RDPing to a RHEL 7 Server. I now want to be able to log into that server using my windows domain credentials(over SSH, preferably RDP too but not necessary). Here's what I have so far : realm list returns my domain…
BIfrost
  • 11
  • 2
  • 2
  • 7
1
vote
0 answers

Apache Internal RE-WRITE to replace 301 redirect

I need to internally rewrite (due to partial CMS content restructure) as I currently have a permanent 301 redirect and it is killing SEO. I do not want the users browser to redirect or know about the content location change. Case One www.example.com…
Jamie
  • 11
  • 1
1
vote
1 answer

Create yum variable, that is the result of a command?

To clarify, I am looking on how to store a yum variable as the RESULT of a command. The command I use to get the OS version is irrelevant to me, I'm sure there are better ways of getting it than what I've done below. I want to create a custom yum…
Party Time
  • 155
  • 6
1
vote
1 answer

Can not register with RHEL

# yum -v repolist Loading "rhnplugin" plugin Loading "security" plugin Config time: 0.105 There was an error parsing the RHN proxy settings. RHN support will be disabled. Yum Version: 3.2.22 repolist: 0 and cat /proc/version Linux version…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
1 answer

Redhat wal-e installation

I am trying to get https://github.com/wal-e/wal-e installed on a Redhat system. I have been using the pip method to do the installations. I believe I installed all required dependencies and it's still throwing the distribution not found error. See…
Jacob Waller
  • 135
  • 5
1
vote
3 answers

How to get mod_proxy_fcgi on CentOS/Red Hat 6 with Apache 2.2?

I am trying to get Apache 2.2 + php-fpm to work on CentOS 6.5 (and Red Hat later). I want to use mod_proxy_fcgi to do this, but I can't find a proper way to get it. I tried looking for repository including it, but I only found it packaged with…
Gagaro
  • 113
  • 1
  • 4
1
vote
0 answers

RHEL Equivalent of AIX's chuser login=false rlogin=false

On AIX, I can disable login/remote login by setting the attributes listed to false, but I will still be able to su from other users, and sudo as the user. Is there an equivilant in RHEL to the above? I tried locking the password (usermod -L), and…
VTC
  • 11
  • 1
1
vote
1 answer

"yum groupinstall" i686 packages on x64?

I'm working on enabling x64 host build workers to build i686 RPMs, now that AWS EC2 (which we use to run build workers) is deprecating i386 nodes like m1.medium in favour of x64-only instance types like m3.medium. I could roll a custom AMI that runs…
Craig Ringer
  • 11,083
  • 9
  • 40
  • 61
1
vote
1 answer

Historical CPU Utilization by Service Name In RHEL 6.2

I need to implement historical CPU Utilization by service name in Linux Red Hat 6.2. Is there any software or command which can provide such details ?
Raza
  • 11
  • 2
1
vote
3 answers

Multiple java versions

I have a server running rhel5 and jre 1.6. All my apps are running perfectly for now. But I want to install java 1.7 but keeping java 1.6 as the default so my running apps want be affected. If I want to install java 1.7 from a rpm how can I do this,…
ivcode
  • 1,062
  • 1
  • 9
  • 13
1
vote
0 answers

Kerberos and SSH login

I've just configured a RHEL 7 for windows authentication (idmap_ad). Every check works but if i try to ssh with a domain user i get the error: Connection closed by ::1 Here follows the ssh log in debug mode: Jul 22 11:16:02 SERVER sshd[7720]:…
1
vote
1 answer

Regular syslogd clusvcmgrd messages dumped to ALL terminals

Just a few days ago we are suddenly now getting messages like this dumped to every open terminal every couple minutes: Message from syslogd@hartnell at Wed Sep 2 11:15:27 2009 ... hartnell clusvcmgrd[5887]: readServiceBlock: Service number…
user19111
1
vote
3 answers

RHEL servers with no access to Internet constantly polling DNS for xmlrpc.rhn.redhat.com

We have several servers, all RHEL6 (x86_64), that are constantly querying our DNS server for xmlrpc.rhn.redhat.com. We have nscd installed and configured on each of those servers and hosts caching is enabled, but doesn't seem to apply to this. Even…
Yanick Girouard
  • 2,385
  • 1
  • 18
  • 19
1
vote
2 answers

RH 7.2: Memory usage in ps and top don't match; problem or normal behavior?

When I use the "top" command on my Red Hat 7.2 machine, it tells me that ~3.9 out of 4.0 gigs of RAM are in use, and that there's about 135meg free. When I use the "ps" command, however, to list all processes and their memory utilization, the list…
IVR Avenger
  • 325
  • 1
  • 5
  • 16
1
vote
1 answer

How to use # in url as a redirect rule in htaccess for apache

I am having a difficult time figuring out how to have the following work: I am trying to redirect a url in htaccess I am trying to redirect from example.com/test.html to example.com/index#test I have the following setup RewriteRule ^test.html…
AKKAweb
  • 149
  • 1
  • 5