rhel7 Questions

3

I have a simple example of a service unit and bash script on Red Hat Enterprise Linux 7 using Type=notify that I am trying to get working. When the service unit is configured to start the script ...
Never asked 16/7, 2019 at 14:55

2

How to reproduce: login as admin go into the admin menu click on overview - runners or click save in the settings Result: 500 Error: Whoops, something went wrong on our end. Which system is ru...
Naseby asked 10/1, 2019 at 11:47

4

Solved

I wanted to make python3 my default on rhel so I followed the following at How to set Python3.5.2 as default Python version on CentOS? sudo ln -fs /usr/bin/python3 /usr/bin/python It changed the...
Nonsuch asked 21/10, 2019 at 18:18

4

Solved

I am trying to install gcc and g++ 4.9.2 on Linux. I'm pretty new with Linux and i saw some guides of how to install, but each time I encountered with another problem. I don't have any gcc right no...
Pelaga asked 8/11, 2017 at 9:16

4

Solved

I am getting Requires: fuse-overlayfs >= 0.7 error while installing docker in RHEL-7. sudo yum install docker-ce Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subs...
Muhammadan asked 25/1, 2021 at 3:54

9

I am trying to install virtualbox5.2 on a RHEL 7 VM When I try to rebuild kernels modules I get the following error: [root@myserver~]# /usr/lib/virtualbox/vboxdrv.sh setup vboxdrv.sh: Stopping Vir...
Fosterling asked 19/3, 2018 at 17:33

4

My docker I found this cheatsheet from internet: https://design.jboss.org/redhatdeveloper/marketing/docker_cheatsheet/cheatsheet/images/docker_cheatsheet_r3v2.pdf I catch error C:\Users\Administra...
Keown asked 22/12, 2021 at 1:53

10

Solved

I am trying to redirect output of a systemd service to a file but it doesn't seem to work: [Unit] Description=customprocess After=network.target [Service] Type=forking ExecStart=/usr/local/bin/b...
Worthington asked 2/6, 2016 at 7:51

4

Solved

I am trying to build Apache Server v 2.4.38 on RHEL 7.3 and I am using apr 1.6.5, apr-util 1.6.1, and pcre 8.42. I am running following commands ./configure --with-included-apr --with-pcre=/data/...
Monarchal asked 29/1, 2019 at 2:4

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...
Masteratarms asked 28/4, 2020 at 13:6

2

Solved

I'm trying to add my first service on rhel7 (which resides in AWS/EC2), but - the service is not configured correctly - as I get: [ec2-user@ip-172-30-1-96 ~]$ systemctl status clouddirectd.service ...
Decrescendo asked 9/1, 2018 at 20:32

4

Solved

I am trying to use logrotate to rotate out tomcat's catalina.out automatically on a daily basis even though I can manually call logrotate and it works fine. I am using I have tried every solution o...
Kaylakayle asked 11/12, 2018 at 17:52

4

I wrote a simple java program to basically run: System.out.println(InetAddress.getLocalHost().getHostName()); If I compile it and run it on Java 1.7.231 or 1.8.221 On RHEL 7.7, it returns the FQDN ...
Teth asked 19/5, 2020 at 18:54

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 ...
Homochromous asked 8/3, 2020 at 16:23

6

Solved

I have a rhel7 host with docker in it. I have build a image with also rhel7 as base image. But when I run the container & do yum update or try to install in package with yum, it gives me below ...
Papoose asked 5/12, 2016 at 12:56

2

Solved

I followed the Software Collections Quick Start and I now have Python 3.5 installed. How can I make it always enabled in my ~/.bashrc, so that I do not have to enable it manually with scl enable rh...
Cumulus asked 28/1, 2017 at 13:49

3

Solved

I am trying to install something in my virtual environment, which uses anaconda python 3.6. I get the gcc failed with exit status 1, hinting on the absence of the right python3-devel package, as de...
Liaotung asked 27/3, 2017 at 13:4

2

Solved

Please explain the following output: docker ps ExanpleContainter Ports -------- 10.10.10.10:443->443/tcp, 0.0.0.0:1937->1937/tcp And, docker inspect ExanpleContainter "Ports": { "1937/t...
Edra asked 23/1, 2017 at 2:3

1

I have a RStudio server running on port, say, 8787, which is then accessible by a web browser. The problem is, if my colleague wants to use RStudio, I'll be disconnected as only one user can use t...
Vespiary asked 24/2, 2020 at 10:12

1

I'm trying to use the yum Python package in CentOS 7. In Python 2: I can successfully import yum. In Python 3: When I try to import yum, I encounter ModuleNotFoundError: No module named 'yum'. T...
Reynoso asked 9/12, 2019 at 16:28

2

Solved

I am looking to update my GCC to the newest version (8.2 as of today) but when I attempt to use yum update gcc it doesn't have any new packages to update. I am also not having any help looking at t...
Wulfenite asked 11/1, 2019 at 16:38

3

Trying to install python36-devel on RHEL7, ends up getting error Tried resolving the dependencies as stated in error, but no help. Also tried this How to install python3-devel on red hat 7, which...
Leonie asked 14/8, 2019 at 16:35

1

This is happing especially on RHEL Already installed this packages yum install libxml2-devel xmlsec1-devel xmlsec1-openssl-devel libtool-ltdl-devel Could not find xmlsec1 config. Are libxmlsec1-de...
Arvind asked 10/8, 2018 at 23:20

1

Solved

I installed podman on RHEL 7.6 and can run normal docker command with sudo sudo podman run hello-world Is there a way to run it without sudo, without using usernamespace (similar to adding your ...
Pinguid asked 24/5, 2019 at 17:10

0

I have installed Graphite in RHEL7 server using the source. I have created a database in Postgresql. Modified the local_settings.py with Postgresql database. When I execute the below command for s...
Andersen asked 8/5, 2019 at 14:11

© 2022 - 2024 — McMap. All rights reserved.