Questions tagged [rhel6]

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.

515 questions
1
vote
1 answer

Why is this VirtualHost definition activating when the ServerName doesn't match?

I've got a httpd24 server that I want to use to server multiple domains. I've got a 3 VirtualHost definitions. ServerName one.example.com # SSL stuff DocumentRoot…
Programming Guy
  • 121
  • 1
  • 9
1
vote
1 answer

How to make httpd24 (scl) use php >= 7.2 (RHEL 6.10)?

I am fairly new to working with RHEL and I was wondering if it was possible to have an httpd24 instanced installed as a software collection httpd24.x86_64 1.1-18.el6 @rhel-x86_64-server-6-rhscl-1 work with a PHP version other than the one…
DamianJ
  • 11
  • 3
1
vote
0 answers

pam_access using netgroup for host origin

I would like to be able to use: + : @user_netgroup : @host_netgroup in my access.conf, but this seems to fail due to pam_access not supporting host netgroups. If I substitute an IP or fully qualified hostname in to replace the @host_netgroup, it…
billq
  • 326
  • 1
  • 4
1
vote
1 answer

Why is Nginx only serving the Index mark-up when I use it as a reverse proxy for Nexus 3 Repository Manager?

I am trying to serve a Nexus3 Repo Manager through Nginx reverse proxy, but it only serves the Index mark-up. I have set up Sonatype Nexus 3 Repository manager on an Azure RHEL (SELinux) instance. I have been trying to set up Nginx (on the same RHEL…
MrRed
  • 11
  • 6
1
vote
1 answer

module be2net not loaded with define parameter in /etc/modprobe.d/

I want to load the be2net module with the parameter rx_frag_size set to 4096, the default value being 2048. As specified by the documentation I created a file /etc/modprobe.d/be2net.conf with the content options be2net rx_frag_size=4096. However…
1
vote
1 answer

Why do I receive [Errno 14] PYCURL ERROR 7 - "couldn't connect to host" when running yum commands in Red Hat Enterprise Linux and CentOS?

When running yum update, the below error message occurs Loaded plugins: product-id, rhnplugin, security redhat-rhn-satellite-5.5-server-x86_64-6 | 1.6 kB …
Stef Hej
  • 111
  • 1
  • 5
1
vote
1 answer

Passwordless SSH Local Port forwarding

I have setup SSH Local Port forwarding successfully with the below command ssh rex@server-001 -L 0.0.0.0:4122:node-x3:22 Now I am trying to do a passwordless access . For that I am using below command ssh -i /home/rex/.ssh/id_rsa rex@server-001…
Zama Ques
  • 523
  • 1
  • 9
  • 24
1
vote
1 answer

SSH hangs on connecting to a specific server

I use ubuntu 14.04 and I connect through SSH to a dozen odd servers both physical machines and virtual ones on the cloud. On one of my servers I used to connect through an RSA Authentication Key, I could connect to the server both as a user as well…
Apricot
  • 121
  • 1
  • 5
1
vote
1 answer

Nagios on RHEL 6 (EPEL package) stopped working after update

The EPEL package for Nagios on RedHat Enterprise Linux 6 has been updated some weeks ago from version 3.4 to version 4.3. The update has been done by a simple yum update command, and nothing indicated a major version change. Although after the…
Ale
  • 1,703
  • 17
  • 25
1
vote
1 answer

Only allow root to do su specific user

I'm on RHEL 6.8 I have a user "myuser" with sudoer rights and other users with no sudoers rights. Can I only allow root to do a "su myuser" in local ? Thank you
Matthew
  • 148
  • 1
  • 7
1
vote
1 answer

RHEL, Change Host and Domain Name

I want to change the Hostname and Domain Name of the Server without using yast because in this there is no yast or yast2. So please provide me the command for changes this. I am using Red Hat Enterprise Linux Server release 6.8.
user3441151
  • 119
  • 1
  • 2
1
vote
0 answers

Reset nproc value of root user

Website goes down and apache error log is below: [Sat Dec 09 19:23:22 2017] [alert] (11)Resource temporarily unavailable: setuid: unable to change to uid: 2 [Sat Dec 09 19:23:22 2017] [alert] (11)Resource temporarily unavailable: setuid: unable to…
1
vote
1 answer

RHEL6: httpd can't bind to port

We have RHEL 6.5 server which serves as local YUM server and uses httpd for the purpose. It's running on port 6809. And until yesterday it was running fine. One of my colleague was doing some additional deployment on different server which is…
Jaroslav Kucera
  • 1,545
  • 11
  • 18
1
vote
1 answer

Installing python development package on RHEL

I have been trying to install python development package on my red hat machine but not able to find the package any where. My server is a Red Hat Enterprise Linux Server release 6.8 (Santiago)( x86_64 GNU/Linux) with python 2.6.6 on-board The repo…
srivathsa
  • 11
  • 1
  • 2
1
vote
1 answer

Puppet File resource :"Parent Directory does not exist" error

I am getting the following error during directory creation using file resource Error: Cannot create /data/tomcat/${dirsname}/conf; parent directory /data/tomcat/${dirsname} does not exist Error:…
Zama Ques
  • 523
  • 1
  • 9
  • 24