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
0 answers
up2date login & patch APIs for RHEL7
I am trying to achieve controlled patching of the RHEL machines in my network, for which I need to get the list of all patches onto a windows machine & distribute the missing ones.
I have already familiazired myself with the login & update RPCs for…

Rangaraj KS
- 101
0
votes
2 answers
RHEL and PHP versions
RHEL 7.1 ships with PHP 5.4 and that version is going out of support soon.
Based on historical trends, will RHEL upgrade to a new major version of PHP?
UPDATE
RHEL 7.1 - PHP 5.4.16
RHEL 7.0 - PHP 5.4.16
RHEL 6.5 - PHP 5.3.3
RHEL 6.0 - PHP…

gtirloni
- 5,746
- 3
- 25
- 52
0
votes
1 answer
Kickstarting RHEL7 VM stalls with "No device selected"
I've been using Ashgar Ghori's RHEL7 study guide and have hit a small snag which I have not been able to find a solution to.
Using a kickstart file that worked previously, whenever I use it for a new server I am taken to the Installation Summary…

theillien
- 445
- 3
- 13
- 28
0
votes
2 answers
Is it possible to add an os variant to the virt-manager list?
I just installed RHEL 7.1 on a server. I'm using it to study for the RHCSA/RHCE exams. One of the steps in the study guide is to install a VM through virt-manager using installation media on an FTP server. The OS variant list only goes up to RHEL…

theillien
- 445
- 3
- 13
- 28
0
votes
0 answers
Is the lmdb-devel package necessary for installing the cfengine on RHEL v.7 via an RPM .spec file?
I have a problem when I try to build from my spec file. I run this:
rpmbuild -ba newpackage.spec
I see a great deal of output. It ends with these lines:
configure: error: Cannot find Lightning MDB
error: Bad exit status from…

Propulsion
- 158
- 2
- 9
0
votes
1 answer
Creating AD SPNs with realmd/sssd on Cent7
Is it possible to use the system tools provided by realmd/sssd on a CentOS7 system to create and write out service principals for Apache and other servers? Or are we still reliant on other tools, like samba-tool and setspn.exe?

nicotine
- 101
0
votes
2 answers
Connection tracking in Firewalld (e.g. CentOS 7)
I can't get vsftpd and firewalld to work together properly on CentOS 7 (without adding the passive range to the firewalld). Looks like firewalld ignores connection tracking (nf_conntrack_ftp is loaded but has 0 users). Is it correct that firewalld…

ostergaard
- 137
- 2
- 8
0
votes
1 answer
Access to samba share folder without browsing
I am setting up a samba server on RHEL7. I would like to set up my share permission in the following manner -
Directory shared -
/shared/
/shared/private/
Files in /shared/ -
/shared/file1
/shared/file2
I want to allow user to access to…

TRA
- 83
- 1
- 5
0
votes
1 answer
RHEL7 server won't boot after restart - "Failed to start LSB"
I have a RHEL7 server that has been running for the past couple weeks, but it won't come back up after a restart now. I have daily snapshots, but all of them seem to be affected by the same problem.
This server is running a Drupal installation with…

Jeffrey
- 357
- 3
- 12
0
votes
0 answers
RHEL7 kickstart fails to install product certificate
I am installing Red Hat Enterprise Linux 7.0 Sever from a customized image with a Kickstart file. After rebooting, no product certificate has been installed, making it impossible to register the system.
I assume that I have inadvertently removed…

nafmo
- 450
- 4
- 13
0
votes
1 answer
Configure a Bridge Device in CentOS 7 via Kickstart
I wish to configure a br0 bridge with kickstart using eth0 as its slave.
Is this possible?
I have not seen any kickstart examples that do this.
I wish to use this box as a KVM host, so I'm looking to setup bridging (not bonding)

Simply Seth
- 117
- 7
0
votes
1 answer
How to include cinnamon via kickstart in CentOS 7
I'm trying to install cinnamon via kickstart in CentOS 7.
In previous versions of CentOS/RHEL there was the %packages --resolvedeps options
This option is no longer available.
I have the following for repos:
repo --name=epel…

Simply Seth
- 117
- 7
0
votes
4 answers
MariaDB 10.x on CentOS 7?
Why there is no MariaDB 10.x RPM for CentOS/RedHat 7? How can I install it?
I'm trying to install the most recent stable version on my server, but it seems, that official repo is absent.
5.5 is included in the distro, that's right, but what about…

Vladislav Rastrusny
- 2,671
- 12
- 42
- 56
0
votes
1 answer
httpd (WordPress) gets avc denied write (SELinux)
I'm getting following message in my /var/log/audit/audit.log:
type=AVC msg=audit(1402615093.053:68): avc: denied { write } for pid=799 comm="httpd" name="php" dev="xvda1" ino=8667365 scontext=system_u:system_r:httpd_t:s0…

alexus
- 13,112
- 32
- 117
- 174
0
votes
0 answers
Installing PHP 7.3 on RHEL 7 - Angular/PHP files don't process
I've been tasked with setting up an old application on a RHEL 7 server. It has an Angular front-end (I'm unsure of the version, but it's old) with a PHP backend. However, in the browser console I can see the Angular files such as angular.min.js and…