-
Notifications
You must be signed in to change notification settings - Fork 768
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Installing server from release deb acting strangely. #944
Comments
Hi, this is not expected. Would you mind providing additional information by running the following commands:
|
These are the results. It seems to be that If it is required, how can I solve this issue? Will I have to run it as a priveleged container or something? |
The GRR deb expects a running systemd for the package/configurator to work correctly, which doesn't seem to be the case in a container environment. The errors from The best bet would be to run the commands manually in the container ( Don't forget to also run We have some code for docker here, which can be used as an example: |
As a followup, I went with the solution of using the PIP packages to get grr running and everything seems to be working except When I try to run that I get the following error,
|
This is odd. Would you mind running the SQL query manually against the database configured in the file
Also, does the table
|
Environment
Describe the issue
I followed the instructions as described here (https://grr-doc.readthedocs.io/en/v3.4.5.1/installing-grr-server/from-release-deb.html). Installation seemed to be successful, but grr wasn't installed into init.d and wasn't a service. I could manually start it using the grr_server command, however.
Error logs
Additional context
is this normal? Will GRR still function properly if I run it like this or do I need to resolve this?
The text was updated successfully, but these errors were encountered: