searxng-docker icon indicating copy to clipboard operation
searxng-docker copied to clipboard

Starting SearXNG with systemd: Unexpected error when forwarding signal

Open schindlershadow opened this issue 3 years ago • 3 comments
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

schindlershadow avatar Sep 01 '22 20:09 schindlershadow

I have the same error but from docker-compose. Installed with the whole stack from the script

Gettre avatar Oct 27 '22 20:10 Gettre

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

Same for me

NamesCode avatar Jan 29 '23 16:01 NamesCode

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.

predmijat avatar Apr 03 '23 20:04 predmijat