google / grr

GRR Rapid Response: remote live forensics for incident response

Home Page:https://grr-doc.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OSError while installation in RHEL7.8 attached error details

gravikumar123 opened this issue · comments

Environment

  • How did you install GRR? - DOCKER
  • What GRR version are you running?:3.4.2.4
  • What operating system does the GRR server run on? RHEL 7.8
  • What operating system does the affected GRR client run on, if applicable? [image

Describe the issue
Describe the issue that occurs and list steps to reproduce this behavior. Make sure to read GRR server doesn't seem to run and I don't see my clients. If the errors occur after an upgrade, make sure to read CHANGELOG for possible reasons.

Error logs

Copy-and-paste logs from the command you executed, GRR server log files, or flow logs.

Additional context
Add any other context about the problem here.

Could you please paste exactly what commands you run and provide more extensive logs? For me, running the grrdocker/grr:v3.4.2.4 image on RHEL 7.9 works just fine.

docker run
--name grr-server
-e EXTERNAL_HOSTNAME=localhost
-e ADMIN_PASSWORD=demo
-p 0.0.0.0:8000:8000 -p 0.0.0.0:8080:8080
grrdocker/grr:v3.4.2.4

👆that command i ran in my environment

I tried exactly your command and it works fine for me. Could you please try to reproduce on a clean RHEL virtual machine?

Still I am facing same issue on RHEL 7.9,

Could please suggest me source installation steps we need to take care in RHEL7.9

We need to have some way of reproducing the issue. Unfortunately, we couldn't do it with a RHEL7.9 VM on Google GCP. What we'd need from you to look into this issue is the following:

  1. A pointer to the VM image on AWS or GCP that we could use to reproduce the issue. We need to be able to create a VM instance that's exactly the same as the one you use.
  2. A detailed list of all commands you run on the VM to setup GRR.