$ turnserver -vV -l /var/tmp/t.log
0:
RFC 3489/5389/5766/5780/6062/6156 STUN/TURN Server
Version Citrix-3.2.2.6 'Marshal West'
0:
Max number of open files/sockets allowed for this process: 4096
0:
Due to the open files/sockets limitation,
max supported number of TURN Sessions possible is: 2000 (approximately)
0:
==== Show him the instruments, Practical Frost: ====
0: TLS supported
0: DTLS supported
0: Redis supported
0: PostgreSQL supported
0: MySQL supported
0: OpenSSL version: fresh enough
0: Default Net Engine version: 3 (UDP thread per CPU core)
=====================================================
0: Config file found: /etc/turnserver/turnserver.conf
$ chkconfig turnserver off
$ init 6
$ service turnserver stop
$ cat >> /etc/turnserver/turnserver.conf <\EOF
user=root:root
realm=IP
no-tls
no-dtls
no-stdout-log
syslog
EOF
$ turnserver -v -l /tmp/test.log
0:
RFC 3489/5389/5766/5780/6062/6156 STUN/TURN Server
Version Citrix-3.2.2.6 'Marshal West'
0:
Max number of open files/sockets allowed for this process: 4096
0:
Due to the open files/sockets limitation,
max supported number of TURN Sessions possible is: 2000 (approximately)
0:
==== Show him the instruments, Practical Frost: ====
0: TLS supported
0: DTLS supported
0: Redis supported
0: PostgreSQL supported
0: MySQL supported
0: OpenSSL version: fresh enough
0: Default Net Engine version: 3 (UDP thread per CPU core)
=====================================================
0: Config file found: /etc/turnserver/turnserver.conf
^C
$ cat /tmp/test.log
cat: /tmp/test.log: No such file or directory
$ grep ^[^#] /etc/turnserver/turnserver.conf
user=root:root
realm=I...
no-tls
no-dtls
verbose
log-file=/tmp/turn.log