Guest User

Untitled

a guest
Jun 26th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. This server is configured to use 'matrix.org' as its trusted key server via the
  2. 'trusted_key_servers' config option. 'matrix.org' is a good choice for a key
  3. server since it is long-lived, stable and trusted. However, some admins may
  4. wish to use another server for this purpose.
  5.  
  6. To suppress this warning and continue using 'matrix.org', admins should set
  7.  
  8. 'suppress_key_server_warning' to 'true' in homeserver.yaml.
  9. --------------------------------------------------------------------------------
  10. 2020-06-26 12:04:19,958 - twisted - 192 - INFO - None - Redirected stdout/stderr to logs
  11. 2020-06-26 12:04:19,958 - root - 257 - WARNING - None - ***** STARTING SERVER *****
  12.  
  13. 2020-06-26 12:04:19,958 - root - 258 - WARNING - None - Server /usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py version 1.15.1
  14.  
  15. 2020-06-26 12:04:19,959 - root - 259 - INFO - None - Server hostname: matrix
  16. 2020-06-26 12:04:19,959 - root - 260 - INFO - None - Instance name: master
  17. 2020-06-26 12:04:19,959 - synapse.app.homeserver - 369 - INFO - None - Setting up server
  18. 2020-06-26 12:04:19,959 - synapse.server - 275 - INFO - None - Setting up.
  19. 2020-06-26 12:04:19,962 - twisted - 192 - ERROR - - Traceback (most recent call last):
  20.  
  21. 2020-06-26 12:04:19,962 - twisted - 192 - ERROR - - File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
  22.  
  23. 2020-06-26 12:04:19,963 - twisted - 192 - ERROR - - "__main__", mod_spec)
  24.  
  25. 2020-06-26 12:04:19,964 - twisted - 192 - ERROR - - File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
  26.  
  27. 2020-06-26 12:04:19,964 - twisted - 192 - ERROR - - exec(code, run_globals)
  28.  
  29. 2020-06-26 12:04:19,964 - twisted - 192 - ERROR - - File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 685, in <module>
  30.  
  31. 2020-06-26 12:04:19,965 - twisted - 192 - ERROR - - main()
  32.  
  33. 2020-06-26 12:04:19,965 - twisted - 192 - ERROR - - File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 680, in main
  34.  
  35. 2020-06-26 12:04:19,966 - twisted - 192 - ERROR - - hs = setup(sys.argv[1:])
  36.  
  37. 2020-06-26 12:04:19,966 - twisted - 192 - ERROR - - File "/usr/local/lib/python3.7/dist-packages/synapse/app/homeserver.py", line 372, in setup
  38.  
  39. 2020-06-26 12:04:19,966 - twisted - 192 - ERROR - - hs.setup()
  40.  
  41. 2020-06-26 12:04:19,967 - twisted - 192 - ERROR - - File "/usr/local/lib/python3.7/dist-packages/synapse/server.py", line 277, in setup
  42.  
  43. 2020-06-26 12:04:19,967 - twisted - 192 - ERROR - - self.datastores = DataStores(self.DATASTORE_CLASS, self)
  44.  
  45. 2020-06-26 12:04:19,967 - twisted - 192 - ERROR - - File "/usr/local/lib/python3.7/dist-packages/synapse/storage/data_stores/__init__.py", line 49, in __init__
  46.  
  47. 2020-06-26 12:04:19,968 - twisted - 192 - ERROR - - with make_conn(database_config, engine) as db_conn:
  48.  
  49. 2020-06-26 12:04:19,968 - twisted - 192 - ERROR - - File "/usr/local/lib/python3.7/dist-packages/synapse/storage/database.py", line 112, in make_conn
  50.  
  51. 2020-06-26 12:04:19,969 - twisted - 192 - ERROR - - db_conn = engine.module.connect(**db_params)
  52.  
  53. 2020-06-26 12:04:19,969 - twisted - 192 - ERROR - - sqlite3.OperationalError: unable to open database file
Add Comment
Please, Sign In to add comment