Advertisement
Guest User

Untitled

a guest
Dec 4th, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.86 KB | None | 0 0
  1. /usr/bin/uwsgi --need-app --ini /etc/uwsgi/searx.ini
  2. [uWSGI] getting INI configuration from /etc/uwsgi/searx.ini
  3. *** Starting uWSGI 2.0.19.1 (64bit) on [Fri Dec 4 18:15:23 2020] ***
  4. compiled with version: 10.2.0 on 12 November 2020 17:04:11
  5. os: Linux-5.9.11-arch2-1 #1 SMP PREEMPT Sat, 28 Nov 2020 02:07:22 +0000
  6. nodename: jxpc
  7. machine: x86_64
  8. clock source: unix
  9. pcre jit disabled
  10. detected number of CPU cores: 12
  11. current working directory: /etc
  12. detected binary path: /usr/bin/uwsgi
  13. your processes number limit is 63612
  14. your memory page size is 4096 bytes
  15. detected max file descriptor number: 1024
  16. lock engine: pthread robust mutexes
  17. thunder lock: disabled (you can enable it with --thunder-lock)
  18. *** RRDtool library available at 0x5600fc68db90 ***
  19. uwsgi socket 0 bound to TCP address :8888 fd 3
  20. Python version: 3.9.0 (default, Oct 7 2020, 23:09:01) [GCC 10.2.0]
  21. Python main interpreter initialized at 0x5600fc6b42f0
  22. python threads support enabled
  23. your server socket listen backlog is limited to 100 connections
  24. your mercy for graceful operations on workers is 60 seconds
  25. mapped 364600 bytes (356 KB) for 4 cores
  26. *** Operational MODE: preforking ***
  27. spawned uWSGI master process (pid: 108492)
  28. spawned uWSGI worker 1 (pid: 108502, cores: 1)
  29. spawned uWSGI worker 2 (pid: 108503, cores: 1)
  30. spawned uWSGI worker 3 (pid: 108504, cores: 1)
  31. spawned uWSGI worker 4 (pid: 108505, cores: 1)
  32. Traceback (most recent call last):
  33. File "/usr/lib/python3.9/site-packages/searx/__init__.py", line 56, in <module>
  34. settings = safe_load(settings_yaml)
  35. File "/usr/lib/python3.9/site-packages/yaml/__init__.py", line 162, in safe_load
  36. return load(stream, SafeLoader)
  37. File "/usr/lib/python3.9/site-packages/yaml/__init__.py", line 114, in load
  38. return loader.get_single_data()
  39. File "/usr/lib/python3.9/site-packages/yaml/constructor.py", line 49, in get_single_data
  40. node = self.get_single_node()
  41. File "/usr/lib/python3.9/site-packages/yaml/composer.py", line 36, in get_single_node
  42. document = self.compose_document()
  43. File "/usr/lib/python3.9/site-packages/yaml/composer.py", line 55, in compose_document
  44. node = self.compose_node(None, None)
  45. File "/usr/lib/python3.9/site-packages/yaml/composer.py", line 84, in compose_node
  46. node = self.compose_mapping_node(anchor)
  47. File "/usr/lib/python3.9/site-packages/yaml/composer.py", line 133, in compose_mapping_node
  48. item_value = self.compose_node(node, item_key)
  49. File "/usr/lib/python3.9/site-packages/yaml/composer.py", line 84, in compose_node
  50. node = self.compose_mapping_node(anchor)
  51. File "/usr/lib/python3.9/site-packages/yaml/composer.py", line 127, in compose_mapping_node
  52. while not self.check_event(MappingEndEvent):
  53. File "/usr/lib/python3.9/site-packages/yaml/parser.py", line 98, in check_event
  54. self.current_event = self.state()
  55. File "/usr/lib/python3.9/site-packages/yaml/parser.py", line 438, in parse_block_mapping_key
  56. raise ParserError("while parsing a block mapping", self.marks[-1],
  57. yaml.parser.ParserError: while parsing a block mapping
  58. in "/etc/searx/settings.yml", line 2, column 3
  59. expected <block end>, but found '<block mapping start>'
  60. in "/etc/searx/settings.yml", line 3, column 5
  61. unable to load app 0 (mountpoint='') (callable not found or import error)
  62. *** no app loaded. GAME OVER ***
  63. SIGINT/SIGQUIT received...killing workers...
  64. Exception ignored in: <module 'threading' from '/usr/lib/python3.9/threading.py'>
  65. Traceback (most recent call last):
  66. File "/usr/lib/python3.9/threading.py", line 1419, in _shutdown
  67. [E] install pyyaml
  68. if not locks:
  69. KeyboardInterrupt:
  70. Traceback (most recent call last):
  71. File "/usr/lib/python3.9/site-packages/searx/__init__.py", line 23, in <module>
  72. Traceback (most recent call last):
  73. File "/usr/lib/python3.9/site-packages/searx/__init__.py", line 23, in <module>
  74. from ssl import OPENSSL_VERSION_INFO, OPENSSL_VERSION
  75. File "/usr/lib/python3.9/ssl.py", line 98, in <module>
  76. from ssl import OPENSSL_VERSION_INFO, OPENSSL_VERSION
  77. import _ssl # if we can't import it, let the error propagate
  78. File "/usr/lib/python3.9/ssl.py", line 98, in <module>
  79. KeyboardInterrupt
  80. unable to load app 0 (mountpoint='') (callable not found or import error)
  81. *** no app loaded. GAME OVER ***
  82. import _ssl # if we can't import it, let the error propagate
  83. KeyboardInterrupt
  84. unable to load app 0 (mountpoint='') (callable not found or import error)
  85. *** no app loaded. GAME OVER ***
  86. OOPS ! failed loading app in worker 1 (pid 108502)
  87. Fri Dec 4 18:15:25 2020 - need-app requested, destroying the instance...
  88. OOPS ! failed loading app in worker 2 (pid 108503)
  89. Fri Dec 4 18:15:25 2020 - need-app requested, destroying the instance...
  90. OOPS ! failed loading app in worker 3 (pid 108504)
  91. Fri Dec 4 18:15:25 2020 - need-app requested, destroying the instance...
  92. worker 4 buried after 1 seconds
  93. goodbye to uWSGI.
  94.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement