Red Hat Enterprise Linux version 7 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 [rhel7]
479 questions
0
votes
2 answers
nginx permission issue serving static file - RedHat 7 SELinux issue
This is a new installation which I followed the passenger+nginx guide. This will eventually be a rails site, but for now I am trying to get static files to serve, and am unable to figure out the correct combination of permissions.
I'm trying to…

LessQuesar
- 101
- 5
0
votes
1 answer
Moving disk space from /home to / on RHEL7.2 with xfs file system
I've setup RHEL7 with default partitioning, and they partitioned it as following:
/dev/mapper/rhel-home 100GB /home
/dev/mapper/rhel-root 50GB /
Both are on xfs filesystem. How can i shift most of my diskspace from /home to / ?
I've tried the below…

stiffy
- 23
- 3
0
votes
0 answers
Using chkconfig to implement auto-start on RHEL7?
I'm moving an in-house application from RHEL6 to RHEL7 servers.
I read you should still be able to use
chkconfig and service commands to install start/stop scripts, even if they have now changed to systemd boot-up:
Although you can still use the…

Rop
- 151
- 1
- 6
0
votes
2 answers
how to execute a script Rhel 7 at booting time?
I am trying to execute a shell script on RHEL7.1 when the machine starts. As in ubuntu, Upstart scripts (in /etc/init/) are used to execute any scripts or to start any services at boot time, is there anything equivalent in RHEL 7.1 to upstart?

user3460393
- 21
- 3
- 6
0
votes
1 answer
RHEL7 wireless configuration not available
I'm trying to use a wireless USB key on a RHEL7 NUC. The adapter shows up in 'ifconfig':
eno1: flags=4163 mtu 1500
inet 192.168.0.21 netmask 255.255.255.0 broadcast 192.168.0.255
inet6…

Peeter Joot
- 375
- 1
- 4
- 13
0
votes
0 answers
Rhel 7 directory write permissions for both CLI and Apache user
I have been setting up a production environment for Symfony framework application on Red Hat Enterprise 7 Linux.
I have an issue with enabling writing permissions to certain directories.
In order to enable write access to some directories, I have…

Đuro Mandinić
- 101
- 2
0
votes
1 answer
Display RHEL 7.0 Server in Windows Explorer Network List
How can I get my RHEL to simply show up in the network list in Windows Explorer? I have joined my RHEL to my active directory domain successfully. I can also ping and telnet into the machine from any of my machines in the windows AD network, and the…

Kevin
- 1
- 1
0
votes
2 answers
Unable to install freetds on RHEL7
I'm attempting to set up php-mssql in RHEL7. freetds is not available in the default RHEL repo, so I enabled epel as follows:
rpm -Uvh http://mirror.oss.ou.edu/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
yum install freetds
That yields:
Error:…

a coder
- 789
- 4
- 20
- 38
0
votes
1 answer
Send all logs of a system to one specific syslog local facility (local1-7)
I want to assign the syslog local facilities to specific OS, so I can sort the incoming logs on the logserver (e.g. local1 for Windows logs, local2 for RedHat logs, etc). It worked perfectly on Windows, but I'm stuck at my RedHat Systems.
Can I…

Tem
- 3
- 3
0
votes
1 answer
Determine if security software is blocking application process on RHEL Linux
We deployed a networking application implemented in Java 8 on RHEL 7.1. Periodically, the application gets stuck attempting to communicate on non-standard ports. Is there any way to determine if other processes, such as anti-virus, etc., is blocking…

SAFX
- 121
- 1
- 9
0
votes
1 answer
Why do I have an "any any" rule in iptables at the top and one at the bottom?
Hoping someone can clear this up for me. I'm on RHEL7.1 and I noticed that in iptables I have a rule that allows anything incoming. I ran this command to get the line numbers and interfaces just to make sure:
iptables --line-numbers -L -v…

user53029
- 629
- 3
- 14
- 36
0
votes
1 answer
RHEL expand disk size
Notice: I know this type of question has been asked (many times) before, but I have some remarks about the provided answers.
I run a RHEL (7.1) VM on Hyper-V. The VM has 2 IDE disks attached. I need to expand the second disk from 80 GB to 160 GB, so…

EsTeGe
- 271
- 1
- 5
- 14
0
votes
1 answer
Centos7 extras and rhel7 extras missing packages issue
I asked this on stack overflow and realised it is probably more appropriate to ask here.
I am merging ansible into our internal RHN satellite. I have a fully updated RHEL 7 base repo, extras, supplementary, optional, and RHN tools from Red Hat. I…

edos
- 3
- 2
0
votes
1 answer
SSH allowing remote hosts to connect to local forwarded ports
I'm currently facing an issue with a RHEL 7.0 regarding the ssh option -g (i.e remote hosts connection to local forwarded ports ).
I'm establishing a connection with port forwarding, from a server on myserver_ip address , with the usual command…

devlearn
- 141
- 1
- 6
0
votes
1 answer
Installing PHP 5.2 on RHEL 7.1
We are planning to move to Amazon EC2 server. Our current server version RHEL 5.5 and PHP 5.2. We are planning to configure Amazon RHEL 7.1. Does RHEL 7.1 support downgrading PHP version to 5.2. I'm worried about downgrading all dependent…

stefun
- 115
- 4