Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating osat-redis #70

Open
doctorerre opened this issue Oct 21, 2022 · 5 comments
Open

Error creating osat-redis #70

doctorerre opened this issue Oct 21, 2022 · 5 comments

Comments

@doctorerre
Copy link

doctorerre commented Oct 21, 2022

Hi ! .... I have been trying to install OSAT for a while without finding a solution to the following problem... I verified that /root/seo-audits-toolkit/shared/logs/redis exists, tested redis with PONG output, created the path /var/lib/ docker/volumes/seo-audits-toolkit_redis-logs/_data without success in any case. Attached photo of the kernel. Also bind conf redis to 0.0.0.0

I am working with:

--> Ubuntu 22.04.1 with WSL2
--> Python 3.10.6
--> docker-compose version 1.29.2
--> Docker version 20.10.17
--> Redis server v=7.0.5

error_redis

Thank you!

@Ajay-joshi-mtr
Copy link

Same issue here
Did you find any fix for this

@TBG-FR
Copy link

TBG-FR commented Feb 13, 2023

Same issue here. Will tell you if I find a fix

@TBG-FR
Copy link

TBG-FR commented Feb 13, 2023

I managed to make it run by replacing

- - server-logs:/opt/app/logs
+ - ${PWD}/shared/logs/server:/opt/app/logs

-  server-logs:
-    driver_opts:
-      type: none
-      o: bind
-      device: ${PWD}/shared/logs/server
- - redis-logs:${REDIS_LOG_PREFIX_PATH}
+ - ${PWD}/shared/logs/redis:${REDIS_LOG_PREFIX_PATH}

-  redis-logs:
-    driver_opts:
-      type: none
-      o: bind
-      device: ${PWD}/shared/logs/redis

That does not explain the underlying issue (something like docker/compose#9971 maybe ?) but at least it works

This was referenced Feb 13, 2023
@Imperol3
Copy link

Imperol3 commented Jul 3, 2023

How did you manage to solve the error when creating the redis sever?

@fbatiga
Copy link

fbatiga commented Jul 19, 2023

just comment the redis log section in the docker compose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants