rhel Questions
3
I have a requirement to allow non-root users to start and stop a service. It was recommended to me to use PolicyKit rather than sudoers.d, which I am familiar with.
As I have no experience with P...
0
I tried to change HOME, USER in phpinfo() under environment module by setting envars, apachectl in /etc/httpd/ path but it's not working. Any clue to solve it?
ENVVARS FILE
LD_LIBRARY_PATH="/...
Riggall asked 4/3, 2022 at 20:18
6
Solved
As mentioned above, I need to install only the mongo shell on a RHEL instance (machine A).
I have a mongodb server on a separate instance (machine B) and need to connect to that from A to run mongo...
2
I have a Rhel version of a Linux and would like to upgrade from Python 3.6 to 3.7.2
What is the best and proven way to do it?
Tried with yum but seems that does not have latest versions of python...
2
Solved
How to list GRUB2's “menuentries” in command-line under Centos-8?
The used workable method "fgrep menuentry /etc/grub2.conf" failed.
Because at Centos-8/RHEL-8, they DO NOT store menuentry in /etc...
2
In rhel 7 server I am trying to install packages with yum. After getting error that I need to register my rhel7 with subscription-manager I got this error:
command:
subscription-manager register
...
2
Solved
I have multi-branch pipeline job in Jenkins:
http://illinXXXX:XXXX/job/OC/configure
and I checked the option for Discard old builds as below:
I would have expected, that each new run after th...
Rivalee asked 9/1, 2020 at 9:56
5
Using Red Hat Enterprise Linux is it possible to place a global option that whenever a user exits an SSH connection the BASH history for that user is cleared?
1
Solved
I am running an Elasticsearch container as Podman pod using podman play kube and a yaml definition of a pod. Pod is created, cluster of three nodes is created and everything works as expected. But:...
1
Solved
I have an 8-core RHEL Linux machine running R 4.0.2.
If I ask R for the number of cores, I can confirm that 8 are available.
> print(future::availableWorkers())
[1] "localhost" "...
Taishataisho asked 6/1, 2021 at 14:55
2
Solved
Server is a RHEL7, Kerberos is AD (Windows). I'm only client of KDC.
Arcfour-hmac works fine but when I change encryption type to aes-256 and set up a new keytab, kinit still works, but not kvno. ...
Phalan asked 28/4, 2017 at 7:21
1
I am trying this sample code from "https://docs.docker.com/compose/gettingstarted on Python installed on RedHat enterprise linux 7 / 8 image.
Getting error 127 on this line
RUN apk add --no-ca...
Achromaticity asked 21/4, 2020 at 16:7
18
Solved
I am on a server that has afresh install on RHEL 5. I was able to install Apache and PHP just fine., but I am having serious trouble with my MySQL installation. I tried the following:
yum install ...
19
Solved
I'm trying to install python3 on RHEL using the following steps:
yum search python3
Which returned No matches found for: python3
Followed by:
yum search python
None of the search results con...
Urge asked 10/11, 2011 at 22:21
2
I am setting up the https connection of my AEM application in a RHEL server hosted in AWS. Followed the documentation provided by Adobe. For the 1st author instance it worked successfully, but on m...
4
Solved
We have around 12 services and other applications such as presto.
We are thinking about building Docker containers for each service and application. Is it right to dockerize all of them?
Wh...
Inference asked 7/6, 2020 at 19:13
2
Solved
If a package is installed using yum localinstall like this:
yum -y localinstall --nogpgcheck some-package-1.0.0.rpm
And now, if I try to run:
yum -y localinstall --nogpgcheck some-package-2.0.0...
5
Solved
I've been unsuccessfully searching for a way to install make utility on my CentOS 5.2. I've looked through some RPM repositories and online, with no avail. Installing gcc, gcc-c++ didn't help! Pack...
3
I have a docker container which was built by a keycloak image.
I want to install vim in the container but I found that I need to have yum in order to install the vim. I tried to download yum from ...
3
Solved
Running:
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
Produces:
Could not fetch/save url https://download.docker.com/linux/centos/docker-ce.repo to file...
2
Solved
I'm trying to write a init.d script for the first time to start a supervisord process. Supervisor is a process controller/manager like runit, upstart, or systemd. I would like it to start automatic...
Vicenta asked 20/1, 2016 at 0:15
9
Solved
I am using PHP-mysql on Linux (RHEL 5.0) For First Time
When I tried to connect to MySQL from my PHP Script using mysqli_connect.
It Displayed The Following Error:
Can't connect to local MySQL ...
4
I have to build a rpm package for some drivers. I need to build the rpm from a .tar.gz archive. The tar ball also contains the .spec file. I have set up my rpmbuild environment as described here: h...
6
I am on a new RHEL system.
I seem to be unable to be able to install anything package via yum install.
yum install nmap
The current repos in
ls /etc/yum.repos.d/
google-chrome.repo redhat.rep...
2
Solved
Running PHP Version 7.1.30 under RHEL 7.7.
I'm wanting to bump memory_limit, but wasn't sure if I had the syntax right (i.e. 256M or 256MB). So to start with I put a bad value "Hugo" in as the mem...
© 2022 - 2024 — McMap. All rights reserved.