Questions tagged [rhel8]

219 questions
11
votes
7 answers

Laravel The stream or file "storage/laravel.log" could not be opened in append mode: failed to open stream: Permission denied in RHEL8

I need help here. I installed Laravel in my RHEL 8 Server But I'm getting this error. I know this question already posted many times but I tried to follow the suggestion but no luck for me so far. I have no idea why. The stream or file…
Rzj Hayabusa
  • 657
  • 2
  • 11
  • 29
7
votes
4 answers

RHEL 8 Container MSSQL ODBC Driver e2fsprogs

I'm trying to build a custom docker container using the RHEL 8 UBI. As part of this I want to install the MSSQL 17 ODBC driver. I've followed the steps outlined in Microsofts Documentation…
daark
  • 326
  • 3
  • 10
5
votes
1 answer

Getting permission denied while connecting to /var/run/docker.sock

I am trying to use watchtower container (https://containrrr.dev/watchtower/) in RHEL 8.0 using podman. Since docker is not officially supported by RHEL 8.0, I have not installed docker-engine in this VM. I have started podman.socket service and…
Jainam
  • 51
  • 1
  • 4
5
votes
2 answers

Dropbox "No directories are being ignored" on RHEL

Let me start by saying Dropbox support for Linux is in need of some serious improvement! It took me half a day to figure out how to install it on RHEL and that's just the command line interface (don't even know if there is a GUI). Having it now…
ThatsRightJack
  • 721
  • 6
  • 29
5
votes
1 answer

Podman pod disappears after a few days, but process is still running and listening on a given port

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: Podman pod dies after a few days of staying…
gczarnocki
  • 173
  • 1
  • 16
4
votes
1 answer

Docker service exits on deploy-over-SSH from Jenkins but manually succeeds

I have a strange issue. I have configured a SSH_USER on Jenkins and trying to deploy a simple docker-service with "deploy-over-SSH". Every time I deploy it Exits as below, and logs just says "Terminated" $ docker ps -a CONTAINER ID IMAGE …
Krishna
  • 501
  • 1
  • 8
  • 17
3
votes
0 answers

RHEL 8 find-debuginfo.sh gdb-add-index: No index was created

Trying to generate rpm on RHEL8 Machine. The same rpm_build.sh script works fine on RHEL6 & RHEL7. But in RHEL 8 its failing to generate debuginfo packages. RPM BUILD VERSION : $ sudo yum install rpm-build Package rpm-build-4.14.3-23.el8.x86_64 is…
Vikas
  • 57
  • 1
  • 6
3
votes
1 answer

Podman Non-Root "Error setting up pivot dir"

First time posting on StackOverflow so please be gentle! I'm setting up a new RHEL8 server to run Podman. Previously, I've done this on a pretty vanilla server but this one is setup in line with our corporate image. This means a homedir that is…
pnlrogue1
  • 31
  • 2
3
votes
1 answer

How does podman behave when using sudo vs not using sudo

I'm running podman 2.0.5 on RHEL8 and I'm puzzled by how it works when invoking a command by using sudo vs not using sudo. Especially confusing is when I ran port mapping and trying to expose a port through the host. Using sudo podman run -p…
Zack
  • 151
  • 12
3
votes
1 answer

How to force 'OpenConnect' client to use TLS 1.0

I'm using 'OpenConnect version v8.05' on Red Hat Enterprise Linux 8.1 (Ootpa) in order to connect to a server. The server only accepts SSLv3, TLSv1.0 ciphers and I don't have access to the server for security update/upgrade. When I try to connect: …
Kayvan Tehrani
  • 3,070
  • 2
  • 32
  • 46
3
votes
1 answer

Redhat's RHEL8 equivalent of "apk add --no-cache gcc musl-dev linux-headers"

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-cache git gcc musl-dev linux-headers Thanks
Shiva RN
  • 31
  • 1
  • 2
2
votes
0 answers

RHEL 8 Visual Syudio Code Error: Line 53 Operation Not Permitted

I have an isolated system environment running RHEL 8.5 with VSCode 1.67 installed. I am getting an error when running the command # code from the cli that reads: /usr/bin/code: Line 53: /usr/share/code/bin/../code: Operation not permited Line 53…
Dkirk
  • 21
  • 1
2
votes
1 answer

Qt 5 Disabling Click-and-Hold

I'm trying to solve an issue in a Qt5 application that's caused by a touchscreen driver I wrote a couple years ago. The problem being that my touchscreen driver generates mouse press events to simulate touch behavior. This was because at the time I…
Darin Beaudreau
  • 375
  • 7
  • 30
2
votes
0 answers

OpenSSL undefined symbol: undefined symbol: Camellia_set_key, version OPENSSL_1_1_0

I have the following issue when trying to check OpenSSL: openssl: symbol lookup error: openssl: undefined symbol: Camellia_set_key, version OPENSSL_1_1_0 There also seem to be issues with yum, rpm if I try to uninstall/install anything on the…
iwasaki
  • 77
  • 3
2
votes
0 answers

How can I install snap on rhel 8?

I am trying to install snap on my rhel 8.4 machine and it throws the following error Error: Problem: package snapd-2.54.1-1.el8.x86_64 requires snapd-selinux = 2.54.1-1.el8, but none of the providers can be installed - conflicting requests -…
1
2 3
14 15