Your message dated Thu, 05 Nov 2020 09:05:13 +0000
with message-id <[email protected]>
and subject line Bug#945759: fixed in matrix-synapse 1.22.1-2
has caused the Debian Bug report #945759,
regarding matrix-synapse: signing_key_path not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
945759: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=945759
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: matrix-synapse
Version: 1.5.1-1~bpo10+1
Severity: normal

# /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.



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



# python3 -m synapse.config read signing_key_path --config-path 
/etc/matrix-synapse/homeserver.yaml --config-path /etc/matrix-synapse/conf.d/   
 
This server is configured to use 'matrix.org' as its trusted key server via the
'trusted_key_servers' config option. 'matrix.org' is a good choice for a key
server since it is long-lived, stable and trusted. However, some admins may
wish to use another server for this purpose.

To suppress this warning and continue using 'matrix.org', admins should set
'suppress_key_server_warning' to 'true' in homeserver.yaml.
--------------------------------------------------------------------------------
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))
  File "/usr/lib/python3/dist-packages/synapse/config/_base.py", line 222, in 
__getattr__
    return self._get_unclassed_config(None, item)
  File "/usr/lib/python3/dist-packages/synapse/config/_base.py", line 245, in 
_get_unclassed_config
    raise AttributeError(item, "not found in %s" % 
(list(self._configs.keys()),))
AttributeError: ('signing_key_path', "not found in ['server', 'tls', 
'database', 'logging', 'ratelimiting', 'media', 'captcha', 'voip', 
'registration', 'metrics', 'api', 'appservice', 'key', 'saml2', 'cas', 'jwt', 
'password', 'email', 'worker', 'authproviders', 'push', 'spamchecker', 
'groups', 'userdirectory', 'consent', 'stats', 'servernotices', 
'roomdirectory', 'thirdpartyrules', 'tracing']")
zsh: exit 1     python3 -m synapse.config read signing_key_path --config-path  
--config-path 




# python3 -m synapse.config read signing_key_file --config-path 
/etc/matrix-synapse/homeserver.yaml --config-path /etc/matrix-synapse/conf.d/
This server is configured to use 'matrix.org' as its trusted key server via the
'trusted_key_servers' config option. 'matrix.org' is a good choice for a key
server since it is long-lived, stable and trusted. However, some admins may
wish to use another server for this purpose.

To suppress this warning and continue using 'matrix.org', admins should set
'suppress_key_server_warning' to 'true' in homeserver.yaml.
--------------------------------------------------------------------------------
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))
  File "/usr/lib/python3/dist-packages/synapse/config/_base.py", line 222, in 
__getattr__
    return self._get_unclassed_config(None, item)
  File "/usr/lib/python3/dist-packages/synapse/config/_base.py", line 245, in 
_get_unclassed_config
    raise AttributeError(item, "not found in %s" % 
(list(self._configs.keys()),))
AttributeError: ('signing_key_file', "not found in ['server', 'tls', 
'database', 'logging', 'ratelimiting', 'media', 'captcha', 'voip', 
'registration', 'metrics', 'api', 'appservice', 'key', 'saml2', 'cas', 'jwt', 
'password', 'email', 'worker', 'authproviders', 'push', 'spamchecker', 
'groups', 'userdirectory', 'consent', 'stats', 'servernotices', 
'roomdirectory', 'thirdpartyrules', 'tracing']")
zsh: exit 1     python3 -m synapse.config read signing_key_file --config-path  
--config-path 

--- End Message ---
--- Begin Message ---
Source: matrix-synapse
Source-Version: 1.22.1-2
Done: Andrej Shadura <[email protected]>

We believe that the bug you reported is fixed in the latest version of
matrix-synapse, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <[email protected]> (supplier of updated matrix-synapse 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 31 Oct 2020 10:47:26 +0100
Source: matrix-synapse
Architecture: source
Version: 1.22.1-2
Distribution: unstable
Urgency: medium
Maintainer: Matrix Packaging Team 
<[email protected]>
Changed-By: Andrej Shadura <[email protected]>
Closes: 939069 945759
Changes:
 matrix-synapse (1.22.1-2) unstable; urgency=medium
 .
   * Provide a get-config-key script to finally unbreak the init script
     (Closes: #939069, #945759).
   * Add Pre-Depends and extend Depends with more substvars.
 .
 matrix-synapse (1.22.1-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 a98d077f94e402545b751ea7782842b6f0d4124d 2652 matrix-synapse_1.22.1-2.dsc
 4e334a9791151e38731ddd860cab27cc1f75f2b2 106524 
matrix-synapse_1.22.1-2.debian.tar.xz
 a98c18a931abac8d258f7655057daf082d79801c 6961254 
matrix-synapse_1.22.1.orig.tar.gz
Checksums-Sha256:
 525ecc9727f9b7f612901c4f0f73348a65cc38ab46f912307737f9d4beb1fd50 2652 
matrix-synapse_1.22.1-2.dsc
 4d795532653570727206e6bf0e6e6a872c5b727caf3fda4e9086c987d9cc294d 106524 
matrix-synapse_1.22.1-2.debian.tar.xz
 ae55099c367f6ba19dc13b177041d47684d67c088fabf5a704cecf7f87304cda 6961254 
matrix-synapse_1.22.1.orig.tar.gz
Files:
 ccf047f78e82a682d6c003243cd20223 2652 net optional matrix-synapse_1.22.1-2.dsc
 2749d2e0ec6a20f6fd49bf582b15bf18 106524 net optional 
matrix-synapse_1.22.1-2.debian.tar.xz
 ef10fdabb4a3709a912b03d716d9bd48 6961254 net optional 
matrix-synapse_1.22.1.orig.tar.gz

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl+jv20ACgkQXkCM2RzY
OdJDwQf+L8JwNMLxEUa6m5+y5MVonDV2ti6Y6wxb9Ls8xS6hbsBhFFiX373e3ot2
Z9lDqh5tYAzyne+FF6oKAFEBAtXCT/kDFL2DyzvASjfsxycnJQkV2yzte3EiTZKm
T1RLi3dpicmwaR/BuHcNT9R2C6dpaOgaPF2uNbB/FlTfLE1gpoQ5EOT11l6UZZeG
HAx9VD71XpwwSbWHH+Io5gF+G7ms5ecIe+/qSnuUtc2xl8Iq4aILhzbczkYqce8K
PVwm28IyrtSl5lZ+7T8WQcaSzm1ZeXQP/8jK/ul6alhWmv1c7cWjNLJTnwPYNh+D
bNAg5EQrMlDpqgk/7WSA/1Np7uXbyQ==
=Bpl3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to