Re: LDAP problems (double users creation)

2020-05-01 Thread Maxim Solodovnik
Hello Martin, I'll try to check if it is reproducible to me :) On Fri, 1 May 2020 at 03:32, Chamberland, Martin < martin.chamberl...@fadq.qc.ca> wrote: > > Hi there, > > > > We face a bug with OpenMeeting 5.0.0M4 > > We where using it correctly for couple of days with LDAP connectivity, > workin

Re: Maybe stupid question - updating

2020-05-01 Thread seba.wag...@gmail.com
5.0.0-M5 hasn't been released yet. Its only available as Snapshot. Releases will be announced via website and mailing list. There will be also discussions and vote's on the dev mailing list to discuss releases ready. M4 is not even recommended for Prod usage yet. The "M" in the version number stan

Re: New installation tutorial OpenMeetings 5.0.0-M4 on different OSes

2020-05-01 Thread Maxim Solodovnik
please re-read my answer: you need export - dbdrop - import Described here in details: https://openmeetings.apache.org/Upgrade.html I prefer command line: https://openmeetings.apache.org/Upgrade.html#upgrading

Re: New installation tutorial OpenMeetings 5.0.0-M4 on different OSes

2020-05-01 Thread K. Kamhamea
Nope, Doesn't work for at least two reasons 1. M4 Database has two more fields in tables rooms and chat 2. And even if you ignore these two tables you cannot copy the user database. For some reason unknown, the system crashes. Maybe it's something in my data. I don't know. LDAP would be a better

Re: Reconnection loop in meeting room

2020-05-01 Thread Maxim Solodovnik
You can pass TURN params with variables: https://github.com/openmeetings/openmeetings-docker#useful-parameters turnUser is optional param, you can pass any value to it for ex. `fabian` On Fri, 1 May 2020 at 22:40, Fabian Kopatschek wrote: > Hey, > > i've got it working now by following the

Re: Reconnection loop in meeting room

2020-05-01 Thread Fabian Kopatschek
Hey, i've got it working now by following the guide "Installation SSL certificates and Coturn for OpenMeetings 5.0.0-M4 on Ubuntu 18.04.pdf" from Geralds URL. The solution is on page 7 with the applicationContext.xml configuration. Inside the the docker container the path is /opt/openmeeting

Re: Reconnection loop in meeting room

2020-05-01 Thread Maxim Solodovnik
Have you specified TURN* Docker variables? If so please follow tutorial pointed by Gerald and ensure same long term password is passed to OM and coturn :) On Fri, 1 May 2020 at 21:20, Fabian Kopatschek wrote: > Thanks for the hint. I've setup a TURN server and openmeetings seems to > use it. > T

AW: Reconnection loop in meeting room

2020-05-01 Thread Rohrbach, Gerald
Fabian, there are good documentation for the coturn setup avaialable: https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools Gerald Von: Fabian Kopatschek [mailto:fabian.kopatsc...@yahoo.de] Gesendet: Freitag, 1. Mai 2020 16:20 An: user@openmeet

Re: Reconnection loop in meeting room

2020-05-01 Thread Fabian Kopatschek
Thanks for the hint. I've setup a TURN server and openmeetings seems to use it. The log of the TURN server show the following entries: ... session 002002: realm user : incoming packet CREATE_PERMISSION processed, success session 001001: realm user <>: incoming packet

Re: Reconnection loop in meeting room

2020-05-01 Thread Maxim Solodovnik
You need to setup TURN server On Fri, May 1, 2020, 18:54 Fabian Kopatschek wrote: > Hi everybody, > > i'm facing a reconnection loop in my meeting rooms. On the lower right > corner of the broweser the following message pops up: > "Media server connection for user xy is failed, will try to recon

Reconnection loop in meeting room

2020-05-01 Thread Fabian Kopatschek
Hi everybody, i'm facing a reconnection loop in my meeting rooms. On the lower right corner of the broweser the following message pops up: "Media server connection for user xy is failed, will try to reconnect" I have this setup: Openmeetings 5.0.0-M4 as Docker Container and nginx as reverse pr