lukdz

Results 12 comments of lukdz

I have different problem during building of docker image using Packer: ``` docker: Processing /home/iris/source docker: ERROR: Command errored out with exit status 1: docker: command: /home/iris/env/bin/python2 -c 'import sys,...

Did you mange to fix this issue? After some help fixing missing README.md, I'm stuck with same error: https://github.com/linkedin/iris/issues/573#issuecomment-739885242.

Try after running `. env/bin/activate` at path `/home/iris`.

`Checking MySQL liveness on mysql...` OnCall is looking for mysql server at host name `mysql` in your `docker-compose.yaml` it's set up as `oncall-mysql`.

mygateway = 192.168.1.1 Two weeks ago I was able to get VPN up and running using Rita original blog post and Raspbian Jessie (newest Stretch isn't compatibile).

It's possible to enable the dev route via web UI and then continue to deploy via terraform, which won't detect a diff). This is still a workaround, and adding an...

Full working Dockerfile as 2024-07-27: ```Dockerfile FROM alpine RUN apk add py3-pip RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo make RUN pip install --break-system-packages --upgrade pip setuptools RUN...

> could you confirm it with your way? Image build from the Dockerfile that I posted is a bit bellow 3 GB in size.

I have prepared PR adding timeoutSeconds customisation: https://github.com/meilisearch/meilisearch-kubernetes/pull/259

Adding one more example with debug log ``` [debug] Command-line config: ['--download-archive', '/dev/null', '-vU', 'https://www.youtube.com/watch?v=m2jZEC8Djxg&pp=ugUEEgJwbA%3D%3D'] [debug] User config "/Users/lukdz/.config/yt-dlp/config": ['--paths', '/Volumes/Elements20/youtube/youtube-domain', '--output', '%(webpage_url_domain).240s/%(uploader).240s/%(title).160s [%(id)s]/%(title).160s [%(id)s].%(ext)s', '--download-archive', '/Volumes/Elements20/youtube/archive.txt', '--write-comments', '--sponsorblock-mark', 'all',...