** Changed in: coturn (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911860
Title:
coturn does not start after update of Jan 13 '21 (20.04.1 LTS)
To manage
Same output in two Ubuntu server 20.04:
...
0: Trying to bind fd 46 to <127.0.0.1:3478>: errno=98
0: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
0: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
etc..
I have tried AmbientCapabilities=CAP_NET_BIND_SERVICE bu
@Dweia:
Thanks for this hint! Didn't know that :-)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911860
Title:
coturn does not start after update of Jan 13 '21 (20.04.1 LTS)
To manage notification
I would NOT recommend, using /lib/systemd/system/coturn.service
directly. It's bound to be overwritten the next time the package ist
updated.
Changes to systemc units should go in
/etc/systemd/system/coturn.service.d/override.conf and can best be
applied using the command
systemctl edit coturn
T
Thx!
/lib/systemd/system/coturn.service :
[Service]
AmbientCapabilities=CAP_NET_BIND_SERVICE
Solved it!
M.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911860
Title:
coturn does not start after
And don't forget to do a "systemctl daemon-reload" after editing the
unitfile.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1911860
Title:
coturn does not start after update of Jan 13 '21 (20.04.1
Seems like the problem is that you are using a port below 1024 for
coturn.
As these ports need coturn to be started as root or as an alternative
you can modify the file /lib/systemd/system/coturn.service and include
AmbientCapabilities=CAP_NET_BIND_SERVICE in the [Service] section.
Afterwards the
root@ubuntu:~# tail -f /var/log/coturn.log
0: Trying to bind TLS/TCP listener socket to addr 66.158.36.56:80, again...
0: Trying to bind fd 26 to <66.158.36.56:80>: errno=13
0: Cannot bind TLS/TCP listener socket to addr 66.158.36.56:80
0: Trying to bind TLS/TCP listener socket to addr 66.158.36.56
** Tags added: regression-security
** Tags removed: regression-security
** Tags added: regression-security
** Changed in: coturn (Ubuntu)
Importance: Undecided => High
** Changed in: coturn (Ubuntu)
Assignee: (unassigned) => Paulo Flabiano Smorigo (pfsmorigo)
--
You received this bug