diff options
| author | ArtikusHG <artiomoleynic@gmail.com> | 2022-12-16 19:43:10 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-16 19:43:10 +0000 |
| commit | 735e388cec91097cc95bfffd0e1a5e4c25e595ef (patch) | |
| tree | 61aac219bb9d5d3ce91ce5214171c9170c28502c /utils/searxng.sh | |
| parent | 1f8f8c1e91040fd10bacdc473b8d5f97dda6424e (diff) | |
| parent | 2a51c856722df19831c20ba455f74a33180a4ec8 (diff) | |
Merge branch 'master' into fasttext
Diffstat (limited to 'utils/searxng.sh')
| -rwxr-xr-x | utils/searxng.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/searxng.sh b/utils/searxng.sh index e7aa8ed15..aaa69cc53 100755 --- a/utils/searxng.sh +++ b/utils/searxng.sh @@ -295,7 +295,7 @@ In your instance, redis DB connector is configured at: ${redis_url} " - if searxng.instance.exec python -c "from searx.shared import redisdb; redisdb.initialize() or exit(42)"; then + if searxng.instance.exec python -c "from searx import redisdb; redisdb.initialize() or exit(42)"; then info_msg "SearXNG instance is able to connect redis DB." return fi @@ -317,8 +317,8 @@ In your instance, redis DB connector is configured at: # fedora35 there is v2.0.20 installed --> no way to get additional # groups on fedora's tyrant mode. # - # ERROR:searx.shared.redis: [searxng (993)] can't connect redis DB ... - # ERROR:searx.shared.redis: Error 13 connecting to unix socket: /usr/local/searxng-redis/run/redis.sock. Permission denied. + # ERROR:searx.redisdb: [searxng (993)] can't connect redis DB ... + # ERROR:searx.redisdb: Error 13 connecting to unix socket: /usr/local/searxng-redis/run/redis.sock. Permission denied. # ERROR:searx.plugins.limiter: init limiter DB failed!!! # # $ ps -aef | grep '/usr/sbin/uwsgi --ini searxng.ini' |