Re: very odd user

2021-09-20 Thread Ali Alhaidary

:-)

On 9/21/21 6:19 AM, Maxim Solodovnik wrote:



On Mon, 20 Sept 2021 at 16:01, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> wrote:


Hi Max,

In address and om_user tables, it shows the record created 29/12/2020
with login name 2_your-em...@your-service.com
, 



The email address like this is created when user invite non-OM user to 
room (via Calendar or romm invitation link)


prefix "2" can tell you the user with ID == 2 did this :)
(there should be additional field like `ownerId` and the `type` should 
be CONTACT


could it be a user that
was creates by moodle, or simply a user that registered that way?

Ali

On 9/20/21 7:32 AM, Maxim Solodovnik wrote:
> Hello Ali,
>
> "N/A" - most probable is the "Display Name)
> "your-email@" is the email
>
> formatting looks weird, not sure if it is caused by RTL :(
>
> What is in DB?
>
> On Thu, 16 Sept 2021 at 13:51, Ali Alhaidary
> mailto:ali.alhaid...@the5stars.org>> wrote:
>> Attached a screen shot of an invitation where it shows a a very
odd user
>> in the list, I wonder how it was in the database?
>>
>



--
Best regards,
Maxim


Re: very odd user

2021-09-20 Thread Maxim Solodovnik
On Mon, 20 Sept 2021 at 16:01, Ali Alhaidary 
wrote:

> Hi Max,
>
> In address and om_user tables, it shows the record created 29/12/2020
> with login name 2_your-em...@your-service.com,


The email address like this is created when user invite non-OM user to room
(via Calendar or romm invitation link)

prefix "2" can tell you the user with ID == 2 did this :)
(there should be additional field like `ownerId` and the `type` should be
CONTACT



> could it be a user that
> was creates by moodle, or simply a user that registered that way?
>
> Ali
>
> On 9/20/21 7:32 AM, Maxim Solodovnik wrote:
> > Hello Ali,
> >
> > "N/A" - most probable is the "Display Name)
> > "your-email@" is the email
> >
> > formatting looks weird, not sure if it is caused by RTL :(
> >
> > What is in DB?
> >
> > On Thu, 16 Sept 2021 at 13:51, Ali Alhaidary
> >  wrote:
> >> Attached a screen shot of an invitation where it shows a a very odd user
> >> in the list, I wonder how it was in the database?
> >>
> >
>


-- 
Best regards,
Maxim


Re: OM and Media server separated-recording issue

2021-09-20 Thread seba.wag...@gmail.com
Don't worry about the files itself. Its the folder that matters.

As Maxim suggested, you need to dig a bit deeper:
Can you check the table recording_chunk in your OpenMeetings database that
it contains an entry with stream of type="SCREEN" for recording_id=568 ?
What's that entry looking like? Are there any entries in that table ?

I wouldn't know why this entry would not exist. The rest of your log seems
fine. The entries are created when you start the recording. And is
triggered based on an event out of the Kurento Media Server.

What version of Kurento are you using?

Thanks,
Sebastian

Sebastian Wagner
Director Arrakeen Solutions, OM-Hosting.com
http://arrakeen-solutions.co.nz/
https://om-hosting.com - Cloud & Server Hosting for HTML5
Video-Conferencing OpenMeetings




On Tue, 21 Sept 2021 at 02:06, Jeffry Johnson 
wrote:

> So I looked at all the screen files and they all have good recordings of
> video.
>
> I have tried all weekend to set the acl to have x perms and they show on
> the getfacl for the directories, but every time a new webm files is created
> it lacks x on ALL levels.
>
> On Sun, Sep 19, 2021, 10:18 Maxim Solodovnik  wrote:
>
>> The error "screenMetaData is Null recordingId 568" usually mean there's
>> no stream for screen sharing available (streams from cameras, microphones
>> might be OK)
>>
>> You need to check what is recorded
>> (A bit detective work)
>>
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Sun, Sep 19, 2021, 22:28 Alvaro  wrote:
>>
>>> ...try Sebastian indications...
>>>
>>>
>>>
>>> ---
>>>
>>>
>>>
>>> On Sat, 18 Sep 2021 12:49:51 -0600
>>> Jeffry Johnson  wrote:
>>>
>>> > I have upgraded to running on tomcat34. Issue remains identical.
>>> >
>>> > Unfortunately, the version of chrome and ff on my machine are set by
>>> the
>>> > organization and we are on front motion ff 67 and version 92 of
>>> chrome. I
>>> > can't change then.
>>> >
>>> > I am attempting to set the facl on the data dir to have x perms on all
>>> new
>>> > files but it doesn't seem to be working.
>>> >
>>> > On Sat, Sep 18, 2021, 02:33 Alvaro  wrote:
>>> >
>>> > > ...or Chrome-Chromium 87
>>> > >
>>> > >
>>> > >
>>> > > 
>>> > >
>>> > >
>>> > > On Sat, 18 Sep 2021 10:29:12 +0200
>>> > > Alvaro  wrote:
>>> > >
>>> > > > ...if you are working on CentOS 7 please try
>>> > > > recording with Firefox 78...
>>> > > >
>>> > > >
>>> > > > 
>>> > > >
>>> > > >
>>> > > >
>>> > > > On Sat, 18 Sep 2021 08:43:31 +0200
>>> > > > Alvaro  wrote:
>>> > > >
>>> > > > > Hi Sebastian, Jeffry do you install kurento media server
>>> indicating
>>> > > > > the path to qcom_data?
>>> > > > > Please take a look in the last tutorials for OM 6.1.0
>>> > > > > that use the script "tomcat34" not "tomcat3" to run OM.
>>> > > > >
>>> > > > > Thanks
>>> > > > >
>>> > > > > Alvaro
>>> > > > >
>>> > > > >
>>> > > > >
>>> > > > > ---
>>> > > > >
>>> > > > >
>>> > > > > On Fri, 17 Sep 2021 17:30:54 -0600
>>> > > > > Jeffry Johnson  wrote:
>>> > > > >
>>> > > > > > ok, now i"m getting more confident here. I've redirected the
>>> Data
>>> > > Dir to
>>> > > > > > /qcom_data/ on the root directory. THis is the NFS share that
>>> our
>>> > > server
>>> > > > > > team set up for me. I accomplished the redirect by inserting
>>> the
>>> > > following
>>> > > > > > line into the tomcat3 file:
>>> > > > > > export JAVA_OPTS="-Djava.awt.headless=true
>>> -DDATA_DIR=/qcom_data/"
>>> > > > > >
>>> > > > > > Here is what the files look like after stopping the recording:
>>> > > > > >
>>> > > > > > [image: image.png]
>>> > > > > >
>>> > > > > > This is what appears when clicking the caution icon:
>>> > > > > >
>>> > > > > > [image: image.png]
>>> > > > > >
>>> > > > > > Here are the streaming files in the right directory:
>>> > > > > >
>>> > > > > > [image: image.png]
>>> > > > > >
>>> > > > > > Here is the full stack trace from beginning of recording to
>>> the end
>>> > > in the
>>> > > > > > logs:
>>> > > > > >
>>> > > > > > DEBUG 09-17 19:21:56.691 o.a.o.c.r.KRoom:120 [ventExec-e2-t23]
>>> -
>>> > > ##REC::
>>> > > > > > recording in room 241 is starting ::
>>> > > > > > DEBUG 09-17 19:21:56.692 o.a.o.c.r.KRoom:147 [ventExec-e2-t23]
>>> -
>>> > > ##REC::
>>> > > > > > recording created by USER: 1
>>> > > > > > DEBUG 09-17 19:21:56.718 o.a.o.c.r.StreamProcessor:90
>>> > > [nio-5443-exec-7] -
>>> > > > > > Incoming message from user with ID '1':
>>> > > > > >
>>> > >
>>> {"type":"kurento","id":"onIceCandidate","candidate":{"candidate":"candidate:3031263214
>>> > > > > > 1 tcp 1518280447 10.43.204.201 9 typ host tcptype active
>>> generation
>>> > > 0 ufrag
>>> > > > > > Fie8 network-id
>>> > > > > >
>>> > >
>>> 1","sdpMid":"0","sdpMLineIndex":0},"uid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd","luid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd"}
>>> > > > 

ApacheCon starts tomorrow!

2021-09-20 Thread Rich Bowen
ApacheCon @Home starts tomorrow! Details at 
https://www.apachecon.com/acah2021/index.html


(Note: You're receiving this because you are subscribed to one or more 
user lists for Apache Software Foundation projects.)


We've got three days of great content lined up for you, spanning 14 
project communities. And we're very excited about the keynotes, with 
presentations from David Nalley, Ashley Wolfe, Mark Cox, Alison Parker, 
and Michael Weinberg. And we'll be hearing from our Platinum sponsors in 
their keynotes as well! (Schedule is at 
https://www.apachecon.com/acah2021/tracks/)


You can still register today, at 
https://www.apachecon.com/acah2021/register.html


We especially want to thank our sponsors, who have made this event possible:

Strategic sponsor: Google
Platinum sponsors: Huawei, Tencent, Instaclustr, and Apple
Gold sponsors: AWS, Aiven, Gradle, Replicated, Red 
Hat, Baidu, Fiter, Cerner, Dremio, and Didi
Silver sponsors: Bamboo, SpereEx, Microsoft, Imply, Securonix, DataStax, 
and Crafter Software

Bronze sponsor: Technical Arts

Please join us on our Slack for discussion before, during, and after the 
event! http://s.apache.org/apachecon-slack


And follow us on Twitter - https://twitter.com/apachecon - for tips and 
announcements during the event.


See you tomorrow!


--
Rich Bowen, VP Conferences
The Apache Software Foundation
https://apachecon.com/
@apachecon


ApacheCon starts tomorrow!

2021-09-20 Thread Rich Bowen
ApacheCon @Home starts tomorrow! Details at 
https://www.apachecon.com/acah2021/index.html


(Note: You're receiving this because you are subscribed to one or more 
user lists for Apache Software Foundation projects.)


We've got three days of great content lined up for you, spanning 14 
project communities. And we're very excited about the keynotes, with 
presentations from David Nalley, Ashley Wolfe, Mark Cox, Alison Parker, 
and Michael Weinberg. And we'll be hearing from our Platinum sponsors in 
their keynotes as well! (Schedule is at 
https://www.apachecon.com/acah2021/tracks/)


You can still register today, at 
https://www.apachecon.com/acah2021/register.html


We especially want to thank our sponsors, who have made this event possible:

Strategic sponsor: Google
Platinum sponsors: Huawei, Tencent, Instaclustr, and Apple
Gold sponsors: AWS, Aiven, Gradle, Replicated, Red 
Hat, Baidu, Fiter, Cerner, Dremio, and Didi
Silver sponsors: Bamboo, SpereEx, Microsoft, Imply, Securonix, DataStax, 
and Crafter Software

Bronze sponsor: Technical Arts

Please join us on our Slack for discussion before, during, and after the 
event! http://s.apache.org/apachecon-slack


And follow us on Twitter - https://twitter.com/apachecon - for tips and 
announcements during the event.


See you tomorrow!


--
Rich Bowen, VP Conferences
The Apache Software Foundation
https://apachecon.com/
@apachecon


Re: OM and Media server separated-recording issue

2021-09-20 Thread Jeffry Johnson
So I looked at all the screen files and they all have good recordings of
video.

I have tried all weekend to set the acl to have x perms and they show on
the getfacl for the directories, but every time a new webm files is created
it lacks x on ALL levels.

On Sun, Sep 19, 2021, 10:18 Maxim Solodovnik  wrote:

> The error "screenMetaData is Null recordingId 568" usually mean there's
> no stream for screen sharing available (streams from cameras, microphones
> might be OK)
>
> You need to check what is recorded
> (A bit detective work)
>
>
> from mobile (sorry for typos ;)
>
>
> On Sun, Sep 19, 2021, 22:28 Alvaro  wrote:
>
>> ...try Sebastian indications...
>>
>>
>>
>> ---
>>
>>
>>
>> On Sat, 18 Sep 2021 12:49:51 -0600
>> Jeffry Johnson  wrote:
>>
>> > I have upgraded to running on tomcat34. Issue remains identical.
>> >
>> > Unfortunately, the version of chrome and ff on my machine are set by the
>> > organization and we are on front motion ff 67 and version 92 of chrome.
>> I
>> > can't change then.
>> >
>> > I am attempting to set the facl on the data dir to have x perms on all
>> new
>> > files but it doesn't seem to be working.
>> >
>> > On Sat, Sep 18, 2021, 02:33 Alvaro  wrote:
>> >
>> > > ...or Chrome-Chromium 87
>> > >
>> > >
>> > >
>> > > 
>> > >
>> > >
>> > > On Sat, 18 Sep 2021 10:29:12 +0200
>> > > Alvaro  wrote:
>> > >
>> > > > ...if you are working on CentOS 7 please try
>> > > > recording with Firefox 78...
>> > > >
>> > > >
>> > > > 
>> > > >
>> > > >
>> > > >
>> > > > On Sat, 18 Sep 2021 08:43:31 +0200
>> > > > Alvaro  wrote:
>> > > >
>> > > > > Hi Sebastian, Jeffry do you install kurento media server
>> indicating
>> > > > > the path to qcom_data?
>> > > > > Please take a look in the last tutorials for OM 6.1.0
>> > > > > that use the script "tomcat34" not "tomcat3" to run OM.
>> > > > >
>> > > > > Thanks
>> > > > >
>> > > > > Alvaro
>> > > > >
>> > > > >
>> > > > >
>> > > > > ---
>> > > > >
>> > > > >
>> > > > > On Fri, 17 Sep 2021 17:30:54 -0600
>> > > > > Jeffry Johnson  wrote:
>> > > > >
>> > > > > > ok, now i"m getting more confident here. I've redirected the
>> Data
>> > > Dir to
>> > > > > > /qcom_data/ on the root directory. THis is the NFS share that
>> our
>> > > server
>> > > > > > team set up for me. I accomplished the redirect by inserting the
>> > > following
>> > > > > > line into the tomcat3 file:
>> > > > > > export JAVA_OPTS="-Djava.awt.headless=true
>> -DDATA_DIR=/qcom_data/"
>> > > > > >
>> > > > > > Here is what the files look like after stopping the recording:
>> > > > > >
>> > > > > > [image: image.png]
>> > > > > >
>> > > > > > This is what appears when clicking the caution icon:
>> > > > > >
>> > > > > > [image: image.png]
>> > > > > >
>> > > > > > Here are the streaming files in the right directory:
>> > > > > >
>> > > > > > [image: image.png]
>> > > > > >
>> > > > > > Here is the full stack trace from beginning of recording to the
>> end
>> > > in the
>> > > > > > logs:
>> > > > > >
>> > > > > > DEBUG 09-17 19:21:56.691 o.a.o.c.r.KRoom:120 [ventExec-e2-t23] -
>> > > ##REC::
>> > > > > > recording in room 241 is starting ::
>> > > > > > DEBUG 09-17 19:21:56.692 o.a.o.c.r.KRoom:147 [ventExec-e2-t23] -
>> > > ##REC::
>> > > > > > recording created by USER: 1
>> > > > > > DEBUG 09-17 19:21:56.718 o.a.o.c.r.StreamProcessor:90
>> > > [nio-5443-exec-7] -
>> > > > > > Incoming message from user with ID '1':
>> > > > > >
>> > >
>> {"type":"kurento","id":"onIceCandidate","candidate":{"candidate":"candidate:3031263214
>> > > > > > 1 tcp 1518280447 10.43.204.201 9 typ host tcptype active
>> generation
>> > > 0 ufrag
>> > > > > > Fie8 network-id
>> > > > > >
>> > >
>> 1","sdpMid":"0","sdpMLineIndex":0},"uid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd","luid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd"}
>> > > > > > DEBUG 09-17 19:21:56.725 o.a.o.c.r.StreamProcessor:90
>> > > [nio-5443-exec-7] -
>> > > > > > Incoming message from user with ID '1':
>> > > > > >
>> > >
>> {"type":"kurento","id":"onIceCandidate","candidate":{"candidate":"candidate:2078137933
>> > > > > > 1 tcp 1518217471 2601:680:ca00:6cb0:7584:5137:c3a5:f49 9 typ
>> host
>> > > tcptype
>> > > > > > active generation 0 ufrag Fie8 network-id 3 network-cost
>> > > > > >
>> > >
>> 10","sdpMid":"0","sdpMLineIndex":0},"uid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd","luid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd"}
>> > > > > > DEBUG 09-17 19:21:56.730 o.a.o.c.r.StreamProcessor:90
>> > > [nio-5443-exec-7] -
>> > > > > > Incoming message from user with ID '1':
>> > > > > >
>> > >
>> {"type":"kurento","id":"onIceCandidate","candidate":{"candidate":"candidate:1021992780
>> > > > > > 1 tcp 1518151935 2601:680:ca00:6cb0::635 9 typ host tcptype
>> active
>> > > > > > generation 0 ufrag Fie8 network-id 4 network-cost
>> > > > > >
>> > >
>> 10","sdpMid":"0","sdpMLineIndex":0},"uid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd","luid":"8cf8103e-dc75-4f66-bcd8-5e21fb20fbbd"}
>> > > > > > DEBUG 09-17 19:21:56.735 

Re: very odd user

2021-09-20 Thread Ali Alhaidary

Hi Max,

In address and om_user tables, it shows the record created 29/12/2020 
with login name 2_your-em...@your-service.com, could it be a user that 
was creates by moodle, or simply a user that registered that way?


Ali

On 9/20/21 7:32 AM, Maxim Solodovnik wrote:

Hello Ali,

"N/A" - most probable is the "Display Name)
"your-email@" is the email

formatting looks weird, not sure if it is caused by RTL :(

What is in DB?

On Thu, 16 Sept 2021 at 13:51, Ali Alhaidary
 wrote:

Attached a screen shot of an invitation where it shows a a very odd user
in the list, I wonder how it was in the database?