EmmyGraugans

Results 9 comments of EmmyGraugans

The `apt-get dist-upgrade` is missing something similar to this: ``` apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confnew" dist-upgrade ``` (Alternatively --force-confold, and grab the output in order to warn at the...

It was just pointed out to me, this is not the first time this happened, see https://github.com/bigbluebutton/bbb-install/issues/330 – there should be *something* added to bbb-install.sh to deal with configuration changes,...

That could be a good idea and would also solve problem #304 (setting wrong/internal network IP-address as first)

Wouldn't the absolute easiest way be, to use `EXTERNAL_IP4=$(curl -s http://ipv4.icanhazip.com)` `EXTERNAL_IP6=$(curl -s http://ipv6.icanhazip.com)` (And if one doesn't want to rely on an external website, set up an own "get-ipv4.bigbluebutton.org"...

> ``` > 2: venet0: mtu 1500 qdisc noqueue state UNKNOWN group default > link/void > inet 127.0.0.1/32 scope host venet0 > valid_lft forever preferred_lft forever > inet 111.111.9.23/24 brd...

> The following expression from bbb-install.sh, even fixed from #304 (?), returns "**inet**" instead of "111.111.9.23" as the IP address. This ends up in all sorts of configuration files, and...

Simply copy the recordings and the greenlight to the new instance. Everything else will (and should) be new.

And it's not even limited to "slow" networks. We are sitting on a 1 Gbit-LAN and between the two Nextcloud-Instances that are federated is even a 10 Gbit connection, but...

Had the same error (migration to 3.6.2), but interestingly all shares that I could *see* were correct... In GL-2, the room was shared with exactly one other person, in GL-3...