Nextcloud Talk Calling Problems with coTurn

Support intro

Sorry to hear you’re facing problems :slightly_frowning_face:

help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.

In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:

example

Or for longer, use three backticks above and below the code snippet:

longer
example
here

Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can :heart:

Nextcloud version 25.0.5
Operating system and version Ubuntu 22.04.1
Apache or nginx version Apache 2.4.52
PHP version 8.1.17

The issue you are facing:

Nextcloud Talk Calls not working in other countries. My Partners Phone does ring but if she takes up the call, nextcloud talk is saying that its waiting for me to Join the call.

Nextcloud talk works perfectly on my local network. It also seems to work fine when my callingpartner is in the same country. But I have two people now in foreign country and I face this problem that the phones doesnt connect to each other. The Phone of my Partner rings and when he takes it up, its awaiting my connection.

I need to specifiy that I am only talking about phone-phone calls (nothing on Computers behind Firewalls and strongly secured company networks and etc)

im Using my own Turn and High Performance Back-End Server. Allthough I must say installed coTurn und HPB by this GitHub script:

Nextcloud runs on a Ionos Cloud Server (Ubuntu 22.04.1) , the Signaling/Turn Server on a seperate server which runs Debian 11.6 as recommended by the script author
The listening port of coTurn is 5349
Port 5349 is Opened by IONOS on UDP and TCP
Port 80&443 opened on TCP

Nextcloud Instance and coturn/signaling both have their own public IP adresses

Is this the first time you’ve seen this error? (Y/N): yes

Steps to replicate it:

  1. called two different friends in two different countries on Android and iPhone Nextcloud Talk Application - doesnt work
  2. called friends in my homecountry just nearby me works from wifi and cellular network - works

The output of your Nextcloud log in Admin > Logging:

no relevant logs found here. Nothing that has to do with nc TALK

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

xxxxx<?php
$CONFIG = array (
  'instanceid' => 'ocakwbqqqdux',
  'passwordsalt' => 'xxx',
  'secret' => 'xxx',
  'trusted_domains' => 
  array (
    0 => 'xxx,
  ),
  'datadirectory' => '/var/nextclouddata/',
  'dbtype' => 'mysql',    
  'version' => '25.0.5.1', 
  'overwrite.cli.url' => 'xxx',
  'dbname' => 'nextcloud1',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => 'xxx',
  'dbpassword' => 'xxx',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'default_language' => 'de',
  'default_locale' => 'de_DE',
  'default_phone_region' => 'CH',
  'mail_smtpmode' => 'smtp',
  'mail_smtpsecure' => 'tls',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'chatserver',
  'mail_domain' => 'xxx',
  'mail_smtphost' => 'xxx',
  'mail_smtpport' => '587',
  'mail_smtpauthtype' => 'LOGIN',
  'mail_smtpauth' => 1,
  'mail_smtpname' => 'ixxx',
  'mail_smtppassword' => 'xxx',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
  'updater.secret' => 'xxx',
);

The output of your Apache/nginx/system log in /var/log/____:

[Mon Mar 27 00:00:01.928226 2023] [http2:warn] [pid 961] AH10034: The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things >
[Mon Mar 27 00:00:01.978488 2023] [mpm_prefork:notice] [pid 961] AH00163: Apache/2.4.52 (Ubuntu) OpenSSL/3.0.2 configured -- resuming normal operations
[Mon Mar 27 00:00:01.978515 2023] [core:notice] [pid 961] AH00094: Command line: '/usr/sbin/apache2'


Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

cant find this in /var/www

This is my turnserver Version : 4.6.1

This is my coturn config:

tls-listening-port=5349
listening-ip=127.0.0.1
listening-ip=127.0.1.1
listening-ip=::1
listening-ip=212.227.78.125
listening-ip=
relay-ip=212.227.78.125
relay-ip=
min-port=49152
max-port=65535
verbose
fingerprint
use-auth-secret
static-auth-secret=xxx
realm=signaling.domain
keep-address-family
no-cli
no-tlsv1
no-tlsv1_1

denied-peer-ip=10.0.0.0-10.255.255.255
denied-peer-ip=172.16.0.0-172.31.255.255
denied-peer-ip=192.168.0.0-192.168.255.255
denied-peer-ip=100.64.0.0-100.127.255.255
denied-peer-ip=169.254.0.0-169.254.255.255
denied-peer-ip=192.0.0.0-192.0.0.255
denied-peer-ip=192.0.2.0-192.0.2.255
denied-peer-ip=198.18.0.0-198.19.255.255
denied-peer-ip=198.51.100.0-198.51.100.255
denied-peer-ip=203.0.113.0-203.0.113.255
denied-peer-ip=fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=fe80::-febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=::ffff:0:0-::ffff:ffff:ffff
denied-peer-ip=64:ff9b::-64:ff9b::ffff:ffff
denied-peer-ip=64:ff9b:1::-64:ff9b:1:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2001::-2001:1ff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2001:db8::-2001:db8:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2002::-2002:ffff:ffff:ffff:ffff:ffff:ffff:ffff


nextcloud recommended turn.conf is

listening-port=<yourChosenPortNumber>
fingerprint
lt-cred-mech # Only on coTURN below v4.5.0.8!
use-auth-secret
static-auth-secret=<yourChosen/GeneratedSecret>
realm=your.domain.org
total-quota=0
bps-capacity=0
stale-nonce
no-loopback-peers # Only on coTURN below v4.5.1.0!
no-multicast-peers

as I am not that experienced, should I switch to those settings?

I deactivated the complete signaling server, but that doesnt make any difference so I guess its the Turnserver that makes problems.

I tried the turnserver ICE trickle test which gave me the following output

on all:

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.002 host 0 udp a88972d7-27e1-4af2-858b-40eb4fab9945.local 56576 126 | 32512 | 255
0.003 host 3 tcp a88972d7-27e1-4af2-858b-40eb4fab9945.local 9 125 | 32704 | 255
0.003 host 0 udp a88972d7-27e1-4af2-858b-40eb4fab9945.local 40089 126 | 32512 | 254
0.003 host 3 tcp a88972d7-27e1-4af2-858b-40eb4fab9945.local 9 125 | 32704 | 254
0.049 Not reachable?

on relay

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.049 Not reachable?

As for my little experience, this shows me that my Turn Server has a Problem?
my Nextcloud Web Interface shows my a green checkmark if i fill in the Turn Server credentials.
I tried with both turn and turns

turnserver output:

Output throws out a lot of binding errors. i Dont really understand this.. Do your guys want to see the output if its relevant ill post it for sure.

As far as now, I will stay by the Turn Server as the main problem and I dont think the signaling server causes the problems.

Any help or pointing outs would be greatly appreciated!!

Sorry i am not a Nextcloud Talk or TURN expert. But i have got an idea.

I think it is more a network/security/compliance “problem” of the other people company.

On some stupid networks the security blocks all tls/tcp outgoing connections on unknown ports or ports > 1024. That is no security feature for their network. But maybe it is useful for their compliance and good sleep :wink:

Can you change the tls-listening-port to 443? Because of two different hosts hopefully that is no problem for you. But if it is a problem you can use e.g. nginx (reverse proxy).

I read about this security thing on Ports higher then 1024, but does this also apply if people I’m trying to call are using NC Talk on Android within the cellular network? They are not on the computer. I’m sorry I didnt mention this. Will specifiy this in my intro post.

i setup a complete new Ubuntu Server just with a single coTurn Server this time on port 443.
the connection test from a different machine with

turnutils_uclient -p 443 -W xxxyyy -v -y coturn.domain.xyz

was successfull. Nextcloud gives green checkmark entering the coturn credentials.
i tried with tls-listening-port and without tls.

The smartphones do ring put they dont connect when taking up the call. I just don’t know what I am doing wrong :frowning:

It seems that connections from phone to phone iny my own country works like 85% but if my calling partner is in a different country, no chance to get a connection (always talking about cellular network connections,) Am i expecting too much from Nextcloud Talk, or do i have some problems i dont realize? Im not very much into Signaling HPB and Coturn setup, but maybe if someone can give me hints, i would love to try.

Just ideas, but nextcloud server is running on port 443 (https://…) and coturn as well but on different servers but maybe behind the same NAT / Router?

If so - i don’t think that external users can connect reliable to the same port 443 on different server urls without reverse proxy …

The basics of your turnserver config maybe ok - if you like, check this very good tutorial

For the problem with establishing turnserver for nextcloud / matrix / jitsi you may have a look at this talk on github - could be a solution for your prob as well.

Using coturn with UDP and SSL it is highly recommended to have the right SSL Ciphers config as well.

i setup up my coturn with the manuals of Carsten, so i dont think i have a setting up problem…?

All of my servers run on different vps machines on IONOS Cloud Servers with their own public IP Adress. Nextcloud has its own VPS Server, and Coturn/HBP had its own Server. so they are not behind the same NAT/Router right?

i also rented a complete new Server just for a coTurn on Port 443 without any signaling with the manual of Carsten.

I am compeltly lost as nothing seems to work properly and reliable.

OK diff servers with diff public IPs and so no need of rev proxy, understand.

FW ports are all open and connectable?

Means what do you get when you ckech your turnserver here

??

i have the following Ports open:
on the Signaling Server:
TCP: 22, 80 | TCP/UDP: 443, 5349, 10000-65535

on the NC Instance:
TCP: 22, 80 | TCP/UDP: 443, 5349

ufw on both machines are turned off

what i got on iCE trickle is posted on my opening post

Your ICE protocol only shows IPv6 and no IPv4 Conn - ???

When turnserver tries IPv6 only and nextcloud is configured to listen on IPv4 Hostname of your Coturn than you’ll never get together both i think.

ICE Trickle
on stun:serverdomain:

with option all

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.004 host 0 udp 150b2067-6611-4378-99d1-2db6d9c5ac7f.local 55084 126 | 32512 | 255
0.016 host 2 tcp 150b2067-6611-4378-99d1-2db6d9c5ac7f.local 9 125 | 32704 | 255
0.016 host 0 udp 150b2067-6611-4378-99d1-2db6d9c5ac7f.local 51161 126 | 32512 | 254
0.019 host 2 tcp 150b2067-6611-4378-99d1-2db6d9c5ac7f.local 9 125 | 32704 | 254
0.080 srflx 1 udp 46.140.239.218 17631 100 | 32543 | 255
0.097 Done

with option relay:

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.003 Done

on turn:serverdomain

ICE option all

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.003 host 0 udp e7074158-19ab-45af-a9ab-ad1420e30bd7.local 37556 126 | 32512 | 255
0.005 host 3 tcp e7074158-19ab-45af-a9ab-ad1420e30bd7.local 9 125 | 32704 | 255
0.005 host 0 udp e7074158-19ab-45af-a9ab-ad1420e30bd7.local 39124 126 | 32512 | 254
0.006 host 3 tcp e7074158-19ab-45af-a9ab-ad1420e30bd7.local 9 125 | 32704 | 254
0.056 Not reachable?

ICE Option relay

Time Type Foundation Protocol Address Port Priority URL (if present) relayProtocol (if present)
0.055 Not reachable?
turnutils_uclient -p 443 -W secret -v -y coturn.domain.xyz

gives me sucessfull conection test

hmm okay now im confused. why does ICE trickle tries to reach ipv6 adresse? i have not enabled any ipv6 on any setup…?

there is no relay IPv6 in your config
i can see IPv4 relay IP

maybe this help

also this might be helpful
https://groups.google.com/g/turn-server-project-rfc5766-turn-server/c/CLBjkPVPlLg

What does happen when you check ICE by using your public IPv4 instead of domain.name of your Coturn Server?

sorry, my bad keep address family is also in the turn.conf.
Somehow i didint copy the whole settings. My original post is updated. and here is my currently turn.con

tls-listening-port=5349
listening-ip=127.0.0.1
listening-ip=127.0.1.1
listening-ip=::1
listening-ip=x.x.x.x
listening-ip=
relay-ip=x.x.x.x
relay-ip=
min-port=49152
max-port=65535
verbose
fingerprint
use-auth-secret
static-auth-secret=xxx
realm=signaling.domain
keep-address-family
no-cli
no-tlsv1
no-tlsv1_1

denied-peer-ip=10.0.0.0-10.255.255.255
denied-peer-ip=172.16.0.0-172.31.255.255
denied-peer-ip=192.168.0.0-192.168.255.255
denied-peer-ip=100.64.0.0-100.127.255.255
denied-peer-ip=169.254.0.0-169.254.255.255
denied-peer-ip=192.0.0.0-192.0.0.255
denied-peer-ip=192.0.2.0-192.0.2.255
denied-peer-ip=198.18.0.0-198.19.255.255
denied-peer-ip=198.51.100.0-198.51.100.255
denied-peer-ip=203.0.113.0-203.0.113.255
denied-peer-ip=fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=fe80::-febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=::ffff:0:0-::ffff:ffff:ffff
denied-peer-ip=64:ff9b::-64:ff9b::ffff:ffff
denied-peer-ip=64:ff9b:1::-64:ff9b:1:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2001::-2001:1ff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2001:db8::-2001:db8:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2002::-2002:ffff:ffff:ffff:ffff:ffff:ffff:ffff

ill give you my trickle outputs in a minute with public IP

ICE Trickle with Public IP is no different then with the domain, stays the same

im not deep enough into this networking stuff, I cannot make myself a clue what this ipv6 stuff has do do with my problem that cellphones don’t connect to each other, they are using ipv4 adresses when they are connected to a cellular network. Could this be a ISP NAT problem?

this NC instance, despite of this, works fine and I am really happy with it, and we have 20Members on it, would hate to turn to Jitsi just for this calling stuff…

can anyone tell me why my turnserver.log throws so many errors?

im back again on Port 5349 tcp/udp and the turnserver.conf has not any line to listen to 3478

: (940): INFO: log file opened: /var/tmp/turnserver_2023-03-28.log
0: (940): INFO: Listener address to use: 127.0.0.1
0: (940): INFO: Listener address to use: 127.0.1.1
0: (940): INFO: Listener address to use: ::1
0: (940): INFO: Listener address to use: x.x.x.x
0: (940): INFO: Listener address to use: 0.0.0.0
0: (940): INFO: Relay address to use: x.x.x.x
0: (940): INFO: Relay address to use: 0.0.0.0
0: (940): INFO: Black listing: 10.0.0.0-10.255.255.255
0: (940): INFO: Black listing: 172.16.0.0-172.31.255.255
0: (940): INFO: Black listing: 192.168.0.0-192.168.255.255
0: (940): INFO: Black listing: 100.64.0.0-100.127.255.255
0: (940): INFO: Black listing: 169.254.0.0-169.254.255.255
0: (940): INFO: Black listing: 192.0.0.0-192.0.0.255
0: (940): INFO: Black listing: 192.0.2.0-192.0.2.255
0: (940): INFO: Black listing: 198.18.0.0-198.19.255.255
0: (940): INFO: Black listing: 198.51.100.0-198.51.100.255
0: (940): INFO: Black listing: 203.0.113.0-203.0.113.255
0: (940): INFO: Black listing: fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
0: (940): INFO: Black listing: fe80::-febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff
0: (940): INFO: Black listing: ::ffff:0:0-::ffff:ffff:ffff
0: (940): INFO: Black listing: 64:ff9b::-64:ff9b::ffff:ffff
0: (940): INFO: Black listing: 64:ff9b:1::-64:ff9b:1:ffff:ffff:ffff:ffff:ffff
0: (940): INFO: Black listing: 2001::-2001:1ff:ffff:ffff:ffff:ffff:ffff:ffff
0: (940): INFO: Black listing: 2001:db8::-2001:db8:ffff:ffff:ffff:ffff:ffff:ffff
0: (940): INFO: Black listing: 2002::-2002:ffff:ffff:ffff:ffff:ffff:ffff:ffff
0: (940): INFO: Coturn Version Coturn-4.6.1 'Gorst'
0: (940): INFO: Max number of open files/sockets allowed for this process: 1048576
0: (940): INFO: Due to the open files/sockets limitation, max supported number of TURN Sessions possible is: 524000 (approximately)
0: (940): INFO: 

==== Show him the instruments, Practical Frost: ====

0: (940): INFO: OpenSSL compile-time version: OpenSSL 1.1.1n  15 Mar 2022 (0x101010ef)
0: (940): INFO: TLS 1.3 supported
0: (940): INFO: DTLS 1.2 supported
0: (940): INFO: TURN/STUN ALPN supported
0: (940): INFO: Third-party authorization (oAuth) supported
0: (940): INFO: GCM (AEAD) supported
0: (940): INFO: SQLite is not supported
0: (940): INFO: Redis is not supported
0: (940): INFO: PostgreSQL is not supported
0: (940): INFO: MySQL is not supported
0: (940): INFO: MongoDB is not supported
0: (940): INFO: Default Net Engine version: 3 (UDP thread per CPU core)
0: (940): INFO: Domain name: 
0: (940): INFO: Default realm: coturn.skynet-privatecloud.ch
0: (940): INFO: Certificate file found: /etc/letsencrypt/live/coturn.skynet-privatecloud.ch-rsa/fullchain.pem
0: (940): INFO: Private key file found: /etc/letsencrypt/live/coturn.skynet-privatecloud.ch-rsa/privkey.pem
0: (940): INFO: TLS cipher suite: DEFAULT:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
0: (940): INFO: DTLS cipher suite: DEFAULT:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
0: (940): INFO: pid file created: /var/run/turnserver.pid
0: (940): INFO: IO method: epoll (with changelist)
0: (940): INFO: Wait for relay ports initialization...
0: (940): INFO:   relay 82.165.65.57 initialization...
0: (940): INFO:   relay 82.165.65.57 initialization done
0: (940): INFO:   relay 0.0.0.0 initialization...
0: (940): INFO:   relay 0.0.0.0 initialization done
0: (940): INFO: Relay ports initialization done
0: (940): INFO: Total General servers: 4
5: (942): DEBUG: turn server id=1 created
5: (941): DEBUG: turn server id=0 created
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): DEBUG: turn server id=2 created
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): DEBUG: turn server id=3 created
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:3478
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:3479
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:5349
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:5350
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:3478
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:3479
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:5349
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:5350
5: (940): INFO: IPv6. DTLS/UDP listener opened on: ::1:3478
5: (940): INFO: IPv6. DTLS/UDP listener opened on: ::1:3479
5: (940): INFO: IPv6. DTLS/UDP listener opened on: ::1:5349
5: (940): INFO: IPv6. DTLS/UDP listener opened on: ::1:5350
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:3478
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:3479
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:5349
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:5350
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:3478
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:3479
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:5349
5: (940): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:5350
5: (940): INFO: Total auth threads: 3
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
5: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
5: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
5: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
5: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
5: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (940): INFO: turnserver compiled without prometheus support
5: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
5: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
10: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
10: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
10: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
10: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
10: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
10: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
10: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
10: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
10: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
11: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
11: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
10: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
11: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
11: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
11: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
11: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
11: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
11: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
11: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
12: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
12: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
12: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
12: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
12: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
12: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
12: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
13: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
13: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
13: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
13: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
13: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
13: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
13: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
13: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
13: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
13: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
13: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
13: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
14: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
14: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
14: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
14: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
14: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
14: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
14: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
14: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
14: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
14: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
14: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
14: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
14: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
15: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
15: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
15: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
15: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
15: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
15: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
15: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
15: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
15: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
15: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
15: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
15: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
15: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
16: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
15: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
16: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
16: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
16: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
15: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
16: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
16: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
16: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
16: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
17: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
17: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
17: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
17: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
17: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
17: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
17: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
17: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
17: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
17: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
17: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
18: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
18: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
18: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
18: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
18: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
18: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
18: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
18: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
18: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
18: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
18: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
18: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
19: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
19: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
19: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
19: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
19: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
19: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
19: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
19: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
19: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
19: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
19: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
19: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
20: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
20: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
20: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
20: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
20: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
20: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
20: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
20: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
20: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
20: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
20: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
20: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
21: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
21: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
21: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
21: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
21: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
21: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
21: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
21: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
21: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
21: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
21: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
21: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
22: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
22: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
22: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
22: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
22: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
22: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
22: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
22: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
22: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
22: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
22: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
22: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
23: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
23: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
23: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
23: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
23: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
23: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
23: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
23: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
23: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
23: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
23: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
23: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
24: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
24: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
24: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
24: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
24: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
24: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
24: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
24: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
24: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
24: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
24: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
24: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
25: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
25: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
25: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
25: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
25: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
25: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
25: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
25: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
25: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
25: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
25: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
25: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
26: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
26: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
26: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
26: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
26: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
26: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
26: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
26: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
26: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
26: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
26: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
26: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
27: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
27: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
27: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
27: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
27: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
27: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
27: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
27: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
27: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
27: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
27: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
27: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
28: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
28: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
28: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
28: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
28: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
28: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
28: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
28: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
28: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
28: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
28: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
28: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
29: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
29: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
29: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
29: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
29: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
29: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
29: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
29: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
29: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
29: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
29: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
29: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
30: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
30: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
30: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
30: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
30: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
30: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
30: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
30: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
30: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
30: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
30: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
30: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
31: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
31: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
31: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
31: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
31: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
31: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
31: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
31: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
31: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
31: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
31: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
31: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
32: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
32: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
32: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
32: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
32: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
32: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
32: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
32: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
32: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
32: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
32: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
32: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
33: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
33: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
33: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
33: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
33: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
33: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
33: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
33: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
33: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
33: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
33: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
33: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
34: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
34: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
34: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
34: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
34: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
34: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
34: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
34: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
34: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
34: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
34: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
34: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
35: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
35: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
35: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
35: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
35: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
35: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
35: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
35: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
35: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
35: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
35: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
35: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
36: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
36: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
36: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
36: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
36: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
36: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
36: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
36: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
36: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
36: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
36: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
36: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
37: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
37: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
37: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
37: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
37: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
37: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
37: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
37: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
37: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
37: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
37: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
37: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
38: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
38: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
38: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
38: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
38: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
38: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
38: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
38: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
38: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
38: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
38: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
38: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
39: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
39: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
39: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
39: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
39: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
39: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
39: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
39: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
39: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
39: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
39: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
39: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
40: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
40: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
40: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
40: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
40: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
40: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
40: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
40: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
40: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
40: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
40: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
40: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
41: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
41: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
41: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
41: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
41: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
41: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
41: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
41: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
41: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
41: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
41: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
41: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
42: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
42: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
42: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
42: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
42: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
42: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
42: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
42: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
42: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
42: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
42: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
42: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
43: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
43: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
43: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
43: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
43: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
43: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
43: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
43: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
43: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
43: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
43: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
43: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
44: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
44: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
44: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
44: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
44: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
44: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
44: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
44: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
44: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
44: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
44: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
44: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
45: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
45: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
45: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
45: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
45: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
45: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
45: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
45: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
45: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
45: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
45: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
45: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
46: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
46: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
46: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
46: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
46: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
46: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
46: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
46: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
46: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
46: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
46: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
46: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
47: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
47: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
47: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
47: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
47: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
47: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
47: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
47: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
47: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
47: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
47: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
47: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
48: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
48: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
48: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
48: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
48: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
48: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
48: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
48: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
48: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
48: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
48: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
48: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
49: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
49: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
49: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
49: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
49: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
49: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
49: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
49: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
49: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
49: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
49: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
49: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
50: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
50: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
50: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
50: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
50: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
50: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
50: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
50: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
50: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
50: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
50: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
50: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
51: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
51: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
51: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
51: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
51: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
51: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
51: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
51: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
51: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
51: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
51: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
51: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
52: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
52: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
52: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
52: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
52: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
52: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
52: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
52: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
52: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
52: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
52: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
52: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
53: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
53: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
53: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
53: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
53: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
53: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
53: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
53: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
53: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
53: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
53: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
53: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
54: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
54: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
54: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
54: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
54: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
54: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
54: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
54: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
54: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
54: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
54: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
54: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
55: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
55: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
55: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
55: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
55: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
55: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
55: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
55: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
55: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
55: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
55: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
55: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
56: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
56: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
56: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
56: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
56: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
56: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
56: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
56: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
56: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
56: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
56: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
56: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
57: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
57: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
57: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
57: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
57: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
57: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
57: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
57: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
57: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
57: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
57: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
57: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
58: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
58: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
58: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
58: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
58: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
58: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
58: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
58: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
58: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
58: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
58: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
58: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
59: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
59: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
59: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
59: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
59: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
59: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
59: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
59: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
59: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
59: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
59: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
59: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
60: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
60: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
60: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
60: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
60: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
60: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
60: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
60: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
60: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
60: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
60: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
60: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
61: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
61: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
61: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
61: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
61: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
61: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
61: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
61: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
61: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
61: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
61: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
61: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
62: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
62: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
62: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
62: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
62: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
62: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
62: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
62: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
62: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
62: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
62: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
62: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
63: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
63: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
63: (942): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
63: (944): WARNING: Trying to bind fd 28 to <127.0.0.1:3478>: errno=98
63: (944): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
63: (944): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
63: (943): WARNING: Trying to bind fd 26 to <127.0.0.1:3478>: errno=98
63: (943): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
63: (943): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
63: (941): WARNING: Trying to bind fd 21 to <127.0.0.1:3478>: errno=98
63: (941): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
63: (941): INFO: Trying to bind TLS/TCP listener socket to addr 127.0.0.1:3478, again...
64: (942): WARNING: Trying to bind fd 20 to <127.0.0.1:3478>: errno=98
64: (942): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478
64: (942): ERROR: Fatal final failure: cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478

my current turn.conf as it is right now:

tls-listening-port=5349
listening-ip=127.0.0.1
listening-ip=127.0.1.1
listening-ip=::1
listening-ip=x.x.x.x
listening-ip=
relay-ip=x.x.x.x
relay-ip=
min-port=49152
max-port=65535
verbose
fingerprint
use-auth-secret
static-auth-secret=xxx
realm=signaling.domain
keep-address-family
no-cli
no-tlsv1
no-tlsv1_1

denied-peer-ip=10.0.0.0-10.255.255.255
denied-peer-ip=172.16.0.0-172.31.255.255
denied-peer-ip=192.168.0.0-192.168.255.255
denied-peer-ip=100.64.0.0-100.127.255.255
denied-peer-ip=169.254.0.0-169.254.255.255
denied-peer-ip=192.0.0.0-192.0.0.255
denied-peer-ip=192.0.2.0-192.0.2.255
denied-peer-ip=198.18.0.0-198.19.255.255
denied-peer-ip=198.51.100.0-198.51.100.255
denied-peer-ip=203.0.113.0-203.0.113.255
denied-peer-ip=fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=fe80::-febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=::ffff:0:0-::ffff:ffff:ffff
denied-peer-ip=64:ff9b::-64:ff9b::ffff:ffff
denied-peer-ip=64:ff9b:1::-64:ff9b:1:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2001::-2001:1ff:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2001:db8::-2001:db8:ffff:ffff:ffff:ffff:ffff:ffff
denied-peer-ip=2002::-2002:ffff:ffff:ffff:ffff:ffff:ffff:ffff

i know im talking to myself but following situation:
i killed the coturn servive with systemctl kill coturn

after that i tried to restart coturn with sudo turnserver -c /etc/turnserver.conf
to load my tunserver.conf

after this it shows my following:

0: (1112): INFO: OpenSSL compile-time version: OpenSSL 1.1.1n  15 Mar 2022 (0x101010ef)
0: (1112): INFO: TLS 1.3 supported
0: (1112): INFO: DTLS 1.2 supported
0: (1112): INFO: TURN/STUN ALPN supported
0: (1112): INFO: Third-party authorization (oAuth) supported
0: (1112): INFO: GCM (AEAD) supported
0: (1112): INFO: SQLite is not supported
0: (1112): INFO: Redis is not supported
0: (1112): INFO: PostgreSQL is not supported
0: (1112): INFO: MySQL is not supported
0: (1112): INFO: MongoDB is not supported
0: (1112): INFO: Default Net Engine version: 3 (UDP thread per CPU core)
0: (1112): INFO: Domain name: 
0: (1112): INFO: Default realm: coturn.skynet-privatecloud.ch
0: (1112): INFO: Certificate file found: /etc/letsencrypt/live/coturn.skynet-privatecloud.ch-rsa/fullchain.pem
0: (1112): INFO: Private key file found: /etc/letsencrypt/live/coturn.skynet-privatecloud.ch-rsa/privkey.pem
0: (1112): INFO: TLS cipher suite: DEFAULT:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
0: (1112): INFO: DTLS cipher suite: DEFAULT:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
0: (1112): INFO: pid file created: /var/run/turnserver.pid
0: (1112): INFO: IO method: epoll (with changelist)
0: (1112): INFO: Wait for relay ports initialization...
0: (1112): INFO:   relay 82.165.65.57 initialization...
0: (1112): INFO:   relay 82.165.65.57 initialization done
0: (1112): INFO: Relay ports initialization done
0: (1112): INFO: Total General servers: 4
2: (1113): DEBUG: turn server id=0 created
2: (1115): DEBUG: turn server id=2 created
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
2: (1114): DEBUG: turn server id=1 created
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5349
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5349
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5350
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5350
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
2: (1116): DEBUG: turn server id=3 created
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:3478
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:3479
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
2: (1113): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5350
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:5349
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
2: (1115): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5350
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:5350
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5350
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:3478
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5350
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:3479
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:5349
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 127.0.1.1:5350
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349
2: (1116): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5350
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:3478
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349
2: (1114): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5350
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:3479
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 82.165.65.57:5350
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:3478
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:3479
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:5349
2: (1112): INFO: IPv4. DTLS/UDP listener opened on: 0.0.0.0:5350
2: (1112): INFO: Total auth threads: 3
7: (1112): INFO: turnserver compiled without prometheus support

but the starting stopps, gets stuck and wont proceed.

Please check there is no other service on this port.

netstat -ltnp | grep 3478

Also you can use the very nice tool lsof
lsof -i|grep 3478
lsof -i:3478

Maybe you can also disable IPv6 if not needed.