Markus Heiser

Results 640 comments of Markus Heiser

Sorry I can't help. This is an issue in the docker container and the setup .. its not an SearXNG issue. The request from the client never reach the SearXNG...

Just wanted to link https://github.com/searxng/searxng-docker/issues/41 .. its a little bit OT here, but maybe it helps one or the other who comes by here.

> There seems to be a typo or error in the template. Thanks a lot for you feedback :+1: .. which Linux distribution do you use? .. from the [Filesystem...

> In `/bin` and in `/usr/bin` @Kweetwel thanks a lot for checking this @paul @dalf I think we should modify the template to `/usr/bin`

UPDATE: better we use [ExecSearchPath](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#ExecSearchPath=) ---- In the `[Service]` section .. https://github.com/searxng/searxng-docker/blob/f2f9e2ad086c68443c3457a82cf2e368aaa4bc99/searxng-docker.service.template#L6-L13 we can add a `PATH` variable to the [Environment](https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Environment=): ``` Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" ```

Its hard to read, can you please format your comment .. - [Basic writing and formatting syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)

> Adding the provided line to uwsgi.ini does not resolve it Just to leave a hint: For what ever reasons, the uwsgi cache can't be used by SearXNG --> read...

Thanks for pointing out, we use https://docs.searxng.org/admin/installation-uwsgi.html#alltogether cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1 TBH the source code does not select a named cache: https://github.com/searxng/searxng/blob/df837d8b1b45d7386a1ab81f9b5da04baedc6274/searx/shared/__init__.py#L16-L17 The docs says: [cache_name – The name of the...

> I am having the same issue still. Has anyone found any solution to this? tried fresh installs multiple times, but no dice If your instance do work, don't care...

> I then received this error when bringing back up. This error message can be safely ignored ... ```searxng | 2022-08-13 22:18:35,184 ERROR:searx.shared: uwsgi.ini configuration error, add this line to...