Paul Menzel

Results 280 comments of Paul Menzel

On 05/28/18 13:58, Paidipeddi Pridhiviraj wrote: > May be similar to #871 . Looks like the same issue. Unfixed over a year. :( I am closing this, and following #871.

> @bszente Check latest master in the new version there is an option and by default we don't log binding request. Nice. Which commit is it exactly?

https://github.com/coturn/coturn/commit/6a5d067d7c2b8afb14f2bd95bcf1f2c0b1bd7b73 (Merge pull request #703 from hills/no-stdout-log) which is merge/pull request https://github.com/coturn/coturn/pull/703?

I am seeing this with Debian 10 (buster) with *coturn* 4.5.1.1-1.1+deb10u2.

Can you please point to the commit fixing this issue?

No, I missed, that it’s different between the suites. As grml-debootstrap allows to install different suites like sid/unstable, I wonder if it can be supported for all suites.

``` $ sudo kpartx -av test.iso $ sudo mount /dev/mapper/loop0p1 /mnt $ more /mnt/etc/network/interfaces # /etc/network/interfaces - generated by grml-debootstrap # Include files from /etc/network/interfaces.d when using # ifupdown v0.7.44...

Looking at https://github.com/grml/grml-debootstrap/blob/59e75958079096421a679c83e2526c973038ba83/grml-debootstrap#L1777-L1809 the code adding DHCP settings for predictable network interface names, extends the variable with all these interfaces unconditionally.

> Thanks for debugging, so it's not about host's `/etc/network/interfaces`, but about the extended default configuration, I see. Yes, sorry for not being clear about that. Is there any use...

This still needs to be tested, and should be considered as an RFC.