sunweaver / nextcloud-high-performance-backend-setup

GNU General Public License v2.0
70 stars 11 forks source link

(568): WARNING: Cannot bind TLS/TCP listener socket to addr 127.0.0.1:3478 #91

Closed warioishere closed 1 year ago

warioishere commented 1 year ago

Hello Guys,

when i run turnserver in console its full of errors and warnings: Sorry code quoting ist not working :(

0: (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

im using the script as described. no changes. Using 5349 in turnserver.conf no changes at all Running IONOS Cloud server with own public IP. the turnserver seems not to work, i lucky to get a stable connection between two android Phones on LTE Network. Most of the time calls ring, but when taking up, doesnt connect.

Any Ideas?

dzatoah commented 1 year ago

Looks like you have another process listening on port 3478.

ss -tulpn | grep 3478

warioishere commented 1 year ago

im using a complete fresh install and that skript beeing provide by sunweaver. It looks like UDP Cant bind but tcp can bind? Im not really deep into linux. Want to set nextcloud plus turn/HPB for our little society, we dont have much money to hire a IT Specialist :(

this is the output of ss -tulpn | grep 3478

udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=171))                                                                                          
udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=170))                                                                                          
udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=169))                                                                                          
udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=168))                                                                                          
udp   UNCONN 0      0                           82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=149))                                                                                          
udp   UNCONN 0      0                           82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=147))                                                                                          
udp   UNCONN 0      0                           82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=144))                                                                                          
udp   UNCONN 0      0                           82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=141))                                                                                          
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=93))                                                                                           
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=91))                                                                                           
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=89))                                                                                           
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=85))                                                                                           
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=42))                                                                                           
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=39))                                                                                           
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=37))                                                                                           
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=33))                                                                                           
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=116))                                                                                          
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=117))                                                                                          
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=118))                                                                                          
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=119))                                                                                          
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=153))                                                                                          
tcp   LISTEN 0      1024                        82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=146))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=134))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=129))                                                                                          
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=104))                                                                                          
tcp   LISTEN 0      1024                        82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=97))                                                                                           
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=80))                                                                                           
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=77))                                                                                           
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=67))                                                                                           
tcp   LISTEN 0      1024                        82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=66))                                                                                           
tcp   LISTEN 0      1024                        82.165.65.57:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=55))                                                                                           
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=45))                                                                                           
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=36))                                                                                           
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=22))                                                                                           
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=21))                                                                                           
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=730,fd=20))                                                                                           
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=44))                                                                                           
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=54))                                                                                           
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=90))                                                                                           
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=730,fd=140))
dzatoah commented 1 year ago

The output of your command says that there is already a turnserver running. That can mean there is a systemd-service running, or it could mean that there is a manually started turnserver process somewhere.

sudo systemctl stop coturn # Stop the systemd service sudo kill -s SIGKILL 730 # Kill the process (pid=730 in your ss -tulpn output) sudo killall coturn # Another way of killing all coturn processes sudo systemctl start coturn # Start the systemd service again

Then please look into the syslog with less /var/log/syslog to see the output of coturn.

warioishere commented 1 year ago

oki will try, going to give feedback

warioishere commented 1 year ago

okay, tried to kill the PID 730 process and restarted coturn. I Still get this binding problems. I am looking now into less /var/log/syslog but im scrolling down since 10 minutes and now I placed something heavy on the arrow down button because its never ending and full of millions Janus errors

how could this happen, I am using a fresh install of debian 11.6 on a IONOS VPS ?

we have our own little Server here for testing purposes, but behind a NAT with portfowarding. I installed the skript on a fresh debian 11.6 netinstall

i can replicate these problems there too

dzatoah commented 1 year ago

Oh, I am so sorry, my bad :D Press SHIFT + F to scroll all the way to the bottom. It will automatically update according to the file (/var/log/syslog) too. CTRL+C and Q will exit less.

It looks like the coturn process gets restarted somehow? sudo systemctl stop coturn # Stop the systemd service ss -tulpn | grep 3478 again please… sudo kill -s SIGKILL <PID> sudo killall coturn

And then, this should definitely stop all coturn processes. Please execute the ss command again and make sure there are no processes which bind on port 3478. If there is still something, please try to restart the machine.

warioishere commented 1 year ago

the turnserverlogs are

Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: System cpu num is 4
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: log file opened: /var/tmp/turn_976_2023-03-29.log
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: System enable num is 4
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Listener address to use: 127.0.0.1
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: log file opened: /var/tmp/turnserver_2023-03-29.log
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Listener address to use: 127.0.1.1
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Listener address to use: ::1
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Listener address to use: x.x.x.x.
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Listener address to use: 0.0.0.0
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Relay address to use: x.x.x.x.
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Relay address to use: 0.0.0.0
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 10.0.0.0-10.255.255.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 172.16.0.0-172.31.255.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 192.168.0.0-192.168.255.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 100.64.0.0-100.127.255.255
Mar 29 08:42:48 localhost turnserver[97ss -tulpn | grep 34786]: 0: (976): INFO: Black listing: 169.254.0.0-169.254.255.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 192.0.0.0-192.0.0.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 192.0.2.0-192.0.2.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 198.18.0.0-198.19.255.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 198.51.100.0-198.51.100.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 203.0.113.0-203.0.113.255
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: fc00::-fdff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: fe80::-febf:ffff:ffff:ffff:ffff:ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: ::ffff:0:0-::ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 64:ff9b::-64:ff9b::ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 64:ff9b:1::-64:ff9b:1:ffff:ffff:ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 2001::-2001:1ff:ffff:ffff:ffff:ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 2001:db8::-2001:db8:ffff:ffff:ffff:ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Black listing: 2002::-2002:ffff:ffff:ffff:ffff:ffff:ffff:ffff
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Coturn Version Coturn-4.6.1 'Gorst'
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Max number of open files/sockets allowed for this process: 524288
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Due to the open files/sockets limitation, max supported number of TURN Sessions possible is: 262000 (approximately)
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO:
Mar 29 08:42:48 localhost turnserver[976]: ==== Show him the instruments, Practical Frost: ====
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: OpenSSL compile-time version: OpenSSL 1.1.1n  15 Mar 2022 (0x101010ef)
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: TLS 1.3 supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: DTLS 1.2 supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: TURN/STUN ALPN supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Third-party authorization (oAuth) supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: GCM (AEAD) supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: SQLite is not supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Redis is not supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: PostgreSQL is not supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: MySQL is not supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: MongoDB is not supported
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Default Net Engine version: 3 (UDP thread per CPU core)
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Domain name:
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Default realm: coturn.skynet-privatecloud.ch
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Certificate file found: /etc/letsencrypt/live/domain.tld/fullchain.pem
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Private key file found: /etc/letsencrypt/live/domain.tld-rsa/privkey.pem
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: TLS cipher suite: DEFAULT:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: DTLS cipher suite: DEFAULT:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_128_GCM_SHA256
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: IO method: epoll (with changelist)
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Wait for relay ports initialization...
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO:   relay 82.165.65.57 initialization...
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO:   relay 82.165.65.57 initialization done
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO:   relay 0.0.0.0 initialization...
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO:   relay 0.0.0.0 initialization done
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Relay ports initialization done
Mar 29 08:42:48 localhost turnserver[976]: 0: (976): INFO: Total General servers: 4
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): DEBUG: turn server id=1 created
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): DEBUG: turn server id=0 created
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): DEBUG: turn server id=2 created
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv6. TLS/TCP listener opened on : ::1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv6. TLS/TCP listener opened on : ::1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv6. TLS/TCP listener opened on : ::1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv6. TLS/TCP listener opened on : ::1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (980): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv6. TLS/TCP listener opened on : ::1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv6. TLS/TCP listener opened on : ::1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (979): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv6. TLS/TCP listener opened on : ::1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv6. TLS/TCP listener opened on : ::1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv6. TLS/TCP listener opened on : ::1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv6. TLS/TCP listener opened on : ::1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): DEBUG: turn server id=3 created
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (976): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.0.1:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 82.165.65.57:5350
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3478
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (976): INFO: IPv4. DTLS/UDP listener opened on: 127.0.0.1:3479
Mar 29 08:42:48 localhost turnserver[976]: 5: (981): INFO: IPv4. TLS/TCP listener opened on : 127.0.1.1:5349
Mar 29 08:42:48 localhost turnserver[976]: 5: (978): INFO: IPv4. TLS/TCP listener opened on : 0.0.0.0:5349

I did kill all coturn processes

ss -tulpn | grep 3478

gives no output

restarted with systemctl start coturn

ss-tupln | grep 3478

gives again

udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=171))                                                                                         
udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=170))                                                                                         
udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=169))                                                                                         
udp   UNCONN 0      0                                0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=168))                                                                                         
udp   UNCONN 0      0                           x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=147))                                                                                         
udp   UNCONN 0      0                           x.x.x.x.:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=145))                                                                                         
udp   UNCONN 0      0                           x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=143))                                                                                         
udp   UNCONN 0      0                           x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=140))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=106))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=104))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=103))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=100))                                                                                         
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=76))                                                                                          
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=74))                                                                                          
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=71))                                                                                          
udp   UNCONN 0      0                              127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=67))                                                                                          
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=119))                                                                                         
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=120))                                                                                         
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=121))                                                                                         
udp   UNCONN 0      0                                  [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=122))                                                                                         
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=156))                                                                                         
tcp   LISTEN 0      1024                        x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=148))                                                                                         
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=133))                                                                                         
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=98))                                                                                          
tcp   LISTEN 0      1024                        x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=88))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=73))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=68))                                                                                          
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=59))                                                                                          
tcp   LISTEN 0      1024                        x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=53))                                                                                          
tcp   LISTEN 0      1024                             0.0.0.0:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=51))                                                                                          
tcp   LISTEN 0      1024                        x.x.x.x:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=45))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=33))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=30))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=22))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=20))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:3478      0.0.0.0:*    users:(("turnserver",pid=1248,fd=21))                                                                                          
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=39))                                                                                          
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=40))                                                                                          
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=80))                                                                                          
tcp   LISTEN 0      1024                               [::1]:3478         [::]:*    users:(("turnserver",pid=1248,fd=141))                                                                                         

ss-tulpn | grep 5349

udp   UNCONN 0      0                                0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=179))                                                                                         
udp   UNCONN 0      0                                0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=178))                                                                                         
udp   UNCONN 0      0                                0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=177))                                                                                         
udp   UNCONN 0      0                                0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=176))                                                                                         
udp   UNCONN 0      0                           x.x.x.x:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=162))                                                                                         
udp   UNCONN 0      0                           x.x.x.x.:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=161))                                                                                         
udp   UNCONN 0      0                           x.x.x.x:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=159))                                                                                         
udp   UNCONN 0      0                           x.x.x.x.:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=157))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=114))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=113))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=112))                                                                                         
udp   UNCONN 0      0                              127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=111))                                                                                         
udp   UNCONN 0      0                              127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=92))                                                                                          
udp   UNCONN 0      0                              127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=90))                                                                                          
udp   UNCONN 0      0                              127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=89))                                                                                          
udp   UNCONN 0      0                              127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=87))                                                                                          
udp   UNCONN 0      0                                  [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=127))                                                                                         
udp   UNCONN 0      0                                  [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=128))                                                                                         
udp   UNCONN 0      0                                  [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=130))                                                                                         
udp   UNCONN 0      0                                  [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=131))                                                                                         
tcp   LISTEN 0      1024                             0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=160))                                                                                         
tcp   LISTEN 0      1024                        x.x.x.x.:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=152))                                                                                         
tcp   LISTEN 0      1024                           127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=137))                                                                                         
tcp   LISTEN 0      1024                             0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=102))                                                                                         
tcp   LISTEN 0      1024                        x.x.x.x.:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=93))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=77))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=70))                                                                                          
tcp   LISTEN 0      1024                             0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=61))                                                                                          
tcp   LISTEN 0      1024                        x.x.x.x.:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=57))                                                                                          
tcp   LISTEN 0      1024                             0.0.0.0:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=54))                                                                                          
tcp   LISTEN 0      1024                        x.x.x.x:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=48))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=36))                                                                                          
tcp   LISTEN 0      1024                           127.0.1.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=35))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=29))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=27))                                                                                          
tcp   LISTEN 0      1024                           127.0.0.1:5349      0.0.0.0:*    users:(("turnserver",pid=1248,fd=26))                                                                                          
tcp   LISTEN 0      1024                               [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=42))                                                                                          
tcp   LISTEN 0      1024                               [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=47))                                                                                          
tcp   LISTEN 0      1024                               [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=84))                                                                                          
tcp   LISTEN 0      1024                               [::1]:5349         [::]:*    users:(("turnserver",pid=1248,fd=144))   

I think I am just to stupid for this. We dont get working phones connections after all :(

dzatoah commented 1 year ago

First of all, you just leaked your domain. (You can edit the comment and delete the history afterwards.)

But it looks good! I think you need to restart janus and everything should be set.

restarted with systemctl start coturn

If you want to restart a systemd service you want systemctl restart!

warioishere commented 1 year ago

deleted all IP and domains on the post. thanks, was not paying attention

We dont get any stable connection if the Calling Participant is just some states away, if we have someone in Germany and want to make a telephone call from switzerland to that participant with Android Talk, its almost not possible. Is this general for Nextcloud Talk, are we expecting too much?

dzatoah commented 1 year ago

Nextcloud Talk should easily handle three persons talking.

What does "almost not possible" mean anyway? Is it working but lagging? Or something else? Please elaborate more..

Make sure your server is decently equipped to work as a High Performance Backend.

Please make sure that nats-server, janus, coturn and nextcloud-spreed-signaling are all running successfully, if in doubt you can try to restart them.

warioishere commented 1 year ago

Nextcloud Talk should easily handle three persons talking.

What does "almost not possible" mean anyway? Is it working but lagging? Or something else? Please elaborate more..

Make sure your server is decently equipped to work as a High Performance Backend.

Please make sure that nats-server, janus, coturn and nextcloud-spreed-signaling are all running successfully, if in doubt you can try to restart them.

it need 5 attempts to get a stable connection, somestimes it never works. If my calling partner ist in next town, it works most of the time. Anything further is getting constantly worse. I dont know why and i cannot explain this behavior. One callingparnter is at Poland currently. Until now we were not able to get a stable connection. One Partner was in the Netherland, same Problem.

I didnt change anything to the script, restartet the server serveral times. The Server has currently 4c 8gigs of RAM running on a SSD 500mbit Broadband connection with public IP /no NAT

all of the mentionend services are up and running

dzatoah commented 1 year ago

Please try a call session and if the problem happened then upload the log files of janus and turnserver. (Remember to censor critical information)

Oh, and can you please either upload whole files or encapsulate the logs in a code block? 3x` at the start and at the end of the code block. (On a german keyboard it's SHIFT+´ (the the left of the backspace key)

warioishere commented 1 year ago

Please try a call session and if the problem happened then upload the log files of janus and turnserver. (Remember to censor critical information)

Oh, and can you please either upload whole files or encapsulate the logs in a code block? 3x` at the start and at the end of the code block. (On a german keyboard it's SHIFT+´ (the the left of the backspace key)

Hi dzatoah

I was again trying to call my friend in Poland this time, sorry, we didnt had time before. Again, it didnt work. Doesnt matter if my friend is on WIFI or cellular network. I asked for his IP and wrote it down. There are absolutly no Logs on turnserver.log or on janus .log on that call. Also no timestamps matching that call.

The symptoms are the same. Callpartners Phone rings rightway. after taking up the call, his Talk App is saying "awaiting for xxxx to join the call"

Still we are not able to make any calls.

I tested the server with turnutils_uclient -p 5349 -W secret -v -y coturn.domain.tld

i get successful connection.

I dont know where and what to look for anymore, people from nextcloud help forum dont know where to help me neither installed the server coturn severall times, doesnt help anything

could it be some Nextcloud missconfiguring? Nextcloud also doesnt complain on Protocols on the webinterface itself :(

warioishere commented 1 year ago

anyone? Is nextcloud talk not beeing made for calling over the celluar network?

mircokam commented 1 year ago

Hello, i think this questions is send better to the developer from talk. We are only build a script for an easy setup. You find the developer here: https://github.com/nextcloud/spreed Regards