Tim Würtele

Results 21 comments of Tim Würtele

The use of `Ast_500` has been introduced in ddfa3f879f83f740f452819870641e195b89d026, in case that matters.

I now also tried manually creating the `/etc/bigbluebutton` directory to get rid of the shell error, ran `bbb-install` again, and it created the config file; however, chown of course still...

I ended up just following the steps in https://docs.bigbluebutton.org/administration/turn-server/, now everything works as expected. It seems like the `bbb-install` script in its current form is not suitable to install TURN...

@CamZie I installed using the install script, coturn didn't work. So I followed the manual installation instructions to double-check and found that several of the configuration steps noted in the...

First of all, make 100% sure your firewall settings for both the BBB and the TURN server are correct. That said, `turn-stun-servers.xml`: ```XML ``` `turnserver.conf`: ```ini listening-port=3478 tls-listening-port=443 listening-ip= relay-ip=...

I see. However, for `@misc` (and others, like `@online`, ...), the examples given in the [ACM Author Guidelines](https://www.acm.org/publications/authors/reference-formatting) clearly show that printing the year once (or not at all, if...

In that case, my take would be to be very explicit in Section 7.5.2 about this being an edge case. And maybe add some sentence saying ASs are still recommended...

I observe similar issues with passphrases that contain something like `$0`. However, the root cause depends on the special character. With characters like `"` and backticks, the following line fails...

I am by no means a shell guru, but I suppose single quotes instead of double ones in the `cron-env` file would already solve most of the issues - except...