Package: matrix-synapse
Version: 1.3.0-1~bpo10+1
Severity: normal

Dear Maintainer,

# /etc/init.d/matrix-synapse start
chown: missing operand after ‘matrix-synapse:nogroup’
Try 'chown --help' for more information.
chmod: missing operand after ‘0600’
Try 'chmod --help' for more information.


synapse% python3 -m synapse.config read signing_key_path --config-path 
/etc/matrix-synapse/homeserver.yaml --config-path /etc/matrix-synapse/conf.d/
Traceback (most recent call last):
  File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/synapse/config/__main__.py", line 31, in 
<module>
    print(getattr(config, key))
AttributeError: 'HomeServerConfig' object has no attribute 'signing_key_path'


synapse% grep signing_key_path /etc/matrix-synapse/homeserver.yaml
signing_key_path: "/etc/matrix-synapse/homeserver.signing.key"
synapse% ls /etc/matrix-synapse/homeserver.signing.key
/etc/matrix-synapse/homeserver.signing.key

Reply via email to