Questions tagged [rhel5]

Red Hat Enterprise Linux version 5 is a Linux distribution sold by Red Hat, Inc. for the enterprise market.

379 questions
5
votes
1 answer

mount using insecure ports for nfs

Title says it. mount is occasionally making NFS mount/unmount requests from insecure ports. I believe the issue is being caused by all of the secure ports being stuck in TIME_WAIT after periods of very high mounting activity (amd). Is there any…
5
votes
2 answers

Should swap space be in a logical volume, or directly on disk?

What are the benefits of putting swap into a logical volume over using direct disk access? For example, with a fresh, default install of RHEL5 or 6, a volume group is created on the default disk along with one other small non-logical partition (for…
warren
  • 18,369
  • 23
  • 84
  • 135
5
votes
3 answers

Cannot find ssl libraries when configuring stunnel

I am using RHEL 5.6 and trying to install stunnel with the 'xforwardfor' patch from haproxy to get a setup similar to this (older) post: http://www.buro9.com/blog/2009/12/07/installing-haproxy-load-balance-http-and-https/ When I run ./configure I…
Derek Downey
  • 3,955
  • 4
  • 27
  • 29
5
votes
2 answers

How to programmatically change php.ini values via shell scripts?

Basically, I'm trying to setup a shell script that lets me autoconfigure some parameters on my new servers In particular, I'd like to set, in php.ini error_log= /var/log/php_errors.log error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT &…
Keeper
  • 51
  • 1
  • 2
5
votes
3 answers

Why is my MPIO connection to the SAN capped at 1 Gbps when using Linux?

I'm connecting a RHEL5 box to a Dell EqualLogic PS5000X and seeing a maximum of 1 Gbps even while using MPIO with three gigabit NICs. I have all three interfaces on the PS5000X and three dedicated iSCSI interfaces on the server connected to the same…
5
votes
2 answers

RHEL5: Can't create sparse file bigger than 256GB in tmpfs

/var/log/lastlog gets written to when you log in. The size of this file is based off of the largest UID in the system. The larger the maximum UID, the larger this file is. Thankfully it's a sparse file so the size on disk is much smaller than the…
John Kugelman
  • 103
  • 12
5
votes
2 answers

What does this Linux command do?

I have by a mistake written this command on a CentOS server xargs rpm -e|rpm -qa|grep test11 where I meant rpm -qa|grep test11|xargs rpm -e which should uninstall all packages matching "test11". Can someone figure out what the first command do? I…
Sandra
  • 10,303
  • 38
  • 112
  • 165
5
votes
3 answers

How to Update Red Hat Enterprise Linux 5.4 using CentOS Repos

I don't have a subscription for RHEL anymore and I want to update my server. Can anyone tell me How to Update Red Hat Enterprise Linux 5.4 using CentOS Repos ?
enkay18
4
votes
4 answers

Make a process listen on 0.0.0.0 (or not 127.0.0.1)

Both boxes in question are RHEL5. I have a python RPC server running on localhost port 8000. When a client running on the same machine tries to connect, everything works great. When a remote client attempts to connect, we get no response. netstat…
user24773
4
votes
1 answer

How is "kernel.*" syslog spoofing prevented?

I'm finding instances of syslog-ng writing out garbage followed by a blank kernel.emerg line in one of our production environments. Example of one: Dec 21 00:14:56 someserver [syslog-ng.err] Error processing log message:
Andrew B
  • 32,588
  • 12
  • 93
  • 131
4
votes
1 answer

How to monitor NFS load from userland?

Apologies if I'm not using the proper jargon (although I'm a longtime linux user, I'm not an admin) or if this is a FAQ (though searching SE got lots of hits, I didn't see anything quite like this question): I'm a user on a science cluster (with…
TomRoche
  • 243
  • 4
  • 11
4
votes
2 answers

svnserve seems to write files as root. How can I give access to the same repository via svnserve and apache?

The aim is to set up subversion with both svnserve and apache/webdav access. When users commit via http/apache, files are written to the filesystem and belong to apache user. When users commit via svn/svnserve, files are written to the filesystem…
user130370
4
votes
3 answers

RHEL 5 Network Connectivity Issue

I just recently installed RHEL 5 on a virtual machine. The server is set up to use a static IP, which I've configured in the Network Configuration GUI. There is only ethernet interface set up called eth0 which is set to activate on boot. After…
Brian
  • 231
  • 8
  • 18
4
votes
3 answers

Easiest way to convert HVM DomU to PVM?

I've got a bunch of Xen 3.4 DomUs that are currently running as HVM because of our infrastructure (Kickstart which doesn't handle Xen PVM yet). Both DomU and Dom0 are RHEL5 machines. If I understand the documentation and configuration correctly, it…
4
votes
1 answer

Monitor or log directory permission changes?

I'm having an issue with a cPanel shared server running CentOS 5 where a few directories under the public_html folder keep getting changed to 777 from 755. The customer says they are not changing it and i'm wondering if there is a way to monitor…
sMyles
  • 153
  • 1
  • 1
  • 8
1 2
3
25 26