[Bug 1674605] Re: resolving short local hostnames doesn't work, fqdn are fine

2018-06-25 Thread Danilo Bargen
I assume I'm affected by the same issue. I also use my router (Mikrotik) to set up short aliases for hosts. This works generally: $ dig +short anton @10.0.0.1 10.0.0.12 In my /etc/resolv.conf, systemd-resolved is enabled: $ tail -n 1 /etc/resolv.conf nameserver 127.0.0.53 When running "syste

[Bug 1666456] Re: Add systemd service file

2017-12-29 Thread Danilo Bargen
Hm, I don't actually remember where I based that file on, sorry... The difference are not deliberate, or at least not by me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666456 Title: Add systemd

[Bug 1666456] Re: Add systemd service file

2017-12-22 Thread Danilo Bargen
Yes, it is possible to manually add a systemd unit file to the package, but it would be good if this were supported natively by the Ubuntu package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666456

[Bug 1666455] Re: Run as non-root

2017-03-06 Thread Danilo Bargen
This ticket would be obsoleted by the example service file in https://bugs.launchpad.net/ubuntu/+source/coturn/+bug/1666456. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666455 Title: Run as non-r

[Bug 1670296] Re: Configurable ulimit

2017-03-06 Thread Danilo Bargen
This ticket would be obsoleted by https://bugs.launchpad.net/ubuntu/+source/coturn/+bug/1666456. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1670296 Title: Configurable ulimit To manage notificat

[Bug 1666456] Re: Add systemd service file

2017-03-06 Thread Danilo Bargen
Here is an example file that seems to work fine: ``` [Unit] Description=coturn Documentation=man:coturn(1) man:turnadmin(1) man:turnserver(1) After=syslog.target network.target [Service] Type=forking User=turnserver Group=turnserver RuntimeDirectory=turnserver RuntimeDirectoryMode=0750 Environmen

[Bug 1670296] [NEW] Configurable ulimit

2017-03-06 Thread Danilo Bargen
Public bug reported: By default, coturn on Ubuntu 16.04 appears to be limited to 4096 open files/sockets. This results in a max number of sessions around 2000. By adding "ulimit -n 4" as the first command in "do_start()" inside /etc/init.d/coturn, this limit is increased. Is there a way to m

[Bug 1666455] [NEW] Run as non-root

2017-02-21 Thread Danilo Bargen
Public bug reported: Currently coturn is started as root. Would it be possible to run it as non-root, or is there a reason that it's not being done? Here's a PR that fixed this for the RPM package: https://github.com/coturn/coturn/pull/27/files ** Affects: coturn (Ubuntu) Importance: Undec

[Bug 1666456] [NEW] Add systemd service file

2017-02-21 Thread Danilo Bargen
Public bug reported: Coturn provides a service file example here: https://github.com/coturn/coturn/blob/master/rpm/turnserver.service.fc Would be great if this could be added to the package to replace the init script. ** Affects: coturn (Ubuntu) Importance: Undecided Status: New --

[Bug 1666455] Re: Run as non-root

2017-02-21 Thread Danilo Bargen
Related: https://bugs.launchpad.net/ubuntu/+source/coturn/+bug/1666456 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1666455 Title: Run as non-root To manage notifications about this bug go to: htt