beeper / self-host

Learn how to self-host Beeper
Apache License 2.0
1.05k stars 35 forks source link

Unable to start service matrix-coturn.service: A dependency job for matrix-coturn.service failed. See 'journalctl -xe' for details. #28

Closed Affection4036 closed 1 year ago

Affection4036 commented 1 year ago

Hello all,

I am trying to set-up a new beeper instance, but I came across some issues building the server. The error I am seeing is:

failed: [<matrix hostname>] (item={'name': 'matrix-coturn.service', 'priority': 4000, 'groups': ['matrix', 'coturn']}) => changed=false
  ansible_loop_var: item
  item:
    groups:
    - matrix
    - coturn
    name: matrix-coturn.service
    priority: 4000
  msg: |-
    Unable to start service matrix-coturn.service: A dependency job for matrix-coturn.service failed. See 'journalctl -xe' for details. 

and is shown after running:

docker run -it --rm \
--privileged \
--pid=host \
-w /work \
-v `pwd`:/work \
--entrypoint=/bin/sh \
docker.io/devture/ansible:2.13.6-r0-3

I tried searching for a solution and came across some things to try, but unfortunately this didn't solve the issue:

My environment: Ubuntu 22.04.3 LTS. Running a Nginx reverse proxy server on another machine Static IP for both WAN and the machine

Did anybody else came across this issue or/and does anyone know how to fix it?

Affection4036 commented 1 year ago

Just wanted to let everyone know I got it running. I did a re-install and made sure every option/change was made. I think my error was because of the proxy on my side. The line to allow HTTP helped for me as my reverse proxy encrypt the data!