searxng-docker
searxng-docker copied to clipboard
Starting SearXNG with systemd: Unexpected error when forwarding signal
trafficstars
When starting SearXNG with systemd I'm getting the following error:
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 40 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 18 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 22 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 14 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 51 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 11 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 58 (default app)
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 29 (default app)
searxng | [FATAL tini (1)] Unexpected error when forwarding signal: 'Operation not permitted'
searxng exited with code 1
strangely it works fine with docker-compose up
I have the same error but from docker-compose. Installed with the whole stack from the script
When starting SearXNG with systemd I'm getting the following error:
searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 40 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 18 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 22 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 14 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 51 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 11 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 58 (default app) searxng | WSGI app 0 (mountpoint='') ready in 2 seconds on interpreter 0x7fef6cc32b50 pid: 29 (default app) searxng | [FATAL tini (1)] Unexpected error when forwarding signal: 'Operation not permitted' searxng exited with code 1strangely it works fine with
docker-compose up
Same for me
Same thing...on each reboot I get the [FATAL tini (1)] Unexpected error when forwarding signal: 'Operation not permitted', and then after docker-compose restart everything works. I don't see other errors.