Re: List of worth-checking log files of OM and related software

2020-05-20 Thread Konstantin Kuzov
Dockerized KMS don't write logs to files as far as I know.
You can grab KMS logs with command: docker logs kms or in inspect them in
real-time with command: docker logs --follow kms

ср, 20 мая 2020 г. в 05:37, Maxim Solodovnik :

>
>
> On Wed, 20 May 2020 at 02:57, seba.wag...@gmail.com 
> wrote:
>
>> This one:
>> 2) KMS logs by default at /var/log/kurento-media-server
>>
>> Thats inside the docker container right?
>>
> Yes, in case NOT Ubuntu is used :))
>
>
>> I think you need to pass in a special variable to make that visible
>> outside of the docker container.
>>
> /var/log from host can be mounted to docker :)
>
> --
> Best regards,
> Maxim
>


Re: List of worth-checking log files of OM and related software

2020-05-19 Thread Maxim Solodovnik
On Wed, 20 May 2020 at 02:57, seba.wag...@gmail.com 
wrote:

> This one:
> 2) KMS logs by default at /var/log/kurento-media-server
>
> Thats inside the docker container right?
>
Yes, in case NOT Ubuntu is used :))


> I think you need to pass in a special variable to make that visible
> outside of the docker container.
>
/var/log from host can be mounted to docker :)


>
> Cheers
> Seb
>
> Sebastian Wagner
> Director Arrakeen Solutions
> http://arrakeen-solutions.co.nz/
>
> 
> 
>
>
> On Tue, 19 May 2020 at 04:19, Unix Home Academy <
> unix.home.acad...@gmail.com> wrote:
>
>>
>>
>>
>> On Mon, May 18, 2020 at 12:57 PM Maxim Solodovnik 
>> wrote:
>>
>>> Hello Ahmad,
>>>
>>> On Mon, 18 May 2020 at 16:55, Unix Home Academy <
>>> unix.home.acad...@gmail.com> wrote:
>>>
 Hi all,

 I was trying to troubleshoot few issues I am having and I had
 difficulty identifying what log files to check. I was thinking of having a
 one-page guide to list all the log files that might be inspected when
 troubleshooting OM/Kurento/Coturn and any other interesting tool that might
 be related.

>>>
>>> 1) ${OM_HOME}/logs/openmeetings**.log (catalina.out and catalina**.log
>>> can be used to check Tomcat level errors as well)
>>> 2) KMS logs by default at /var/log/kurento-media-server
>>> 3) Coturn logs by default are in /var/log/turn**.log
>>>
>>
>> Thank you. This is very helpful.
>>
>>
>>>
 I am now using OM 5.0.0-M4 + Kurento + Coturn + Let's Encrypt SSL
 certificates.

 The goal is to deep dive into issues before adding new question to this
 list.

 Note: By the way, is there a way to search in the mail list archive
 other than manual search?

>>>
>>> I'm searching using https://openmeetings.markmail.org/
>>> Not sure what do you mean by manual search :(
>>>
>>
>> Sorry, my bad. I was using
>> https://mail-archives.apache.org/mod_mbox/openmeetings-user/ rather
>> than  https://openmeetings.markmail.org/.
>>
>>>
>>>


 Thanks and regards.
 Ahmad | Unix Home Academy
 https://www.facebook.com/unix.home/

>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>

-- 
Best regards,
Maxim


Re: List of worth-checking log files of OM and related software

2020-05-19 Thread seba.wag...@gmail.com
This one:
2) KMS logs by default at /var/log/kurento-media-server

Thats inside the docker container right?
I think you need to pass in a special variable to make that visible outside
of the docker container.

Cheers
Seb

Sebastian Wagner
Director Arrakeen Solutions
http://arrakeen-solutions.co.nz/




On Tue, 19 May 2020 at 04:19, Unix Home Academy 
wrote:

>
>
>
> On Mon, May 18, 2020 at 12:57 PM Maxim Solodovnik 
> wrote:
>
>> Hello Ahmad,
>>
>> On Mon, 18 May 2020 at 16:55, Unix Home Academy <
>> unix.home.acad...@gmail.com> wrote:
>>
>>> Hi all,
>>>
>>> I was trying to troubleshoot few issues I am having and I had difficulty
>>> identifying what log files to check. I was thinking of having a one-page
>>> guide to list all the log files that might be inspected when
>>> troubleshooting OM/Kurento/Coturn and any other interesting tool that might
>>> be related.
>>>
>>
>> 1) ${OM_HOME}/logs/openmeetings**.log (catalina.out and catalina**.log
>> can be used to check Tomcat level errors as well)
>> 2) KMS logs by default at /var/log/kurento-media-server
>> 3) Coturn logs by default are in /var/log/turn**.log
>>
>
> Thank you. This is very helpful.
>
>
>>
>>> I am now using OM 5.0.0-M4 + Kurento + Coturn + Let's Encrypt SSL
>>> certificates.
>>>
>>> The goal is to deep dive into issues before adding new question to this
>>> list.
>>>
>>> Note: By the way, is there a way to search in the mail list archive
>>> other than manual search?
>>>
>>
>> I'm searching using https://openmeetings.markmail.org/
>> Not sure what do you mean by manual search :(
>>
>
> Sorry, my bad. I was using
> https://mail-archives.apache.org/mod_mbox/openmeetings-user/ rather than
> https://openmeetings.markmail.org/.
>
>>
>>
>>>
>>>
>>> Thanks and regards.
>>> Ahmad | Unix Home Academy
>>> https://www.facebook.com/unix.home/
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>


Re: List of worth-checking log files of OM and related software

2020-05-18 Thread Unix Home Academy
On Mon, May 18, 2020 at 12:57 PM Maxim Solodovnik 
wrote:

> Hello Ahmad,
>
> On Mon, 18 May 2020 at 16:55, Unix Home Academy <
> unix.home.acad...@gmail.com> wrote:
>
>> Hi all,
>>
>> I was trying to troubleshoot few issues I am having and I had difficulty
>> identifying what log files to check. I was thinking of having a one-page
>> guide to list all the log files that might be inspected when
>> troubleshooting OM/Kurento/Coturn and any other interesting tool that might
>> be related.
>>
>
> 1) ${OM_HOME}/logs/openmeetings**.log (catalina.out and catalina**.log can
> be used to check Tomcat level errors as well)
> 2) KMS logs by default at /var/log/kurento-media-server
> 3) Coturn logs by default are in /var/log/turn**.log
>

Thank you. This is very helpful.


>
>> I am now using OM 5.0.0-M4 + Kurento + Coturn + Let's Encrypt SSL
>> certificates.
>>
>> The goal is to deep dive into issues before adding new question to this
>> list.
>>
>> Note: By the way, is there a way to search in the mail list archive other
>> than manual search?
>>
>
> I'm searching using https://openmeetings.markmail.org/
> Not sure what do you mean by manual search :(
>

Sorry, my bad. I was using
https://mail-archives.apache.org/mod_mbox/openmeetings-user/ rather than
https://openmeetings.markmail.org/.

>
>
>>
>>
>> Thanks and regards.
>> Ahmad | Unix Home Academy
>> https://www.facebook.com/unix.home/
>>
>
>
> --
> Best regards,
> Maxim
>


Re: List of worth-checking log files of OM and related software

2020-05-18 Thread Maxim Solodovnik
Hello Ahmad,

On Mon, 18 May 2020 at 16:55, Unix Home Academy 
wrote:

> Hi all,
>
> I was trying to troubleshoot few issues I am having and I had difficulty
> identifying what log files to check. I was thinking of having a one-page
> guide to list all the log files that might be inspected when
> troubleshooting OM/Kurento/Coturn and any other interesting tool that might
> be related.
>

1) ${OM_HOME}/logs/openmeetings**.log (catalina.out and catalina**.log can
be used to check Tomcat level errors as well)
2) KMS logs by default at /var/log/kurento-media-server
3) Coturn logs by default are in /var/log/turn**.log


>
> I am now using OM 5.0.0-M4 + Kurento + Coturn + Let's Encrypt SSL
> certificates.
>
> The goal is to deep dive into issues before adding new question to this
> list.
>
> Note: By the way, is there a way to search in the mail list archive other
> than manual search?
>

I'm searching using https://openmeetings.markmail.org/
Not sure what do you mean by manual search :(


>
>
> Thanks and regards.
> Ahmad | Unix Home Academy
> https://www.facebook.com/unix.home/
>


-- 
Best regards,
Maxim


List of worth-checking log files of OM and related software

2020-05-18 Thread Unix Home Academy
Hi all,

I was trying to troubleshoot few issues I am having and I had difficulty
identifying what log files to check. I was thinking of having a one-page
guide to list all the log files that might be inspected when
troubleshooting OM/Kurento/Coturn and any other interesting tool that might
be related.

I am now using OM 5.0.0-M4 + Kurento + Coturn + Let's Encrypt SSL
certificates.

The goal is to deep dive into issues before adding new question to this
list.

Note: By the way, is there a way to search in the mail list archive other
than manual search?


Thanks and regards.
Ahmad | Unix Home Academy
https://www.facebook.com/unix.home/