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
1 answer

How do I find out what the latest version of a package is for a given version of RHEL?

When working with for instance Ubuntu, I'm used to being able to look up which version of a given package is available for a given version of Ubuntu Server on launchpad.net/ubuntu. Is there a similar resource for Red Hat Enterprise Linux? I have…
Lasse
  • 113
  • 2
1
vote
0 answers

libgcc multilib version - unable to install any package with yum

System: Red Hat 6.5 I have a problem with libgcc, which is apparently installed in 2 different versions on my machine. Anyway, when I try to install literally anything, I am unable to do so, because of the error: Error: Multilib version problems…
pnadczuk
  • 111
  • 3
1
vote
2 answers

Add custom 'allow' policy in SELinux

I would like allow httpd to executed files from a user's home directory. From audit2allow I understand that this implies the following policy: allow httpd_t user_home_t:file execute; How do I turn this into a script that enables this policy on my…
Jeroen Ooms
  • 2,239
  • 8
  • 34
  • 51
1
vote
1 answer

Linux Kernal Swap?

I'm trying to accomplish something that's a bit outside of my comfort area, and after asking around and googling without success I thought I'd try here. I'm trying to import a Linux VirtualBox VM into AWS. The issue is that the AWS import routine…
DuncanDavies
  • 41
  • 1
  • 6
1
vote
1 answer

RHEL yum broken

I have RHEL which is deployed from Amazon AMI, and yum is somehow broken. I must use that AMI because of corporate software installed on it. There is no way to rollback to previous state. This is the output of all yum commands except yum…
azivanovic
  • 11
  • 1
1
vote
1 answer

install libxml2 without internet connection so that nokigiri can be installed

I am trying to install libxml2 on a redhat box which cannot connect to the internet. So i downloaded and scped the following rpms: libxml2-2.7.6-1.x86_64.rpm libxml2-devel-2.7.6-1.x86_64.rpm libxml2-python-2.7.6-1.x86_64.rpm But I cannot install…
Micheal
  • 111
  • 2
1
vote
1 answer

memory high issue on RHEL server?

18105 /wm/www/tmmy/ 2.2 1128256 1683020 16961 /usr/sbin/httpd 2.4 1201668 1692788 27746 /usr/sbin/httpd 2.4 1217296 1701612 31519 /usr/sbin/httpd 2.4 1223532 1710176 18192 /wm/www/tmmy/ …
pkm
  • 203
  • 1
  • 2
  • 7
1
vote
1 answer

Application Performance & Interrupt Affinity

Quoting the RedHat Performance Tuning Guide 3.3.7. Setting interrupt affinity Interrupt requests have an associated affinity property, smp_affinity, that defines the processors that will handle the interrupt request. To improve application…
user3513346
  • 87
  • 3
  • 9
1
vote
1 answer

Lighttpd ldap auth issue, massive performance loss (lighttpd 1.4.35-1.el6.x86_64 + RHEL 6.6)

I installed lighttpd for the first time from epel repo. I changed user and group for the webserver and ran the lighttpd server. I can download a page with 200 small images in about a second. If I enable ldap authentication with configuring ldap and…
1
vote
1 answer

iptables block net range

I'm trying to REJECT network via iptables(8) and for whatever reason it is not doing so: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.6 (Santiago) # uname -a Linux X 2.6.32-504.16.2.el6.x86_64 #1 SMP Tue Mar 10 17:01:00 EDT…
alexus
  • 13,112
  • 32
  • 117
  • 174
1
vote
1 answer

Change Nginx document root from /usr/share/nginx to /etc/nginx

I've tried many things, STFW, RTFM but I still have this problem. The thing is: I have a Nnginx installed in an AWS machine (other fella installed it, not me) and I MUST serve several virtual hosts (*.conf files) which are being pulled from other…
lgg
  • 141
  • 2
  • 11
1
vote
0 answers

mail send format issue in different linux servers

I have created a send mail script which will run on couple of my client servers. The mail was sent correctly in couple of servers but in some servers the format we receive is not what what we expected. What could be problem with wrong server and how…
user1595858
  • 265
  • 1
  • 3
  • 10
1
vote
1 answer

bash script doesn't run properly in crontab but runs fine manually

I wrote a small script to determine the average IOPs per hour in which I later manually convert to a graph and spreadsheet for management to discuss a potential SAN upgrade for an upcoming expansion project. The system running is currently a…
Brad
  • 250
  • 1
  • 11
1
vote
0 answers

Can't connect to Windows Server 2012 Virtual Machine in Red Hat 6

I have installed a WS2012R2 virtual machine using KVM on Red Hat, It has a bridge connection, Both (Host and Guest) have public IP addresses, both have internet access, both can ping any ip address or website (local or remote), if I check the public…
1
vote
0 answers

Clarify directory quota and volume quota on RedHat

I'm following this guide: Managing Disk Quota But I really don't understand how to enable quota for every sub-directory inside a directory, when the containing directory doesn't have any limit. For example: Directory A (all subdirs must be limited…
Toan Nguyen
  • 113
  • 5