Closed ZelChief closed 1 year ago
Perhaps you have enabled the service (by adding matrix_user_verification_service_enabled: true
to your vars.yml
file), and are trying to do --tags=start
, but.. did not do --tags=install-all
(or --tags=setup-all
) to actually install the service first?
Oh, wait.. Reading your issue description again, the service seems to exist and tries to start, but fails.
Try journalctl -fu matrix-user-verification-service.service
- hopefully this will give you more details about why it fails. compared to journalctl -xe
I'm having exactly same problem. Here is the journalctl -fu matrix-user-verification-service.service
output;
Oct 30 11:15:32 matrix.example.com systemd[1]: matrix-user-verification-service.service: Scheduled restart job, restart counter is at 63.
Oct 30 11:15:32 matrix.example.com systemd[1]: Stopped matrix-user-verification-service.service - Matrix User Verification Service.
Oct 30 11:15:32 matrix.example.com systemd[1]: Starting matrix-user-verification-service.service - Matrix User Verification Service...
Oct 30 11:15:32 matrix.example.com matrix-user-verification-service[22462]: Error response from daemon: No such container: matrix-user-verification-service
Oct 30 11:15:32 matrix.example.com systemd[1]: matrix-user-verification-service.service: Control process exited, code=exited, status=1/FAILURE
Oct 30 11:15:32 matrix.example.com systemd[1]: matrix-user-verification-service.service: Failed with result 'exit-code'.
Oct 30 11:15:32 matrix.example.com systemd[1]: Failed to start matrix-user-verification-service.service - Matrix User Verification Service.
Probably related to #2847
spantaleev, thanks for the quick response! Done:
$ sudo journalctl -fu matrix-user-verification-service.service
-- Journal begins at Sat 2023-10-28 19:12:45 UTC. --
Oct 30 18:07:36 matrix systemd[1]: matrix-user-verification-service.service: Control process exited, code=exited, status=1/FAILURE
Oct 30 18:07:36 matrix systemd[1]: matrix-user-verification-service.service: Failed with result 'exit-code'.
Oct 30 18:07:36 matrix systemd[1]: Failed to start Matrix User Verification Service.
Oct 30 18:08:07 matrix systemd[1]: matrix-user-verification-service.service: Scheduled restart job, restart counter is at 1.
Oct 30 18:08:07 matrix systemd[1]: Stopped Matrix User Verification Service.
Oct 30 18:08:07 matrix systemd[1]: Starting Matrix User Verification Service...
Oct 30 18:08:07 matrix matrix-user-verification-service[5104]: Error response from daemon: No such container: matrix-user-verification-service
Oct 30 18:08:07 matrix systemd[1]: matrix-user-verification-service.service: Control process exited, code=exited, status=1/FAILURE
Oct 30 18:08:07 matrix systemd[1]: matrix-user-verification-service.service: Failed with result 'exit-code'.
Oct 30 18:08:07 matrix systemd[1]: Failed to start Matrix User Verification Service.
@thiras, your fix has helped! Thx 👍
Describe the bug
How to debug error
No such container: matrix-user-verification-service
?On VM:
Error response from daemon: No such container: matrix-user-verification-service
How to debug problem?
To Reproduce My vars.yml file looks like this:
Matrix Server:
Ansible: I run Ansible on macOS 14.0 (23A344).