You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Alex Nyamweya <an...@gmail.com> on 2018/07/13 18:31:14 UTC

Loading Problem

Hi,

I'm currently having a problem with Apache OpenMeetings loading when I go
to the home page. It just keeps loading and doesn't reach my usual home
page. It seems the port is inaccessible. I have two instances of OM (one at
/openmeetings and another at /openmeetings1) and they have trouble loading.
Also prior to having this loading problem, the application crashed when I
tried to setup a poll in a group meeting.

Thank you,
Alex Nyamweya

RE: Loading Problem

Posted by "Yakovlev N." <ya...@krvostok.ru>.
Ups, its strange.

It seems the pass has been changed.

Reinstall mariadb (delete packages and install again).

Start mariadb -    systemctl start mariadb.service

Enter to mariadb -  mysql

 

From: Alex Nyamweya [mailto:animesonic94@gmail.com] 
Sent: Wednesday, July 18, 2018 8:55 AM
To: user@openmeetings.apache.org
Subject: Re: Loading Problem

 

I'm still getting the same error. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

 

On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru> wrote:

After installing mariadb the root account has an empty password.

If you have not set root password enter the next command to connect to mariadb:

  mysql

Of course mariadb must be started before connecting to it

systemctl start mariadb.service

 

From: Alex Nyamweya [mailto:animesonic94@gmail.com] 
Sent: Wednesday, July 18, 2018 8:00 AM
To: user@openmeetings.apache.org
Subject: Re: Loading Problem

 

Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install and setup mariadb. When I run the command: mysqladmin -u root password new-password (new-password being my actual password) I'm getting the following error:

 mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.

 

On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru> wrote:

See the next page
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
to get more information ....

-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine ....
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com> wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the following problem: when I try to run the command on step 4, (wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the following message:
>
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >> >> >>
>> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>>
>> >> >> >>> Hi,
>> >> >> >>>
>> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >> >> >>>
>> >> >> >>> Thank you,
>> >> >> >>> Alex Nyamweya
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

 

 


Re: Device list problem

Posted by Daniel Ascher <ap...@aplustutoring.com>.
Maxim, thanks for the improvements. I think they are good. I also like
Ludovic's ideas, if they are possible. Definitely would help.

Dan

On Thu, Jul 26, 2018 at 6:51 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Thanks for checking Ludovic :)
>
> I believe both "Sélectionnez votre langue" and "Sélectionnez votre
> périphérique". are wrong :( in english it is "Loading data, please wait"
>
> I can easily change Flash position if you feel it will help
> Not sure if it is possible to check if Flash is enabled or not using JS
> code, will try to investigate
>
>
>
> On Thu, Jul 26, 2018 at 5:39 PM Ludovic MESSINGER <lu...@laposte.net>
> wrote:
>
>> Hello,
>>
>> Thank you for your work and the previous answers.
>>
>> I like the look of the select fields and the text displayed is better, as
>> it tells the user what tot do.
>> There is just a mistake in French, as it's written "Sélectionnez votre
>> langue" and it should be  "Sélectionnez votre périphérique".
>>
>> I've linked an image with proposal for interface improvements, I hope it
>> could help and feedbacks are welcomed also ;-)
>>
>> The user could also be told to connect a mic and/or webcam and to refreh
>> the page (F5) if we know that flash is activated and that the devices list
>> are empty.
>>
>> Ludovic
>>
>> Le 26/07/2018 à 07:13, Maxim Solodovnik a écrit :
>>
>> I have addressed some comments regarding Settings dialog
>>
>> would love to hear some feedback :)
>> demo-next https://om.alteametasoft.com:8443/next/hash?swf=settings is
>> updated
>>
>>
>> On Wed, Jul 25, 2018 at 12:14 AM Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> The code is already in 4.0.x branch:
>>> https://github.com/apache/openmeetings/blob/4.0.x/
>>> openmeetings-web/src/main/java/org/apache/openmeetings/
>>> web/room/settings.js#L126
>>>
>>> Settings dialog can be tested on demo-next
>>> https://om.alteametasoft.com:8443/next/hash?swf=settings
>>>
>>> Feedback is highly appreciated
>>>
>>> @Hemant please see my answers inline
>>>
>>> On Tue, Jul 24, 2018 at 11:49 PM Coscend@OM <OM...@coscend.com>
>>> wrote:
>>>
>>>> Dear Maxim,
>>>>
>>>>
>>>>
>>>> Pursuing the discussion on the permission request from OS device
>>>> drivers to load and allow access to devices into browser,
>>>>
>>>>
>>>>
>>>> Can you point us to the 5.0.0 JS code you are referring to as a Web
>>>> link?  We have written code along the lines below to seamlessly access
>>>> media streaming sources by loading device drivers from the OS and can add
>>>> or build upon your 5.0.0. code?  Of course, if you need to review our code
>>>> snippet, we would be happy to share as well.  (We are not sure whether this
>>>> technical post should be in user@ or dev@).
>>>>
>>>>
>>>>
>>>> We are keen on learning, whether your code:
>>>>
>>>> ·         uses the standard getUserMedia() API?
>>>>
>>> YES
>>>
>>>> ·         enables setting of media constraints while loading device
>>>> drivers from OS, in addition to selecting media streaming sources?
>>>>
>>> not sure I got the question, most probably NO
>>>
>>>> ·         provides access permission from device drivers persistently?
>>>>
>>> Persist or not depends on user choice and the browser
>>>
>>>> ·         takes care of cross-origin calls that are deprecated?
>>>>
>>> not sure why cross-origin calls are deprecated ....
>>>
>>>> ·         is limited by protocol-based calls:  HTTPS, file://URL ?
>>>>
>>> HTTPS is still required by most of browsers
>>>
>>>>
>>>>
>>>> Thank you.
>>>>
>>>>
>>>>
>>>> Sincerely,
>>>>
>>>>
>>>>
>>>> Hemant K. Sabat
>>>>
>>>> www.Coscend.com <http://www.coscend.com/>
>>>>
>>>> ------------------------------------------------------------------
>>>>
>>>> *Real-time, Interactive Video Collaboration, Tele-healthcare,
>>>> Tele-education, Telepresence Services, on the fly…*
>>>>
>>>> ------------------------------------------------------------------
>>>>
>>>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>>>> Messages from Coscend Communications Solutions' posted at:
>>>> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>>>> <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> *From:* Maxim Solodovnik <so...@gmail.com>
>>>> *Sent:* Monday, July 23, 2018 10:04 PM
>>>> *To:* Openmeetings user-list <us...@openmeetings.apache.org>
>>>> *Subject:* Re: Device list problem
>>>>
>>>>
>>>>
>>>> Hello All,
>>>>
>>>>
>>>>
>>>> blank lines in the list usually means access to camera/mic is not
>>>> allowed in the browser
>>>>
>>>> I'm currently working on the update of camera list retrieval (the list
>>>> will be retrieved via JS, code is taken from 5.0.0)
>>>>
>>>> I'll ask you to test this new code as soon as it will be ready
>>>>
>>>>
>>>>
>>>> Will write to this thread
>>>>
>>>> Stay tuned :))
>>>>
>>>>
>>>>
>>>> On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <
>>>> aplusadmin@aplustutoring.com> wrote:
>>>>
>>>> Thanks Hemant. I think that's all good advice. :)
>>>>
>>>>
>>>>
>>>> In our case the person was using a laptop with mic, speakers and webcam
>>>> built-in. So there wasn't an issue of devices not being connected or
>>>> recognized.
>>>>
>>>>
>>>>
>>>> There was a discussion recently about some related issues. I think the
>>>> best thing is for all new users to use setup link before entering their
>>>> meeting room. Can be done from the dashboard (see below) or by providing
>>>> new users with a link like the following:  [https://yourhost:5080/
>>>> openmeetings/hash?swf=settings].
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Thanks! Dan
>>>>
>>>>
>>>>
>>>> On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <
>>>> aplusadmin@aplustutoring.com> wrote:
>>>>
>>>> I saw the same issue yesterday with someone using a Macbook Air.
>>>>
>>>>
>>>>
>>>> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
>>>> wrote:
>>>>
>>>> Hello,
>>>>
>>>> When I open the settings to activate my mwebcam or mic, sometimes the
>>>> device list is blank. For webcam it displays the 1st line and then an other
>>>> blank line and for mic the 1st line and then 2 or 3 blank lines.
>>>>
>>>> I have seen this on Chrome with OpenMeetings Version     4.0.3.
>>>> It seems that this problem happens only the 1st time you set the webcam
>>>> and mic for a user.
>>>>
>>>> Have some of you the same problem ?
>>>>
>>>> PS: Do you know when a version without Flash for Webcam and Mic
>>>> communication will be released?
>>>>
>>>> Regards,
>>>> Ludovic
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Daniel Ascher, M.Ed.
>>>> President
>>>> A+ Test Prep and Tutoring
>>>> "Creating Bright Futures"
>>>>
>>>> 505 York Road, Suite 6
>>>> Jenkintown, PA 19046
>>>> Office: 215.886.9188
>>>> Direct: 267.242.9640
>>>>
>>>> Click here to schedule a phone call with me.
>>>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>>>
>>>> Sign Up for A+ News and Test Prep Tips!
>>>> <https://www.aplustutoring.com/educational-blog-articles-subscript-disabledion>
>>>> <http://aplustutoring.com>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Daniel Ascher, M.Ed.
>>>> President
>>>> A+ Test Prep and Tutoring
>>>> "Creating Bright Futures"
>>>>
>>>> 505 York Road, Suite 6
>>>> Jenkintown, PA 19046
>>>> Office: 215.886.9188
>>>> Direct: 267.242.9640
>>>>
>>>> Click here to schedule a phone call with me.
>>>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>>>
>>>> Sign Up for A+ News and Test Prep Tips!
>>>> <https://www.aplustutoring.com/educational-blog-articles-subscript-disabledion>
>>>> <http://aplustutoring.com>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>>
>>>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free.
>>>> www.avg.com
>>>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
>>>> <#m_-9040267839572939121_m_5728112593766269014_m_7371316208278147200_m_6965832854217729317_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.
<https://app.hubspot.com/meetings/aplusadmin/phone-call>
Sign Up for A+ News and Test Prep Tips!
<https://www.aplustutoring.com/educational-blog-articles-subscription>
<http://aplustutoring.com>

Re: Device list problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks for checking Ludovic :)

I believe both "Sélectionnez votre langue" and "Sélectionnez votre
périphérique". are wrong :( in english it is "Loading data, please wait"

I can easily change Flash position if you feel it will help
Not sure if it is possible to check if Flash is enabled or not using JS
code, will try to investigate



On Thu, Jul 26, 2018 at 5:39 PM Ludovic MESSINGER <lu...@laposte.net> wrote:

> Hello,
>
> Thank you for your work and the previous answers.
>
> I like the look of the select fields and the text displayed is better, as
> it tells the user what tot do.
> There is just a mistake in French, as it's written "Sélectionnez votre
> langue" and it should be  "Sélectionnez votre périphérique".
>
> I've linked an image with proposal for interface improvements, I hope it
> could help and feedbacks are welcomed also ;-)
>
> The user could also be told to connect a mic and/or webcam and to refreh
> the page (F5) if we know that flash is activated and that the devices list
> are empty.
>
> Ludovic
>
> Le 26/07/2018 à 07:13, Maxim Solodovnik a écrit :
>
> I have addressed some comments regarding Settings dialog
>
> would love to hear some feedback :)
> demo-next https://om.alteametasoft.com:8443/next/hash?swf=settings is
> updated
>
>
> On Wed, Jul 25, 2018 at 12:14 AM Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> The code is already in 4.0.x branch:
>>
>> https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/settings.js#L126
>>
>> Settings dialog can be tested on demo-next
>> https://om.alteametasoft.com:8443/next/hash?swf=settings
>>
>> Feedback is highly appreciated
>>
>> @Hemant please see my answers inline
>>
>> On Tue, Jul 24, 2018 at 11:49 PM Coscend@OM <OM...@coscend.com>
>> wrote:
>>
>>> Dear Maxim,
>>>
>>>
>>>
>>> Pursuing the discussion on the permission request from OS device drivers
>>> to load and allow access to devices into browser,
>>>
>>>
>>>
>>> Can you point us to the 5.0.0 JS code you are referring to as a Web
>>> link?  We have written code along the lines below to seamlessly access
>>> media streaming sources by loading device drivers from the OS and can add
>>> or build upon your 5.0.0. code?  Of course, if you need to review our code
>>> snippet, we would be happy to share as well.  (We are not sure whether this
>>> technical post should be in user@ or dev@).
>>>
>>>
>>>
>>> We are keen on learning, whether your code:
>>>
>>> ·         uses the standard getUserMedia() API?
>>>
>> YES
>>
>>> ·         enables setting of media constraints while loading device
>>> drivers from OS, in addition to selecting media streaming sources?
>>>
>> not sure I got the question, most probably NO
>>
>>> ·         provides access permission from device drivers persistently?
>>>
>> Persist or not depends on user choice and the browser
>>
>>> ·         takes care of cross-origin calls that are deprecated?
>>>
>> not sure why cross-origin calls are deprecated ....
>>
>>> ·         is limited by protocol-based calls:  HTTPS, file://URL ?
>>>
>> HTTPS is still required by most of browsers
>>
>>>
>>>
>>> Thank you.
>>>
>>>
>>>
>>> Sincerely,
>>>
>>>
>>>
>>> Hemant K. Sabat
>>>
>>> www.Coscend.com <http://www.coscend.com/>
>>>
>>> ------------------------------------------------------------------
>>>
>>> *Real-time, Interactive Video Collaboration, Tele-healthcare,
>>> Tele-education, Telepresence Services, on the fly…*
>>>
>>> ------------------------------------------------------------------
>>>
>>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>>> Messages from Coscend Communications Solutions' posted at:
>>> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>>> <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *From:* Maxim Solodovnik <so...@gmail.com>
>>> *Sent:* Monday, July 23, 2018 10:04 PM
>>> *To:* Openmeetings user-list <us...@openmeetings.apache.org>
>>> *Subject:* Re: Device list problem
>>>
>>>
>>>
>>> Hello All,
>>>
>>>
>>>
>>> blank lines in the list usually means access to camera/mic is not
>>> allowed in the browser
>>>
>>> I'm currently working on the update of camera list retrieval (the list
>>> will be retrieved via JS, code is taken from 5.0.0)
>>>
>>> I'll ask you to test this new code as soon as it will be ready
>>>
>>>
>>>
>>> Will write to this thread
>>>
>>> Stay tuned :))
>>>
>>>
>>>
>>> On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <
>>> aplusadmin@aplustutoring.com> wrote:
>>>
>>> Thanks Hemant. I think that's all good advice. :)
>>>
>>>
>>>
>>> In our case the person was using a laptop with mic, speakers and webcam
>>> built-in. So there wasn't an issue of devices not being connected or
>>> recognized.
>>>
>>>
>>>
>>> There was a discussion recently about some related issues. I think the
>>> best thing is for all new users to use setup link before entering their
>>> meeting room. Can be done from the dashboard (see below) or by providing
>>> new users with a link like the following:  [
>>> https://yourhost:5080/openmeetings/hash?swf=settings].
>>>
>>>
>>>
>>>
>>>
>>> Thanks! Dan
>>>
>>>
>>>
>>> On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <
>>> aplusadmin@aplustutoring.com> wrote:
>>>
>>> I saw the same issue yesterday with someone using a Macbook Air.
>>>
>>>
>>>
>>> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
>>> wrote:
>>>
>>> Hello,
>>>
>>> When I open the settings to activate my mwebcam or mic, sometimes the
>>> device list is blank. For webcam it displays the 1st line and then an other
>>> blank line and for mic the 1st line and then 2 or 3 blank lines.
>>>
>>> I have seen this on Chrome with OpenMeetings Version     4.0.3.
>>> It seems that this problem happens only the 1st time you set the webcam
>>> and mic for a user.
>>>
>>> Have some of you the same problem ?
>>>
>>> PS: Do you know when a version without Flash for Webcam and Mic
>>> communication will be released?
>>>
>>> Regards,
>>> Ludovic
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> Daniel Ascher, M.Ed.
>>> President
>>> A+ Test Prep and Tutoring
>>> "Creating Bright Futures"
>>>
>>> 505 York Road, Suite 6
>>> Jenkintown, PA 19046
>>> Office: 215.886.9188
>>> Direct: 267.242.9640
>>>
>>> Click here to schedule a phone call with me.
>>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>>
>>> Sign Up for A+ News and Test Prep Tips!
>>> <https://www.aplustutoring.com/educational-blog-articles-subscript-disabledion>
>>> <http://aplustutoring.com>
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> Daniel Ascher, M.Ed.
>>> President
>>> A+ Test Prep and Tutoring
>>> "Creating Bright Futures"
>>>
>>> 505 York Road, Suite 6
>>> Jenkintown, PA 19046
>>> Office: 215.886.9188
>>> Direct: 267.242.9640
>>>
>>> Click here to schedule a phone call with me.
>>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>>
>>> Sign Up for A+ News and Test Prep Tips!
>>> <https://www.aplustutoring.com/educational-blog-articles-subscript-disabledion>
>>> <http://aplustutoring.com>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> WBR
>>> Maxim aka solomax
>>>
>>>
>>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free.
>>> www.avg.com
>>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
>>> <#m_5728112593766269014_m_7371316208278147200_m_6965832854217729317_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>

-- 
WBR
Maxim aka solomax

Re: Device list problem

Posted by Ludovic MESSINGER <lu...@laposte.net>.
Hello,

Thank you for your work and the previous answers.

I like the look of the select fields and the text displayed is better, 
as it tells the user what tot do.
There is just a mistake in French, as it's written "Sélectionnez votre 
langue" and it should be  "Sélectionnez votre périphérique".

I've linked an image with proposal for interface improvements, I hope it 
could help and feedbacks are welcomed also ;-)

The user could also be told to connect a mic and/or webcam and to refreh 
the page (F5) if we know that flash is activated and that the devices 
list are empty.

Ludovic


Le 26/07/2018 à 07:13, Maxim Solodovnik a écrit :
> I have addressed some comments regarding Settings dialog
>
> would love to hear some feedback :)
> demo-next https://om.alteametasoft.com:8443/next/hash?swf=settingsis 
> updated
>
>
> On Wed, Jul 25, 2018 at 12:14 AM Maxim Solodovnik 
> <solomax666@gmail.com <ma...@gmail.com>> wrote:
>
>     The code is already in 4.0.x branch:
>     https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/settings.js#L126
>
>     Settings dialog can be tested on demo-next
>     https://om.alteametasoft.com:8443/next/hash?swf=settings
>
>     Feedback is highly appreciated
>
>     @Hemant please see my answers inline
>
>     On Tue, Jul 24, 2018 at 11:49 PM Coscend@OM
>     <OM.Insights@coscend.com <ma...@coscend.com>> wrote:
>
>         Dear Maxim,
>
>         Pursuing the discussion on the permission request from OS
>         device drivers to load and allow access to devices into browser,
>
>         Can you point us to the 5.0.0 JS code you are referring to as
>         a Web link?  We have written code along the lines below to
>         seamlessly access media streaming sources by loading device
>         drivers from the OS and can add or build upon your 5.0.0.
>         code?  Of course, if you need to review our code snippet, we
>         would be happy to share as well.  (We are not sure whether
>         this technical post should be in user@ or dev@).
>
>         We are keen on learning, whether your code:
>
>         |·|uses the standard |getUserMedia() API?|
>
>     YES
>
>         ||
>
>         |·||enables setting of media constraints while loading device
>         drivers from OS, in addition to selecting media streaming
>         sources?|
>
>     not sure I got the question, most probably NO
>
>         ||
>
>         ·provides access permission from device drivers persistently?
>
>     Persist or not depends on user choice and the browser
>
>         ·takes care of cross-origin calls that are deprecated?
>
>     not sure why cross-origin calls are deprecated ....
>
>         ·is limited by protocol-based calls:  HTTPS, file://URL ?
>
>     HTTPS is still required by most of browsers
>
>         Thank you.
>
>         Sincerely,
>
>         Hemant K. Sabat
>
>         www.Coscend.com <http://www.coscend.com/>
>
>         ------------------------------------------------------------------
>
>         *Real-time, Interactive Video Collaboration, Tele-healthcare,
>         Tele-education, Telepresence Services, on the fly…*
>
>         ------------------------------------------------------------------
>
>         CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding
>         E-mail Messages from Coscend Communications Solutions' posted
>         at:http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>         <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html>
>
>         *From:*Maxim Solodovnik <solomax666@gmail.com
>         <ma...@gmail.com>>
>         *Sent:* Monday, July 23, 2018 10:04 PM
>         *To:* Openmeetings user-list <user@openmeetings.apache.org
>         <ma...@openmeetings.apache.org>>
>         *Subject:* Re: Device list problem
>
>         Hello All,
>
>         blank lines in the list usually means access to camera/mic is
>         not allowed in the browser
>
>         I'm currently working on the update of camera list retrieval
>         (the list will be retrieved via JS, code is taken from 5.0.0)
>
>         I'll ask you to test this new code as soon as it will be ready
>
>         Will write to this thread
>
>         Stay tuned :))
>
>         On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher
>         <aplusadmin@aplustutoring.com
>         <ma...@aplustutoring.com>> wrote:
>
>             Thanks Hemant. I think that's all good advice. :)
>
>             In our case the person was using a laptop with mic,
>             speakers and webcam built-in. So there wasn't an issue of
>             devices not being connected or recognized.
>
>             There was a discussion recently about some related issues.
>             I think the best thing is for all new users to use setup
>             link before entering their meeting room. Can be done from
>             the dashboard (see below) or by providing new users with a
>             link like the following:
>             [https://yourhost:5080/openmeetings/hash?swf=settings
>             <https://yourhost:5080/openmeetings/hash?swf=settings>].
>
>             Thanks! Dan
>
>             On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher
>             <aplusadmin@aplustutoring.com
>             <ma...@aplustutoring.com>> wrote:
>
>                 I saw the same issue yesterday with someone using a
>                 Macbook Air.
>
>                 On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER
>                 <ludm@laposte.net <ma...@laposte.net>> wrote:
>
>                     Hello,
>
>                     When I open the settings to activate my mwebcam or
>                     mic, sometimes the device list is blank. For
>                     webcam it displays the 1st line and then an other
>                     blank line and for mic the 1st line and then 2 or
>                     3 blank lines.
>
>                     I have seen this on Chrome with OpenMeetings
>                     Version     4.0.3.
>                     It seems that this problem happens only the 1st
>                     time you set the webcam and mic for a user.
>
>                     Have some of you the same problem ?
>
>                     PS: Do you know when a version without Flash for
>                     Webcam and Mic communication will be released?
>
>                     Regards,
>                     Ludovic
>
>
>
>                 -- 
>
>                 Daniel Ascher, M.Ed.
>                 President
>                 A+ Test Prep and Tutoring
>                 "Creating Bright Futures"
>
>                 505 York Road, Suite 6
>                 Jenkintown, PA 19046
>                 Office: 215.886.9188
>                 Direct: 267.242.9640
>
>                 Click here to schedule a phone call with me.
>                 <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>
>                 Sign Up for A+ News and Test Prep Tips!
>                 <https://www.aplustutoring.com/educational-blog-articles-subscript-disabledion>
>                 <http://aplustutoring.com>
>
>
>
>             -- 
>
>             Daniel Ascher, M.Ed.
>             President
>             A+ Test Prep and Tutoring
>             "Creating Bright Futures"
>
>             505 York Road, Suite 6
>             Jenkintown, PA 19046
>             Office: 215.886.9188
>             Direct: 267.242.9640
>
>             Click here to schedule a phone call with me.
>             <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>
>             Sign Up for A+ News and Test Prep Tips!
>             <https://www.aplustutoring.com/educational-blog-articles-subscript-disabledion>
>             <http://aplustutoring.com>
>
>
>         -- 
>
>         WBR
>         Maxim aka solomax
>
>
>         <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
>         	Virus-free. www.avg.com
>         <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
>
>
>         <#m_7371316208278147200_m_6965832854217729317_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: Device list problem

Posted by Maxim Solodovnik <so...@gmail.com>.
I have addressed some comments regarding Settings dialog

would love to hear some feedback :)
demo-next https://om.alteametasoft.com:8443/next/hash?swf=settings is
updated


On Wed, Jul 25, 2018 at 12:14 AM Maxim Solodovnik <so...@gmail.com>
wrote:

> The code is already in 4.0.x branch:
>
> https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/settings.js#L126
>
> Settings dialog can be tested on demo-next
> https://om.alteametasoft.com:8443/next/hash?swf=settings
>
> Feedback is highly appreciated
>
> @Hemant please see my answers inline
>
> On Tue, Jul 24, 2018 at 11:49 PM Coscend@OM <OM...@coscend.com>
> wrote:
>
>> Dear Maxim,
>>
>>
>>
>> Pursuing the discussion on the permission request from OS device drivers
>> to load and allow access to devices into browser,
>>
>>
>>
>> Can you point us to the 5.0.0 JS code you are referring to as a Web
>> link?  We have written code along the lines below to seamlessly access
>> media streaming sources by loading device drivers from the OS and can add
>> or build upon your 5.0.0. code?  Of course, if you need to review our code
>> snippet, we would be happy to share as well.  (We are not sure whether this
>> technical post should be in user@ or dev@).
>>
>>
>>
>> We are keen on learning, whether your code:
>>
>> ·         uses the standard getUserMedia() API?
>>
> YES
>
>> ·         enables setting of media constraints while loading device
>> drivers from OS, in addition to selecting media streaming sources?
>>
> not sure I got the question, most probably NO
>
>> ·         provides access permission from device drivers persistently?
>>
> Persist or not depends on user choice and the browser
>
>> ·         takes care of cross-origin calls that are deprecated?
>>
> not sure why cross-origin calls are deprecated ....
>
>> ·         is limited by protocol-based calls:  HTTPS, file://URL ?
>>
> HTTPS is still required by most of browsers
>
>>
>>
>> Thank you.
>>
>>
>>
>> Sincerely,
>>
>>
>>
>> Hemant K. Sabat
>>
>> www.Coscend.com <http://www.coscend.com/>
>>
>> ------------------------------------------------------------------
>>
>> *Real-time, Interactive Video Collaboration, Tele-healthcare,
>> Tele-education, Telepresence Services, on the fly…*
>>
>> ------------------------------------------------------------------
>>
>> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
>> Messages from Coscend Communications Solutions' posted at:
>> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
>> <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *From:* Maxim Solodovnik <so...@gmail.com>
>> *Sent:* Monday, July 23, 2018 10:04 PM
>> *To:* Openmeetings user-list <us...@openmeetings.apache.org>
>> *Subject:* Re: Device list problem
>>
>>
>>
>> Hello All,
>>
>>
>>
>> blank lines in the list usually means access to camera/mic is not allowed
>> in the browser
>>
>> I'm currently working on the update of camera list retrieval (the list
>> will be retrieved via JS, code is taken from 5.0.0)
>>
>> I'll ask you to test this new code as soon as it will be ready
>>
>>
>>
>> Will write to this thread
>>
>> Stay tuned :))
>>
>>
>>
>> On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>>
>> Thanks Hemant. I think that's all good advice. :)
>>
>>
>>
>> In our case the person was using a laptop with mic, speakers and webcam
>> built-in. So there wasn't an issue of devices not being connected or
>> recognized.
>>
>>
>>
>> There was a discussion recently about some related issues. I think the
>> best thing is for all new users to use setup link before entering their
>> meeting room. Can be done from the dashboard (see below) or by providing
>> new users with a link like the following:  [
>> https://yourhost:5080/openmeetings/hash?swf=settings].
>>
>>
>>
>>
>>
>> Thanks! Dan
>>
>>
>>
>> On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>>
>> I saw the same issue yesterday with someone using a Macbook Air.
>>
>>
>>
>> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
>> wrote:
>>
>> Hello,
>>
>> When I open the settings to activate my mwebcam or mic, sometimes the
>> device list is blank. For webcam it displays the 1st line and then an other
>> blank line and for mic the 1st line and then 2 or 3 blank lines.
>>
>> I have seen this on Chrome with OpenMeetings Version     4.0.3.
>> It seems that this problem happens only the 1st time you set the webcam
>> and mic for a user.
>>
>> Have some of you the same problem ?
>>
>> PS: Do you know when a version without Flash for Webcam and Mic
>> communication will be released?
>>
>> Regards,
>> Ludovic
>>
>>
>>
>>
>>
>> --
>>
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Office: 215.886.9188
>> Direct: 267.242.9640
>>
>> Click here to schedule a phone call with me.
>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>
>> Sign Up for A+ News and Test Prep Tips!
>> <https://www.aplustutoring.com/educational-blog-articles-subscription>
>> <http://aplustutoring.com>
>>
>>
>>
>>
>>
>> --
>>
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Office: 215.886.9188
>> Direct: 267.242.9640
>>
>> Click here to schedule a phone call with me.
>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>
>> Sign Up for A+ News and Test Prep Tips!
>> <https://www.aplustutoring.com/educational-blog-articles-subscription>
>> <http://aplustutoring.com>
>>
>>
>>
>>
>> --
>>
>> WBR
>> Maxim aka solomax
>>
>>
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free.
>> www.avg.com
>> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
>> <#m_7371316208278147200_m_6965832854217729317_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
WBR
Maxim aka solomax

Re: Device list problem

Posted by Maxim Solodovnik <so...@gmail.com>.
The code is already in 4.0.x branch:
https://github.com/apache/openmeetings/blob/4.0.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/settings.js#L126

Settings dialog can be tested on demo-next
https://om.alteametasoft.com:8443/next/hash?swf=settings

Feedback is highly appreciated

@Hemant please see my answers inline

On Tue, Jul 24, 2018 at 11:49 PM Coscend@OM <OM...@coscend.com> wrote:

> Dear Maxim,
>
>
>
> Pursuing the discussion on the permission request from OS device drivers
> to load and allow access to devices into browser,
>
>
>
> Can you point us to the 5.0.0 JS code you are referring to as a Web link?
> We have written code along the lines below to seamlessly access media
> streaming sources by loading device drivers from the OS and can add or
> build upon your 5.0.0. code?  Of course, if you need to review our code
> snippet, we would be happy to share as well.  (We are not sure whether this
> technical post should be in user@ or dev@).
>
>
>
> We are keen on learning, whether your code:
>
> ·         uses the standard getUserMedia() API?
>
YES

> ·         enables setting of media constraints while loading device
> drivers from OS, in addition to selecting media streaming sources?
>
not sure I got the question, most probably NO

> ·         provides access permission from device drivers persistently?
>
Persist or not depends on user choice and the browser

> ·         takes care of cross-origin calls that are deprecated?
>
not sure why cross-origin calls are deprecated ....

> ·         is limited by protocol-based calls:  HTTPS, file://URL ?
>
HTTPS is still required by most of browsers

>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
> www.Coscend.com <http://www.coscend.com/>
>
> ------------------------------------------------------------------
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> ------------------------------------------------------------------
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html
> <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html>
>
>
>
>
>
>
>
>
>
> *From:* Maxim Solodovnik <so...@gmail.com>
> *Sent:* Monday, July 23, 2018 10:04 PM
> *To:* Openmeetings user-list <us...@openmeetings.apache.org>
> *Subject:* Re: Device list problem
>
>
>
> Hello All,
>
>
>
> blank lines in the list usually means access to camera/mic is not allowed
> in the browser
>
> I'm currently working on the update of camera list retrieval (the list
> will be retrieved via JS, code is taken from 5.0.0)
>
> I'll ask you to test this new code as soon as it will be ready
>
>
>
> Will write to this thread
>
> Stay tuned :))
>
>
>
> On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
>
> Thanks Hemant. I think that's all good advice. :)
>
>
>
> In our case the person was using a laptop with mic, speakers and webcam
> built-in. So there wasn't an issue of devices not being connected or
> recognized.
>
>
>
> There was a discussion recently about some related issues. I think the
> best thing is for all new users to use setup link before entering their
> meeting room. Can be done from the dashboard (see below) or by providing
> new users with a link like the following:  [
> https://yourhost:5080/openmeetings/hash?swf=settings].
>
>
>
>
>
> Thanks! Dan
>
>
>
> On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
>
> I saw the same issue yesterday with someone using a Macbook Air.
>
>
>
> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
> wrote:
>
> Hello,
>
> When I open the settings to activate my mwebcam or mic, sometimes the
> device list is blank. For webcam it displays the 1st line and then an other
> blank line and for mic the 1st line and then 2 or 3 blank lines.
>
> I have seen this on Chrome with OpenMeetings Version     4.0.3.
> It seems that this problem happens only the 1st time you set the webcam
> and mic for a user.
>
> Have some of you the same problem ?
>
> PS: Do you know when a version without Flash for Webcam and Mic
> communication will be released?
>
> Regards,
> Ludovic
>
>
>
>
>
> --
>
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
>
> Click here to schedule a phone call with me.
> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>
> Sign Up for A+ News and Test Prep Tips!
> <https://www.aplustutoring.com/educational-blog-articles-subscription>
> <http://aplustutoring.com>
>
>
>
>
>
> --
>
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
>
> Click here to schedule a phone call with me.
> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>
> Sign Up for A+ News and Test Prep Tips!
> <https://www.aplustutoring.com/educational-blog-articles-subscription>
> <http://aplustutoring.com>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient> Virus-free.
> www.avg.com
> <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=emailclient>
> <#m_6965832854217729317_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
>


-- 
WBR
Maxim aka solomax

RE: Device list problem

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear Maxim,

 

Pursuing the discussion on the permission request from OS device drivers to load and allow access to devices into browser, 

 

Can you point us to the 5.0.0 JS code you are referring to as a Web link?  We have written code along the lines below to seamlessly access media streaming sources by loading device drivers from the OS and can add or build upon your 5.0.0. code?  Of course, if you need to review our code snippet, we would be happy to share as well.  (We are not sure whether this technical post should be in user@ or dev@).

 

We are keen on learning, whether your code:

·         uses the standard getUserMedia() API?

·         enables setting of media constraints while loading device drivers from OS, in addition to selecting media streaming sources?

·         provides access permission from device drivers persistently?

·         takes care of cross-origin calls that are deprecated?

·         is limited by protocol-based calls:  HTTPS, file://URL ? 

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at:  <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html

 

 

 

 

From: Maxim Solodovnik <so...@gmail.com> 
Sent: Monday, July 23, 2018 10:04 PM
To: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: Device list problem

 

Hello All,

 

blank lines in the list usually means access to camera/mic is not allowed in the browser

I'm currently working on the update of camera list retrieval (the list will be retrieved via JS, code is taken from 5.0.0)

I'll ask you to test this new code as soon as it will be ready

 

Will write to this thread

Stay tuned :))

 

On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <aplusadmin@aplustutoring.com <ma...@aplustutoring.com> > wrote:

Thanks Hemant. I think that's all good advice. :)

 

In our case the person was using a laptop with mic, speakers and webcam built-in. So there wasn't an issue of devices not being connected or recognized.

 

There was a discussion recently about some related issues. I think the best thing is for all new users to use setup link before entering their meeting room. Can be done from the dashboard (see below) or by providing new users with a link like the following:  [ <https://yourhost:5080/openmeetings/hash?swf=settings> https://yourhost:5080/openmeetings/hash?swf=settings].

 



 

Thanks! Dan

  <http://t.sidekickopen05.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v4LGDdW2zhwS465jsKlN4XyQDdd3_yKW1s2K2M1k1H6H0?si=6292828578119680&pi=f08ccd6a-4882-4945-c4f9-55785a65c4d0&ti=null> 

 

On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <aplusadmin@aplustutoring.com <ma...@aplustutoring.com> > wrote:

I saw the same issue yesterday with someone using a Macbook Air.  <http://t.sidekickopen05.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v4LGDdW2zhwS465jsKlN4XyQDdd3_yKW1s2K2M1k1H6H0?si=6292828578119680&pi=ff0d01fd-44b0-4cb5-83cd-2f0a8eb8ac35&ti=null> 

 

On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <ludm@laposte.net <ma...@laposte.net> > wrote:

Hello,

When I open the settings to activate my mwebcam or mic, sometimes the device list is blank. For webcam it displays the 1st line and then an other blank line and for mic the 1st line and then 2 or 3 blank lines.

I have seen this on Chrome with OpenMeetings Version     4.0.3.
It seems that this problem happens only the 1st time you set the webcam and mic for a user.

Have some of you the same problem ?

PS: Do you know when a version without Flash for Webcam and Mic communication will be released?

Regards,
Ludovic





 

-- 

Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640

Click here to schedule a phone call with me. <https://app.hubspot.com/meetings/aplusadmin/phone-call> 

Sign Up for A+ News and Test Prep Tips! <https://www.aplustutoring.com/educational-blog-articles-subscription> 
 <http://aplustutoring.com> 





 

-- 

Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640

Click here to schedule a phone call with me. <https://app.hubspot.com/meetings/aplusadmin/phone-call> 

Sign Up for A+ News and Test Prep Tips! <https://www.aplustutoring.com/educational-blog-articles-subscription> 
 <http://aplustutoring.com> 




 

-- 

WBR
Maxim aka solomax



---
This email has been checked for viruses by AVG.
https://www.avg.com

Re: Device list problem

Posted by Daniel Ascher <ap...@aplustutoring.com>.
Sounds great! Thanks Maxim.

On Mon, Jul 23, 2018 at 11:03 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Hello All,
>
> blank lines in the list usually means access to camera/mic is not allowed
> in the browser
> I'm currently working on the update of camera list retrieval (the list
> will be retrieved via JS, code is taken from 5.0.0)
> I'll ask you to test this new code as soon as it will be ready
>
> Will write to this thread
> Stay tuned :))
>
> On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
>
>> Thanks Hemant. I think that's all good advice. :)
>>
>> In our case the person was using a laptop with mic, speakers and webcam
>> built-in. So there wasn't an issue of devices not being connected or
>> recognized.
>>
>> There was a discussion recently about some related issues. I think the
>> best thing is for all new users to use setup link before entering their
>> meeting room. Can be done from the dashboard (see below) or by providing
>> new users with a link like the following:  [https://yourhost:5080/
>> openmeetings/hash?swf=settings].
>>
>>
>>
>> Thanks! Dan
>>
>> On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <
>> aplusadmin@aplustutoring.com> wrote:
>>
>>> I saw the same issue yesterday with someone using a Macbook Air.
>>>
>>> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
>>> wrote:
>>>
>>>> Hello,
>>>>
>>>> When I open the settings to activate my mwebcam or mic, sometimes the
>>>> device list is blank. For webcam it displays the 1st line and then an other
>>>> blank line and for mic the 1st line and then 2 or 3 blank lines.
>>>>
>>>> I have seen this on Chrome with OpenMeetings Version     4.0.3.
>>>> It seems that this problem happens only the 1st time you set the webcam
>>>> and mic for a user.
>>>>
>>>> Have some of you the same problem ?
>>>>
>>>> PS: Do you know when a version without Flash for Webcam and Mic
>>>> communication will be released?
>>>>
>>>> Regards,
>>>> Ludovic
>>>>
>>>
>>>
>>>
>>> --
>>> Daniel Ascher, M.Ed.
>>> President
>>> A+ Test Prep and Tutoring
>>> "Creating Bright Futures"
>>>
>>> 505 York Road, Suite 6
>>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>>> Jenkintown, PA 19046
>>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>>> Office:
>>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>>> 215
>>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>>> .886.9188
>>> Direct: 267.242.9640
>>> Click here to schedule a phone call with me.
>>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>>> Sign Up for A+ News and Test Prep Tips!
>>> <https://www.aplustutoring.com/educational-blog-articles-subscription>
>>> <http://aplustutoring.com>
>>>
>>
>>
>>
>> --
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>> Jenkintown, PA 19046
>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>> Office:
>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>> 215
>> <https://maps.google.com/?q=505+York+Road,+Suite+6+Jenkintown,+PA+19046+Office:++215&entry=gmail&source=g>
>> .886.9188
>> Direct: 267.242.9640
>> Click here to schedule a phone call with me.
>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>> Sign Up for A+ News and Test Prep Tips!
>> <https://www.aplustutoring.com/educational-blog-articles-subscription>
>> <http://aplustutoring.com>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.
<https://app.hubspot.com/meetings/aplusadmin/phone-call>
Sign Up for A+ News and Test Prep Tips!
<https://www.aplustutoring.com/educational-blog-articles-subscription>
<http://aplustutoring.com>

Re: Device list problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello All,

blank lines in the list usually means access to camera/mic is not allowed
in the browser
I'm currently working on the update of camera list retrieval (the list will
be retrieved via JS, code is taken from 5.0.0)
I'll ask you to test this new code as soon as it will be ready

Will write to this thread
Stay tuned :))

On Sun, Jul 22, 2018 at 9:17 PM Daniel Ascher <ap...@aplustutoring.com>
wrote:

> Thanks Hemant. I think that's all good advice. :)
>
> In our case the person was using a laptop with mic, speakers and webcam
> built-in. So there wasn't an issue of devices not being connected or
> recognized.
>
> There was a discussion recently about some related issues. I think the
> best thing is for all new users to use setup link before entering their
> meeting room. Can be done from the dashboard (see below) or by providing
> new users with a link like the following:  [
> https://yourhost:5080/openmeetings/hash?swf=settings].
>
>
>
> Thanks! Dan
>
> On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <
> aplusadmin@aplustutoring.com> wrote:
>
>> I saw the same issue yesterday with someone using a Macbook Air.
>>
>> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
>> wrote:
>>
>>> Hello,
>>>
>>> When I open the settings to activate my mwebcam or mic, sometimes the
>>> device list is blank. For webcam it displays the 1st line and then an other
>>> blank line and for mic the 1st line and then 2 or 3 blank lines.
>>>
>>> I have seen this on Chrome with OpenMeetings Version     4.0.3.
>>> It seems that this problem happens only the 1st time you set the webcam
>>> and mic for a user.
>>>
>>> Have some of you the same problem ?
>>>
>>> PS: Do you know when a version without Flash for Webcam and Mic
>>> communication will be released?
>>>
>>> Regards,
>>> Ludovic
>>>
>>
>>
>>
>> --
>> Daniel Ascher, M.Ed.
>> President
>> A+ Test Prep and Tutoring
>> "Creating Bright Futures"
>>
>> 505 York Road, Suite 6
>> Jenkintown, PA 19046
>> Office: 215.886.9188
>> Direct: 267.242.9640
>> Click here to schedule a phone call with me.
>> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
>> Sign Up for A+ News and Test Prep Tips!
>> <https://www.aplustutoring.com/educational-blog-articles-subscription>
>> <http://aplustutoring.com>
>>
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
> Sign Up for A+ News and Test Prep Tips!
> <https://www.aplustutoring.com/educational-blog-articles-subscription>
> <http://aplustutoring.com>
>


-- 
WBR
Maxim aka solomax

Re: Device list problem

Posted by Daniel Ascher <ap...@aplustutoring.com>.
Thanks Hemant. I think that's all good advice. :)

In our case the person was using a laptop with mic, speakers and webcam
built-in. So there wasn't an issue of devices not being connected or
recognized.

There was a discussion recently about some related issues. I think the best
thing is for all new users to use setup link before entering their meeting
room. Can be done from the dashboard (see below) or by providing new users
with a link like the following:  [https://yourhost:5080/openmeetings/hash?
swf=settings].



Thanks! Dan

On Sat, Jul 21, 2018 at 8:24 AM, Daniel Ascher <aplusadmin@aplustutoring.com
> wrote:

> I saw the same issue yesterday with someone using a Macbook Air.
>
> On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net>
> wrote:
>
>> Hello,
>>
>> When I open the settings to activate my mwebcam or mic, sometimes the
>> device list is blank. For webcam it displays the 1st line and then an other
>> blank line and for mic the 1st line and then 2 or 3 blank lines.
>>
>> I have seen this on Chrome with OpenMeetings Version     4.0.3.
>> It seems that this problem happens only the 1st time you set the webcam
>> and mic for a user.
>>
>> Have some of you the same problem ?
>>
>> PS: Do you know when a version without Flash for Webcam and Mic
>> communication will be released?
>>
>> Regards,
>> Ludovic
>>
>
>
>
> --
> Daniel Ascher, M.Ed.
> President
> A+ Test Prep and Tutoring
> "Creating Bright Futures"
>
> 505 York Road, Suite 6
> Jenkintown, PA 19046
> Office: 215.886.9188
> Direct: 267.242.9640
> Click here to schedule a phone call with me.
> <https://app.hubspot.com/meetings/aplusadmin/phone-call>
> Sign Up for A+ News and Test Prep Tips!
> <https://www.aplustutoring.com/educational-blog-articles-subscription>
> <http://aplustutoring.com>
>



-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.
<https://app.hubspot.com/meetings/aplusadmin/phone-call>
Sign Up for A+ News and Test Prep Tips!
<https://www.aplustutoring.com/educational-blog-articles-subscription>
<http://aplustutoring.com>

RE: Device list problem

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear Ludovic and Dan,

 

The dropdown device list remains blank when the browser cannot connect to the active device drivers in the OS properly before loading the page.

 

Solution to this issue:  

·         Reload the browser.

·         Restart the computer.

 

Better solution:  Connect the mic, speaker and webcam to the computer before turning on the power of the computer.  This issue will not occur.

 

Thank you.

 

Sincerely,

 

Hemant K. Sabat

www.Coscend.com <http://www.coscend.com/>  

------------------------------------------------------------------

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, Telepresence Services, on the fly…

------------------------------------------------------------------

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at:  <http://www.coscend.com/Anchor/Common/Terms_and_Conditions.html> http://www.Coscend.com/Anchor/Common/Terms_and_Conditions.html

 

 

 

 

From: Daniel Ascher <ap...@aplustutoring.com> 
Sent: Saturday, July 21, 2018 7:25 AM
To: Openmeetings user-list <us...@openmeetings.apache.org>
Subject: Re: Device list problem

 

I saw the same issue yesterday with someone using a Macbook Air.  <http://t.sidekickopen05.com/e1t/o/5/f18dQhb0S7ks8dDMPbW2n0x6l2B9gXrN7sKj6v4LGDdW2zhwS465jsKlN4XyQDdd3_yKW1s2K2M1k1H6H0?si=6292828578119680&pi=ff0d01fd-44b0-4cb5-83cd-2f0a8eb8ac35&ti=null> 

 

On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <ludm@laposte.net <ma...@laposte.net> > wrote:

Hello,

When I open the settings to activate my mwebcam or mic, sometimes the device list is blank. For webcam it displays the 1st line and then an other blank line and for mic the 1st line and then 2 or 3 blank lines.

I have seen this on Chrome with OpenMeetings Version     4.0.3.
It seems that this problem happens only the 1st time you set the webcam and mic for a user.

Have some of you the same problem ?

PS: Do you know when a version without Flash for Webcam and Mic communication will be released?

Regards,
Ludovic





 

-- 

Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640

Click here to schedule a phone call with me. <https://app.hubspot.com/meetings/aplusadmin/phone-call> 

Sign Up for A+ News and Test Prep Tips! <https://www.aplustutoring.com/educational-blog-articles-subscription> 
 <http://aplustutoring.com> 



---
This email has been checked for viruses by AVG.
https://www.avg.com

Re: Device list problem

Posted by Daniel Ascher <ap...@aplustutoring.com>.
I saw the same issue yesterday with someone using a Macbook Air.

On Sat, Jul 21, 2018 at 8:19 AM, Ludovic MESSINGER <lu...@laposte.net> wrote:

> Hello,
>
> When I open the settings to activate my mwebcam or mic, sometimes the
> device list is blank. For webcam it displays the 1st line and then an other
> blank line and for mic the 1st line and then 2 or 3 blank lines.
>
> I have seen this on Chrome with OpenMeetings Version     4.0.3.
> It seems that this problem happens only the 1st time you set the webcam
> and mic for a user.
>
> Have some of you the same problem ?
>
> PS: Do you know when a version without Flash for Webcam and Mic
> communication will be released?
>
> Regards,
> Ludovic
>



-- 
Daniel Ascher, M.Ed.
President
A+ Test Prep and Tutoring
"Creating Bright Futures"

505 York Road, Suite 6
Jenkintown, PA 19046
Office: 215.886.9188
Direct: 267.242.9640
Click here to schedule a phone call with me.
<https://app.hubspot.com/meetings/aplusadmin/phone-call>
Sign Up for A+ News and Test Prep Tips!
<https://www.aplustutoring.com/educational-blog-articles-subscription>
<http://aplustutoring.com>

Device list problem

Posted by Ludovic MESSINGER <lu...@laposte.net>.
Hello,

When I open the settings to activate my mwebcam or mic, sometimes the 
device list is blank. For webcam it displays the 1st line and then an 
other blank line and for mic the 1st line and then 2 or 3 blank lines.

I have seen this on Chrome with OpenMeetings Version     4.0.3.
It seems that this problem happens only the 1st time you set the webcam 
and mic for a user.

Have some of you the same problem ?

PS: Do you know when a version without Flash for Webcam and Mic 
communication will be released?

Regards,
Ludovic

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
...Ok, Maxim, For me this loop discussion is finished.
Thanks anyway
Alvaro

El sáb, 21-07-2018 a las 14:11 +0700, Maxim Solodovnik escribió:
> ...For what complicate to newbies about PATH?
> ....
> ...Simply with my two commands added in the script
> "ffmpeg_centos7.sh"
> 
> I believe for newbies it is the same :)
> 
> I have modified script as follows: 
> cp /root/bin/nasm /usr/bin
> cp /root/bin/yasm /usr/bin
> 
> Instead of adding above 2 lines, you can add one:
> export PATH=/root/.local/bin:/root/bin:${PATH}
> 
> and everything should work as expected
> I'm using /usr/local/bin instead of ${HOME}/bin, since /usr/local/bin
> is easier to clean and it is available for all users in the system
> ...
> On Sat, Jul 21, 2018 at 1:43 PM Alvaro <zu...@gmail.com> wrote:
> > ...and come back again to:
> > ...For what complicate to newbies about PATH?.......Simply with my
> > two commands added in the script "ffmpeg_centos7.sh"and in the
> > ffmpeg web page, it are the same, there is no error compilation.
> > 
> > .................
> > 
> > 
> > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> > > I this case the PATH variable set incorrectly :(
> > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > 
> > > should be replaced with `/root/.local/bin:/root/bin`
> > > 
> > > I would update PATH instead of copiing files into /usr/bin
> > > It will make clean-up much easier :)
> > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com>
> > > wrote:
> > > > ...Maxim, use your imagination.So is better for you?:
> > > > [root@tosa guadal]# echo
> > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/ho
> > > > me/guadal/.local/bin:/home/guadal/bin
> > > > I don't build as 'guadal', i build as root.Please, take a look
> > > > the attached picture.
> > > > 
> > > > ..................................................
> > > > 
> > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hmm,
> > > > > now I'm a little bit confused
> > > > > According to your messages you are building as `guadal` user,
> > > > > but binaries are in /root/bin, which mean they were built by
> > > > > user `root`
> > > > > This sounds not good
> > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > Alvarp
> > > > > > 
> > > > > > -----------------------El vie, 20-07-2018 a las 15:29
> > > > > > +0200, Alvaro escribió:
> > > > > > > The PATH variable in Centos 7 is:
> > > > > > > [guadal@tosa ~]$ echo
> > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sb
> > > > > > > in:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > mostsimple...if works right.
> > > > > > > For what complicate to newbies about PATH?They will ask: 
> > > > > > > what is PATH environment?where is this?can i modifycate
> > > > > > > it?how to do it?
> > > > > > > All these questions are unneccessary (for the theme we
> > > > > > > aretalking about).Simply with my two commands added in
> > > > > > > the script "ffmpeg_centos7.sh"and in the ffmpeg  web
> > > > > > > page, it are the same, there is no error compilation.
> > > > > > > Thanks anyway.
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > ----------------------------
> > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > $HOME/bin
> > > > > > > > /use/local/bin
> > > > > > > > /use/bin
> > > > > > > > 
> > > > > > > > 
> > > > > > > > WBR, Maxim
> > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > Ok, Thanks.
> > > > > > > > > The question is that in Centos repos the versions are
> > > > > > > > > prior to the necessary.
> > > > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > > > compilation need 2.13 minimum. The best of Ubuntu is
> > > > > > > > > that update the versions paquets verysoon.
> > > > > > > > > Following the ffmpeg web step by step gives more than
> > > > > > > > > one error, but withmy two commands added is no error.
> > > > > > > > > 
> > > > > > > > > ..................
> > > > > > > > > 
> > > > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Hello Alvaro,
> > > > > > > > > > I would say these steps 
> > > > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm
> > > > > > > > > > /usr/bin
> > > > > > > > > > are seems to be no necessary ....
> > > > > > > > > > /root/bin should be in the PATH and no additional
> > > > > > > > > > steps should be required ....
> > > > > > > > > > 
> > > > > > > > > > I believe additional investigation is required here
> > > > > > > > > > 
> > > > > > > > > > On Ubuntu there is no need to build this from
> > > > > > > > > > sources, it is available in package manager, is it
> > > > > > > > > > true for CentOS?
> > > > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zurcamos@gm
> > > > > > > > > > ail.com> wrote:
> > > > > > > > > > > Hello, Maxim,
> > > > > > > > > > > I've edited the page:
> > > > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Cen
> > > > > > > > > > > tos
> > > > > > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > > > somethingin wrong way?
> > > > > > > > > > > Thanks
> > > > > > > > > > > Alvaro
> > > > > > > > > > > ---------------------------------------------
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zurcam
> > > > > > > > > > > > os@gmail.com> wrote:
> > > > > > > > > > > > > Ok, now in the tutorial is OpenJava and no
> > > > > > > > > > > > > Oracle Java.
> > > > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > > > solved.I've added two new commands in the
> > > > > > > > > > > > > script andcompile right.
> > > > > > > > > > > > > I've tested on a fresh installation of Centos
> > > > > > > > > > > > > 7 anda fresh installation of OpenMeetings
> > > > > > > > > > > > > 4.0.4 also.
> > > > > > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > > > > > thesefolders before compile newly (run the
> > > > > > > > > > > > > commands):
> > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > --------------------------------
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > > > automatically truncated at a certain point,
> > > > > > > > > > > > > > so I'm not able to see the entire output. I
> > > > > > > > > > > > > > don't know how to change this. It is
> > > > > > > > > > > > > > possible that something might have wrong
> > > > > > > > > > > > > > after the last point I've seen.
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > > > Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Alright that worked! Now I'm at the
> > > > > > > > > > > > > > > > > setup page for OpenMeetings and I'm
> > > > > > > > > > > > > > > > > getting an error message when I try
> > > > > > > > > > > > > > > > > to verify the ffmpeg path
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM,
> > > > > > > > > > > > > > > > > Alvaro <zu...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > This afternoon will update-change
> > > > > > > > > > > > > > > > > > Java in the tutorial and
> > > > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > ---------------------------------
> > > > > > > > > > > > > > > > > > -----
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55
> > > > > > > > > > > > > > > > > > -0400, Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > > > > I'm still getting the same error.
> > > > > > > > > > > > > > > > > > > ERROR 1045 (28000): Access denied
> > > > > > > > > > > > > > > > > > > for user 'root'@'localhost'
> > > > > > > > > > > > > > > > > > > (using password: NO)
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM,
> > > > > > > > > > > > > > > > > > > Yakovlev N. <yakovlev_nd@krvostok
> > > > > > > > > > > > > > > > > > > .ru> wrote:
> > > > > > > > > > > > > > > > > > > > After installing mariadb the
> > > > > > > > > > > > > > > > > > > > root account has an empty
> > > > > > > > > > > > > > > > > > > > password.
> > > > > > > > > > > > > > > > > > > > If you have not set root
> > > > > > > > > > > > > > > > > > > > password enter the next command
> > > > > > > > > > > > > > > > > > > > to connect to mariadb:
> > > > > > > > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > > > > > > > Of course mariadb must be
> > > > > > > > > > > > > > > > > > > > started before connecting to it
> > > > > > > > > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > From: Alex Nyamweya [mailto:ani
> > > > > > > > > > > > > > > > > > > > mesonic94@gmail.com] 
> > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018
> > > > > > > > > > > > > > > > > > > > 8:00 AM
> > > > > > > > > > > > > > > > > > > > To: user@openmeetings.apache.or
> > > > > > > > > > > > > > > > > > > > g
> > > > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > Ok that's taken care of.
> > > > > > > > > > > > > > > > > > > > Thanks! Now I'm on step 10
> > > > > > > > > > > > > > > > > > > > where I have to install and
> > > > > > > > > > > > > > > > > > > > setup mariadb. When I run the
> > > > > > > > > > > > > > > > > > > > command: mysqladmin -u root
> > > > > > > > > > > > > > > > > > > > password new-password (new-
> > > > > > > > > > > > > > > > > > > > password being my actual
> > > > > > > > > > > > > > > > > > > > password) I'm getting the
> > > > > > > > > > > > > > > > > > > > following error:
> > > > > > > > > > > > > > > > > > > >  mysqladmin: connect to server
> > > > > > > > > > > > > > > > > > > > at 'localhost' failederror:
> > > > > > > > > > > > > > > > > > > > 'Access denied for user
> > > > > > > > > > > > > > > > > > > > 'root'@'localhost' (using
> > > > > > > > > > > > > > > > > > > > password: NO)'For the record I
> > > > > > > > > > > > > > > > > > > > never even set up a password
> > > > > > > > > > > > > > > > > > > > for root user and it's asking
> > > > > > > > > > > > > > > > > > > > me for one when I use the MySQL
> > > > > > > > > > > > > > > > > > > > Database Server.
> > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42
> > > > > > > > > > > > > > > > > > > > AM, Yakovlev N. <yakovlev_nd@kr
> > > > > > > > > > > > > > > > > > > > vostok.ru> wrote:
> > > > > > > > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > > > > > > > https://www.oracle.com/technetw
> > > > > > > > > > > > > > > > > > > > ork/java/javase/downloads/jdk8-
> > > > > > > > > > > > > > > > > > > > downloads-2133151.html
> > > > > > > > > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > > > > > > > From: Maxim Solodovnik [mailto:
> > > > > > > > > > > > > > > > > > > > solomax666@gmail.com] 
> > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018
> > > > > > > > > > > > > > > > > > > > 7:08 AM
> > > > > > > > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > > > You can manually download RPM
> > > > > > > > > > > > > > > > > > > > of Oracle JDK and scp it to
> > > > > > > > > > > > > > > > > > > > your Linux
> > > > > > > > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04
> > > > > > > > > > > > > > > > > > > > AM Alex Nyamweya <animesonic94@
> > > > > > > > > > > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > I'm installing OpenMeetings
> > > > > > > > > > > > > > > > > > > > on CentOS 7 instead of Ubuntu
> > > > > > > > > > > > > > > > > > > > and I ran into the following
> > > > > > > > > > > > > > > > > > > > problem: when I try to run the
> > > > > > > > > > > > > > > > > > > > command on step 4, (wget --no-
> > > > > > > > > > > > > > > > > > > > cookies --no-check-certificate
> > > > > > > > > > > > > > > > > > > > --header "Cookie:
> > > > > > > > > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.oracle
> > > > > > > > > > > > > > > > > > > > .com%2F; oraclelicense=accept-
> > > > > > > > > > > > > > > > > > > > securebackup-cookie"
> > > > > > > > > > > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm)
> > > > > > > > > > > > > > > > > > > > Im getting the following
> > > > > > > > > > > > > > > > > > > > message:
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http
> > > > > > > > > > > > > > > > > > > > ://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > > > > > > > > > > (download.oracle.com)...
> > > > > > > > > > > > > > > > > > > > 23.210.24.87
> > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24
> > > > > > > > > > > > > > > > > > > > .87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > response... 302 Moved
> > > > > > > > > > > > > > > > > > > > Temporarily
> > > > > > > > > > > > > > > > > > > > > Location: https://edelivery.o
> > > > > > > > > > > > > > > > > > > > racle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > [following]
> > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http
> > > > > > > > > > > > > > > > > > > > s://edelivery.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > > Resolving
> > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e,
> > > > > > > > > > > > > > > > > > > > 23.33.75.164
> > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f
> > > > > > > > > > > > > > > > > > > > 0:11c:195::2d3e|:443...
> > > > > > > > > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > response... 302 Moved
> > > > > > > > > > > > > > > > > > > > Temporarily
> > > > > > > > > > > > > > > > > > > > > Location: http://download.ora
> > > > > > > > > > > > > > > > > > > > cle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d7
> > > > > > > > > > > > > > > > > > > > 44909c71191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > > > > [following]
> > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http
> > > > > > > > > > > > > > > > > > > > ://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d7
> > > > > > > > > > > > > > > > > > > > 44909c71191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24
> > > > > > > > > > > > > > > > > > > > .87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > response... 404 Not Found
> > > > > > > > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR
> > > > > > > > > > > > > > > > > > > > 404: Not Found.
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > I believe the last message is
> > > > > > > > > > > > > > > > > > > > preventing me from doing the
> > > > > > > > > > > > > > > > > > > > next step: rpm -ivh jdk-8u172-
> > > > > > > > > > > > > > > > > > > > linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > error: open of jdk-8u172-
> > > > > > > > > > > > > > > > > > > > linux-x64.rpm failed: No such
> > > > > > > > > > > > > > > > > > > > file or directory
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13
> > > > > > > > > > > > > > > > > > > > AM, Maxim Solodovnik <solomax66
> > > > > > > > > > > > > > > > > > > > 6@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> You need to modify following
> > > > > > > > > > > > > > > > > > > > file
> > > > > > > > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07
> > > > > > > > > > > > > > > > > > > > PM Alex Nyamweya <animesonic94@
> > > > > > > > > > > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >> > Okay thank you now my next
> > > > > > > > > > > > > > > > > > > > question is how can I customize
> > > > > > > > > > > > > > > > > > > > the redirecting page to
> > > > > > > > > > > > > > > > > > > > OpenMeetings when I put
> > > > > > > > > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > 2:13 AM, Maxim Solodovnik <solo
> > > > > > > > > > > > > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > >> >> Here are the list of
> > > > > > > > > > > > > > > > > > > > tested OSes:
> > > > > > > > > > > > > > > > > > > > >> >> https://cwiki.apache.org/
> > > > > > > > > > > > > > > > > > > > confluence/display/OPENMEETINGS
> > > > > > > > > > > > > > > > > > > > /Tutorials+for+installing+OpenM
> > > > > > > > > > > > > > > > > > > > eetings+and+Tools
> > > > > > > > > > > > > > > > > > > > >> >> OM should work as
> > > > > > > > > > > > > > > > > > > > expected :)
> > > > > > > > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > 1:00 PM Alex Nyamweya <animeson
> > > > > > > > > > > > > > > > > > > > ic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> > Okay for the first post
> > > > > > > > > > > > > > > > > > > > I decided to wipe the server
> > > > > > > > > > > > > > > > > > > > clean and reinstall Apache
> > > > > > > > > > > > > > > > > > > > OpenMeetings. I'm in the
> > > > > > > > > > > > > > > > > > > > process of doing it now so when
> > > > > > > > > > > > > > > > > > > > I reinstall OpenMeetings I'll
> > > > > > > > > > > > > > > > > > > > let you know if I have any
> > > > > > > > > > > > > > > > > > > > issues. Does OpenMeetings run
> > > > > > > > > > > > > > > > > > > > well on CentOS or is it better
> > > > > > > > > > > > > > > > > > > > to use Ubuntu?
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > 1:32 AM, Maxim Solodovnik <solo
> > > > > > > > > > > > > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> I believe you need to
> > > > > > > > > > > > > > > > > > > > solve issues one by one :)
> > > > > > > > > > > > > > > > > > > > >> >> >> First of all you need
> > > > > > > > > > > > > > > > > > > > to make 2 instances of OM
> > > > > > > > > > > > > > > > > > > > running with no errors in logs
> > > > > > > > > > > > > > > > > > > > >> >> >> Then perform other
> > > > > > > > > > > > > > > > > > > > customizations
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> BTW why do you need 2
> > > > > > > > > > > > > > > > > > > > instances?
> > > > > > > > > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018
> > > > > > > > > > > > > > > > > > > > at 10:46 AM Alex Nyamweya <anim
> > > > > > > > > > > > > > > > > > > > esonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >> > Another thing, which
> > > > > > > > > > > > > > > > > > > > is a better platform to run
> > > > > > > > > > > > > > > > > > > > OpenMeetings, CentOS or Ubuntu?
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018
> > > > > > > > > > > > > > > > > > > > at 8:10 PM, Alex Nyamweya <anim
> > > > > > > > > > > > > > > > > > > > esonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >> Also how can I
> > > > > > > > > > > > > > > > > > > > customize the redirecting page
> > > > > > > > > > > > > > > > > > > > to openmeetings when I put
> > > > > > > > > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13,
> > > > > > > > > > > > > > > > > > > > 2018 at 2:31 PM, Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > <an...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> I'm currently
> > > > > > > > > > > > > > > > > > > > having a problem with Apache
> > > > > > > > > > > > > > > > > > > > OpenMeetings loading when I go
> > > > > > > > > > > > > > > > > > > > to the home page. It just keeps
> > > > > > > > > > > > > > > > > > > > loading and doesn't reach my
> > > > > > > > > > > > > > > > > > > > usual home page. It seems the
> > > > > > > > > > > > > > > > > > > > port is inaccessible. I have
> > > > > > > > > > > > > > > > > > > > two instances of OM (one at
> > > > > > > > > > > > > > > > > > > > /openmeetings and another at
> > > > > > > > > > > > > > > > > > > > /openmeetings1) and they have
> > > > > > > > > > > > > > > > > > > > trouble loading. Also prior to
> > > > > > > > > > > > > > > > > > > > having this loading problem,
> > > > > > > > > > > > > > > > > > > > the application crashed when I
> > > > > > > > > > > > > > > > > > > > tried to setup a poll in a
> > > > > > > > > > > > > > > > > > > > group meeting.
> > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > -- 
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
...For what complicate to newbies about PATH?
....
...Simply with my two commands added in the script "ffmpeg_centos7.sh"

I believe for newbies it is the same :)

I have modified script as follows:
cp /root/bin/nasm /usr/bin
cp /root/bin/yasm /usr/bin

Instead of adding above 2 lines, you can add one:
export PATH=/root/.local/bin:/root/bin:${PATH}

and everything should work as expected
I'm using /usr/local/bin instead of ${HOME}/bin, since /usr/local/bin is
easier to clean and it is available for all users in the system ...

On Sat, Jul 21, 2018 at 1:43 PM Alvaro <zu...@gmail.com> wrote:

> ...and come back again to:
>
> ...For what complicate to newbies about PATH?
> ....
> ...Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
>
> .................
>
>
>
> El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
>
> I this case the PATH variable set incorrectly :(
>
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
>
> should be replaced with `/root/.local/bin:/root/bin`
>
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
>
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com> wrote:
>
> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..................................................
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com> wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> -----------------------
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> ----------------------------
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..................
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be required
> ....
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Ok problem solved. I'm having a different issue now but I'll make another
post about it.

On Sat, Jul 21, 2018 at 5:39 AM, Alvaro <zu...@gmail.com> wrote:

> ...downloading the script again....
>
>
>
> ..............................
>
>
>
>
> El sáb, 21-07-2018 a las 11:38 +0200, Alvaro escribió:
>
> Ok, Alex, it is solved.
>
> It was a git x265 version question, as told you.
>
> Please, now you can use the script newly.
>
> Alvaro
>
>
> ....................................................
>
>
> El sáb, 21-07-2018 a las 10:43 +0200, Alvaro escribió:
>
> No Alex, 've dont change anything in the script. But is truth
> that yesterday works right and today not.
>
> Must be changed something in the git.
> Now am working about it.
>
> Will tell you when get the solution.
>
>
> Alvaro
>
> ..............................
>
>
> El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
>
> Hello,
>
> Did you change the script again? Now when I try running ffmpeg_centos7.sh
> according to the installation instructions. It's not creating the ffmpeg
> file.
>
>
> ERROR: x265 not found using pkg-config
> If you think configure made a mistake, make sure you are using the latest
> version from Git.  If the latest version fails, report the problem to the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
> Include the log file "ffbuild/config.log" produced by configure as this
> will help
> solve the problem.
> cp: cannot stat ‘ffmpeg’: No such file or directory
> cp: cannot stat ‘ffprobe’: No such file or directory
> ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such file or
> directory
> cp: cannot stat ‘x265’: No such file or directory
> FFmpeg Compilation is Finished!
>
>
> On Sat, Jul 21, 2018 at 2:43 AM, Alvaro <zu...@gmail.com> wrote:
>
> ...and come back again to:
>
> ...For what complicate to newbies about PATH?
> ....
> ...Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
>
> .................
>
>
>
> El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
>
> I this case the PATH variable set incorrectly :(
>
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
>
> should be replaced with `/root/.local/bin:/root/bin`
>
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
>
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com> wrote:
>
> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home
> /guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..................................................
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com> wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> -----------------------
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home
> /guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> ----------------------------
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..................
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be required
> ....
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/
> jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58e
> ab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/o
> tn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthPa
> ram=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c7119161
> 6a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/
> Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
...downloading the script again....



..............................




El sáb, 21-07-2018 a las 11:38 +0200, Alvaro escribió:
> Ok, Alex, it is solved.
> It was a git x265 version question, as told you.
> Please, now you can use the script newly.
> Alvaro
> 
> ....................................................
> 
> El sáb, 21-07-2018 a las 10:43 +0200, Alvaro escribió:
> > No Alex, 've dont change anything in the script. But is truththat
> > yesterday works right and today not.
> > Must be changed something in the git.Now am working about it.
> > Will tell you when get the solution.
> > 
> > Alvaro
> > ..............................
> > 
> > El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
> > > Hello,
> > > Did you change the script again? Now when I try running
> > > ffmpeg_centos7.sh according to the installation instructions.
> > > It's not creating the ffmpeg file.
> > > 
> > > 
> > > ERROR: x265 not found using pkg-config
> > > If you think configure made a mistake, make sure you are using
> > > the latest
> > > version from Git.  If the latest version fails, report the
> > > problem to the
> > > ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on
> > > irc.freenode.net.
> > > Include the log file "ffbuild/config.log" produced by configure
> > > as this will help
> > > solve the problem.
> > > cp: cannot stat ‘ffmpeg’: No such file or directory
> > > cp: cannot stat ‘ffprobe’: No such file or directory
> > > ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such
> > > file or directory
> > > cp: cannot stat ‘x265’: No such file or directory
> > > FFmpeg Compilation is Finished!
> > > 
> > > 
> > > On Sat, Jul 21, 2018 at 2:43 AM, Alvaro <zu...@gmail.com>
> > > wrote:
> > > > ...and come back again to:
> > > > 
> > > > ...For what complicate to newbies about PATH?
> > > > ....
> > > > ...Simply with my two commands added in the script
> > > > "ffmpeg_centos7.sh"
> > > > and in the ffmpeg web page, it are the same, there is no error
> > > > compilation.
> > > > 
> > > > 
> > > > .................
> > > > 
> > > > 
> > > > 
> > > > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > I this case the PATH variable set incorrectly :(
> > > > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > > > 
> > > > > should be replaced with `/root/.local/bin:/root/bin`
> > > > > 
> > > > > I would update PATH instead of copiing files into /usr/bin
> > > > > It will make clean-up much easier :)
> > > > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > ...Maxim, use your imagination.So is better for you?:
> > > > > > [root@tosa guadal]# echo
> > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin
> > > > > > :/home/guadal/.local/bin:/home/guadal/bin
> > > > > > I don't build as 'guadal', i build as root.Please, take a
> > > > > > look the attached picture.
> > > > > > 
> > > > > > ..................................................
> > > > > > 
> > > > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > > > escribió:
> > > > > > > Hmm,
> > > > > > > now I'm a little bit confused
> > > > > > > According to your messages you are building as `guadal`
> > > > > > > user, but binaries are in /root/bin, which mean they were
> > > > > > > built by user `root`
> > > > > > > This sounds not good
> > > > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zurcamos@gmail.co
> > > > > > > m> wrote:
> > > > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > > > Alvarp
> > > > > > > > 
> > > > > > > > -----------------------El vie, 20-07-2018 a las 15:29
> > > > > > > > +0200, Alvaro escribió:
> > > > > > > > > The PATH variable in Centos 7 is:
> > > > > > > > > [guadal@tosa ~]$ echo
> > > > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/us
> > > > > > > > > r/sbin:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > > > mostsimple...if works right.
> > > > > > > > > For what complicate to newbies about PATH?They will
> > > > > > > > > ask: 
> > > > > > > > > what is PATH environment?where is this?can i
> > > > > > > > > modifycate it?how to do it?
> > > > > > > > > All these questions are unneccessary (for the theme
> > > > > > > > > we aretalking about).Simply with my two commands
> > > > > > > > > added in the script "ffmpeg_centos7.sh"and in the
> > > > > > > > > ffmpeg  web page, it are the same, there is no error
> > > > > > > > > compilation.
> > > > > > > > > Thanks anyway.
> > > > > > > > > Alvaro
> > > > > > > > > 
> > > > > > > > > ----------------------------
> > > > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > > > $HOME/bin
> > > > > > > > > > /use/local/bin
> > > > > > > > > > /use/bin
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > WBR, Maxim
> > > > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro <zurcamos@gmail.
> > > > > > > > > > com> wrote:
> > > > > > > > > > > Ok, Thanks.
> > > > > > > > > > > The question is that in Centos repos the versions
> > > > > > > > > > > are prior to the necessary.
> > > > > > > > > > > For example nasm is 2.10.07 in Centos 7 but
> > > > > > > > > > > ffmpeg compilation need 2.13 minimum. The best of
> > > > > > > > > > > Ubuntu is that update the versions paquets
> > > > > > > > > > > verysoon.
> > > > > > > > > > > Following the ffmpeg web step by step gives more
> > > > > > > > > > > than one error, but withmy two commands added is
> > > > > > > > > > > no error.
> > > > > > > > > > > 
> > > > > > > > > > > ..................
> > > > > > > > > > > 
> > > > > > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > Hello Alvaro,
> > > > > > > > > > > > I would say these steps 
> > > > > > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm
> > > > > > > > > > > > /usr/bin
> > > > > > > > > > > > are seems to be no necessary ....
> > > > > > > > > > > > /root/bin should be in the PATH and no
> > > > > > > > > > > > additional steps should be required ....
> > > > > > > > > > > > 
> > > > > > > > > > > > I believe additional investigation is required
> > > > > > > > > > > > here
> > > > > > > > > > > > 
> > > > > > > > > > > > On Ubuntu there is no need to build this from
> > > > > > > > > > > > sources, it is available in package manager, is
> > > > > > > > > > > > it true for CentOS?
> > > > > > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zurcamo
> > > > > > > > > > > > s@gmail.com> wrote:
> > > > > > > > > > > > > Hello, Maxim,
> > > > > > > > > > > > > I've edited the page:
> > > > > > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide
> > > > > > > > > > > > > /Centos
> > > > > > > > > > > > > ...and add a warning, in red color, after
> > > > > > > > > > > > > Yasm.
> > > > > > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > > > > > somethingin wrong way?
> > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > Alvaro
> > > > > > > > > > > > > ---------------------------------------------
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu
> > > > > > > > > > > > > > rcamos@gmail.com> wrote:
> > > > > > > > > > > > > > > Ok, now in the tutorial is OpenJava and
> > > > > > > > > > > > > > > no Oracle Java.
> > > > > > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > > > > > solved.I've added two new commands in the
> > > > > > > > > > > > > > > script andcompile right.
> > > > > > > > > > > > > > > I've tested on a fresh installation of
> > > > > > > > > > > > > > > Centos 7 anda fresh installation of
> > > > > > > > > > > > > > > OpenMeetings 4.0.4 also.
> > > > > > > > > > > > > > > Please download again the tutorial and
> > > > > > > > > > > > > > > delete thesefolders before compile newly
> > > > > > > > > > > > > > > (run the commands):
> > > > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > --------------------------------
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400,
> > > > > > > > > > > > > > > Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > Also when I run the script the output
> > > > > > > > > > > > > > > > is automatically truncated at a certain
> > > > > > > > > > > > > > > > point, so I'm not able to see the
> > > > > > > > > > > > > > > > entire output. I don't know how to
> > > > > > > > > > > > > > > > change this. It is possible that
> > > > > > > > > > > > > > > > something might have wrong after the
> > > > > > > > > > > > > > > > last point I've seen.
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > > > Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > No it doesn't exist and yes I ran
> > > > > > > > > > > > > > > > > the 
> > > > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > script twice. It didn't create the
> > > > > > > > > > > > > > > > > file.
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM,
> > > > > > > > > > > > > > > > > Maxim Solodovnik <solomax666@gmail.co
> > > > > > > > > > > > > > > > > m> wrote:
> > > > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM
> > > > > > > > > > > > > > > > > > Alex Nyamweya <animesonic94@gmail.c
> > > > > > > > > > > > > > > > > > om> wrote:
> > > > > > > > > > > > > > > > > > > Alright that worked! Now I'm at
> > > > > > > > > > > > > > > > > > > the setup page for OpenMeetings
> > > > > > > > > > > > > > > > > > > and I'm getting an error message
> > > > > > > > > > > > > > > > > > > when I try to verify the ffmpeg
> > > > > > > > > > > > > > > > > > > path
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM,
> > > > > > > > > > > > > > > > > > > Alvaro <zu...@gmail.com>
> > > > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > This afternoon will update-
> > > > > > > > > > > > > > > > > > > > change Java in the tutorial and
> > > > > > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > -----------------------------
> > > > > > > > > > > > > > > > > > > > ---------
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55
> > > > > > > > > > > > > > > > > > > > -0400, Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > > > > > > I'm still getting the same
> > > > > > > > > > > > > > > > > > > > > error. ERROR 1045 (28000):
> > > > > > > > > > > > > > > > > > > > > Access denied for user
> > > > > > > > > > > > > > > > > > > > > 'root'@'localhost' (using
> > > > > > > > > > > > > > > > > > > > > password: NO)
> > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24
> > > > > > > > > > > > > > > > > > > > > AM, Yakovlev N. <yakovlev_nd@
> > > > > > > > > > > > > > > > > > > > > krvostok.ru> wrote:
> > > > > > > > > > > > > > > > > > > > > > After installing mariadb
> > > > > > > > > > > > > > > > > > > > > > the root account has an
> > > > > > > > > > > > > > > > > > > > > > empty password.
> > > > > > > > > > > > > > > > > > > > > > If you have not set root
> > > > > > > > > > > > > > > > > > > > > > password enter the next
> > > > > > > > > > > > > > > > > > > > > > command to connect to
> > > > > > > > > > > > > > > > > > > > > > mariadb:
> > > > > > > > > > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > > > > > > > > > Of course mariadb must be
> > > > > > > > > > > > > > > > > > > > > > started before connecting
> > > > > > > > > > > > > > > > > > > > > > to it
> > > > > > > > > > > > > > > > > > > > > > systemctl start
> > > > > > > > > > > > > > > > > > > > > > mariadb.service
> > > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > > From: Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > > > [mailto:animesonic94@gmail.
> > > > > > > > > > > > > > > > > > > > > > com] 
> > > > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18,
> > > > > > > > > > > > > > > > > > > > > > 2018 8:00 AM
> > > > > > > > > > > > > > > > > > > > > > To: user@openmeetings.apach
> > > > > > > > > > > > > > > > > > > > > > e.org
> > > > > > > > > > > > > > > > > > > > > > Subject: Re: Loading
> > > > > > > > > > > > > > > > > > > > > > Problem
> > > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > > Ok that's taken care of.
> > > > > > > > > > > > > > > > > > > > > > Thanks! Now I'm on step 10
> > > > > > > > > > > > > > > > > > > > > > where I have to install and
> > > > > > > > > > > > > > > > > > > > > > setup mariadb. When I run
> > > > > > > > > > > > > > > > > > > > > > the command: mysqladmin -u
> > > > > > > > > > > > > > > > > > > > > > root password new-password
> > > > > > > > > > > > > > > > > > > > > > (new-password being my
> > > > > > > > > > > > > > > > > > > > > > actual password) I'm
> > > > > > > > > > > > > > > > > > > > > > getting the following
> > > > > > > > > > > > > > > > > > > > > > error:
> > > > > > > > > > > > > > > > > > > > > >  mysqladmin: connect to
> > > > > > > > > > > > > > > > > > > > > > server at 'localhost'
> > > > > > > > > > > > > > > > > > > > > > failederror: 'Access denied
> > > > > > > > > > > > > > > > > > > > > > for user 'root'@'localhost'
> > > > > > > > > > > > > > > > > > > > > > (using password: NO)'For
> > > > > > > > > > > > > > > > > > > > > > the record I never even set
> > > > > > > > > > > > > > > > > > > > > > up a password for root user
> > > > > > > > > > > > > > > > > > > > > > and it's asking me for one
> > > > > > > > > > > > > > > > > > > > > > when I use the MySQL
> > > > > > > > > > > > > > > > > > > > > > Database Server.
> > > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at
> > > > > > > > > > > > > > > > > > > > > > 12:42 AM, Yakovlev N. <yako
> > > > > > > > > > > > > > > > > > > > > > vlev_nd@krvostok.ru> wrote:
> > > > > > > > > > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > > > > > > > > > https://www.oracle.com/tech
> > > > > > > > > > > > > > > > > > > > > > network/java/javase/downloa
> > > > > > > > > > > > > > > > > > > > > > ds/jdk8-downloads-
> > > > > > > > > > > > > > > > > > > > > > 2133151.html
> > > > > > > > > > > > > > > > > > > > > > to get more information
> > > > > > > > > > > > > > > > > > > > > > ....
> > > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > > > > > > > > > From: Maxim Solodovnik
> > > > > > > > > > > > > > > > > > > > > > [mailto:solomax666@gmail.co
> > > > > > > > > > > > > > > > > > > > > > m] 
> > > > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18,
> > > > > > > > > > > > > > > > > > > > > > 2018 7:08 AM
> > > > > > > > > > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > > > > > > > > > Subject: Re: Loading
> > > > > > > > > > > > > > > > > > > > > > Problem
> > > > > > > > > > > > > > > > > > > > > > You can manually download
> > > > > > > > > > > > > > > > > > > > > > RPM of Oracle JDK and scp
> > > > > > > > > > > > > > > > > > > > > > it to your Linux
> > > > > > > > > > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at
> > > > > > > > > > > > > > > > > > > > > > 11:04 AM Alex Nyamweya <ani
> > > > > > > > > > > > > > > > > > > > > > mesonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > > I'm installing
> > > > > > > > > > > > > > > > > > > > > > OpenMeetings on CentOS 7
> > > > > > > > > > > > > > > > > > > > > > instead of Ubuntu and I ran
> > > > > > > > > > > > > > > > > > > > > > into the following problem:
> > > > > > > > > > > > > > > > > > > > > > when I try to run the
> > > > > > > > > > > > > > > > > > > > > > command on step 4, (wget --
> > > > > > > > > > > > > > > > > > > > > > no-cookies --no-check-
> > > > > > > > > > > > > > > > > > > > > > certificate --header
> > > > > > > > > > > > > > > > > > > > > > "Cookie:
> > > > > > > > > > > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.or
> > > > > > > > > > > > > > > > > > > > > > acle.com%2F;
> > > > > > > > > > > > > > > > > > > > > > oraclelicense=accept-
> > > > > > > > > > > > > > > > > > > > > > securebackup-cookie"
> > > > > > > > > > > > > > > > > > > > > > http://download.oracle.com/
> > > > > > > > > > > > > > > > > > > > > > otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cd
> > > > > > > > > > > > > > > > > > > > > > c37240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm) Im getting the
> > > > > > > > > > > > > > > > > > > > > > following message:
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  
> > > > > > > > > > > > > > > > > > > > > > http://download.oracle.com/
> > > > > > > > > > > > > > > > > > > > > > otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cd
> > > > > > > > > > > > > > > > > > > > > > c37240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm
> > > > > > > > > > > > > > > > > > > > > > > Resolving
> > > > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > > > (download.oracle.com)...
> > > > > > > > > > > > > > > > > > > > > > 23.210.24.87
> > > > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.21
> > > > > > > > > > > > > > > > > > > > > > 0.24.87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > > > HTTP request sent,
> > > > > > > > > > > > > > > > > > > > > > awaiting response... 302
> > > > > > > > > > > > > > > > > > > > > > Moved Temporarily
> > > > > > > > > > > > > > > > > > > > > > > Location: https://edelive
> > > > > > > > > > > > > > > > > > > > > > ry.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cd
> > > > > > > > > > > > > > > > > > > > > > c37240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm [following]
> > > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  
> > > > > > > > > > > > > > > > > > > > > > https://edelivery.oracle.co
> > > > > > > > > > > > > > > > > > > > > > m/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cd
> > > > > > > > > > > > > > > > > > > > > > c37240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm
> > > > > > > > > > > > > > > > > > > > > > > Resolving
> > > > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e,
> > > > > > > > > > > > > > > > > > > > > > 23.33.75.164
> > > > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)|2a02
> > > > > > > > > > > > > > > > > > > > > > :26f0:11c:195::2d3e|:443...
> > > > > > > > > > > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > > > > > > > > > > HTTP request sent,
> > > > > > > > > > > > > > > > > > > > > > awaiting response... 302
> > > > > > > > > > > > > > > > > > > > > > Moved Temporarily
> > > > > > > > > > > > > > > > > > > > > > > Location: http://download
> > > > > > > > > > > > > > > > > > > > > > .oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cd
> > > > > > > > > > > > > > > > > > > > > > c37240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=153188639
> > > > > > > > > > > > > > > > > > > > > > 8_d744909c71191616a140978a0
> > > > > > > > > > > > > > > > > > > > > > fc10e06 [following]
> > > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  
> > > > > > > > > > > > > > > > > > > > > > http://download.oracle.com/
> > > > > > > > > > > > > > > > > > > > > > otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cd
> > > > > > > > > > > > > > > > > > > > > > c37240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=153188639
> > > > > > > > > > > > > > > > > > > > > > 8_d744909c71191616a140978a0
> > > > > > > > > > > > > > > > > > > > > > fc10e06
> > > > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.21
> > > > > > > > > > > > > > > > > > > > > > 0.24.87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > > > HTTP request sent,
> > > > > > > > > > > > > > > > > > > > > > awaiting response... 404
> > > > > > > > > > > > > > > > > > > > > > Not Found
> > > > > > > > > > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR
> > > > > > > > > > > > > > > > > > > > > > 404: Not Found.
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > > I believe the last
> > > > > > > > > > > > > > > > > > > > > > message is preventing me
> > > > > > > > > > > > > > > > > > > > > > from doing the next step:
> > > > > > > > > > > > > > > > > > > > > > rpm -ivh jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > > x64.rpm
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > > error: open of jdk-8u172-
> > > > > > > > > > > > > > > > > > > > > > linux-x64.rpm failed: No
> > > > > > > > > > > > > > > > > > > > > > such file or directory
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > > > 5:13 AM, Maxim Solodovnik <
> > > > > > > > > > > > > > > > > > > > > > solomax666@gmail.com>
> > > > > > > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > > > >> You need to modify
> > > > > > > > > > > > > > > > > > > > > > following file
> > > > > > > > > > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > > > 4:07 PM Alex Nyamweya <anim
> > > > > > > > > > > > > > > > > > > > > > esonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > > >> > Okay thank you now my
> > > > > > > > > > > > > > > > > > > > > > next question is how can I
> > > > > > > > > > > > > > > > > > > > > > customize the redirecting
> > > > > > > > > > > > > > > > > > > > > > page to OpenMeetings when I
> > > > > > > > > > > > > > > > > > > > > > put mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018
> > > > > > > > > > > > > > > > > > > > > > at 2:13 AM, Maxim
> > > > > > > > > > > > > > > > > > > > > > Solodovnik <solomax666@gmai
> > > > > > > > > > > > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> Here are the list of
> > > > > > > > > > > > > > > > > > > > > > tested OSes:
> > > > > > > > > > > > > > > > > > > > > > >> >> https://cwiki.apache.
> > > > > > > > > > > > > > > > > > > > > > org/confluence/display/OPEN
> > > > > > > > > > > > > > > > > > > > > > MEETINGS/Tutorials+for+inst
> > > > > > > > > > > > > > > > > > > > > > alling+OpenMeetings+and+Too
> > > > > > > > > > > > > > > > > > > > > > ls
> > > > > > > > > > > > > > > > > > > > > > >> >> OM should work as
> > > > > > > > > > > > > > > > > > > > > > expected :)
> > > > > > > > > > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018
> > > > > > > > > > > > > > > > > > > > > > at 1:00 PM Alex Nyamweya <a
> > > > > > > > > > > > > > > > > > > > > > nimesonic94@gmail.com>
> > > > > > > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> > Okay for the first
> > > > > > > > > > > > > > > > > > > > > > post I decided to wipe the
> > > > > > > > > > > > > > > > > > > > > > server clean and reinstall
> > > > > > > > > > > > > > > > > > > > > > Apache OpenMeetings. I'm in
> > > > > > > > > > > > > > > > > > > > > > the process of doing it now
> > > > > > > > > > > > > > > > > > > > > > so when I reinstall
> > > > > > > > > > > > > > > > > > > > > > OpenMeetings I'll let you
> > > > > > > > > > > > > > > > > > > > > > know if I have any issues.
> > > > > > > > > > > > > > > > > > > > > > Does OpenMeetings run well
> > > > > > > > > > > > > > > > > > > > > > on CentOS or is it better
> > > > > > > > > > > > > > > > > > > > > > to use Ubuntu?
> > > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> > On Mon, Jul 16,
> > > > > > > > > > > > > > > > > > > > > > 2018 at 1:32 AM, Maxim
> > > > > > > > > > > > > > > > > > > > > > Solodovnik <solomax666@gmai
> > > > > > > > > > > > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> I believe you need
> > > > > > > > > > > > > > > > > > > > > > to solve issues one by one
> > > > > > > > > > > > > > > > > > > > > > :)
> > > > > > > > > > > > > > > > > > > > > > >> >> >> First of all you
> > > > > > > > > > > > > > > > > > > > > > need to make 2 instances of
> > > > > > > > > > > > > > > > > > > > > > OM running with no errors
> > > > > > > > > > > > > > > > > > > > > > in logs
> > > > > > > > > > > > > > > > > > > > > > >> >> >> Then perform other
> > > > > > > > > > > > > > > > > > > > > > customizations
> > > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> BTW why do you
> > > > > > > > > > > > > > > > > > > > > > need 2 instances?
> > > > > > > > > > > > > > > > > > > > > > >> >> >> On Mon, Jul 16,
> > > > > > > > > > > > > > > > > > > > > > 2018 at 10:46 AM Alex
> > > > > > > > > > > > > > > > > > > > > > Nyamweya <animesonic94@gmai
> > > > > > > > > > > > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> >> > Another thing,
> > > > > > > > > > > > > > > > > > > > > > which is a better platform
> > > > > > > > > > > > > > > > > > > > > > to run OpenMeetings, CentOS
> > > > > > > > > > > > > > > > > > > > > > or Ubuntu?
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15,
> > > > > > > > > > > > > > > > > > > > > > 2018 at 8:10 PM, Alex
> > > > > > > > > > > > > > > > > > > > > > Nyamweya <animesonic94@gmai
> > > > > > > > > > > > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >> Also how can I
> > > > > > > > > > > > > > > > > > > > > > customize the redirecting
> > > > > > > > > > > > > > > > > > > > > > page to openmeetings when I
> > > > > > > > > > > > > > > > > > > > > > put mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13,
> > > > > > > > > > > > > > > > > > > > > > 2018 at 2:31 PM, Alex
> > > > > > > > > > > > > > > > > > > > > > Nyamweya <animesonic94@gmai
> > > > > > > > > > > > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>> I'm currently
> > > > > > > > > > > > > > > > > > > > > > having a problem with
> > > > > > > > > > > > > > > > > > > > > > Apache OpenMeetings loading
> > > > > > > > > > > > > > > > > > > > > > when I go to the home page.
> > > > > > > > > > > > > > > > > > > > > > It just keeps loading and
> > > > > > > > > > > > > > > > > > > > > > doesn't reach my usual home
> > > > > > > > > > > > > > > > > > > > > > page. It seems the port is
> > > > > > > > > > > > > > > > > > > > > > inaccessible. I have two
> > > > > > > > > > > > > > > > > > > > > > instances of OM (one at
> > > > > > > > > > > > > > > > > > > > > > /openmeetings and another
> > > > > > > > > > > > > > > > > > > > > > at /openmeetings1) and they
> > > > > > > > > > > > > > > > > > > > > > have trouble loading. Also
> > > > > > > > > > > > > > > > > > > > > > prior to having this
> > > > > > > > > > > > > > > > > > > > > > loading problem, the
> > > > > > > > > > > > > > > > > > > > > > application crashed when I
> > > > > > > > > > > > > > > > > > > > > > tried to setup a poll in a
> > > > > > > > > > > > > > > > > > > > > > group meeting.
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > > -- 
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > > -- 
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
Ok, Alex, it is solved.

It was a git x265 version question, as told you.

Please, now you can use the script newly.

Alvaro


....................................................


El sáb, 21-07-2018 a las 10:43 +0200, Alvaro escribió:
> No Alex, 've dont change anything in the script. But is truththat
> yesterday works right and today not.
> Must be changed something in the git.Now am working about it.
> Will tell you when get the solution.
> 
> Alvaro
> ..............................
> 
> El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
> > Hello,
> > Did you change the script again? Now when I try running
> > ffmpeg_centos7.sh according to the installation instructions. It's
> > not creating the ffmpeg file.
> > 
> > 
> > ERROR: x265 not found using pkg-config
> > If you think configure made a mistake, make sure you are using the
> > latest
> > version from Git.  If the latest version fails, report the problem
> > to the
> > ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on
> > irc.freenode.net.
> > Include the log file "ffbuild/config.log" produced by configure as
> > this will help
> > solve the problem.
> > cp: cannot stat ‘ffmpeg’: No such file or directory
> > cp: cannot stat ‘ffprobe’: No such file or directory
> > ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such
> > file or directory
> > cp: cannot stat ‘x265’: No such file or directory
> > FFmpeg Compilation is Finished!
> > 
> > 
> > On Sat, Jul 21, 2018 at 2:43 AM, Alvaro <zu...@gmail.com> wrote:
> > > ...and come back again to:
> > > 
> > > ...For what complicate to newbies about PATH?
> > > ....
> > > ...Simply with my two commands added in the script
> > > "ffmpeg_centos7.sh"
> > > and in the ffmpeg web page, it are the same, there is no error
> > > compilation.
> > > 
> > > 
> > > .................
> > > 
> > > 
> > > 
> > > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> > > > I this case the PATH variable set incorrectly :(
> > > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > > 
> > > > should be replaced with `/root/.local/bin:/root/bin`
> > > > 
> > > > I would update PATH instead of copiing files into /usr/bin
> > > > It will make clean-up much easier :)
> > > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > > ...Maxim, use your imagination.So is better for you?:
> > > > > [root@tosa guadal]# echo
> > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> > > > > home/guadal/.local/bin:/home/guadal/bin
> > > > > I don't build as 'guadal', i build as root.Please, take a
> > > > > look the attached picture.
> > > > > 
> > > > > ..................................................
> > > > > 
> > > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Hmm,
> > > > > > now I'm a little bit confused
> > > > > > According to your messages you are building as `guadal`
> > > > > > user, but binaries are in /root/bin, which mean they were
> > > > > > built by user `root`
> > > > > > This sounds not good
> > > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > > Alvarp
> > > > > > > 
> > > > > > > -----------------------El vie, 20-07-2018 a las 15:29
> > > > > > > +0200, Alvaro escribió:
> > > > > > > > The PATH variable in Centos 7 is:
> > > > > > > > [guadal@tosa ~]$ echo
> > > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/
> > > > > > > > sbin:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > > mostsimple...if works right.
> > > > > > > > For what complicate to newbies about PATH?They will
> > > > > > > > ask: 
> > > > > > > > what is PATH environment?where is this?can i modifycate
> > > > > > > > it?how to do it?
> > > > > > > > All these questions are unneccessary (for the theme we
> > > > > > > > aretalking about).Simply with my two commands added in
> > > > > > > > the script "ffmpeg_centos7.sh"and in the ffmpeg  web
> > > > > > > > page, it are the same, there is no error compilation.
> > > > > > > > Thanks anyway.
> > > > > > > > Alvaro
> > > > > > > > 
> > > > > > > > ----------------------------
> > > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > > > > escribió:
> > > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > > $HOME/bin
> > > > > > > > > /use/local/bin
> > > > > > > > > /use/bin
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > WBR, Maxim
> > > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro <zurcamos@gmail.co
> > > > > > > > > m> wrote:
> > > > > > > > > > Ok, Thanks.
> > > > > > > > > > The question is that in Centos repos the versions
> > > > > > > > > > are prior to the necessary.
> > > > > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > > > > compilation need 2.13 minimum. The best of Ubuntu
> > > > > > > > > > is that update the versions paquets verysoon.
> > > > > > > > > > Following the ffmpeg web step by step gives more
> > > > > > > > > > than one error, but withmy two commands added is no
> > > > > > > > > > error.
> > > > > > > > > > 
> > > > > > > > > > ..................
> > > > > > > > > > 
> > > > > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim
> > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > Hello Alvaro,
> > > > > > > > > > > I would say these steps 
> > > > > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm
> > > > > > > > > > > /usr/bin
> > > > > > > > > > > are seems to be no necessary ....
> > > > > > > > > > > /root/bin should be in the PATH and no additional
> > > > > > > > > > > steps should be required ....
> > > > > > > > > > > 
> > > > > > > > > > > I believe additional investigation is required
> > > > > > > > > > > here
> > > > > > > > > > > 
> > > > > > > > > > > On Ubuntu there is no need to build this from
> > > > > > > > > > > sources, it is available in package manager, is
> > > > > > > > > > > it true for CentOS?
> > > > > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zurcamos@
> > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > > Hello, Maxim,
> > > > > > > > > > > > I've edited the page:
> > > > > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/C
> > > > > > > > > > > > entos
> > > > > > > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > > > > somethingin wrong way?
> > > > > > > > > > > > Thanks
> > > > > > > > > > > > Alvaro
> > > > > > > > > > > > ---------------------------------------------
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zurc
> > > > > > > > > > > > > amos@gmail.com> wrote:
> > > > > > > > > > > > > > Ok, now in the tutorial is OpenJava and no
> > > > > > > > > > > > > > Oracle Java.
> > > > > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > > > > solved.I've added two new commands in the
> > > > > > > > > > > > > > script andcompile right.
> > > > > > > > > > > > > > I've tested on a fresh installation of
> > > > > > > > > > > > > > Centos 7 anda fresh installation of
> > > > > > > > > > > > > > OpenMeetings 4.0.4 also.
> > > > > > > > > > > > > > Please download again the tutorial and
> > > > > > > > > > > > > > delete thesefolders before compile newly
> > > > > > > > > > > > > > (run the commands):
> > > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > --------------------------------
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > > > > automatically truncated at a certain
> > > > > > > > > > > > > > > point, so I'm not able to see the entire
> > > > > > > > > > > > > > > output. I don't know how to change this.
> > > > > > > > > > > > > > > It is possible that something might have
> > > > > > > > > > > > > > > wrong after the last point I've seen.
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > script twice. It didn't create the
> > > > > > > > > > > > > > > > file.
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > > > > Solodovnik <so...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > > > > Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > Alright that worked! Now I'm at the
> > > > > > > > > > > > > > > > > > setup page for OpenMeetings and I'm
> > > > > > > > > > > > > > > > > > getting an error message when I try
> > > > > > > > > > > > > > > > > > to verify the ffmpeg path
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM,
> > > > > > > > > > > > > > > > > > Alvaro <zu...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > This afternoon will update-change 
> > > > > > > > > > > > > > > > > > > Java in the tutorial and
> > > > > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > -------------------------------
> > > > > > > > > > > > > > > > > > > -------
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55
> > > > > > > > > > > > > > > > > > > -0400, Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > > > > > I'm still getting the same
> > > > > > > > > > > > > > > > > > > > error. ERROR 1045 (28000):
> > > > > > > > > > > > > > > > > > > > Access denied for user
> > > > > > > > > > > > > > > > > > > > 'root'@'localhost' (using
> > > > > > > > > > > > > > > > > > > > password: NO)
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24
> > > > > > > > > > > > > > > > > > > > AM, Yakovlev N. <yakovlev_nd@kr
> > > > > > > > > > > > > > > > > > > > vostok.ru> wrote:
> > > > > > > > > > > > > > > > > > > > > After installing mariadb the
> > > > > > > > > > > > > > > > > > > > > root account has an empty
> > > > > > > > > > > > > > > > > > > > > password.
> > > > > > > > > > > > > > > > > > > > > If you have not set root
> > > > > > > > > > > > > > > > > > > > > password enter the next
> > > > > > > > > > > > > > > > > > > > > command to connect to
> > > > > > > > > > > > > > > > > > > > > mariadb:
> > > > > > > > > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > > > > > > > > Of course mariadb must be
> > > > > > > > > > > > > > > > > > > > > started before connecting to
> > > > > > > > > > > > > > > > > > > > > it
> > > > > > > > > > > > > > > > > > > > > systemctl start
> > > > > > > > > > > > > > > > > > > > > mariadb.service
> > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > From: Alex Nyamweya [mailto:a
> > > > > > > > > > > > > > > > > > > > > nimesonic94@gmail.com] 
> > > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18,
> > > > > > > > > > > > > > > > > > > > > 2018 8:00 AM
> > > > > > > > > > > > > > > > > > > > > To: user@openmeetings.apache.
> > > > > > > > > > > > > > > > > > > > > org
> > > > > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > Ok that's taken care of.
> > > > > > > > > > > > > > > > > > > > > Thanks! Now I'm on step 10
> > > > > > > > > > > > > > > > > > > > > where I have to install and
> > > > > > > > > > > > > > > > > > > > > setup mariadb. When I run the
> > > > > > > > > > > > > > > > > > > > > command: mysqladmin -u root
> > > > > > > > > > > > > > > > > > > > > password new-password (new-
> > > > > > > > > > > > > > > > > > > > > password being my actual
> > > > > > > > > > > > > > > > > > > > > password) I'm getting the
> > > > > > > > > > > > > > > > > > > > > following error:
> > > > > > > > > > > > > > > > > > > > >  mysqladmin: connect to
> > > > > > > > > > > > > > > > > > > > > server at 'localhost'
> > > > > > > > > > > > > > > > > > > > > failederror: 'Access denied
> > > > > > > > > > > > > > > > > > > > > for user 'root'@'localhost'
> > > > > > > > > > > > > > > > > > > > > (using password: NO)'For the
> > > > > > > > > > > > > > > > > > > > > record I never even set up a
> > > > > > > > > > > > > > > > > > > > > password for root user and
> > > > > > > > > > > > > > > > > > > > > it's asking me for one when I
> > > > > > > > > > > > > > > > > > > > > use the MySQL Database
> > > > > > > > > > > > > > > > > > > > > Server.
> > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42
> > > > > > > > > > > > > > > > > > > > > AM, Yakovlev N. <yakovlev_nd@
> > > > > > > > > > > > > > > > > > > > > krvostok.ru> wrote:
> > > > > > > > > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > > > > > > > > https://www.oracle.com/techne
> > > > > > > > > > > > > > > > > > > > > twork/java/javase/downloads/j
> > > > > > > > > > > > > > > > > > > > > dk8-downloads-2133151.html
> > > > > > > > > > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > > > > > > > > From: Maxim Solodovnik
> > > > > > > > > > > > > > > > > > > > > [mailto:solomax666@gmail.com]
> > > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18,
> > > > > > > > > > > > > > > > > > > > > 2018 7:08 AM
> > > > > > > > > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > > > > You can manually download RPM
> > > > > > > > > > > > > > > > > > > > > of Oracle JDK and scp it to
> > > > > > > > > > > > > > > > > > > > > your Linux
> > > > > > > > > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04
> > > > > > > > > > > > > > > > > > > > > AM Alex Nyamweya <animesonic9
> > > > > > > > > > > > > > > > > > > > > 4@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > I'm installing OpenMeetings
> > > > > > > > > > > > > > > > > > > > > on CentOS 7 instead of Ubuntu
> > > > > > > > > > > > > > > > > > > > > and I ran into the following
> > > > > > > > > > > > > > > > > > > > > problem: when I try to run
> > > > > > > > > > > > > > > > > > > > > the command on step 4, (wget
> > > > > > > > > > > > > > > > > > > > > --no-cookies --no-check-
> > > > > > > > > > > > > > > > > > > > > certificate --header "Cookie:
> > > > > > > > > > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.orac
> > > > > > > > > > > > > > > > > > > > > le.com%2F;
> > > > > > > > > > > > > > > > > > > > > oraclelicense=accept-
> > > > > > > > > > > > > > > > > > > > > securebackup-cookie"
> > > > > > > > > > > > > > > > > > > > > http://download.oracle.com/ot
> > > > > > > > > > > > > > > > > > > > > n-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc3
> > > > > > > > > > > > > > > > > > > > > 7240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > x64.rpm) Im getting the
> > > > > > > > > > > > > > > > > > > > > following message:
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  ht
> > > > > > > > > > > > > > > > > > > > > tp://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc3
> > > > > > > > > > > > > > > > > > > > > 7240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > x64.rpm
> > > > > > > > > > > > > > > > > > > > > > Resolving
> > > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > > (download.oracle.com)...
> > > > > > > > > > > > > > > > > > > > > 23.210.24.87
> > > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.
> > > > > > > > > > > > > > > > > > > > > 24.87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > > response... 302 Moved
> > > > > > > > > > > > > > > > > > > > > Temporarily
> > > > > > > > > > > > > > > > > > > > > > Location: https://edelivery
> > > > > > > > > > > > > > > > > > > > > .oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc3
> > > > > > > > > > > > > > > > > > > > > 7240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > x64.rpm [following]
> > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  ht
> > > > > > > > > > > > > > > > > > > > > tps://edelivery.oracle.com/ot
> > > > > > > > > > > > > > > > > > > > > n-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc3
> > > > > > > > > > > > > > > > > > > > > 7240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > x64.rpm
> > > > > > > > > > > > > > > > > > > > > > Resolving
> > > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e,
> > > > > > > > > > > > > > > > > > > > > 23.33.75.164
> > > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)|2a02:2
> > > > > > > > > > > > > > > > > > > > > 6f0:11c:195::2d3e|:443...
> > > > > > > > > > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > > response... 302 Moved
> > > > > > > > > > > > > > > > > > > > > Temporarily
> > > > > > > > > > > > > > > > > > > > > > Location: http://download.o
> > > > > > > > > > > > > > > > > > > > > racle.com/otn-
> > > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc3
> > > > > > > > > > > > > > > > > > > > > 7240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_
> > > > > > > > > > > > > > > > > > > > > d744909c71191616a140978a0fc10
> > > > > > > > > > > > > > > > > > > > > e06 [following]
> > > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  ht
> > > > > > > > > > > > > > > > > > > > > tp://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc3
> > > > > > > > > > > > > > > > > > > > > 7240b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_
> > > > > > > > > > > > > > > > > > > > > d744909c71191616a140978a0fc10
> > > > > > > > > > > > > > > > > > > > > e06
> > > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.
> > > > > > > > > > > > > > > > > > > > > 24.87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > > response... 404 Not Found
> > > > > > > > > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR
> > > > > > > > > > > > > > > > > > > > > 404: Not Found.
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > I believe the last message
> > > > > > > > > > > > > > > > > > > > > is preventing me from doing
> > > > > > > > > > > > > > > > > > > > > the next step: rpm -ivh jdk-
> > > > > > > > > > > > > > > > > > > > > 8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > error: open of jdk-8u172-
> > > > > > > > > > > > > > > > > > > > > linux-x64.rpm failed: No such
> > > > > > > > > > > > > > > > > > > > > file or directory
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > > 5:13 AM, Maxim Solodovnik <so
> > > > > > > > > > > > > > > > > > > > > lomax666@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > > >> You need to modify
> > > > > > > > > > > > > > > > > > > > > following file
> > > > > > > > > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > > 4:07 PM Alex Nyamweya <animes
> > > > > > > > > > > > > > > > > > > > > onic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > >> > Okay thank you now my
> > > > > > > > > > > > > > > > > > > > > next question is how can I
> > > > > > > > > > > > > > > > > > > > > customize the redirecting
> > > > > > > > > > > > > > > > > > > > > page to OpenMeetings when I
> > > > > > > > > > > > > > > > > > > > > put mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > > 2:13 AM, Maxim Solodovnik <so
> > > > > > > > > > > > > > > > > > > > > lomax666@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> Here are the list of
> > > > > > > > > > > > > > > > > > > > > tested OSes:
> > > > > > > > > > > > > > > > > > > > > >> >> https://cwiki.apache.or
> > > > > > > > > > > > > > > > > > > > > g/confluence/display/OPENMEET
> > > > > > > > > > > > > > > > > > > > > INGS/Tutorials+for+installing
> > > > > > > > > > > > > > > > > > > > > +OpenMeetings+and+Tools
> > > > > > > > > > > > > > > > > > > > > >> >> OM should work as
> > > > > > > > > > > > > > > > > > > > > expected :)
> > > > > > > > > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > > 1:00 PM Alex Nyamweya <animes
> > > > > > > > > > > > > > > > > > > > > onic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> > Okay for the first
> > > > > > > > > > > > > > > > > > > > > post I decided to wipe the
> > > > > > > > > > > > > > > > > > > > > server clean and reinstall
> > > > > > > > > > > > > > > > > > > > > Apache OpenMeetings. I'm in
> > > > > > > > > > > > > > > > > > > > > the process of doing it now
> > > > > > > > > > > > > > > > > > > > > so when I reinstall
> > > > > > > > > > > > > > > > > > > > > OpenMeetings I'll let you
> > > > > > > > > > > > > > > > > > > > > know if I have any issues.
> > > > > > > > > > > > > > > > > > > > > Does OpenMeetings run well on
> > > > > > > > > > > > > > > > > > > > > CentOS or is it better to use
> > > > > > > > > > > > > > > > > > > > > Ubuntu?
> > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018
> > > > > > > > > > > > > > > > > > > > > at 1:32 AM, Maxim Solodovnik
> > > > > > > > > > > > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> I believe you need
> > > > > > > > > > > > > > > > > > > > > to solve issues one by one :)
> > > > > > > > > > > > > > > > > > > > > >> >> >> First of all you
> > > > > > > > > > > > > > > > > > > > > need to make 2 instances of
> > > > > > > > > > > > > > > > > > > > > OM running with no errors in
> > > > > > > > > > > > > > > > > > > > > logs
> > > > > > > > > > > > > > > > > > > > > >> >> >> Then perform other
> > > > > > > > > > > > > > > > > > > > > customizations
> > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> BTW why do you need
> > > > > > > > > > > > > > > > > > > > > 2 instances?
> > > > > > > > > > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018
> > > > > > > > > > > > > > > > > > > > > at 10:46 AM Alex Nyamweya <an
> > > > > > > > > > > > > > > > > > > > > imesonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> >> > Another thing,
> > > > > > > > > > > > > > > > > > > > > which is a better platform to
> > > > > > > > > > > > > > > > > > > > > run OpenMeetings, CentOS or
> > > > > > > > > > > > > > > > > > > > > Ubuntu?
> > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15,
> > > > > > > > > > > > > > > > > > > > > 2018 at 8:10 PM, Alex
> > > > > > > > > > > > > > > > > > > > > Nyamweya <animesonic94@gmail.
> > > > > > > > > > > > > > > > > > > > > com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >> Also how can I
> > > > > > > > > > > > > > > > > > > > > customize the redirecting
> > > > > > > > > > > > > > > > > > > > > page to openmeetings when I
> > > > > > > > > > > > > > > > > > > > > put mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13,
> > > > > > > > > > > > > > > > > > > > > 2018 at 2:31 PM, Alex
> > > > > > > > > > > > > > > > > > > > > Nyamweya <animesonic94@gmail.
> > > > > > > > > > > > > > > > > > > > > com> wrote:
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>> I'm currently
> > > > > > > > > > > > > > > > > > > > > having a problem with Apache
> > > > > > > > > > > > > > > > > > > > > OpenMeetings loading when I
> > > > > > > > > > > > > > > > > > > > > go to the home page. It just
> > > > > > > > > > > > > > > > > > > > > keeps loading and doesn't
> > > > > > > > > > > > > > > > > > > > > reach my usual home page. It
> > > > > > > > > > > > > > > > > > > > > seems the port is
> > > > > > > > > > > > > > > > > > > > > inaccessible. I have two
> > > > > > > > > > > > > > > > > > > > > instances of OM (one at
> > > > > > > > > > > > > > > > > > > > > /openmeetings and another at
> > > > > > > > > > > > > > > > > > > > > /openmeetings1) and they have
> > > > > > > > > > > > > > > > > > > > > trouble loading. Also prior
> > > > > > > > > > > > > > > > > > > > > to having this loading
> > > > > > > > > > > > > > > > > > > > > problem, the application
> > > > > > > > > > > > > > > > > > > > > crashed when I tried to setup
> > > > > > > > > > > > > > > > > > > > > a poll in a group meeting.
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > -- 
> > > > > > > > > > > > > WBR
> > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > 
> > > > > > > > > > > -- 
> > > > > > > > > > > WBR
> > > > > > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > -- 
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > 
> > > > -- 
> > > > WBR
> > > > Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
No Alex, 've dont change anything in the script. But is truththat
yesterday works right and today not.
Must be changed something in the git.Now am working about it.
Will tell you when get the solution.

Alvaro
..............................

El sáb, 21-07-2018 a las 02:59 -0400, Alex Nyamweya escribió:
> Hello,
> Did you change the script again? Now when I try running
> ffmpeg_centos7.sh according to the installation instructions. It's
> not creating the ffmpeg file.
> 
> 
> ERROR: x265 not found using pkg-config
> If you think configure made a mistake, make sure you are using the
> latest
> version from Git.  If the latest version fails, report the problem to
> the
> ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on
> irc.freenode.net.
> Include the log file "ffbuild/config.log" produced by configure as
> this will help
> solve the problem.
> cp: cannot stat ‘ffmpeg’: No such file or directory
> cp: cannot stat ‘ffprobe’: No such file or directory
> ./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such
> file or directory
> cp: cannot stat ‘x265’: No such file or directory
> FFmpeg Compilation is Finished!
> 
> 
> On Sat, Jul 21, 2018 at 2:43 AM, Alvaro <zu...@gmail.com> wrote:
> > ...and come back again to:
> > 
> > ...For what complicate to newbies about PATH?
> > ....
> > ...Simply with my two commands added in the script
> > "ffmpeg_centos7.sh"
> > and in the ffmpeg web page, it are the same, there is no error
> > compilation.
> > 
> > 
> > .................
> > 
> > 
> > 
> > El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> > > I this case the PATH variable set incorrectly :(
> > > these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> > > 
> > > should be replaced with `/root/.local/bin:/root/bin`
> > > 
> > > I would update PATH instead of copiing files into /usr/bin
> > > It will make clean-up much easier :)
> > > On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com>
> > > wrote:
> > > > ...Maxim, use your imagination.So is better for you?:
> > > > [root@tosa guadal]# echo
> > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/ho
> > > > me/guadal/.local/bin:/home/guadal/bin
> > > > I don't build as 'guadal', i build as root.Please, take a look
> > > > the attached picture.
> > > > 
> > > > ..................................................
> > > > 
> > > > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Hmm,
> > > > > now I'm a little bit confused
> > > > > According to your messages you are building as `guadal` user,
> > > > > but binaries are in /root/bin, which mean they were built by
> > > > > user `root`
> > > > > This sounds not good
> > > > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > ...can find it at the bottom page in "Attachments".
> > > > > > Alvarp
> > > > > > 
> > > > > > -----------------------El vie, 20-07-2018 a las 15:29
> > > > > > +0200, Alvaro escribió:
> > > > > > > The PATH variable in Centos 7 is:
> > > > > > > [guadal@tosa ~]$ echo
> > > > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sb
> > > > > > > in:/home/guadal/.local/bin:/home/guadal/bin
> > > > > > > Tecnically, as you know, the best way it is the
> > > > > > > mostsimple...if works right.
> > > > > > > For what complicate to newbies about PATH?They will ask: 
> > > > > > > what is PATH environment?where is this?can i modifycate
> > > > > > > it?how to do it?
> > > > > > > All these questions are unneccessary (for the theme we
> > > > > > > aretalking about).Simply with my two commands added in
> > > > > > > the script "ffmpeg_centos7.sh"and in the ffmpeg  web
> > > > > > > page, it are the same, there is no error compilation.
> > > > > > > Thanks anyway.
> > > > > > > Alvaro
> > > > > > > 
> > > > > > > ----------------------------
> > > > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > > > $HOME/bin
> > > > > > > > /use/local/bin
> > > > > > > > /use/bin
> > > > > > > > 
> > > > > > > > 
> > > > > > > > WBR, Maxim
> > > > > > > > (from mobile, sorry for the typos)
> > > > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com>
> > > > > > > > wrote:
> > > > > > > > > Ok, Thanks.
> > > > > > > > > The question is that in Centos repos the versions are
> > > > > > > > > prior to the necessary.
> > > > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > > > compilation need 2.13 minimum. The best of Ubuntu is
> > > > > > > > > that update the versions paquets verysoon.
> > > > > > > > > Following the ffmpeg web step by step gives more than
> > > > > > > > > one error, but withmy two commands added is no error.
> > > > > > > > > 
> > > > > > > > > ..................
> > > > > > > > > 
> > > > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Hello Alvaro,
> > > > > > > > > > I would say these steps 
> > > > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm
> > > > > > > > > > /usr/bin
> > > > > > > > > > are seems to be no necessary ....
> > > > > > > > > > /root/bin should be in the PATH and no additional
> > > > > > > > > > steps should be required ....
> > > > > > > > > > 
> > > > > > > > > > I believe additional investigation is required here
> > > > > > > > > > 
> > > > > > > > > > On Ubuntu there is no need to build this from
> > > > > > > > > > sources, it is available in package manager, is it
> > > > > > > > > > true for CentOS?
> > > > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zurcamos@gm
> > > > > > > > > > ail.com> wrote:
> > > > > > > > > > > Hello, Maxim,
> > > > > > > > > > > I've edited the page:
> > > > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Cen
> > > > > > > > > > > tos
> > > > > > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > > > somethingin wrong way?
> > > > > > > > > > > Thanks
> > > > > > > > > > > Alvaro
> > > > > > > > > > > ---------------------------------------------
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zurcam
> > > > > > > > > > > > os@gmail.com> wrote:
> > > > > > > > > > > > > Ok, now in the tutorial is OpenJava and no
> > > > > > > > > > > > > Oracle Java.
> > > > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > > > solved.I've added two new commands in the
> > > > > > > > > > > > > script andcompile right.
> > > > > > > > > > > > > I've tested on a fresh installation of Centos
> > > > > > > > > > > > > 7 anda fresh installation of OpenMeetings
> > > > > > > > > > > > > 4.0.4 also.
> > > > > > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > > > > > thesefolders before compile newly (run the
> > > > > > > > > > > > > commands):
> > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > --------------------------------
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > > > automatically truncated at a certain point,
> > > > > > > > > > > > > > so I'm not able to see the entire output. I
> > > > > > > > > > > > > > don't know how to change this. It is
> > > > > > > > > > > > > > possible that something might have wrong
> > > > > > > > > > > > > > after the last point I've seen.
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > > > Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Alright that worked! Now I'm at the
> > > > > > > > > > > > > > > > > setup page for OpenMeetings and I'm
> > > > > > > > > > > > > > > > > getting an error message when I try
> > > > > > > > > > > > > > > > > to verify the ffmpeg path
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM,
> > > > > > > > > > > > > > > > > Alvaro <zu...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > This afternoon will update-change
> > > > > > > > > > > > > > > > > > Java in the tutorial and
> > > > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > ---------------------------------
> > > > > > > > > > > > > > > > > > -----
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55
> > > > > > > > > > > > > > > > > > -0400, Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > > > > I'm still getting the same error.
> > > > > > > > > > > > > > > > > > > ERROR 1045 (28000): Access denied
> > > > > > > > > > > > > > > > > > > for user 'root'@'localhost'
> > > > > > > > > > > > > > > > > > > (using password: NO)
> > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM,
> > > > > > > > > > > > > > > > > > > Yakovlev N. <yakovlev_nd@krvostok
> > > > > > > > > > > > > > > > > > > .ru> wrote:
> > > > > > > > > > > > > > > > > > > > After installing mariadb the
> > > > > > > > > > > > > > > > > > > > root account has an empty
> > > > > > > > > > > > > > > > > > > > password.
> > > > > > > > > > > > > > > > > > > > If you have not set root
> > > > > > > > > > > > > > > > > > > > password enter the next command
> > > > > > > > > > > > > > > > > > > > to connect to mariadb:
> > > > > > > > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > > > > > > > Of course mariadb must be
> > > > > > > > > > > > > > > > > > > > started before connecting to it
> > > > > > > > > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > From: Alex Nyamweya [mailto:ani
> > > > > > > > > > > > > > > > > > > > mesonic94@gmail.com] 
> > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018
> > > > > > > > > > > > > > > > > > > > 8:00 AM
> > > > > > > > > > > > > > > > > > > > To: user@openmeetings.apache.or
> > > > > > > > > > > > > > > > > > > > g
> > > > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > Ok that's taken care of.
> > > > > > > > > > > > > > > > > > > > Thanks! Now I'm on step 10
> > > > > > > > > > > > > > > > > > > > where I have to install and
> > > > > > > > > > > > > > > > > > > > setup mariadb. When I run the
> > > > > > > > > > > > > > > > > > > > command: mysqladmin -u root
> > > > > > > > > > > > > > > > > > > > password new-password (new-
> > > > > > > > > > > > > > > > > > > > password being my actual
> > > > > > > > > > > > > > > > > > > > password) I'm getting the
> > > > > > > > > > > > > > > > > > > > following error:
> > > > > > > > > > > > > > > > > > > >  mysqladmin: connect to server
> > > > > > > > > > > > > > > > > > > > at 'localhost' failederror:
> > > > > > > > > > > > > > > > > > > > 'Access denied for user
> > > > > > > > > > > > > > > > > > > > 'root'@'localhost' (using
> > > > > > > > > > > > > > > > > > > > password: NO)'For the record I
> > > > > > > > > > > > > > > > > > > > never even set up a password
> > > > > > > > > > > > > > > > > > > > for root user and it's asking
> > > > > > > > > > > > > > > > > > > > me for one when I use the MySQL
> > > > > > > > > > > > > > > > > > > > Database Server.
> > > > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42
> > > > > > > > > > > > > > > > > > > > AM, Yakovlev N. <yakovlev_nd@kr
> > > > > > > > > > > > > > > > > > > > vostok.ru> wrote:
> > > > > > > > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > > > > > > > https://www.oracle.com/technetw
> > > > > > > > > > > > > > > > > > > > ork/java/javase/downloads/jdk8-
> > > > > > > > > > > > > > > > > > > > downloads-2133151.html
> > > > > > > > > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > > > > > > > From: Maxim Solodovnik [mailto:
> > > > > > > > > > > > > > > > > > > > solomax666@gmail.com] 
> > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018
> > > > > > > > > > > > > > > > > > > > 7:08 AM
> > > > > > > > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > > > You can manually download RPM
> > > > > > > > > > > > > > > > > > > > of Oracle JDK and scp it to
> > > > > > > > > > > > > > > > > > > > your Linux
> > > > > > > > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04
> > > > > > > > > > > > > > > > > > > > AM Alex Nyamweya <animesonic94@
> > > > > > > > > > > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > I'm installing OpenMeetings
> > > > > > > > > > > > > > > > > > > > on CentOS 7 instead of Ubuntu
> > > > > > > > > > > > > > > > > > > > and I ran into the following
> > > > > > > > > > > > > > > > > > > > problem: when I try to run the
> > > > > > > > > > > > > > > > > > > > command on step 4, (wget --no-
> > > > > > > > > > > > > > > > > > > > cookies --no-check-certificate
> > > > > > > > > > > > > > > > > > > > --header "Cookie:
> > > > > > > > > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.oracle
> > > > > > > > > > > > > > > > > > > > .com%2F; oraclelicense=accept-
> > > > > > > > > > > > > > > > > > > > securebackup-cookie"
> > > > > > > > > > > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm)
> > > > > > > > > > > > > > > > > > > > Im getting the following
> > > > > > > > > > > > > > > > > > > > message:
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http
> > > > > > > > > > > > > > > > > > > > ://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > > > > > > > > > > (download.oracle.com)...
> > > > > > > > > > > > > > > > > > > > 23.210.24.87
> > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24
> > > > > > > > > > > > > > > > > > > > .87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > response... 302 Moved
> > > > > > > > > > > > > > > > > > > > Temporarily
> > > > > > > > > > > > > > > > > > > > > Location: https://edelivery.o
> > > > > > > > > > > > > > > > > > > > racle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > [following]
> > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http
> > > > > > > > > > > > > > > > > > > > s://edelivery.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > > Resolving
> > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e,
> > > > > > > > > > > > > > > > > > > > 23.33.75.164
> > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f
> > > > > > > > > > > > > > > > > > > > 0:11c:195::2d3e|:443...
> > > > > > > > > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > response... 302 Moved
> > > > > > > > > > > > > > > > > > > > Temporarily
> > > > > > > > > > > > > > > > > > > > > Location: http://download.ora
> > > > > > > > > > > > > > > > > > > > cle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d7
> > > > > > > > > > > > > > > > > > > > 44909c71191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > > > > [following]
> > > > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http
> > > > > > > > > > > > > > > > > > > > ://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc372
> > > > > > > > > > > > > > > > > > > > 40b08/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d7
> > > > > > > > > > > > > > > > > > > > 44909c71191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > > > download.oracle.com
> > > > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24
> > > > > > > > > > > > > > > > > > > > .87|:80... connected.
> > > > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > > > response... 404 Not Found
> > > > > > > > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR
> > > > > > > > > > > > > > > > > > > > 404: Not Found.
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > I believe the last message is
> > > > > > > > > > > > > > > > > > > > preventing me from doing the
> > > > > > > > > > > > > > > > > > > > next step: rpm -ivh jdk-8u172-
> > > > > > > > > > > > > > > > > > > > linux-x64.rpm
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > error: open of jdk-8u172-
> > > > > > > > > > > > > > > > > > > > linux-x64.rpm failed: No such
> > > > > > > > > > > > > > > > > > > > file or directory
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13
> > > > > > > > > > > > > > > > > > > > AM, Maxim Solodovnik <solomax66
> > > > > > > > > > > > > > > > > > > > 6@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> You need to modify following
> > > > > > > > > > > > > > > > > > > > file
> > > > > > > > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07
> > > > > > > > > > > > > > > > > > > > PM Alex Nyamweya <animesonic94@
> > > > > > > > > > > > > > > > > > > > gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >> > Okay thank you now my next
> > > > > > > > > > > > > > > > > > > > question is how can I customize
> > > > > > > > > > > > > > > > > > > > the redirecting page to
> > > > > > > > > > > > > > > > > > > > OpenMeetings when I put
> > > > > > > > > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > 2:13 AM, Maxim Solodovnik <solo
> > > > > > > > > > > > > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > >> >> Here are the list of
> > > > > > > > > > > > > > > > > > > > tested OSes:
> > > > > > > > > > > > > > > > > > > > >> >> https://cwiki.apache.org/
> > > > > > > > > > > > > > > > > > > > confluence/display/OPENMEETINGS
> > > > > > > > > > > > > > > > > > > > /Tutorials+for+installing+OpenM
> > > > > > > > > > > > > > > > > > > > eetings+and+Tools
> > > > > > > > > > > > > > > > > > > > >> >> OM should work as
> > > > > > > > > > > > > > > > > > > > expected :)
> > > > > > > > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > 1:00 PM Alex Nyamweya <animeson
> > > > > > > > > > > > > > > > > > > > ic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> > Okay for the first post
> > > > > > > > > > > > > > > > > > > > I decided to wipe the server
> > > > > > > > > > > > > > > > > > > > clean and reinstall Apache
> > > > > > > > > > > > > > > > > > > > OpenMeetings. I'm in the
> > > > > > > > > > > > > > > > > > > > process of doing it now so when
> > > > > > > > > > > > > > > > > > > > I reinstall OpenMeetings I'll
> > > > > > > > > > > > > > > > > > > > let you know if I have any
> > > > > > > > > > > > > > > > > > > > issues. Does OpenMeetings run
> > > > > > > > > > > > > > > > > > > > well on CentOS or is it better
> > > > > > > > > > > > > > > > > > > > to use Ubuntu?
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > > > 1:32 AM, Maxim Solodovnik <solo
> > > > > > > > > > > > > > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> I believe you need to
> > > > > > > > > > > > > > > > > > > > solve issues one by one :)
> > > > > > > > > > > > > > > > > > > > >> >> >> First of all you need
> > > > > > > > > > > > > > > > > > > > to make 2 instances of OM
> > > > > > > > > > > > > > > > > > > > running with no errors in logs
> > > > > > > > > > > > > > > > > > > > >> >> >> Then perform other
> > > > > > > > > > > > > > > > > > > > customizations
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> BTW why do you need 2
> > > > > > > > > > > > > > > > > > > > instances?
> > > > > > > > > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018
> > > > > > > > > > > > > > > > > > > > at 10:46 AM Alex Nyamweya <anim
> > > > > > > > > > > > > > > > > > > > esonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >> > Another thing, which
> > > > > > > > > > > > > > > > > > > > is a better platform to run
> > > > > > > > > > > > > > > > > > > > OpenMeetings, CentOS or Ubuntu?
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018
> > > > > > > > > > > > > > > > > > > > at 8:10 PM, Alex Nyamweya <anim
> > > > > > > > > > > > > > > > > > > > esonic94@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >> Also how can I
> > > > > > > > > > > > > > > > > > > > customize the redirecting page
> > > > > > > > > > > > > > > > > > > > to openmeetings when I put
> > > > > > > > > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13,
> > > > > > > > > > > > > > > > > > > > 2018 at 2:31 PM, Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > <an...@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> I'm currently
> > > > > > > > > > > > > > > > > > > > having a problem with Apache
> > > > > > > > > > > > > > > > > > > > OpenMeetings loading when I go
> > > > > > > > > > > > > > > > > > > > to the home page. It just keeps
> > > > > > > > > > > > > > > > > > > > loading and doesn't reach my
> > > > > > > > > > > > > > > > > > > > usual home page. It seems the
> > > > > > > > > > > > > > > > > > > > port is inaccessible. I have
> > > > > > > > > > > > > > > > > > > > two instances of OM (one at
> > > > > > > > > > > > > > > > > > > > /openmeetings and another at
> > > > > > > > > > > > > > > > > > > > /openmeetings1) and they have
> > > > > > > > > > > > > > > > > > > > trouble loading. Also prior to
> > > > > > > > > > > > > > > > > > > > having this loading problem,
> > > > > > > > > > > > > > > > > > > > the application crashed when I
> > > > > > > > > > > > > > > > > > > > tried to setup a poll in a
> > > > > > > > > > > > > > > > > > > > group meeting.
> > > > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > -- 
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Hello,

Did you change the script again? Now when I try running ffmpeg_centos7.sh
according to the installation instructions. It's not creating the ffmpeg
file.


ERROR: x265 not found using pkg-config
If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "ffbuild/config.log" produced by configure as this
will help
solve the problem.
cp: cannot stat ‘ffmpeg’: No such file or directory
cp: cannot stat ‘ffprobe’: No such file or directory
./ffmpeg_centos7.sh: line 81: cd: /root/ffmpeg_build/bin: No such file or
directory
cp: cannot stat ‘x265’: No such file or directory
FFmpeg Compilation is Finished!


On Sat, Jul 21, 2018 at 2:43 AM, Alvaro <zu...@gmail.com> wrote:

> ...and come back again to:
>
> ...For what complicate to newbies about PATH?
> ....
> ...Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
>
> .................
>
>
>
> El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
>
> I this case the PATH variable set incorrectly :(
>
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
>
> should be replaced with `/root/.local/bin:/root/bin`
>
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
>
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com> wrote:
>
> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> home/guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..................................................
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com> wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> -----------------------
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> ----------------------------
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..................
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be required
> ....
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
> 2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
> d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >> https://cwiki.apache.org/confluence/display/
> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
...and come back again to:
...For what complicate to newbies about PATH?.......Simply with my two
commands added in the script "ffmpeg_centos7.sh"and in the ffmpeg web
page, it are the same, there is no error compilation.

.................

El sáb, 21-07-2018 a las 13:28 +0700, Maxim Solodovnik escribió:
> I this case the PATH variable set incorrectly :(
> these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`
> 
> should be replaced with `/root/.local/bin:/root/bin`
> 
> I would update PATH instead of copiing files into /usr/bin
> It will make clean-up much easier :)
> On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com> wrote:
> > ...Maxim, use your imagination.So is better for you?:
> > [root@tosa guadal]# echo
> > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/g
> > uadal/.local/bin:/home/guadal/bin
> > I don't build as 'guadal', i build as root.Please, take a look the
> > attached picture.
> > 
> > ..................................................
> > 
> > El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
> > > Hmm,
> > > now I'm a little bit confused
> > > According to your messages you are building as `guadal` user, but
> > > binaries are in /root/bin, which mean they were built by user
> > > `root`
> > > This sounds not good
> > > On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com>
> > > wrote:
> > > > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > ...can find it at the bottom page in "Attachments".
> > > > Alvarp
> > > > 
> > > > -----------------------El vie, 20-07-2018 a las 15:29 +0200,
> > > > Alvaro escribió:
> > > > > The PATH variable in Centos 7 is:
> > > > > [guadal@tosa ~]$ echo
> > > > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/
> > > > > home/guadal/.local/bin:/home/guadal/bin
> > > > > Tecnically, as you know, the best way it is the
> > > > > mostsimple...if works right.
> > > > > For what complicate to newbies about PATH?They will ask: 
> > > > > what is PATH environment?where is this?can i modifycate
> > > > > it?how to do it?
> > > > > All these questions are unneccessary (for the theme we
> > > > > aretalking about).Simply with my two commands added in the
> > > > > script "ffmpeg_centos7.sh"and in the ffmpeg  web page, it are
> > > > > the same, there is no error compilation.
> > > > > Thanks anyway.
> > > > > Alvaro
> > > > > 
> > > > > ----------------------------
> > > > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Can you check PATH variable?On Ubuntu it contains:
> > > > > > $HOME/bin
> > > > > > /use/local/bin
> > > > > > /use/bin
> > > > > > 
> > > > > > 
> > > > > > WBR, Maxim
> > > > > > (from mobile, sorry for the typos)
> > > > > > On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > > Ok, Thanks.
> > > > > > > The question is that in Centos repos the versions are
> > > > > > > prior to the necessary.
> > > > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > > > compilation need 2.13 minimum. The best of Ubuntu is that
> > > > > > > update the versions paquets verysoon.
> > > > > > > Following the ffmpeg web step by step gives more than one
> > > > > > > error, but withmy two commands added is no error.
> > > > > > > 
> > > > > > > ..................
> > > > > > > 
> > > > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Hello Alvaro,
> > > > > > > > I would say these steps 
> > > > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> > > > > > > > are seems to be no necessary ....
> > > > > > > > /root/bin should be in the PATH and no additional steps
> > > > > > > > should be required ....
> > > > > > > > 
> > > > > > > > I believe additional investigation is required here
> > > > > > > > 
> > > > > > > > On Ubuntu there is no need to build this from sources,
> > > > > > > > it is available in package manager, is it true for
> > > > > > > > CentOS?
> > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zurcamos@gmail.
> > > > > > > > com> wrote:
> > > > > > > > > Hello, Maxim,
> > > > > > > > > I've edited the page:
> > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > somethingin wrong way?
> > > > > > > > > Thanks
> > > > > > > > > Alvaro
> > > > > > > > > ---------------------------------------------
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zurcamos@g
> > > > > > > > > > mail.com> wrote:
> > > > > > > > > > > Ok, now in the tutorial is OpenJava and no Oracle
> > > > > > > > > > > Java.
> > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > solved.I've added two new commands in the script
> > > > > > > > > > > andcompile right.
> > > > > > > > > > > I've tested on a fresh installation of Centos 7
> > > > > > > > > > > anda fresh installation of OpenMeetings 4.0.4
> > > > > > > > > > > also.
> > > > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > > > thesefolders before compile newly (run the
> > > > > > > > > > > commands):
> > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > --------------------------------
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > automatically truncated at a certain point, so
> > > > > > > > > > > > I'm not able to see the entire output. I don't
> > > > > > > > > > > > know how to change this. It is possible that
> > > > > > > > > > > > something might have wrong after the last point
> > > > > > > > > > > > I've seen.
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya
> > > > > > > > > > > > <an...@gmail.com> wrote:
> > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > 
> > > > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > > Alright that worked! Now I'm at the setup
> > > > > > > > > > > > > > > page for OpenMeetings and I'm getting an
> > > > > > > > > > > > > > > error message when I try to verify the
> > > > > > > > > > > > > > > ffmpeg path
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <
> > > > > > > > > > > > > > > zurcamos@gmail.com> wrote:
> > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > This afternoon will update-change Java
> > > > > > > > > > > > > > > > in the tutorial and
> > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > --------------------------------------
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400,
> > > > > > > > > > > > > > > > Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > > I'm still getting the same error.
> > > > > > > > > > > > > > > > > ERROR 1045 (28000): Access denied for
> > > > > > > > > > > > > > > > > user 'root'@'localhost' (using
> > > > > > > > > > > > > > > > > password: NO)
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM,
> > > > > > > > > > > > > > > > > Yakovlev N. <ya...@krvostok.ru>
> > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > > After installing mariadb the root
> > > > > > > > > > > > > > > > > > account has an empty password.
> > > > > > > > > > > > > > > > > > If you have not set root password
> > > > > > > > > > > > > > > > > > enter the next command to connect
> > > > > > > > > > > > > > > > > > to mariadb:
> > > > > > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > > > > > Of course mariadb must be started
> > > > > > > > > > > > > > > > > > before connecting to it
> > > > > > > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > From: Alex Nyamweya [mailto:animeso
> > > > > > > > > > > > > > > > > > nic94@gmail.com] 
> > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00
> > > > > > > > > > > > > > > > > > AM
> > > > > > > > > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > Ok that's taken care of. Thanks!
> > > > > > > > > > > > > > > > > > Now I'm on step 10 where I have to
> > > > > > > > > > > > > > > > > > install and setup mariadb. When I
> > > > > > > > > > > > > > > > > > run the command: mysqladmin -u root
> > > > > > > > > > > > > > > > > > password new-password (new-password 
> > > > > > > > > > > > > > > > > > being my actual password) I'm
> > > > > > > > > > > > > > > > > > getting the following error:
> > > > > > > > > > > > > > > > > >  mysqladmin: connect to server at
> > > > > > > > > > > > > > > > > > 'localhost' failederror: 'Access
> > > > > > > > > > > > > > > > > > denied for user 'root'@'localhost'
> > > > > > > > > > > > > > > > > > (using password: NO)'For the record
> > > > > > > > > > > > > > > > > > I never even set up a password for
> > > > > > > > > > > > > > > > > > root user and it's asking me for
> > > > > > > > > > > > > > > > > > one when I use the MySQL Database
> > > > > > > > > > > > > > > > > > Server.
> > > > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM,
> > > > > > > > > > > > > > > > > > Yakovlev N. <yakovlev_nd@krvostok.r
> > > > > > > > > > > > > > > > > > u> wrote:
> > > > > > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > > > > > https://www.oracle.com/technetwork/
> > > > > > > > > > > > > > > > > > java/javase/downloads/jdk8-
> > > > > > > > > > > > > > > > > > downloads-2133151.html
> > > > > > > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > > > > > From: Maxim Solodovnik [mailto:solo
> > > > > > > > > > > > > > > > > > max666@gmail.com] 
> > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 7:08
> > > > > > > > > > > > > > > > > > AM
> > > > > > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > > > You can manually download RPM of
> > > > > > > > > > > > > > > > > > Oracle JDK and scp it to your Linux
> > > > > > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM
> > > > > > > > > > > > > > > > > > Alex Nyamweya <animesonic94@gmail.c
> > > > > > > > > > > > > > > > > > om> wrote:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I'm installing OpenMeetings on
> > > > > > > > > > > > > > > > > > CentOS 7 instead of Ubuntu and I
> > > > > > > > > > > > > > > > > > ran into the following problem:
> > > > > > > > > > > > > > > > > > when I try to run the command on
> > > > > > > > > > > > > > > > > > step 4, (wget --no-cookies --no-
> > > > > > > > > > > > > > > > > > check-certificate --header "Cookie:
> > > > > > > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.oracle.com
> > > > > > > > > > > > > > > > > > %2F; oraclelicense=accept-
> > > > > > > > > > > > > > > > > > securebackup-cookie"
> > > > > > > > > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b0
> > > > > > > > > > > > > > > > > > 8/jdk-8u172-linux-x64.rpm) Im
> > > > > > > > > > > > > > > > > > getting the following message:
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://d
> > > > > > > > > > > > > > > > > > ownload.oracle.com/otn-
> > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b0
> > > > > > > > > > > > > > > > > > 8/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > > > > > > > > (download.oracle.com)...
> > > > > > > > > > > > > > > > > > 23.210.24.87
> > > > > > > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|
> > > > > > > > > > > > > > > > > > :80... connected.
> > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > response... 302 Moved Temporarily
> > > > > > > > > > > > > > > > > > > Location: https://edelivery.oracl
> > > > > > > > > > > > > > > > > > e.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b0
> > > > > > > > > > > > > > > > > > 8/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > [following]
> > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  https://
> > > > > > > > > > > > > > > > > > edelivery.oracle.com/otn-
> > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b0
> > > > > > > > > > > > > > > > > > 8/jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > > > Resolving edelivery.oracle.com
> > > > > > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e,
> > > > > > > > > > > > > > > > > > 23.33.75.164
> > > > > > > > > > > > > > > > > > > Connecting to
> > > > > > > > > > > > > > > > > > edelivery.oracle.com
> > > > > > > > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11
> > > > > > > > > > > > > > > > > > c:195::2d3e|:443... connected.
> > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > response... 302 Moved Temporarily
> > > > > > > > > > > > > > > > > > > Location: http://download.oracle.
> > > > > > > > > > > > > > > > > > com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b0
> > > > > > > > > > > > > > > > > > 8/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d74490
> > > > > > > > > > > > > > > > > > 9c71191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > > [following]
> > > > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://d
> > > > > > > > > > > > > > > > > > ownload.oracle.com/otn-
> > > > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b0
> > > > > > > > > > > > > > > > > > 8/jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d74490
> > > > > > > > > > > > > > > > > > 9c71191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|
> > > > > > > > > > > > > > > > > > :80... connected.
> > > > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > > > response... 404 Not Found
> > > > > > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR 404:
> > > > > > > > > > > > > > > > > > Not Found.
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > I believe the last message is
> > > > > > > > > > > > > > > > > > preventing me from doing the next
> > > > > > > > > > > > > > > > > > step: rpm -ivh jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > x64.rpm
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > error: open of jdk-8u172-linux-
> > > > > > > > > > > > > > > > > > x64.rpm failed: No such file or
> > > > > > > > > > > > > > > > > > directory
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM,
> > > > > > > > > > > > > > > > > > Maxim Solodovnik <solomax666@gmail.
> > > > > > > > > > > > > > > > > > com> wrote:
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> You need to modify following
> > > > > > > > > > > > > > > > > > file
> > > > > > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM
> > > > > > > > > > > > > > > > > > Alex Nyamweya <animesonic94@gmail.c
> > > > > > > > > > > > > > > > > > om> wrote:
> > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > >> > Okay thank you now my next
> > > > > > > > > > > > > > > > > > question is how can I customize the
> > > > > > > > > > > > > > > > > > redirecting page to OpenMeetings
> > > > > > > > > > > > > > > > > > when I put mydomainname:5080?
> > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13
> > > > > > > > > > > > > > > > > > AM, Maxim Solodovnik <solomax666@gm
> > > > > > > > > > > > > > > > > > ail.com> wrote:
> > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > >> >> Here are the list of tested
> > > > > > > > > > > > > > > > > > OSes:
> > > > > > > > > > > > > > > > > > >> >> https://cwiki.apache.org/conf
> > > > > > > > > > > > > > > > > > luence/display/OPENMEETINGS/Tutoria
> > > > > > > > > > > > > > > > > > ls+for+installing+OpenMeetings+and+
> > > > > > > > > > > > > > > > > > Tools
> > > > > > > > > > > > > > > > > > >> >> OM should work as expected :)
> > > > > > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00
> > > > > > > > > > > > > > > > > > PM Alex Nyamweya <animesonic94@gmai
> > > > > > > > > > > > > > > > > > l.com> wrote:
> > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > >> >> > Okay for the first post I
> > > > > > > > > > > > > > > > > > decided to wipe the server clean
> > > > > > > > > > > > > > > > > > and reinstall Apache OpenMeetings.
> > > > > > > > > > > > > > > > > > I'm in the process of doing it now
> > > > > > > > > > > > > > > > > > so when I reinstall OpenMeetings
> > > > > > > > > > > > > > > > > > I'll let you know if I have any
> > > > > > > > > > > > > > > > > > issues. Does OpenMeetings run well
> > > > > > > > > > > > > > > > > > on CentOS or is it better to use
> > > > > > > > > > > > > > > > > > Ubuntu?
> > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > 1:32 AM, Maxim Solodovnik <solomax6
> > > > > > > > > > > > > > > > > > 66@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> I believe you need to
> > > > > > > > > > > > > > > > > > solve issues one by one :)
> > > > > > > > > > > > > > > > > > >> >> >> First of all you need to
> > > > > > > > > > > > > > > > > > make 2 instances of OM running with
> > > > > > > > > > > > > > > > > > no errors in logs
> > > > > > > > > > > > > > > > > > >> >> >> Then perform other
> > > > > > > > > > > > > > > > > > customizations
> > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> BTW why do you need 2
> > > > > > > > > > > > > > > > > > instances?
> > > > > > > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at
> > > > > > > > > > > > > > > > > > 10:46 AM Alex Nyamweya <animesonic9
> > > > > > > > > > > > > > > > > > 4@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > >> >> >> > Another thing, which is
> > > > > > > > > > > > > > > > > > a better platform to run
> > > > > > > > > > > > > > > > > > OpenMeetings, CentOS or Ubuntu?
> > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at
> > > > > > > > > > > > > > > > > > 8:10 PM, Alex Nyamweya <animesonic9
> > > > > > > > > > > > > > > > > > 4@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> >> Also how can I
> > > > > > > > > > > > > > > > > > customize the redirecting page to
> > > > > > > > > > > > > > > > > > openmeetings when I put
> > > > > > > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at
> > > > > > > > > > > > > > > > > > 2:31 PM, Alex Nyamweya <animesonic9
> > > > > > > > > > > > > > > > > > 4@gmail.com> wrote:
> > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > >> >> >> >>> I'm currently having a
> > > > > > > > > > > > > > > > > > problem with Apache OpenMeetings
> > > > > > > > > > > > > > > > > > loading when I go to the home page.
> > > > > > > > > > > > > > > > > > It just keeps loading and doesn't
> > > > > > > > > > > > > > > > > > reach my usual home page. It seems
> > > > > > > > > > > > > > > > > > the port is inaccessible. I have
> > > > > > > > > > > > > > > > > > two instances of OM (one at
> > > > > > > > > > > > > > > > > > /openmeetings and another at
> > > > > > > > > > > > > > > > > > /openmeetings1) and they have
> > > > > > > > > > > > > > > > > > trouble loading. Also prior to
> > > > > > > > > > > > > > > > > > having this loading problem, the
> > > > > > > > > > > > > > > > > > application crashed when I tried to
> > > > > > > > > > > > > > > > > > setup a poll in a group meeting.
> > > > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > -- 
> > > > > > > > > > > > > > WBR
> > > > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
I this case the PATH variable set incorrectly :(

these 2 entries `/home/guadal/.local/bin:/home/guadal/bin`

should be replaced with `/root/.local/bin:/root/bin`

I would update PATH instead of copiing files into /usr/bin
It will make clean-up much easier :)

On Sat, Jul 21, 2018 at 1:15 PM Alvaro <zu...@gmail.com> wrote:

> ...Maxim, use your imagination.
> So is better for you?:
>
> [root@tosa guadal]# echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> I don't build as 'guadal', i build as root.
> Please, take a look the attached picture.
>
>
> ..................................................
>
>
> El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
>
> Hmm,
>
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
>
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com> wrote:
>
> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> -----------------------
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> ----------------------------
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..................
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be required
> ....
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
...Maxim, use your imagination.So is better for you?:
[root@tosa guadal]# echo
$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guada
l/.local/bin:/home/guadal/bin
I don't build as 'guadal', i build as root.Please, take a look the
attached picture.

..................................................

El sáb, 21-07-2018 a las 11:56 +0700, Maxim Solodovnik escribió:
> Hmm,
> now I'm a little bit confused
> According to your messages you are building as `guadal` user, but
> binaries are in /root/bin, which mean they were built by user `root`
> This sounds not good
> On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com> wrote:
> > ...also 've uploaded the script "ffmpeg_centos7.sh" to:
> > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > ...can find it at the bottom page in "Attachments".
> > Alvarp
> > 
> > -----------------------El vie, 20-07-2018 a las 15:29 +0200, Alvaro
> > escribió:
> > > The PATH variable in Centos 7 is:
> > > [guadal@tosa ~]$ echo
> > > $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home
> > > /guadal/.local/bin:/home/guadal/bin
> > > Tecnically, as you know, the best way it is the mostsimple...if
> > > works right.
> > > For what complicate to newbies about PATH?They will ask: 
> > > what is PATH environment?where is this?can i modifycate it?how to
> > > do it?
> > > All these questions are unneccessary (for the theme we aretalking
> > > about).Simply with my two commands added in the script
> > > "ffmpeg_centos7.sh"and in the ffmpeg  web page, it are the same,
> > > there is no error compilation.
> > > Thanks anyway.
> > > Alvaro
> > > 
> > > ----------------------------
> > > El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
> > > > Can you check PATH variable?On Ubuntu it contains:
> > > > $HOME/bin
> > > > /use/local/bin
> > > > /use/bin
> > > > 
> > > > 
> > > > WBR, Maxim
> > > > (from mobile, sorry for the typos)
> > > > On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
> > > > > Ok, Thanks.
> > > > > The question is that in Centos repos the versions are prior
> > > > > to the necessary.
> > > > > For example nasm is 2.10.07 in Centos 7 but ffmpeg
> > > > > compilation need 2.13 minimum. The best of Ubuntu is that
> > > > > update the versions paquets verysoon.
> > > > > Following the ffmpeg web step by step gives more than one
> > > > > error, but withmy two commands added is no error.
> > > > > 
> > > > > ..................
> > > > > 
> > > > > El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Hello Alvaro,
> > > > > > I would say these steps 
> > > > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> > > > > > are seems to be no necessary ....
> > > > > > /root/bin should be in the PATH and no additional steps
> > > > > > should be required ....
> > > > > > 
> > > > > > I believe additional investigation is required here
> > > > > > 
> > > > > > On Ubuntu there is no need to build this from sources, it
> > > > > > is available in package manager, is it true for CentOS?
> > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com>
> > > > > > wrote:
> > > > > > > Hello, Maxim,
> > > > > > > I've edited the page:
> > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > Please, can you take a look and tell me if is somethingin
> > > > > > > wrong way?
> > > > > > > Thanks
> > > > > > > Alvaro
> > > > > > > ---------------------------------------------
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik
> > > > > > > escribió:
> > > > > > > > Thanks Alvaro!
> > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zurcamos@gmail
> > > > > > > > .com> wrote:
> > > > > > > > > Ok, now in the tutorial is OpenJava and no Oracle
> > > > > > > > > Java.
> > > > > > > > > The errors in the ffmpeg compilation are solved.I've
> > > > > > > > > added two new commands in the script andcompile
> > > > > > > > > right.
> > > > > > > > > I've tested on a fresh installation of Centos 7 anda
> > > > > > > > > fresh installation of OpenMeetings 4.0.4 also.
> > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > thesefolders before compile newly (run the commands):
> > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > rm -R /root/bin
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > --------------------------------
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya
> > > > > > > > > escribió:
> > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > automatically truncated at a certain point, so I'm
> > > > > > > > > > not able to see the entire output. I don't know how
> > > > > > > > > > to change this. It is possible that something might
> > > > > > > > > > have wrong after the last point I've seen.
> > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <ani
> > > > > > > > > > mesonic94@gmail.com> wrote:
> > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > 
> > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik
> > > > > > > > > > > <so...@gmail.com> wrote:
> > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <
> > > > > > > > > > > > animesonic94@gmail.com> wrote:
> > > > > > > > > > > > > Alright that worked! Now I'm at the setup
> > > > > > > > > > > > > page for OpenMeetings and I'm getting an
> > > > > > > > > > > > > error message when I try to verify the ffmpeg
> > > > > > > > > > > > > path
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zurc
> > > > > > > > > > > > > amos@gmail.com> wrote:
> > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > This afternoon will update-change Java in
> > > > > > > > > > > > > > the tutorial and
> > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > --------------------------------------
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex
> > > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > > I'm still getting the same error. ERROR
> > > > > > > > > > > > > > > 1045 (28000): Access denied for user
> > > > > > > > > > > > > > > 'root'@'localhost' (using password: NO)
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev
> > > > > > > > > > > > > > > N. <ya...@krvostok.ru> wrote:
> > > > > > > > > > > > > > > > After installing mariadb the root
> > > > > > > > > > > > > > > > account has an empty password.
> > > > > > > > > > > > > > > > If you have not set root password enter
> > > > > > > > > > > > > > > > the next command to connect to mariadb:
> > > > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > > > Of course mariadb must be started
> > > > > > > > > > > > > > > > before connecting to it
> > > > > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > From: Alex Nyamweya [mailto:animesonic9
> > > > > > > > > > > > > > > > 4@gmail.com] 
> > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > Ok that's taken care of. Thanks! Now
> > > > > > > > > > > > > > > > I'm on step 10 where I have to install
> > > > > > > > > > > > > > > > and setup mariadb. When I run the
> > > > > > > > > > > > > > > > command: mysqladmin -u root password
> > > > > > > > > > > > > > > > new-password (new-password being my
> > > > > > > > > > > > > > > > actual password) I'm getting the
> > > > > > > > > > > > > > > > following error:
> > > > > > > > > > > > > > > >  mysqladmin: connect to server at
> > > > > > > > > > > > > > > > 'localhost' failederror: 'Access denied
> > > > > > > > > > > > > > > > for user 'root'@'localhost' (using
> > > > > > > > > > > > > > > > password: NO)'For the record I never
> > > > > > > > > > > > > > > > even set up a password for root user
> > > > > > > > > > > > > > > > and it's asking me for one when I use
> > > > > > > > > > > > > > > > the MySQL Database Server.
> > > > > > > > > > > > > > > >  
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM,
> > > > > > > > > > > > > > > > Yakovlev N. <ya...@krvostok.ru>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > > > https://www.oracle.com/technetwork/java
> > > > > > > > > > > > > > > > /javase/downloads/jdk8-downloads-
> > > > > > > > > > > > > > > > 2133151.html
> > > > > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax6
> > > > > > > > > > > > > > > > 66@gmail.com] 
> > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > > > You can manually download RPM of Oracle
> > > > > > > > > > > > > > > > JDK and scp it to your Linux
> > > > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex
> > > > > > > > > > > > > > > > Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I'm installing OpenMeetings on CentOS
> > > > > > > > > > > > > > > > 7 instead of Ubuntu and I ran into the
> > > > > > > > > > > > > > > > following problem: when I try to run
> > > > > > > > > > > > > > > > the command on step 4, (wget --no-
> > > > > > > > > > > > > > > > cookies --no-check-certificate --header 
> > > > > > > > > > > > > > > > "Cookie: gpw_e24=http%3A%2F%2Fwww.oracl
> > > > > > > > > > > > > > > > e.com%2F; oraclelicense=accept-
> > > > > > > > > > > > > > > > securebackup-cookie"
> > > > > > > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jd
> > > > > > > > > > > > > > > > k-8u172-linux-x64.rpm) Im getting the
> > > > > > > > > > > > > > > > following message:
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://downl
> > > > > > > > > > > > > > > > oad.oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jd
> > > > > > > > > > > > > > > > k-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > > > > > > (download.oracle.com)... 23.210.24.87
> > > > > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80.
> > > > > > > > > > > > > > > > .. connected.
> > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > response... 302 Moved Temporarily
> > > > > > > > > > > > > > > > > Location: https://edelivery.oracle.co
> > > > > > > > > > > > > > > > m/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jd
> > > > > > > > > > > > > > > > k-8u172-linux-x64.rpm [following]
> > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  https://edel
> > > > > > > > > > > > > > > > ivery.oracle.com/otn-
> > > > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jd
> > > > > > > > > > > > > > > > k-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > > Resolving edelivery.oracle.com
> > > > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > > > > > > > > > > > > > > > Connecting to edelivery.oracle.com
> > > > > > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:19
> > > > > > > > > > > > > > > > 5::2d3e|:443... connected.
> > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > response... 302 Moved Temporarily
> > > > > > > > > > > > > > > > > Location: http://download.oracle.com/
> > > > > > > > > > > > > > > > otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jd
> > > > > > > > > > > > > > > > k-8u172-linux-
> > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71
> > > > > > > > > > > > > > > > 191616a140978a0fc10e06 [following]
> > > > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://downl
> > > > > > > > > > > > > > > > oad.oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jd
> > > > > > > > > > > > > > > > k-8u172-linux-
> > > > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71
> > > > > > > > > > > > > > > > 191616a140978a0fc10e06
> > > > > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80.
> > > > > > > > > > > > > > > > .. connected.
> > > > > > > > > > > > > > > > > HTTP request sent, awaiting
> > > > > > > > > > > > > > > > response... 404 Not Found
> > > > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not
> > > > > > > > > > > > > > > > Found.
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > I believe the last message is
> > > > > > > > > > > > > > > > preventing me from doing the next step:
> > > > > > > > > > > > > > > > rpm -ivh jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > error: open of jdk-8u172-linux-
> > > > > > > > > > > > > > > > x64.rpm failed: No such file or
> > > > > > > > > > > > > > > > directory
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM,
> > > > > > > > > > > > > > > > Maxim Solodovnik <so...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> You need to modify following file
> > > > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex
> > > > > > > > > > > > > > > > Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > >> > Okay thank you now my next
> > > > > > > > > > > > > > > > question is how can I customize the
> > > > > > > > > > > > > > > > redirecting page to OpenMeetings when I
> > > > > > > > > > > > > > > > put mydomainname:5080?
> > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM,
> > > > > > > > > > > > > > > > Maxim Solodovnik <so...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > >> >> Here are the list of tested OSes:
> > > > > > > > > > > > > > > > >> >> https://cwiki.apache.org/confluen
> > > > > > > > > > > > > > > > ce/display/OPENMEETINGS/Tutorials+for+i
> > > > > > > > > > > > > > > > nstalling+OpenMeetings+and+Tools
> > > > > > > > > > > > > > > > >> >> OM should work as expected :)
> > > > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM
> > > > > > > > > > > > > > > > Alex Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > >> >> > Okay for the first post I
> > > > > > > > > > > > > > > > decided to wipe the server clean and
> > > > > > > > > > > > > > > > reinstall Apache OpenMeetings. I'm in
> > > > > > > > > > > > > > > > the process of doing it now so when I
> > > > > > > > > > > > > > > > reinstall OpenMeetings I'll let you
> > > > > > > > > > > > > > > > know if I have any issues. Does
> > > > > > > > > > > > > > > > OpenMeetings run well on CentOS or is
> > > > > > > > > > > > > > > > it better to use Ubuntu?
> > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32
> > > > > > > > > > > > > > > > AM, Maxim Solodovnik <solomax666@gmail.
> > > > > > > > > > > > > > > > com> wrote:
> > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > >> >> >> I believe you need to solve
> > > > > > > > > > > > > > > > issues one by one :)
> > > > > > > > > > > > > > > > >> >> >> First of all you need to make
> > > > > > > > > > > > > > > > 2 instances of OM running with no
> > > > > > > > > > > > > > > > errors in logs
> > > > > > > > > > > > > > > > >> >> >> Then perform other
> > > > > > > > > > > > > > > > customizations
> > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > >> >> >> BTW why do you need 2
> > > > > > > > > > > > > > > > instances?
> > > > > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46
> > > > > > > > > > > > > > > > AM Alex Nyamweya <animesonic94@gmail.co
> > > > > > > > > > > > > > > > m> wrote:
> > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > >> >> >> > Another thing, which is a
> > > > > > > > > > > > > > > > better platform to run OpenMeetings,
> > > > > > > > > > > > > > > > CentOS or Ubuntu?
> > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10
> > > > > > > > > > > > > > > > PM, Alex Nyamweya <animesonic94@gmail.c
> > > > > > > > > > > > > > > > om> wrote:
> > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > >> >> >> >> Also how can I customize
> > > > > > > > > > > > > > > > the redirecting page to openmeetings
> > > > > > > > > > > > > > > > when I put mydomainname:5080?
> > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at
> > > > > > > > > > > > > > > > 2:31 PM, Alex Nyamweya <animesonic94@gm
> > > > > > > > > > > > > > > > ail.com> wrote:
> > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > >> >> >> >>> I'm currently having a
> > > > > > > > > > > > > > > > problem with Apache OpenMeetings
> > > > > > > > > > > > > > > > loading when I go to the home page. It
> > > > > > > > > > > > > > > > just keeps loading and doesn't reach my
> > > > > > > > > > > > > > > > usual home page. It seems the port is
> > > > > > > > > > > > > > > > inaccessible. I have two instances of
> > > > > > > > > > > > > > > > OM (one at /openmeetings and another at
> > > > > > > > > > > > > > > > /openmeetings1) and they have trouble
> > > > > > > > > > > > > > > > loading. Also prior to having this
> > > > > > > > > > > > > > > > loading problem, the application
> > > > > > > > > > > > > > > > crashed when I tried to setup a poll in
> > > > > > > > > > > > > > > > a group meeting.
> > > > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > -- 
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > 
> > > > > > > > -- 
> > > > > > > > WBR
> > > > > > > > Maxim aka solomax
> > > > > > 
> > > > > > -- 
> > > > > > WBR
> > > > > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Hmm,

now I'm a little bit confused
According to your messages you are building as `guadal` user, but binaries
are in /root/bin, which mean they were built by user `root`
This sounds not good

On Sat, Jul 21, 2018 at 2:04 AM Alvaro <zu...@gmail.com> wrote:

> ...also 've uploaded the script "ffmpeg_centos7.sh" to:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...can find it at the bottom page in "Attachments".
>
> Alvarp
>
>
> -----------------------
> El vie, 20-07-2018 a las 15:29 +0200, Alvaro escribió:
>
> The PATH variable in Centos 7 is:
>
> [guadal@tosa ~]$ echo $PATH
>
> /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guadal/.local/bin:/home/guadal/bin
>
> Tecnically, as you know, the best way it is the most
> simple...if works right.
>
> For what complicate to newbies about PATH?
> They will ask:
>
> what is PATH environment?
> where is this?
> can i modifycate it?
> how to do it?
>
> All these questions are unneccessary (for the theme we are
> talking about).
> Simply with my two commands added in the script "ffmpeg_centos7.sh"
> and in the ffmpeg web page, it are the same, there is no error compilation.
>
> Thanks anyway.
>
> Alvaro
>
>
> ----------------------------
>
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
>
> Can you check PATH variable?
> On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
>
>
> WBR, Maxim
> (from mobile, sorry for the typos)
>
> On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
>
> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..................
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be required
> ....
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>

-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
...also 've uploaded the script "ffmpeg_centos7.sh" to:
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
...can find it at the bottom page in "Attachments".
Alvarp

-----------------------El vie, 20-07-2018 a las 15:29 +0200, Alvaro
escribió:
> The PATH variable in Centos 7 is:
> [guadal@tosa ~]$ echo
> $PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/gua
> dal/.local/bin:/home/guadal/bin
> Tecnically, as you know, the best way it is the mostsimple...if works
> right.
> For what complicate to newbies about PATH?They will ask: 
> what is PATH environment?where is this?can i modifycate it?how to do
> it?
> All these questions are unneccessary (for the theme we aretalking
> about).Simply with my two commands added in the script
> "ffmpeg_centos7.sh"and in the ffmpeg  web page, it are the same,
> there is no error compilation.
> Thanks anyway.
> Alvaro
> 
> ----------------------------
> El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
> > Can you check PATH variable?On Ubuntu it contains:
> > $HOME/bin
> > /use/local/bin
> > /use/bin
> > 
> > 
> > WBR, Maxim
> > (from mobile, sorry for the typos)
> > On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
> > > Ok, Thanks.
> > > The question is that in Centos repos the versions are prior to
> > > the necessary.
> > > For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation
> > > need 2.13 minimum. The best of Ubuntu is that update the versions
> > > paquets verysoon.
> > > Following the ffmpeg web step by step gives more than one error,
> > > but withmy two commands added is no error.
> > > 
> > > ..................
> > > 
> > > El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
> > > > Hello Alvaro,
> > > > I would say these steps 
> > > > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> > > > are seems to be no necessary ....
> > > > /root/bin should be in the PATH and no additional steps should
> > > > be required ....
> > > > 
> > > > I believe additional investigation is required here
> > > > 
> > > > On Ubuntu there is no need to build this from sources, it is
> > > > available in package manager, is it true for CentOS?
> > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > > Hello, Maxim,
> > > > > I've edited the page:
> > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > ...and add a warning, in red color, after Yasm.
> > > > > Please, can you take a look and tell me if is somethingin
> > > > > wrong way?
> > > > > Thanks
> > > > > Alvaro
> > > > > ---------------------------------------------
> > > > > 
> > > > > 
> > > > > 
> > > > > 
> > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik
> > > > > escribió:
> > > > > > Thanks Alvaro!
> > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zurcamos@gmail.com
> > > > > > > wrote:
> > > > > > > Ok, now in the tutorial is OpenJava and no Oracle Java.
> > > > > > > The errors in the ffmpeg compilation are solved.I've
> > > > > > > added two new commands in the script andcompile right.
> > > > > > > I've tested on a fresh installation of Centos 7 anda
> > > > > > > fresh installation of OpenMeetings 4.0.4 also.
> > > > > > > Please download again the tutorial and delete
> > > > > > > thesefolders before compile newly (run the commands):
> > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > rm -R /root/ffmpeg_build
> > > > > > > rm -R /root/bin
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > > > > --------------------------------
> > > > > > > 
> > > > > > > 
> > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya
> > > > > > > escribió:
> > > > > > > > Also when I run the script the output is automatically
> > > > > > > > truncated at a certain point, so I'm not able to see
> > > > > > > > the entire output. I don't know how to change this. It
> > > > > > > > is possible that something might have wrong after the
> > > > > > > > last point I've seen.
> > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <animeso
> > > > > > > > nic94@gmail.com> wrote:
> > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > 
> > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so
> > > > > > > > > lomax666@gmail.com> wrote:
> > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <anim
> > > > > > > > > > esonic94@gmail.com> wrote:
> > > > > > > > > > > Alright that worked! Now I'm at the setup page
> > > > > > > > > > > for OpenMeetings and I'm getting an error message
> > > > > > > > > > > when I try to verify the ffmpeg path
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zurcamos
> > > > > > > > > > > @gmail.com> wrote:
> > > > > > > > > > > > Hi,
> > > > > > > > > > > > 
> > > > > > > > > > > > This afternoon will update-change Java in the
> > > > > > > > > > > > tutorial and
> > > > > > > > > > > > will upload it.
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > --------------------------------------
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex
> > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > I'm still getting the same error. ERROR 1045
> > > > > > > > > > > > > (28000): Access denied for user
> > > > > > > > > > > > > 'root'@'localhost' (using password: NO)
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.
> > > > > > > > > > > > > <ya...@krvostok.ru> wrote:
> > > > > > > > > > > > > > After installing mariadb the root account
> > > > > > > > > > > > > > has an empty password.
> > > > > > > > > > > > > > If you have not set root password enter the
> > > > > > > > > > > > > > next command to connect to mariadb:
> > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > Of course mariadb must be started before
> > > > > > > > > > > > > > connecting to it
> > > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > > >  
> > > > > > > > > > > > > > From: Alex Nyamweya [mailto:animesonic94@gm
> > > > > > > > > > > > > > ail.com] 
> > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > >  
> > > > > > > > > > > > > > Ok that's taken care of. Thanks! Now I'm on
> > > > > > > > > > > > > > step 10 where I have to install and setup
> > > > > > > > > > > > > > mariadb. When I run the command: mysqladmin
> > > > > > > > > > > > > > -u root password new-password (new-password 
> > > > > > > > > > > > > > being my actual password) I'm getting the
> > > > > > > > > > > > > > following error:
> > > > > > > > > > > > > >  mysqladmin: connect to server at
> > > > > > > > > > > > > > 'localhost' failederror: 'Access denied for
> > > > > > > > > > > > > > user 'root'@'localhost' (using password:
> > > > > > > > > > > > > > NO)'For the record I never even set up a
> > > > > > > > > > > > > > password for root user and it's asking me
> > > > > > > > > > > > > > for one when I use the MySQL Database
> > > > > > > > > > > > > > Server.
> > > > > > > > > > > > > >  
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev
> > > > > > > > > > > > > > N. <ya...@krvostok.ru> wrote:
> > > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > > https://www.oracle.com/technetwork/java/jav
> > > > > > > > > > > > > > ase/downloads/jdk8-downloads-2133151.html
> > > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@g
> > > > > > > > > > > > > > mail.com] 
> > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > > You can manually download RPM of Oracle JDK
> > > > > > > > > > > > > > and scp it to your Linux
> > > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex
> > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I'm installing OpenMeetings on CentOS 7
> > > > > > > > > > > > > > instead of Ubuntu and I ran into the
> > > > > > > > > > > > > > following problem: when I try to run the
> > > > > > > > > > > > > > command on step 4, (wget --no-cookies --no-
> > > > > > > > > > > > > > check-certificate --header "Cookie:
> > > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.oracle.com%2F;
> > > > > > > > > > > > > > oraclelicense=accept-securebackup-cookie"
> > > > > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > > 8u172-linux-x64.rpm) Im getting the
> > > > > > > > > > > > > > following message:
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://download.
> > > > > > > > > > > > > > oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > > 8u172-linux-x64.rpm
> > > > > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > > > > (download.oracle.com)... 23.210.24.87
> > > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80...
> > > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > > HTTP request sent, awaiting response...
> > > > > > > > > > > > > > 302 Moved Temporarily
> > > > > > > > > > > > > > > Location: https://edelivery.oracle.com/ot
> > > > > > > > > > > > > > n-pub/java/jdk/8u172-
> > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > > 8u172-linux-x64.rpm [following]
> > > > > > > > > > > > > > > --2018-07-18 05:57:58--  https://edeliver
> > > > > > > > > > > > > > y.oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > > 8u172-linux-x64.rpm
> > > > > > > > > > > > > > > Resolving edelivery.oracle.com
> > > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > > > > > > > > > > > > > Connecting to edelivery.oracle.com
> > > > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:195::2
> > > > > > > > > > > > > > d3e|:443... connected.
> > > > > > > > > > > > > > > HTTP request sent, awaiting response...
> > > > > > > > > > > > > > 302 Moved Temporarily
> > > > > > > > > > > > > > > Location: http://download.oracle.com/otn-
> > > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > > 8u172-linux-
> > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c711916
> > > > > > > > > > > > > > 16a140978a0fc10e06 [following]
> > > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://download.
> > > > > > > > > > > > > > oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > > 8u172-linux-
> > > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c711916
> > > > > > > > > > > > > > 16a140978a0fc10e06
> > > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80...
> > > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > > HTTP request sent, awaiting response...
> > > > > > > > > > > > > > 404 Not Found
> > > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > I believe the last message is preventing
> > > > > > > > > > > > > > me from doing the next step: rpm -ivh jdk-
> > > > > > > > > > > > > > 8u172-linux-x64.rpm
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > error: open of jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > > failed: No such file or directory
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim
> > > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> You need to modify following file
> > > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex
> > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> > Okay thank you now my next question is
> > > > > > > > > > > > > > how can I customize the redirecting page to
> > > > > > > > > > > > > > OpenMeetings when I put mydomainname:5080?
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim
> > > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> Here are the list of tested OSes:
> > > > > > > > > > > > > > >> >> https://cwiki.apache.org/confluence/d
> > > > > > > > > > > > > > isplay/OPENMEETINGS/Tutorials+for+installin
> > > > > > > > > > > > > > g+OpenMeetings+and+Tools
> > > > > > > > > > > > > > >> >> OM should work as expected :)
> > > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex
> > > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > Okay for the first post I decided
> > > > > > > > > > > > > > to wipe the server clean and reinstall
> > > > > > > > > > > > > > Apache OpenMeetings. I'm in the process of
> > > > > > > > > > > > > > doing it now so when I reinstall
> > > > > > > > > > > > > > OpenMeetings I'll let you know if I have
> > > > > > > > > > > > > > any issues. Does OpenMeetings run well on
> > > > > > > > > > > > > > CentOS or is it better to use Ubuntu?
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32 AM,
> > > > > > > > > > > > > > Maxim Solodovnik <so...@gmail.com>
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > >> >> >> I believe you need to solve issues
> > > > > > > > > > > > > > one by one :)
> > > > > > > > > > > > > > >> >> >> First of all you need to make 2
> > > > > > > > > > > > > > instances of OM running with no errors in
> > > > > > > > > > > > > > logs
> > > > > > > > > > > > > > >> >> >> Then perform other customizations
> > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > >> >> >> BTW why do you need 2 instances?
> > > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM
> > > > > > > > > > > > > > Alex Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > >> >> >> > Another thing, which is a better
> > > > > > > > > > > > > > platform to run OpenMeetings, CentOS or
> > > > > > > > > > > > > > Ubuntu?
> > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM,
> > > > > > > > > > > > > > Alex Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > >> >> >> >> Also how can I customize the
> > > > > > > > > > > > > > redirecting page to openmeetings when I put
> > > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at 2:31
> > > > > > > > > > > > > > PM, Alex Nyamweya <an...@gmail.com>
> > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > >> >> >> >>> I'm currently having a problem
> > > > > > > > > > > > > > with Apache OpenMeetings loading when I go
> > > > > > > > > > > > > > to the home page. It just keeps loading and
> > > > > > > > > > > > > > doesn't reach my usual home page. It seems
> > > > > > > > > > > > > > the port is inaccessible. I have two
> > > > > > > > > > > > > > instances of OM (one at /openmeetings and
> > > > > > > > > > > > > > another at /openmeetings1) and they have
> > > > > > > > > > > > > > trouble loading. Also prior to having this
> > > > > > > > > > > > > > loading problem, the application crashed
> > > > > > > > > > > > > > when I tried to setup a poll in a group
> > > > > > > > > > > > > > meeting.
> > > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >> >
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >>
> > > > > > > > > > > > > > >> --
> > > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > >
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > 
> > > > > > -- 
> > > > > > WBR
> > > > > > Maxim aka solomax
> > > > 
> > > > -- 
> > > > WBR
> > > > Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
The PATH variable in Centos 7 is:
[guadal@tosa ~]$ echo
$PATH/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/guada
l/.local/bin:/home/guadal/bin
Tecnically, as you know, the best way it is the mostsimple...if works
right.
For what complicate to newbies about PATH?They will ask: 
what is PATH environment?where is this?can i modifycate it?how to do
it?
All these questions are unneccessary (for the theme we aretalking
about).Simply with my two commands added in the script
"ffmpeg_centos7.sh"and in the ffmpeg  web page, it are the same, there
is no error compilation.
Thanks anyway.
Alvaro

----------------------------
El vie, 20-07-2018 a las 08:39 +0700, Maxim Solodovnik escribió:
> Can you check PATH variable?On Ubuntu it contains:
> $HOME/bin
> /use/local/bin
> /use/bin
> 
> 
> WBR, Maxim
> (from mobile, sorry for the typos)
> On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:
> > Ok, Thanks.
> > The question is that in Centos repos the versions are prior to the
> > necessary.
> > For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need
> > 2.13 minimum. The best of Ubuntu is that update the versions
> > paquets verysoon.
> > Following the ffmpeg web step by step gives more than one error,
> > but withmy two commands added is no error.
> > 
> > ..................
> > 
> > El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
> > > Hello Alvaro,
> > > I would say these steps 
> > > cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> > > are seems to be no necessary ....
> > > /root/bin should be in the PATH and no additional steps should be
> > > required ....
> > > 
> > > I believe additional investigation is required here
> > > 
> > > On Ubuntu there is no need to build this from sources, it is
> > > available in package manager, is it true for CentOS?
> > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com>
> > > wrote:
> > > > Hello, Maxim,
> > > > I've edited the page:
> > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > ...and add a warning, in red color, after Yasm.
> > > > Please, can you take a look and tell me if is somethingin wrong
> > > > way?
> > > > Thanks
> > > > Alvaro
> > > > ---------------------------------------------
> > > > 
> > > > 
> > > > 
> > > > 
> > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik
> > > > escribió:
> > > > > Thanks Alvaro!
> > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com>
> > > > > wrote:
> > > > > > Ok, now in the tutorial is OpenJava and no Oracle Java.
> > > > > > The errors in the ffmpeg compilation are solved.I've added
> > > > > > two new commands in the script andcompile right.
> > > > > > I've tested on a fresh installation of Centos 7 anda fresh
> > > > > > installation of OpenMeetings 4.0.4 also.
> > > > > > Please download again the tutorial and delete thesefolders
> > > > > > before compile newly (run the commands):
> > > > > > rm -R /root/ffmpeg_sources
> > > > > > rm -R /root/ffmpeg_build
> > > > > > rm -R /root/bin
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > --------------------------------
> > > > > > 
> > > > > > 
> > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya
> > > > > > escribió:
> > > > > > > Also when I run the script the output is automatically
> > > > > > > truncated at a certain point, so I'm not able to see the
> > > > > > > entire output. I don't know how to change this. It is
> > > > > > > possible that something might have wrong after the last
> > > > > > > point I've seen.
> > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <animesoni
> > > > > > > c94@gmail.com> wrote:
> > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > 
> > > > > > > > script twice. It didn't create the file.
> > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <solo
> > > > > > > > max666@gmail.com> wrote:
> > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > Is it exists on path specified?
> > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <animes
> > > > > > > > > onic94@gmail.com> wrote:
> > > > > > > > > > Alright that worked! Now I'm at the setup page for
> > > > > > > > > > OpenMeetings and I'm getting an error message when
> > > > > > > > > > I try to verify the ffmpeg path
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zurcamos@g
> > > > > > > > > > mail.com> wrote:
> > > > > > > > > > > Hi,
> > > > > > > > > > > 
> > > > > > > > > > > This afternoon will update-change Java in the
> > > > > > > > > > > tutorial and
> > > > > > > > > > > will upload it.
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > --------------------------------------
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex
> > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > I'm still getting the same error. ERROR 1045
> > > > > > > > > > > > (28000): Access denied for user
> > > > > > > > > > > > 'root'@'localhost' (using password: NO)
> > > > > > > > > > > > 
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <y
> > > > > > > > > > > > akovlev_nd@krvostok.ru> wrote:
> > > > > > > > > > > > > After installing mariadb the root account has
> > > > > > > > > > > > > an empty password.
> > > > > > > > > > > > > If you have not set root password enter the
> > > > > > > > > > > > > next command to connect to mariadb:
> > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > Of course mariadb must be started before
> > > > > > > > > > > > > connecting to it
> > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > >  
> > > > > > > > > > > > > From: Alex Nyamweya [mailto:animesonic94@gmai
> > > > > > > > > > > > > l.com] 
> > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > >  
> > > > > > > > > > > > > Ok that's taken care of. Thanks! Now I'm on
> > > > > > > > > > > > > step 10 where I have to install and setup
> > > > > > > > > > > > > mariadb. When I run the command: mysqladmin
> > > > > > > > > > > > > -u root password new-password (new-password
> > > > > > > > > > > > > being my actual password) I'm getting the
> > > > > > > > > > > > > following error:
> > > > > > > > > > > > >  mysqladmin: connect to server at 'localhost'
> > > > > > > > > > > > > failederror: 'Access denied for user
> > > > > > > > > > > > > 'root'@'localhost' (using password: NO)'For
> > > > > > > > > > > > > the record I never even set up a password for
> > > > > > > > > > > > > root user and it's asking me for one when I
> > > > > > > > > > > > > use the MySQL Database Server.
> > > > > > > > > > > > >  
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N.
> > > > > > > > > > > > > <ya...@krvostok.ru> wrote:
> > > > > > > > > > > > > See the next page
> > > > > > > > > > > > > https://www.oracle.com/technetwork/java/javas
> > > > > > > > > > > > > e/downloads/jdk8-downloads-2133151.html
> > > > > > > > > > > > > to get more information ....
> > > > > > > > > > > > > 
> > > > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gma
> > > > > > > > > > > > > il.com] 
> > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > You can manually download RPM of Oracle JDK
> > > > > > > > > > > > > and scp it to your Linux
> > > > > > > > > > > > > machine ....
> > > > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex
> > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I'm installing OpenMeetings on CentOS 7
> > > > > > > > > > > > > instead of Ubuntu and I ran into the
> > > > > > > > > > > > > following problem: when I try to run the
> > > > > > > > > > > > > command on step 4, (wget --no-cookies --no-
> > > > > > > > > > > > > check-certificate --header "Cookie:
> > > > > > > > > > > > > gpw_e24=http%3A%2F%2Fwww.oracle.com%2F;
> > > > > > > > > > > > > oraclelicense=accept-securebackup-cookie"
> > > > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > 8u172-linux-x64.rpm) Im getting the following
> > > > > > > > > > > > > message:
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://download.or
> > > > > > > > > > > > > acle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > 8u172-linux-x64.rpm
> > > > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > > > (download.oracle.com)... 23.210.24.87
> > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80...
> > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > HTTP request sent, awaiting response... 302
> > > > > > > > > > > > > Moved Temporarily
> > > > > > > > > > > > > > Location: https://edelivery.oracle.com/otn-
> > > > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > 8u172-linux-x64.rpm [following]
> > > > > > > > > > > > > > --2018-07-18 05:57:58--  https://edelivery.
> > > > > > > > > > > > > oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > 8u172-linux-x64.rpm
> > > > > > > > > > > > > > Resolving edelivery.oracle.com
> > > > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > > > 2a02:26f0:11c:195::2d3e,
> > > > > > > > > > > > > 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > > > > > > > > > > > > Connecting to edelivery.oracle.com
> > > > > > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3
> > > > > > > > > > > > > e|:443... connected.
> > > > > > > > > > > > > > HTTP request sent, awaiting response... 302
> > > > > > > > > > > > > Moved Temporarily
> > > > > > > > > > > > > > Location: http://download.oracle.com/otn-pu
> > > > > > > > > > > > > b/java/jdk/8u172-
> > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > 8u172-linux-
> > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616
> > > > > > > > > > > > > a140978a0fc10e06 [following]
> > > > > > > > > > > > > > --2018-07-18 05:57:58--  http://download.or
> > > > > > > > > > > > > acle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > > > > > 8u172-linux-
> > > > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616
> > > > > > > > > > > > > a140978a0fc10e06
> > > > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80...
> > > > > > > > > > > > > connected.
> > > > > > > > > > > > > > HTTP request sent, awaiting response... 404
> > > > > > > > > > > > > Not Found
> > > > > > > > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > I believe the last message is preventing me
> > > > > > > > > > > > > from doing the next step: rpm -ivh jdk-8u172-
> > > > > > > > > > > > > linux-x64.rpm
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > error: open of jdk-8u172-linux-x64.rpm
> > > > > > > > > > > > > failed: No such file or directory
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim
> > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> You need to modify following file
> > > > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex
> > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> > Okay thank you now my next question is
> > > > > > > > > > > > > how can I customize the redirecting page to
> > > > > > > > > > > > > OpenMeetings when I put mydomainname:5080?
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim
> > > > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> Here are the list of tested OSes:
> > > > > > > > > > > > > >> >> https://cwiki.apache.org/confluence/dis
> > > > > > > > > > > > > play/OPENMEETINGS/Tutorials+for+installing+Op
> > > > > > > > > > > > > enMeetings+and+Tools
> > > > > > > > > > > > > >> >> OM should work as expected :)
> > > > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex
> > > > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > Okay for the first post I decided to
> > > > > > > > > > > > > wipe the server clean and reinstall Apache
> > > > > > > > > > > > > OpenMeetings. I'm in the process of doing it
> > > > > > > > > > > > > now so when I reinstall OpenMeetings I'll let
> > > > > > > > > > > > > you know if I have any issues. Does
> > > > > > > > > > > > > OpenMeetings run well on CentOS or is it
> > > > > > > > > > > > > better to use Ubuntu?
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32 AM,
> > > > > > > > > > > > > Maxim Solodovnik <so...@gmail.com>
> > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > >> >> >> I believe you need to solve issues
> > > > > > > > > > > > > one by one :)
> > > > > > > > > > > > > >> >> >> First of all you need to make 2
> > > > > > > > > > > > > instances of OM running with no errors in
> > > > > > > > > > > > > logs
> > > > > > > > > > > > > >> >> >> Then perform other customizations
> > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > >> >> >> BTW why do you need 2 instances?
> > > > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM
> > > > > > > > > > > > > Alex Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > >> >> >> > Another thing, which is a better
> > > > > > > > > > > > > platform to run OpenMeetings, CentOS or
> > > > > > > > > > > > > Ubuntu?
> > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM,
> > > > > > > > > > > > > Alex Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > >> >> >> >> Also how can I customize the
> > > > > > > > > > > > > redirecting page to openmeetings when I put
> > > > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM,
> > > > > > > > > > > > > Alex Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > >> >> >> >>> I'm currently having a problem
> > > > > > > > > > > > > with Apache OpenMeetings loading when I go to
> > > > > > > > > > > > > the home page. It just keeps loading and
> > > > > > > > > > > > > doesn't reach my usual home page. It seems
> > > > > > > > > > > > > the port is inaccessible. I have two
> > > > > > > > > > > > > instances of OM (one at /openmeetings and
> > > > > > > > > > > > > another at /openmeetings1) and they have
> > > > > > > > > > > > > trouble loading. Also prior to having this
> > > > > > > > > > > > > loading problem, the application crashed when
> > > > > > > > > > > > > I tried to setup a poll in a group meeting.
> > > > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > > > >> >> >> >
> > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > >> >> >>
> > > > > > > > > > > > > >> >> >> --
> > > > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >> >
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >>
> > > > > > > > > > > > > >> >> --
> > > > > > > > > > > > > >> >> WBR
> > > > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >> >
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >>
> > > > > > > > > > > > > >> --
> > > > > > > > > > > > > >> WBR
> > > > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > > > >
> > > > > > > > > > > > > >
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > -- 
> > > > > > > > > WBR
> > > > > > > > > Maxim aka solomax
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Can you check PATH variable?
On Ubuntu it contains:
$HOME/bin
/use/local/bin
/use/bin


WBR, Maxim
(from mobile, sorry for the typos)

On Fri, Jul 20, 2018, 00:58 Alvaro <zu...@gmail.com> wrote:

> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..................
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be required
> ....
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
Ok, Thanks.
The question is that in Centos repos the versions are prior to the
necessary.
For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need
2.13 minimum. The best of Ubuntu is that update the versions paquets
verysoon.
Following the ffmpeg web step by step gives more than one error, but
withmy two commands added is no error.

..................

El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> I would say these steps 
> cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> are seems to be no necessary ....
> /root/bin should be in the PATH and no additional steps should be
> required ....
> 
> I believe additional investigation is required here
> 
> On Ubuntu there is no need to build this from sources, it is
> available in package manager, is it true for CentOS?
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:
> > Hello, Maxim,
> > I've edited the page:
> > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > ...and add a warning, in red color, after Yasm.
> > Please, can you take a look and tell me if is somethingin wrong
> > way?
> > Thanks
> > Alvaro
> > ---------------------------------------------
> > 
> > 
> > 
> > 
> > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
> > > Thanks Alvaro!
> > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com>
> > > wrote:
> > > > Ok, now in the tutorial is OpenJava and no Oracle Java.
> > > > The errors in the ffmpeg compilation are solved.I've added two
> > > > new commands in the script andcompile right.
> > > > I've tested on a fresh installation of Centos 7 anda fresh
> > > > installation of OpenMeetings 4.0.4 also.
> > > > Please download again the tutorial and delete thesefolders
> > > > before compile newly (run the commands):
> > > > rm -R /root/ffmpeg_sources
> > > > rm -R /root/ffmpeg_build
> > > > rm -R /root/bin
> > > > 
> > > > 
> > > > 
> > > > --------------------------------
> > > > 
> > > > 
> > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
> > > > > Also when I run the script the output is automatically
> > > > > truncated at a certain point, so I'm not able to see the
> > > > > entire output. I don't know how to change this. It is
> > > > > possible that something might have wrong after the last point
> > > > > I've seen.
> > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <animesonic94@
> > > > > gmail.com> wrote:
> > > > > > No it doesn't exist and yes I ran the 
> > > > > > ./ffmpeg_centos7.sh
> > > > > > 
> > > > > > script twice. It didn't create the file.
> > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <solomax6
> > > > > > 66@gmail.com> wrote:
> > > > > > > Have you compiled ffmpeg?
> > > > > > > Is it exists on path specified?
> > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <animesonic
> > > > > > > 94@gmail.com> wrote:
> > > > > > > > Alright that worked! Now I'm at the setup page for
> > > > > > > > OpenMeetings and I'm getting an error message when I
> > > > > > > > try to verify the ffmpeg path
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zurcamos@gmail
> > > > > > > > .com> wrote:
> > > > > > > > > Hi,
> > > > > > > > > 
> > > > > > > > > This afternoon will update-change Java in the
> > > > > > > > > tutorial and
> > > > > > > > > will upload it.
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > --------------------------------------
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya
> > > > > > > > > escribió:
> > > > > > > > > > I'm still getting the same error. ERROR 1045
> > > > > > > > > > (28000): Access denied for user 'root'@'localhost'
> > > > > > > > > > (using password: NO)
> > > > > > > > > > 
> > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <yakov
> > > > > > > > > > lev_nd@krvostok.ru> wrote:
> > > > > > > > > > > After installing mariadb the root account has an
> > > > > > > > > > > empty password.
> > > > > > > > > > > If you have not set root password enter the next
> > > > > > > > > > > command to connect to mariadb:
> > > > > > > > > > >   mysql
> > > > > > > > > > > Of course mariadb must be started before
> > > > > > > > > > > connecting to it
> > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > >  
> > > > > > > > > > > From: Alex Nyamweya [mailto:animesonic94@gmail.co
> > > > > > > > > > > m] 
> > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > >  
> > > > > > > > > > > Ok that's taken care of. Thanks! Now I'm on step
> > > > > > > > > > > 10 where I have to install and setup mariadb.
> > > > > > > > > > > When I run the command: mysqladmin -u root
> > > > > > > > > > > password new-password (new-password being my
> > > > > > > > > > > actual password) I'm getting the following error:
> > > > > > > > > > >  mysqladmin: connect to server at 'localhost'
> > > > > > > > > > > failederror: 'Access denied for user
> > > > > > > > > > > 'root'@'localhost' (using password: NO)'For the
> > > > > > > > > > > record I never even set up a password for root
> > > > > > > > > > > user and it's asking me for one when I use the
> > > > > > > > > > > MySQL Database Server.
> > > > > > > > > > >  
> > > > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya
> > > > > > > > > > > kovlev_nd@krvostok.ru> wrote:
> > > > > > > > > > > See the next page
> > > > > > > > > > > https://www.oracle.com/technetwork/java/javase/do
> > > > > > > > > > > wnloads/jdk8-downloads-2133151.html
> > > > > > > > > > > to get more information ....
> > > > > > > > > > > 
> > > > > > > > > > > -----Original Message-----
> > > > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.c
> > > > > > > > > > > om] 
> > > > > > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > > > > > To: Openmeetings user-list
> > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > You can manually download RPM of Oracle JDK and
> > > > > > > > > > > scp it to your Linux
> > > > > > > > > > > machine ....
> > > > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <a
> > > > > > > > > > > nimesonic94@gmail.com> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > I'm installing OpenMeetings on CentOS 7 instead
> > > > > > > > > > > of Ubuntu and I ran into the following problem:
> > > > > > > > > > > when I try to run the command on step 4, (wget --
> > > > > > > > > > > no-cookies --no-check-certificate --header
> > > > > > > > > > > "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F;
> > > > > > > > > > > oraclelicense=accept-securebackup-cookie"
> > > > > > > > > > > http://download.oracle.com/otn-
> > > > > > > > > > > pub/java/jdk/8u172-
> > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > > > > > linux-x64.rpm) Im getting the following message:
> > > > > > > > > > > >
> > > > > > > > > > > > --2018-07-18 05:57:58--  http://download.oracle
> > > > > > > > > > > .com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > > > > > linux-x64.rpm
> > > > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > > > (download.oracle.com)... 23.210.24.87
> > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80...
> > > > > > > > > > > connected.
> > > > > > > > > > > > HTTP request sent, awaiting response... 302
> > > > > > > > > > > Moved Temporarily
> > > > > > > > > > > > Location: https://edelivery.oracle.com/otn-pub/
> > > > > > > > > > > java/jdk/8u172-
> > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > > > > > linux-x64.rpm [following]
> > > > > > > > > > > > --2018-07-18 05:57:58--  https://edelivery.orac
> > > > > > > > > > > le.com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > > > > > linux-x64.rpm
> > > > > > > > > > > > Resolving edelivery.oracle.com
> > > > > > > > > > > (edelivery.oracle.com)...
> > > > > > > > > > > 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e,
> > > > > > > > > > > 23.33.75.164
> > > > > > > > > > > > Connecting to edelivery.oracle.com
> > > > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:4
> > > > > > > > > > > 43... connected.
> > > > > > > > > > > > HTTP request sent, awaiting response... 302
> > > > > > > > > > > Moved Temporarily
> > > > > > > > > > > > Location: http://download.oracle.com/otn-pub/ja
> > > > > > > > > > > va/jdk/8u172-
> > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > > > > > linux-
> > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140
> > > > > > > > > > > 978a0fc10e06 [following]
> > > > > > > > > > > > --2018-07-18 05:57:58--  http://download.oracle
> > > > > > > > > > > .com/otn-pub/java/jdk/8u172-
> > > > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > > > > > linux-
> > > > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140
> > > > > > > > > > > 978a0fc10e06
> > > > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > > > (download.oracle.com)|23.210.24.87|:80...
> > > > > > > > > > > connected.
> > > > > > > > > > > > HTTP request sent, awaiting response... 404 Not
> > > > > > > > > > > Found
> > > > > > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > > > > > > > > > > >
> > > > > > > > > > > > I believe the last message is preventing me
> > > > > > > > > > > from doing the next step: rpm -ivh jdk-8u172-
> > > > > > > > > > > linux-x64.rpm
> > > > > > > > > > > >
> > > > > > > > > > > > error: open of jdk-8u172-linux-x64.rpm failed:
> > > > > > > > > > > No such file or directory
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > >>
> > > > > > > > > > > >> You need to modify following file
> > > > > > > > > > > >> webapps/root/index.html
> > > > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya
> > > > > > > > > > > <an...@gmail.com> wrote:
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > Okay thank you now my next question is how
> > > > > > > > > > > can I customize the redirecting page to
> > > > > > > > > > > OpenMeetings when I put mydomainname:5080?
> > > > > > > > > > > >> >
> > > > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> Here are the list of tested OSes:
> > > > > > > > > > > >> >> https://cwiki.apache.org/confluence/display
> > > > > > > > > > > /OPENMEETINGS/Tutorials+for+installing+OpenMeetin
> > > > > > > > > > > gs+and+Tools
> > > > > > > > > > > >> >> OM should work as expected :)
> > > > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex
> > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > Okay for the first post I decided to wipe
> > > > > > > > > > > the server clean and reinstall Apache
> > > > > > > > > > > OpenMeetings. I'm in the process of doing it now
> > > > > > > > > > > so when I reinstall OpenMeetings I'll let you
> > > > > > > > > > > know if I have any issues. Does OpenMeetings run
> > > > > > > > > > > well on CentOS or is it better to use Ubuntu?
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim
> > > > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > > > >> >> >>
> > > > > > > > > > > >> >> >> I believe you need to solve issues one
> > > > > > > > > > > by one :)
> > > > > > > > > > > >> >> >> First of all you need to make 2
> > > > > > > > > > > instances of OM running with no errors in logs
> > > > > > > > > > > >> >> >> Then perform other customizations
> > > > > > > > > > > >> >> >>
> > > > > > > > > > > >> >> >> BTW why do you need 2 instances?
> > > > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex
> > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > >> >> >> >
> > > > > > > > > > > >> >> >> > Another thing, which is a better
> > > > > > > > > > > platform to run OpenMeetings, CentOS or Ubuntu?
> > > > > > > > > > > >> >> >> >
> > > > > > > > > > > >> >> >> >
> > > > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex
> > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > >> >> >> >> Also how can I customize the
> > > > > > > > > > > redirecting page to openmeetings when I put
> > > > > > > > > > > mydomainname:5080?
> > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex
> > > > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > >> >> >> >>> I'm currently having a problem with
> > > > > > > > > > > Apache OpenMeetings loading when I go to the home
> > > > > > > > > > > page. It just keeps loading and doesn't reach my
> > > > > > > > > > > usual home page. It seems the port is
> > > > > > > > > > > inaccessible. I have two instances of OM (one at
> > > > > > > > > > > /openmeetings and another at /openmeetings1) and
> > > > > > > > > > > they have trouble loading. Also prior to having
> > > > > > > > > > > this loading problem, the application crashed
> > > > > > > > > > > when I tried to setup a poll in a group meeting.
> > > > > > > > > > > >> >> >> >>>
> > > > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > >> >> >> >>
> > > > > > > > > > > >> >> >> >
> > > > > > > > > > > >> >> >>
> > > > > > > > > > > >> >> >>
> > > > > > > > > > > >> >> >> --
> > > > > > > > > > > >> >> >> WBR
> > > > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >> >
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >>
> > > > > > > > > > > >> >> --
> > > > > > > > > > > >> >> WBR
> > > > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > > > >> >
> > > > > > > > > > > >> >
> > > > > > > > > > > >>
> > > > > > > > > > > >>
> > > > > > > > > > > >> --
> > > > > > > > > > > >> WBR
> > > > > > > > > > > >> Maxim aka solomax
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > 
> > > > > > > -- 
> > > > > > > WBR
> > > > > > > Maxim aka solomax
> > > > > > > 
> > > > > > 
> > > > > > 
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Alvaro,

I would say these steps

cp /root/bin/nasm /usr/bin

cp /root/bin/yasm /usr/bin

are seems to be no necessary ....
/root/bin should be in the PATH and no additional steps should be required
....

I believe additional investigation is required here

On Ubuntu there is no need to build this from sources, it is available in
package manager, is it true for CentOS?

On Thu, Jul 19, 2018 at 9:37 PM Alvaro <zu...@gmail.com> wrote:

> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> ---------------------------------------------
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>

-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
Hello, Maxim,
I've edited the page:
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
...and add a warning, in red color, after Yasm.
Please, can you take a look and tell me if is somethingin wrong way?
Thanks
Alvaro
---------------------------------------------




El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
> Thanks Alvaro!
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
> > Ok, now in the tutorial is OpenJava and no Oracle Java.
> > The errors in the ffmpeg compilation are solved.I've added two new
> > commands in the script andcompile right.
> > I've tested on a fresh installation of Centos 7 anda fresh
> > installation of OpenMeetings 4.0.4 also.
> > Please download again the tutorial and delete thesefolders before
> > compile newly (run the commands):
> > rm -R /root/ffmpeg_sources
> > rm -R /root/ffmpeg_build
> > rm -R /root/bin
> > 
> > 
> > 
> > --------------------------------
> > 
> > 
> > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
> > > Also when I run the script the output is automatically truncated
> > > at a certain point, so I'm not able to see the entire output. I
> > > don't know how to change this. It is possible that something
> > > might have wrong after the last point I've seen.
> > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <animesonic94@gmai
> > > l.com> wrote:
> > > > No it doesn't exist and yes I ran the 
> > > > ./ffmpeg_centos7.sh
> > > > 
> > > > script twice. It didn't create the file.
> > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <solomax666@g
> > > > mail.com> wrote:
> > > > > Have you compiled ffmpeg?
> > > > > Is it exists on path specified?
> > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <animesonic94@g
> > > > > mail.com> wrote:
> > > > > > Alright that worked! Now I'm at the setup page for
> > > > > > OpenMeetings and I'm getting an error message when I try to
> > > > > > verify the ffmpeg path
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zurcamos@gmail.com
> > > > > > > wrote:
> > > > > > > Hi,
> > > > > > > 
> > > > > > > This afternoon will update-change Java in the tutorial
> > > > > > > and
> > > > > > > will upload it.
> > > > > > > 
> > > > > > > 
> > > > > > > --------------------------------------
> > > > > > > 
> > > > > > > 
> > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya
> > > > > > > escribió:
> > > > > > > > I'm still getting the same error. ERROR 1045 (28000):
> > > > > > > > Access denied for user 'root'@'localhost' (using
> > > > > > > > password: NO)
> > > > > > > > 
> > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <yakovlev_
> > > > > > > > nd@krvostok.ru> wrote:
> > > > > > > > > After installing mariadb the root account has an
> > > > > > > > > empty password.
> > > > > > > > > If you have not set root password enter the next
> > > > > > > > > command to connect to mariadb:
> > > > > > > > >   mysql
> > > > > > > > > Of course mariadb must be started before connecting
> > > > > > > > > to it
> > > > > > > > > systemctl start mariadb.service
> > > > > > > > >  
> > > > > > > > > From: Alex Nyamweya [mailto:animesonic94@gmail.com] 
> > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > >  
> > > > > > > > > Ok that's taken care of. Thanks! Now I'm on step 10
> > > > > > > > > where I have to install and setup mariadb. When I run
> > > > > > > > > the command: mysqladmin -u root password new-password 
> > > > > > > > > (new-password being my actual password) I'm getting
> > > > > > > > > the following error:
> > > > > > > > >  mysqladmin: connect to server at 'localhost'
> > > > > > > > > failederror: 'Access denied for user
> > > > > > > > > 'root'@'localhost' (using password: NO)'For the
> > > > > > > > > record I never even set up a password for root user
> > > > > > > > > and it's asking me for one when I use the MySQL
> > > > > > > > > Database Server.
> > > > > > > > >  
> > > > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <yakovl
> > > > > > > > > ev_nd@krvostok.ru> wrote:
> > > > > > > > > See the next page
> > > > > > > > > https://www.oracle.com/technetwork/java/javase/downlo
> > > > > > > > > ads/jdk8-downloads-2133151.html
> > > > > > > > > to get more information ....
> > > > > > > > > 
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
> > > > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > > > To: Openmeetings user-list
> > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > You can manually download RPM of Oracle JDK and scp
> > > > > > > > > it to your Linux
> > > > > > > > > machine ....
> > > > > > > > > Or you can use OpenJDK :)))
> > > > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <anime
> > > > > > > > > sonic94@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > I'm installing OpenMeetings on CentOS 7 instead of
> > > > > > > > > Ubuntu and I ran into the following problem: when I
> > > > > > > > > try to run the command on step 4, (wget --no-cookies
> > > > > > > > > --no-check-certificate --header "Cookie:
> > > > > > > > > gpw_e24=http%3A%2F%2Fwww.oracle.com%2F;
> > > > > > > > > oraclelicense=accept-securebackup-cookie"
> > > > > > > > > http://download.oracle.com/otn-pub/java/jdk/8u172-
> > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > > > x64.rpm) Im getting the following message:
> > > > > > > > > >
> > > > > > > > > > --2018-07-18 05:57:58--  http://download.oracle.com
> > > > > > > > > /otn-pub/java/jdk/8u172-
> > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > > > x64.rpm
> > > > > > > > > > Resolving download.oracle.com
> > > > > > > > > (download.oracle.com)... 23.210.24.87
> > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > (download.oracle.com)|23.210.24.87|:80... connected.
> > > > > > > > > > HTTP request sent, awaiting response... 302 Moved
> > > > > > > > > Temporarily
> > > > > > > > > > Location: https://edelivery.oracle.com/otn-pub/java
> > > > > > > > > /jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > 8u172-linux-x64.rpm [following]
> > > > > > > > > > --2018-07-18 05:57:58--  https://edelivery.oracle.c
> > > > > > > > > om/otn-pub/java/jdk/8u172-
> > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > > > x64.rpm
> > > > > > > > > > Resolving edelivery.oracle.com
> > > > > > > > > (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e,
> > > > > > > > > 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > > > > > > > > Connecting to edelivery.oracle.com
> > > > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443..
> > > > > > > > > . connected.
> > > > > > > > > > HTTP request sent, awaiting response... 302 Moved
> > > > > > > > > Temporarily
> > > > > > > > > > Location: http://download.oracle.com/otn-pub/java/j
> > > > > > > > > dk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-
> > > > > > > > > 8u172-linux-
> > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a
> > > > > > > > > 0fc10e06 [following]
> > > > > > > > > > --2018-07-18 05:57:58--  http://download.oracle.com
> > > > > > > > > /otn-pub/java/jdk/8u172-
> > > > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a
> > > > > > > > > 0fc10e06
> > > > > > > > > > Connecting to download.oracle.com
> > > > > > > > > (download.oracle.com)|23.210.24.87|:80... connected.
> > > > > > > > > > HTTP request sent, awaiting response... 404 Not
> > > > > > > > > Found
> > > > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > > > > > > > > >
> > > > > > > > > > I believe the last message is preventing me from
> > > > > > > > > doing the next step: rpm -ivh jdk-8u172-linux-x64.rpm
> > > > > > > > > >
> > > > > > > > > > error: open of jdk-8u172-linux-x64.rpm failed: No
> > > > > > > > > such file or directory
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <
> > > > > > > > > solomax666@gmail.com> wrote:
> > > > > > > > > >>
> > > > > > > > > >> You need to modify following file
> > > > > > > > > >> webapps/root/index.html
> > > > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <ani
> > > > > > > > > mesonic94@gmail.com> wrote:
> > > > > > > > > >> >
> > > > > > > > > >> > Okay thank you now my next question is how can I
> > > > > > > > > customize the redirecting page to OpenMeetings when I
> > > > > > > > > put mydomainname:5080?
> > > > > > > > > >> >
> > > > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim
> > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > >> >>
> > > > > > > > > >> >> Here are the list of tested OSes:
> > > > > > > > > >> >> https://cwiki.apache.org/confluence/display/OPE
> > > > > > > > > NMEETINGS/Tutorials+for+installing+OpenMeetings+and+T
> > > > > > > > > ools
> > > > > > > > > >> >> OM should work as expected :)
> > > > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> > > > > > > > > animesonic94@gmail.com> wrote:
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > Okay for the first post I decided to wipe the
> > > > > > > > > server clean and reinstall Apache OpenMeetings. I'm
> > > > > > > > > in the process of doing it now so when I reinstall
> > > > > > > > > OpenMeetings I'll let you know if I have any issues.
> > > > > > > > > Does OpenMeetings run well on CentOS or is it better
> > > > > > > > > to use Ubuntu?
> > > > > > > > > >> >> >
> > > > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim
> > > > > > > > > Solodovnik <so...@gmail.com> wrote:
> > > > > > > > > >> >> >>
> > > > > > > > > >> >> >> I believe you need to solve issues one by
> > > > > > > > > one :)
> > > > > > > > > >> >> >> First of all you need to make 2 instances of
> > > > > > > > > OM running with no errors in logs
> > > > > > > > > >> >> >> Then perform other customizations
> > > > > > > > > >> >> >>
> > > > > > > > > >> >> >> BTW why do you need 2 instances?
> > > > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex
> > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > >> >> >> >
> > > > > > > > > >> >> >> > Another thing, which is a better platform
> > > > > > > > > to run OpenMeetings, CentOS or Ubuntu?
> > > > > > > > > >> >> >> >
> > > > > > > > > >> >> >> >
> > > > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex
> > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > >> >> >> >>
> > > > > > > > > >> >> >> >> Also how can I customize the redirecting
> > > > > > > > > page to openmeetings when I put mydomainname:5080?
> > > > > > > > > >> >> >> >>
> > > > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex
> > > > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > > > >> >> >> >>>
> > > > > > > > > >> >> >> >>> Hi,
> > > > > > > > > >> >> >> >>>
> > > > > > > > > >> >> >> >>> I'm currently having a problem with
> > > > > > > > > Apache OpenMeetings loading when I go to the home
> > > > > > > > > page. It just keeps loading and doesn't reach my
> > > > > > > > > usual home page. It seems the port is inaccessible. I
> > > > > > > > > have two instances of OM (one at /openmeetings and
> > > > > > > > > another at /openmeetings1) and they have trouble
> > > > > > > > > loading. Also prior to having this loading problem,
> > > > > > > > > the application crashed when I tried to setup a poll
> > > > > > > > > in a group meeting.
> > > > > > > > > >> >> >> >>>
> > > > > > > > > >> >> >> >>> Thank you,
> > > > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > > > >> >> >> >>
> > > > > > > > > >> >> >> >>
> > > > > > > > > >> >> >> >
> > > > > > > > > >> >> >>
> > > > > > > > > >> >> >>
> > > > > > > > > >> >> >> --
> > > > > > > > > >> >> >> WBR
> > > > > > > > > >> >> >> Maxim aka solomax
> > > > > > > > > >> >> >
> > > > > > > > > >> >> >
> > > > > > > > > >> >>
> > > > > > > > > >> >>
> > > > > > > > > >> >> --
> > > > > > > > > >> >> WBR
> > > > > > > > > >> >> Maxim aka solomax
> > > > > > > > > >> >
> > > > > > > > > >> >
> > > > > > > > > >>
> > > > > > > > > >>
> > > > > > > > > >> --
> > > > > > > > > >> WBR
> > > > > > > > > >> Maxim aka solomax
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > 
> > > > > > 
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> > > > > 
> > > > 
> > > > 
> 
> -- 
> WBR
> Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Thanks a lot! It works now. If I have any questions I'll let you know.

On Wed, Jul 18, 2018 at 12:16 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:
>
>> Ok, now in the tutorial is OpenJava and no Oracle Java.
>>
>> The errors in the ffmpeg compilation are solved.
>> I've added two new commands in the script and
>> compile right.
>>
>> I've tested on a fresh installation of Centos 7 and
>> a fresh installation of OpenMeetings 4.0.4 also.
>>
>> Please download again the tutorial and delete these
>> folders before compile newly (run the commands):
>>
>> rm -R /root/ffmpeg_sources
>>
>> rm -R /root/ffmpeg_build
>>
>> rm -R /root/bin
>>
>>
>>
>>
>> --------------------------------
>>
>>
>>
>> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>>
>> Also when I run the script the output is automatically truncated at a
>> certain point, so I'm not able to see the entire output. I don't know how
>> to change this. It is possible that something might have wrong after the
>> last point I've seen.
>>
>> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
>> wrote:
>>
>> No it doesn't exist and yes I ran the
>>
>> *./ffmpeg_centos7.sh*
>>
>> script twice. It didn't create the file.
>>
>> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>> Have you compiled ffmpeg?
>> Is it exists on path specified?
>>
>> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
>> wrote:
>>
>> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
>> getting an error message when I try to verify the ffmpeg path
>>
>>
>>
>>
>> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>>
>> Hi,
>>
>> This afternoon will update-change Java in the tutorial and
>> will upload it.
>>
>>
>> --------------------------------------
>>
>>
>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>
>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>> user 'root'@'localhost' (using password: NO)
>>
>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
>> wrote:
>>
>> After installing mariadb the root account has an empty password.
>>
>> If you have not set root password enter the next command to connect to
>> mariadb:
>>
>>   mysql
>>
>> Of course mariadb must be started before connecting to it
>>
>> systemctl start mariadb.service
>>
>>
>>
>> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Loading Problem
>>
>>
>>
>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>> install and setup mariadb. When I run the command: mysqladmin -u root
>> password new-password (new-password being my actual password) I'm getting
>> the following error:
>>
>>  mysqladmin: connect to server at 'localhost' failed
>>
>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>
>> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>>
>>
>>
>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
>> wrote:
>>
>> See the next page
>> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
>> 2133151.html
>> to get more information ....
>>
>> -----Original Message-----
>> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>> Sent: Wednesday, July 18, 2018 7:08 AM
>> To: Openmeetings user-list
>> Subject: Re: Loading Problem
>>
>> You can manually download RPM of Oracle JDK and scp it to your Linux
>> machine ....
>> Or you can use OpenJDK :)))
>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
>> wrote:
>> >
>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>> into the following problem: when I try to run the command on step 4, (wget
>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
>> following message:
>> >
>> > --2018-07-18 05:57:58--  http://download.oracle.com/
>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>> 08/jdk-8u172-linux-x64.rpm
>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>> connected.
>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
>> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>> 08/jdk-8u172-linux-x64.rpm
>> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
>> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
>> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
>> connected.
>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
>> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
>> > --2018-07-18 05:57:58--  http://download.oracle.com/
>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
>> d744909c71191616a140978a0fc10e06
>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>> connected.
>> > HTTP request sent, awaiting response... 404 Not Found
>> > 2018-07-18 05:58:01 ERROR 404: Not Found.
>> >
>> > I believe the last message is preventing me from doing the next step:
>> rpm -ivh jdk-8u172-linux-x64.rpm
>> >
>> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>> >
>> >
>> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >>
>> >> You need to modify following file
>> >> webapps/root/index.html
>> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
>> wrote:
>> >> >
>> >> > Okay thank you now my next question is how can I customize the
>> redirecting page to OpenMeetings when I put mydomainname:5080?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
>> solomax666@gmail.com> wrote:
>> >> >>
>> >> >> Here are the list of tested OSes:
>> >> >> https://cwiki.apache.org/confluence/display/
>> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> >> OM should work as expected :)
>> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >
>> >> >> > Okay for the first post I decided to wipe the server clean and
>> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
>> reinstall OpenMeetings I'll let you know if I have any issues. Does
>> OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >> >
>> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
>> solomax666@gmail.com> wrote:
>> >> >> >>
>> >> >> >> I believe you need to solve issues one by one :)
>> >> >> >> First of all you need to make 2 instances of OM running with no
>> errors in logs
>> >> >> >> Then perform other customizations
>> >> >> >>
>> >> >> >> BTW why do you need 2 instances?
>> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >> >
>> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
>> CentOS or Ubuntu?
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> Also how can I customize the redirecting page to openmeetings
>> when I put mydomainname:5080?
>> >> >> >> >>
>> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >> >>>
>> >> >> >> >>> Hi,
>> >> >> >> >>>
>> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
>> loading when I go to the home page. It just keeps loading and doesn't reach
>> my usual home page. It seems the port is inaccessible. I have two instances
>> of OM (one at /openmeetings and another at /openmeetings1) and they have
>> trouble loading. Also prior to having this loading problem, the application
>> crashed when I tried to setup a poll in a group meeting.
>> >> >> >> >>>
>> >> >> >> >>> Thank you,
>> >> >> >> >>> Alex Nyamweya
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >> >> --
>> >> >> >> WBR
>> >> >> >> Maxim aka solomax
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>
> --
> WBR
> Maxim aka solomax
>

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks Alvaro!

On Wed, Jul 18, 2018 at 10:24 PM Alvaro <zu...@gmail.com> wrote:

> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> --------------------------------
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>

-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
Ok, now in the tutorial is OpenJava and no Oracle Java.
The errors in the ffmpeg compilation are solved.I've added two new
commands in the script andcompile right.
I've tested on a fresh installation of Centos 7 anda fresh installation
of OpenMeetings 4.0.4 also.
Please download again the tutorial and delete thesefolders before
compile newly (run the commands):
rm -R /root/ffmpeg_sources
rm -R /root/ffmpeg_build
rm -R /root/bin



--------------------------------


El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know
> how to change this. It is possible that something might have wrong
> after the last point I've seen.
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <animesonic94@gmail.co
> m> wrote:
> > No it doesn't exist and yes I ran the 
> > ./ffmpeg_centos7.sh
> > 
> > script twice. It didn't create the file.
> > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <solomax666@gmail
> > .com> wrote:
> > > Have you compiled ffmpeg?
> > > Is it exists on path specified?
> > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <animesonic94@gmail
> > > .com> wrote:
> > > > Alright that worked! Now I'm at the setup page for OpenMeetings
> > > > and I'm getting an error message when I try to verify the
> > > > ffmpeg path
> > > > 
> > > > 
> > > > 
> > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com>
> > > > wrote:
> > > > > Hi,
> > > > > 
> > > > > This afternoon will update-change Java in the tutorial and
> > > > > will upload it.
> > > > > 
> > > > > 
> > > > > --------------------------------------
> > > > > 
> > > > > 
> > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
> > > > > > I'm still getting the same error. ERROR 1045 (28000):
> > > > > > Access denied for user 'root'@'localhost' (using password:
> > > > > > NO)
> > > > > > 
> > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <yakovlev_nd@k
> > > > > > rvostok.ru> wrote:
> > > > > > > After installing mariadb the root account has an empty
> > > > > > > password.
> > > > > > > If you have not set root password enter the next command
> > > > > > > to connect to mariadb:
> > > > > > >   mysql
> > > > > > > Of course mariadb must be started before connecting to it
> > > > > > > systemctl start mariadb.service
> > > > > > >  
> > > > > > > From: Alex Nyamweya [mailto:animesonic94@gmail.com] 
> > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > To: user@openmeetings.apache.org
> > > > > > > Subject: Re: Loading Problem
> > > > > > >  
> > > > > > > Ok that's taken care of. Thanks! Now I'm on step 10 where
> > > > > > > I have to install and setup mariadb. When I run the
> > > > > > > command: mysqladmin -u root password new-password (new-
> > > > > > > password being my actual password) I'm getting the
> > > > > > > following error:
> > > > > > >  mysqladmin: connect to server at 'localhost'
> > > > > > > failederror: 'Access denied for user 'root'@'localhost'
> > > > > > > (using password: NO)'For the record I never even set up a
> > > > > > > password for root user and it's asking me for one when I
> > > > > > > use the MySQL Database Server.
> > > > > > >  
> > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <yakovlev_n
> > > > > > > d@krvostok.ru> wrote:
> > > > > > > See the next page
> > > > > > > https://www.oracle.com/technetwork/java/javase/downloads/
> > > > > > > jdk8-downloads-2133151.html
> > > > > > > to get more information ....
> > > > > > > 
> > > > > > > -----Original Message-----
> > > > > > > From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
> > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > To: Openmeetings user-list
> > > > > > > Subject: Re: Loading Problem
> > > > > > > You can manually download RPM of Oracle JDK and scp it to
> > > > > > > your Linux
> > > > > > > machine ....
> > > > > > > Or you can use OpenJDK :)))
> > > > > > > On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <animesoni
> > > > > > > c94@gmail.com> wrote:
> > > > > > > >
> > > > > > > > I'm installing OpenMeetings on CentOS 7 instead of
> > > > > > > Ubuntu and I ran into the following problem: when I try
> > > > > > > to run the command on step 4, (wget --no-cookies --no-
> > > > > > > check-certificate --header "Cookie: gpw_e24=http%3A%2F%2F
> > > > > > > www.oracle.com%2F; oraclelicense=accept-securebackup-
> > > > > > > cookie" http://download.oracle.com/otn-
> > > > > > > pub/java/jdk/8u172-
> > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > x64.rpm) Im getting the following message:
> > > > > > > >
> > > > > > > > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> > > > > > > -pub/java/jdk/8u172-
> > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > x64.rpm
> > > > > > > > Resolving download.oracle.com (download.oracle.com)...
> > > > > > > 23.210.24.87
> > > > > > > > Connecting to download.oracle.com
> > > > > > > (download.oracle.com)|23.210.24.87|:80... connected.
> > > > > > > > HTTP request sent, awaiting response... 302 Moved
> > > > > > > Temporarily
> > > > > > > > Location: https://edelivery.oracle.com/otn-pub/java/jdk
> > > > > > > /8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > linux-x64.rpm [following]
> > > > > > > > --2018-07-18 05:57:58--  https://edelivery.oracle.com/o
> > > > > > > tn-pub/java/jdk/8u172-
> > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > x64.rpm
> > > > > > > > Resolving edelivery.oracle.com
> > > > > > > (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e,
> > > > > > > 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > > > > > > Connecting to edelivery.oracle.com
> > > > > > > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> > > > > > > connected.
> > > > > > > > HTTP request sent, awaiting response... 302 Moved
> > > > > > > Temporarily
> > > > > > > > Location: http://download.oracle.com/otn-pub/java/jdk/8
> > > > > > > u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > > > > > > linux-
> > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc1
> > > > > > > 0e06 [following]
> > > > > > > > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> > > > > > > -pub/java/jdk/8u172-
> > > > > > > b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > > > > > > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc1
> > > > > > > 0e06
> > > > > > > > Connecting to download.oracle.com
> > > > > > > (download.oracle.com)|23.210.24.87|:80... connected.
> > > > > > > > HTTP request sent, awaiting response... 404 Not Found
> > > > > > > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > > > > > > >
> > > > > > > > I believe the last message is preventing me from doing
> > > > > > > the next step: rpm -ivh jdk-8u172-linux-x64.rpm
> > > > > > > >
> > > > > > > > error: open of jdk-8u172-linux-x64.rpm failed: No such
> > > > > > > file or directory
> > > > > > > >
> > > > > > > >
> > > > > > > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <solo
> > > > > > > max666@gmail.com> wrote:
> > > > > > > >>
> > > > > > > >> You need to modify following file
> > > > > > > >> webapps/root/index.html
> > > > > > > >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <animeso
> > > > > > > nic94@gmail.com> wrote:
> > > > > > > >> >
> > > > > > > >> > Okay thank you now my next question is how can I
> > > > > > > customize the redirecting page to OpenMeetings when I put
> > > > > > > mydomainname:5080?
> > > > > > > >> >
> > > > > > > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <s
> > > > > > > olomax666@gmail.com> wrote:
> > > > > > > >> >>
> > > > > > > >> >> Here are the list of tested OSes:
> > > > > > > >> >> https://cwiki.apache.org/confluence/display/OPENMEE
> > > > > > > TINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> > > > > > > >> >> OM should work as expected :)
> > > > > > > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <anim
> > > > > > > esonic94@gmail.com> wrote:
> > > > > > > >> >> >
> > > > > > > >> >> > Okay for the first post I decided to wipe the
> > > > > > > server clean and reinstall Apache OpenMeetings. I'm in
> > > > > > > the process of doing it now so when I reinstall
> > > > > > > OpenMeetings I'll let you know if I have any issues. Does
> > > > > > > OpenMeetings run well on CentOS or is it better to use
> > > > > > > Ubuntu?
> > > > > > > >> >> >
> > > > > > > >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik
> > > > > > > <so...@gmail.com> wrote:
> > > > > > > >> >> >>
> > > > > > > >> >> >> I believe you need to solve issues one by one :)
> > > > > > > >> >> >> First of all you need to make 2 instances of OM
> > > > > > > running with no errors in logs
> > > > > > > >> >> >> Then perform other customizations
> > > > > > > >> >> >>
> > > > > > > >> >> >> BTW why do you need 2 instances?
> > > > > > > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> > > > > > > animesonic94@gmail.com> wrote:
> > > > > > > >> >> >> >
> > > > > > > >> >> >> > Another thing, which is a better platform to
> > > > > > > run OpenMeetings, CentOS or Ubuntu?
> > > > > > > >> >> >> >
> > > > > > > >> >> >> >
> > > > > > > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya
> > > > > > > <an...@gmail.com> wrote:
> > > > > > > >> >> >> >>
> > > > > > > >> >> >> >> Also how can I customize the redirecting page
> > > > > > > to openmeetings when I put mydomainname:5080?
> > > > > > > >> >> >> >>
> > > > > > > >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex
> > > > > > > Nyamweya <an...@gmail.com> wrote:
> > > > > > > >> >> >> >>>
> > > > > > > >> >> >> >>> Hi,
> > > > > > > >> >> >> >>>
> > > > > > > >> >> >> >>> I'm currently having a problem with Apache
> > > > > > > OpenMeetings loading when I go to the home page. It just
> > > > > > > keeps loading and doesn't reach my usual home page. It
> > > > > > > seems the port is inaccessible. I have two instances of
> > > > > > > OM (one at /openmeetings and another at /openmeetings1)
> > > > > > > and they have trouble loading. Also prior to having this
> > > > > > > loading problem, the application crashed when I tried to
> > > > > > > setup a poll in a group meeting.
> > > > > > > >> >> >> >>>
> > > > > > > >> >> >> >>> Thank you,
> > > > > > > >> >> >> >>> Alex Nyamweya
> > > > > > > >> >> >> >>
> > > > > > > >> >> >> >>
> > > > > > > >> >> >> >
> > > > > > > >> >> >>
> > > > > > > >> >> >>
> > > > > > > >> >> >> --
> > > > > > > >> >> >> WBR
> > > > > > > >> >> >> Maxim aka solomax
> > > > > > > >> >> >
> > > > > > > >> >> >
> > > > > > > >> >>
> > > > > > > >> >>
> > > > > > > >> >> --
> > > > > > > >> >> WBR
> > > > > > > >> >> Maxim aka solomax
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> WBR
> > > > > > > >> Maxim aka solomax
> > > > > > > >
> > > > > > > >
> > > > > > > 
> > > > > > > 
> > > > > > > 
> > > > 
> > > > 
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax
> > > 
> > 
> > 

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Also when I run the script the output is automatically truncated at a
certain point, so I'm not able to see the entire output. I don't know how
to change this. It is possible that something might have wrong after the
last point I've seen.

On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya <an...@gmail.com>
wrote:

> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> Have you compiled ffmpeg?
>> Is it exists on path specified?
>>
>> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
>> wrote:
>>
>>> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
>>> getting an error message when I try to verify the ffmpeg path
>>>
>>>
>>>
>>>
>>> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>>>
>>>> Hi,
>>>>
>>>> This afternoon will update-change Java in the tutorial and
>>>> will upload it.
>>>>
>>>>
>>>> --------------------------------------
>>>>
>>>>
>>>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>>>
>>>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>>>> user 'root'@'localhost' (using password: NO)
>>>>
>>>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
>>>> wrote:
>>>>
>>>> After installing mariadb the root account has an empty password.
>>>>
>>>> If you have not set root password enter the next command to connect to
>>>> mariadb:
>>>>
>>>>   mysql
>>>>
>>>> Of course mariadb must be started before connecting to it
>>>>
>>>> systemctl start mariadb.service
>>>>
>>>>
>>>>
>>>> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
>>>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>>>> *To:* user@openmeetings.apache.org
>>>> *Subject:* Re: Loading Problem
>>>>
>>>>
>>>>
>>>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>>>> install and setup mariadb. When I run the command: mysqladmin -u root
>>>> password new-password (new-password being my actual password) I'm getting
>>>> the following error:
>>>>
>>>>  mysqladmin: connect to server at 'localhost' failed
>>>>
>>>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>>>
>>>> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>>>>
>>>>
>>>>
>>>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
>>>> wrote:
>>>>
>>>> See the next page
>>>> https://www.oracle.com/technetwork/java/javase/downloads/
>>>> jdk8-downloads-2133151.html
>>>> to get more information ....
>>>>
>>>> -----Original Message-----
>>>> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>>>> Sent: Wednesday, July 18, 2018 7:08 AM
>>>> To: Openmeetings user-list
>>>> Subject: Re: Loading Problem
>>>>
>>>> You can manually download RPM of Oracle JDK and scp it to your Linux
>>>> machine ....
>>>> Or you can use OpenJDK :)))
>>>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
>>>> wrote:
>>>> >
>>>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>>>> into the following problem: when I try to run the command on step 4, (wget
>>>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>>>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>>>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
>>>> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
>>>> following message:
>>>> >
>>>> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
>>>> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
>>>> jdk-8u172-linux-x64.rpm
>>>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>>>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>>>> connected.
>>>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>>>> > Location: https://edelivery.oracle.com/o
>>>> tn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
>>>> jdk-8u172-linux-x64.rpm [following]
>>>> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/o
>>>> tn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
>>>> jdk-8u172-linux-x64.rpm
>>>> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
>>>> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
>>>> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
>>>> connected.
>>>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>>>> > Location: http://download.oracle.com/otn
>>>> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
>>>> jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c7119161
>>>> 6a140978a0fc10e06 [following]
>>>> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
>>>> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
>>>> jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c7119161
>>>> 6a140978a0fc10e06
>>>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>>>> connected.
>>>> > HTTP request sent, awaiting response... 404 Not Found
>>>> > 2018-07-18 05:58:01 ERROR 404: Not Found.
>>>> >
>>>> > I believe the last message is preventing me from doing the next step:
>>>> rpm -ivh jdk-8u172-linux-x64.rpm
>>>> >
>>>> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or
>>>> directory
>>>> >
>>>> >
>>>> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>> >>
>>>> >> You need to modify following file
>>>> >> webapps/root/index.html
>>>> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <
>>>> animesonic94@gmail.com> wrote:
>>>> >> >
>>>> >> > Okay thank you now my next question is how can I customize the
>>>> redirecting page to OpenMeetings when I put mydomainname:5080?
>>>> >> >
>>>> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>> >> >>
>>>> >> >> Here are the list of tested OSes:
>>>> >> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/
>>>> Tutorials+for+installing+OpenMeetings+and+Tools
>>>> >> >> OM should work as expected :)
>>>> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
>>>> animesonic94@gmail.com> wrote:
>>>> >> >> >
>>>> >> >> > Okay for the first post I decided to wipe the server clean and
>>>> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
>>>> reinstall OpenMeetings I'll let you know if I have any issues. Does
>>>> OpenMeetings run well on CentOS or is it better to use Ubuntu?
>>>> >> >> >
>>>> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>> >> >> >>
>>>> >> >> >> I believe you need to solve issues one by one :)
>>>> >> >> >> First of all you need to make 2 instances of OM running with
>>>> no errors in logs
>>>> >> >> >> Then perform other customizations
>>>> >> >> >>
>>>> >> >> >> BTW why do you need 2 instances?
>>>> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
>>>> animesonic94@gmail.com> wrote:
>>>> >> >> >> >
>>>> >> >> >> > Another thing, which is a better platform to run
>>>> OpenMeetings, CentOS or Ubuntu?
>>>> >> >> >> >
>>>> >> >> >> >
>>>> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
>>>> animesonic94@gmail.com> wrote:
>>>> >> >> >> >>
>>>> >> >> >> >> Also how can I customize the redirecting page to
>>>> openmeetings when I put mydomainname:5080?
>>>> >> >> >> >>
>>>> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
>>>> animesonic94@gmail.com> wrote:
>>>> >> >> >> >>>
>>>> >> >> >> >>> Hi,
>>>> >> >> >> >>>
>>>> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
>>>> loading when I go to the home page. It just keeps loading and doesn't reach
>>>> my usual home page. It seems the port is inaccessible. I have two instances
>>>> of OM (one at /openmeetings and another at /openmeetings1) and they have
>>>> trouble loading. Also prior to having this loading problem, the application
>>>> crashed when I tried to setup a poll in a group meeting.
>>>> >> >> >> >>>
>>>> >> >> >> >>> Thank you,
>>>> >> >> >> >>> Alex Nyamweya
>>>> >> >> >> >>
>>>> >> >> >> >>
>>>> >> >> >> >
>>>> >> >> >>
>>>> >> >> >>
>>>> >> >> >> --
>>>> >> >> >> WBR
>>>> >> >> >> Maxim aka solomax
>>>> >> >> >
>>>> >> >> >
>>>> >> >>
>>>> >> >>
>>>> >> >> --
>>>> >> >> WBR
>>>> >> >> Maxim aka solomax
>>>> >> >
>>>> >> >
>>>> >>
>>>> >>
>>>> >> --
>>>> >> WBR
>>>> >> Maxim aka solomax
>>>> >
>>>> >
>>>>
>>>>
>>>>
>>>>
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
No it doesn't exist and yes I ran the

*./ffmpeg_centos7.sh*

script twice. It didn't create the file.

On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
> wrote:
>
>> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
>> getting an error message when I try to verify the ffmpeg path
>>
>>
>>
>>
>> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> This afternoon will update-change Java in the tutorial and
>>> will upload it.
>>>
>>>
>>> --------------------------------------
>>>
>>>
>>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>>
>>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>>> user 'root'@'localhost' (using password: NO)
>>>
>>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
>>> wrote:
>>>
>>> After installing mariadb the root account has an empty password.
>>>
>>> If you have not set root password enter the next command to connect to
>>> mariadb:
>>>
>>>   mysql
>>>
>>> Of course mariadb must be started before connecting to it
>>>
>>> systemctl start mariadb.service
>>>
>>>
>>>
>>> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
>>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>>> *To:* user@openmeetings.apache.org
>>> *Subject:* Re: Loading Problem
>>>
>>>
>>>
>>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>>> install and setup mariadb. When I run the command: mysqladmin -u root
>>> password new-password (new-password being my actual password) I'm getting
>>> the following error:
>>>
>>>  mysqladmin: connect to server at 'localhost' failed
>>>
>>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>>
>>> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>>>
>>>
>>>
>>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
>>> wrote:
>>>
>>> See the next page
>>> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
>>> 2133151.html
>>> to get more information ....
>>>
>>> -----Original Message-----
>>> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>>> Sent: Wednesday, July 18, 2018 7:08 AM
>>> To: Openmeetings user-list
>>> Subject: Re: Loading Problem
>>>
>>> You can manually download RPM of Oracle JDK and scp it to your Linux
>>> machine ....
>>> Or you can use OpenJDK :)))
>>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
>>> wrote:
>>> >
>>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>>> into the following problem: when I try to run the command on step 4, (wget
>>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
>>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting
>>> the following message:
>>> >
>>> > --2018-07-18 05:57:58--  http://download.oracle.com/
>>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>>> 08/jdk-8u172-linux-x64.rpm
>>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>>> connected.
>>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>>> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
>>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
>>> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
>>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>>> 08/jdk-8u172-linux-x64.rpm
>>> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
>>> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
>>> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
>>> connected.
>>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>>> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
>>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
>>> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
>>> > --2018-07-18 05:57:58--  http://download.oracle.com/
>>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>>> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
>>> d744909c71191616a140978a0fc10e06
>>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>>> connected.
>>> > HTTP request sent, awaiting response... 404 Not Found
>>> > 2018-07-18 05:58:01 ERROR 404: Not Found.
>>> >
>>> > I believe the last message is preventing me from doing the next step:
>>> rpm -ivh jdk-8u172-linux-x64.rpm
>>> >
>>> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or
>>> directory
>>> >
>>> >
>>> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <
>>> solomax666@gmail.com> wrote:
>>> >>
>>> >> You need to modify following file
>>> >> webapps/root/index.html
>>> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
>>> wrote:
>>> >> >
>>> >> > Okay thank you now my next question is how can I customize the
>>> redirecting page to OpenMeetings when I put mydomainname:5080?
>>> >> >
>>> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
>>> solomax666@gmail.com> wrote:
>>> >> >>
>>> >> >> Here are the list of tested OSes:
>>> >> >> https://cwiki.apache.org/confluence/display/
>>> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>>> >> >> OM should work as expected :)
>>> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
>>> animesonic94@gmail.com> wrote:
>>> >> >> >
>>> >> >> > Okay for the first post I decided to wipe the server clean and
>>> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
>>> reinstall OpenMeetings I'll let you know if I have any issues. Does
>>> OpenMeetings run well on CentOS or is it better to use Ubuntu?
>>> >> >> >
>>> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
>>> solomax666@gmail.com> wrote:
>>> >> >> >>
>>> >> >> >> I believe you need to solve issues one by one :)
>>> >> >> >> First of all you need to make 2 instances of OM running with no
>>> errors in logs
>>> >> >> >> Then perform other customizations
>>> >> >> >>
>>> >> >> >> BTW why do you need 2 instances?
>>> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
>>> animesonic94@gmail.com> wrote:
>>> >> >> >> >
>>> >> >> >> > Another thing, which is a better platform to run
>>> OpenMeetings, CentOS or Ubuntu?
>>> >> >> >> >
>>> >> >> >> >
>>> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
>>> animesonic94@gmail.com> wrote:
>>> >> >> >> >>
>>> >> >> >> >> Also how can I customize the redirecting page to
>>> openmeetings when I put mydomainname:5080?
>>> >> >> >> >>
>>> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
>>> animesonic94@gmail.com> wrote:
>>> >> >> >> >>>
>>> >> >> >> >>> Hi,
>>> >> >> >> >>>
>>> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
>>> loading when I go to the home page. It just keeps loading and doesn't reach
>>> my usual home page. It seems the port is inaccessible. I have two instances
>>> of OM (one at /openmeetings and another at /openmeetings1) and they have
>>> trouble loading. Also prior to having this loading problem, the application
>>> crashed when I tried to setup a poll in a group meeting.
>>> >> >> >> >>>
>>> >> >> >> >>> Thank you,
>>> >> >> >> >>> Alex Nyamweya
>>> >> >> >> >>
>>> >> >> >> >>
>>> >> >> >> >
>>> >> >> >>
>>> >> >> >>
>>> >> >> >> --
>>> >> >> >> WBR
>>> >> >> >> Maxim aka solomax
>>> >> >> >
>>> >> >> >
>>> >> >>
>>> >> >>
>>> >> >> --
>>> >> >> WBR
>>> >> >> Maxim aka solomax
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >> --
>>> >> WBR
>>> >> Maxim aka solomax
>>> >
>>> >
>>>
>>>
>>>
>>>
>>
>
> --
> WBR
> Maxim aka solomax
>

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Have you compiled ffmpeg?
Is it exists on path specified?

On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <an...@gmail.com>
wrote:

> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:
>
>> Hi,
>>
>> This afternoon will update-change Java in the tutorial and
>> will upload it.
>>
>>
>> --------------------------------------
>>
>>
>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>
>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>> user 'root'@'localhost' (using password: NO)
>>
>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
>> wrote:
>>
>> After installing mariadb the root account has an empty password.
>>
>> If you have not set root password enter the next command to connect to
>> mariadb:
>>
>>   mysql
>>
>> Of course mariadb must be started before connecting to it
>>
>> systemctl start mariadb.service
>>
>>
>>
>> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Loading Problem
>>
>>
>>
>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>> install and setup mariadb. When I run the command: mysqladmin -u root
>> password new-password (new-password being my actual password) I'm getting
>> the following error:
>>
>>  mysqladmin: connect to server at 'localhost' failed
>>
>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>
>> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>>
>>
>>
>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
>> wrote:
>>
>> See the next page
>>
>> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
>> to get more information ....
>>
>> -----Original Message-----
>> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
>> Sent: Wednesday, July 18, 2018 7:08 AM
>> To: Openmeetings user-list
>> Subject: Re: Loading Problem
>>
>> You can manually download RPM of Oracle JDK and scp it to your Linux
>> machine ....
>> Or you can use OpenJDK :)))
>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
>> wrote:
>> >
>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>> into the following problem: when I try to run the command on step 4, (wget
>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>> Im getting the following message:
>> >
>> > --2018-07-18 05:57:58--
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>> connected.
>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>> > Location:
>> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>> [following]
>> > --2018-07-18 05:57:58--
>> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
>> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
>> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
>> connected.
>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>> > Location:
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>> [following]
>> > --2018-07-18 05:57:58--
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>> connected.
>> > HTTP request sent, awaiting response... 404 Not Found
>> > 2018-07-18 05:58:01 ERROR 404: Not Found.
>> >
>> > I believe the last message is preventing me from doing the next step:
>> rpm -ivh jdk-8u172-linux-x64.rpm
>> >
>> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>> >
>> >
>> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>> >>
>> >> You need to modify following file
>> >> webapps/root/index.html
>> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
>> wrote:
>> >> >
>> >> > Okay thank you now my next question is how can I customize the
>> redirecting page to OpenMeetings when I put mydomainname:5080?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
>> solomax666@gmail.com> wrote:
>> >> >>
>> >> >> Here are the list of tested OSes:
>> >> >>
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> >> OM should work as expected :)
>> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >
>> >> >> > Okay for the first post I decided to wipe the server clean and
>> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
>> reinstall OpenMeetings I'll let you know if I have any issues. Does
>> OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >> >
>> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
>> solomax666@gmail.com> wrote:
>> >> >> >>
>> >> >> >> I believe you need to solve issues one by one :)
>> >> >> >> First of all you need to make 2 instances of OM running with no
>> errors in logs
>> >> >> >> Then perform other customizations
>> >> >> >>
>> >> >> >> BTW why do you need 2 instances?
>> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >> >
>> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
>> CentOS or Ubuntu?
>> >> >> >> >
>> >> >> >> >
>> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >> >>
>> >> >> >> >> Also how can I customize the redirecting page to openmeetings
>> when I put mydomainname:5080?
>> >> >> >> >>
>> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
>> animesonic94@gmail.com> wrote:
>> >> >> >> >>>
>> >> >> >> >>> Hi,
>> >> >> >> >>>
>> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
>> loading when I go to the home page. It just keeps loading and doesn't reach
>> my usual home page. It seems the port is inaccessible. I have two instances
>> of OM (one at /openmeetings and another at /openmeetings1) and they have
>> trouble loading. Also prior to having this loading problem, the application
>> crashed when I tried to setup a poll in a group meeting.
>> >> >> >> >>>
>> >> >> >> >>> Thank you,
>> >> >> >> >>> Alex Nyamweya
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >
>> >> >> >>
>> >> >> >>
>> >> >> >> --
>> >> >> >> WBR
>> >> >> >> Maxim aka solomax
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>>
>>
>

-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
getting an error message when I try to verify the ffmpeg path




On Wed, Jul 18, 2018 at 4:16 AM, Alvaro <zu...@gmail.com> wrote:

> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --------------------------------------
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/
> jdk8-downloads-2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58e
> ab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/o
> tn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthPa
> ram=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c7119161
> 6a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/
> Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
>
>

Re: Loading Problem

Posted by Alvaro <zu...@gmail.com>.
Hi,
This afternoon will update-change Java in the tutorial andwill upload
it.

--------------------------------------

El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
> I'm still getting the same error. ERROR 1045 (28000): Access denied
> for user 'root'@'localhost' (using password: NO)
> 
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <yakovlev_nd@krvostok.ru
> > wrote:
> > After installing mariadb the root account has an empty password.
> > If you have not set root password enter the next command to connect
> > to mariadb:
> >   mysql
> > Of course mariadb must be started before connecting to it
> > systemctl start mariadb.service
> >  
> > From: Alex Nyamweya [mailto:animesonic94@gmail.com] 
> > Sent: Wednesday, July 18, 2018 8:00 AM
> > To: user@openmeetings.apache.org
> > Subject: Re: Loading Problem
> >  
> > Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> > install and setup mariadb. When I run the command: mysqladmin -u
> > root password new-password (new-password being my actual password)
> > I'm getting the following error:
> >  mysqladmin: connect to server at 'localhost' failederror: 'Access
> > denied for user 'root'@'localhost' (using password: NO)'For the
> > record I never even set up a password for root user and it's asking
> > me for one when I use the MySQL Database Server.
> >  
> > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <yakovlev_nd@krvostok
> > .ru> wrote:
> > See the next page
> > https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downl
> > oads-2133151.html
> > to get more information ....
> > 
> > -----Original Message-----
> > From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
> > Sent: Wednesday, July 18, 2018 7:08 AM
> > To: Openmeetings user-list
> > Subject: Re: Loading Problem
> > You can manually download RPM of Oracle JDK and scp it to your
> > Linux
> > machine ....
> > Or you can use OpenJDK :)))
> > On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <animesonic94@gmail.
> > com> wrote:
> > >
> > > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I
> > ran into the following problem: when I try to run the command on
> > step 4, (wget --no-cookies --no-check-certificate --header "Cookie:
> > gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-
> > securebackup-cookie" http://download.oracle.com/otn-
> > pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > linux-x64.rpm) Im getting the following message:
> > >
> > > --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/
> > jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm
> > > Resolving download.oracle.com (download.oracle.com)...
> > 23.210.24.87
> > > Connecting to download.oracle.com
> > (download.oracle.com)|23.210.24.87|:80... connected.
> > > HTTP request sent, awaiting response... 302 Moved Temporarily
> > > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11
> > /a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > [following]
> > > --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/jav
> > a/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm
> > > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> > 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > Connecting to edelivery.oracle.com
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> > > HTTP request sent, awaiting response... 302 Moved Temporarily
> > > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a
> > 58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > [following]
> > > --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/
> > jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > > Connecting to download.oracle.com
> > (download.oracle.com)|23.210.24.87|:80... connected.
> > > HTTP request sent, awaiting response... 404 Not Found
> > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > >
> > > I believe the last message is preventing me from doing the next
> > step: rpm -ivh jdk-8u172-linux-x64.rpm
> > >
> > > error: open of jdk-8u172-linux-x64.rpm failed: No such file or
> > directory
> > >
> > >
> > > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <solomax666@gma
> > il.com> wrote:
> > >>
> > >> You need to modify following file
> > >> webapps/root/index.html
> > >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <animesonic94@gmai
> > l.com> wrote:
> > >> >
> > >> > Okay thank you now my next question is how can I customize the
> > redirecting page to OpenMeetings when I put mydomainname:5080?
> > >> >
> > >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <solomax666@
> > gmail.com> wrote:
> > >> >>
> > >> >> Here are the list of tested OSes:
> > >> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tuto
> > rials+for+installing+OpenMeetings+and+Tools
> > >> >> OM should work as expected :)
> > >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <animesonic94@g
> > mail.com> wrote:
> > >> >> >
> > >> >> > Okay for the first post I decided to wipe the server clean
> > and reinstall Apache OpenMeetings. I'm in the process of doing it
> > now so when I reinstall OpenMeetings I'll let you know if I have
> > any issues. Does OpenMeetings run well on CentOS or is it better to
> > use Ubuntu?
> > >> >> >
> > >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <solomax6
> > 66@gmail.com> wrote:
> > >> >> >>
> > >> >> >> I believe you need to solve issues one by one :)
> > >> >> >> First of all you need to make 2 instances of OM running
> > with no errors in logs
> > >> >> >> Then perform other customizations
> > >> >> >>
> > >> >> >> BTW why do you need 2 instances?
> > >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <animesonic
> > 94@gmail.com> wrote:
> > >> >> >> >
> > >> >> >> > Another thing, which is a better platform to run
> > OpenMeetings, CentOS or Ubuntu?
> > >> >> >> >
> > >> >> >> >
> > >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <animeson
> > ic94@gmail.com> wrote:
> > >> >> >> >>
> > >> >> >> >> Also how can I customize the redirecting page to
> > openmeetings when I put mydomainname:5080?
> > >> >> >> >>
> > >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <animeso
> > nic94@gmail.com> wrote:
> > >> >> >> >>>
> > >> >> >> >>> Hi,
> > >> >> >> >>>
> > >> >> >> >>> I'm currently having a problem with Apache
> > OpenMeetings loading when I go to the home page. It just keeps
> > loading and doesn't reach my usual home page. It seems the port is
> > inaccessible. I have two instances of OM (one at /openmeetings and
> > another at /openmeetings1) and they have trouble loading. Also
> > prior to having this loading problem, the application crashed when
> > I tried to setup a poll in a group meeting.
> > >> >> >> >>>
> > >> >> >> >>> Thank you,
> > >> >> >> >>> Alex Nyamweya
> > >> >> >> >>
> > >> >> >> >>
> > >> >> >> >
> > >> >> >>
> > >> >> >>
> > >> >> >> --
> > >> >> >> WBR
> > >> >> >> Maxim aka solomax
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >> --
> > >> >> WBR
> > >> >> Maxim aka solomax
> > >> >
> > >> >
> > >>
> > >>
> > >> --
> > >> WBR
> > >> Maxim aka solomax
> > >
> > >
> > 
> > 
> > 

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
I'm still getting the same error. ERROR 1045 (28000): Access denied for
user 'root'@'localhost' (using password: NO)

On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. <ya...@krvostok.ru>
wrote:

> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesonic94@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
> 2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
> d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >> https://cwiki.apache.org/confluence/display/
> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>
>
>

RE: Loading Problem

Posted by "Yakovlev N." <ya...@krvostok.ru>.
After installing mariadb the root account has an empty password.

If you have not set root password enter the next command to connect to mariadb:

  mysql

Of course mariadb must be started before connecting to it

systemctl start mariadb.service

 

From: Alex Nyamweya [mailto:animesonic94@gmail.com] 
Sent: Wednesday, July 18, 2018 8:00 AM
To: user@openmeetings.apache.org
Subject: Re: Loading Problem

 

Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install and setup mariadb. When I run the command: mysqladmin -u root password new-password (new-password being my actual password) I'm getting the following error:

 mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
For the record I never even set up a password for root user and it's asking me for one when I use the MySQL Database Server.

 

On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru> wrote:

See the next page
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
to get more information ....

-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine ....
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com> wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the following problem: when I try to run the command on step 4, (wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the following message:
>
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >> >> >>
>> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>>
>> >> >> >>> Hi,
>> >> >> >>>
>> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >> >> >>>
>> >> >> >>> Thank you,
>> >> >> >>> Alex Nyamweya
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

 


Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install
and setup mariadb. When I run the command: mysqladmin -u root password
new-password (new-password being my actual password) I'm getting the
following error:

 mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

For the record I never even set up a password for root user and it's
asking me for one when I use the MySQL Database Server.


On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. <ya...@krvostok.ru>
wrote:

> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
> 2133151.html
> to get more information ....
>
> -----Original Message-----
> From: Maxim Solodovnik [mailto:solomax666@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine ....
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
> d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >> https://cwiki.apache.org/confluence/display/
> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >> >>
> >> >> >> I believe you need to solve issues one by one :)
> >> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> >> Then perform other customizations
> >> >> >>
> >> >> >> BTW why do you need 2 instances?
> >> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >
> >> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >> >
> >> >> >> >
> >> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>
> >> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >> >>
> >> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >> >>>
> >> >> >> >>> Hi,
> >> >> >> >>>
> >> >> >> >>> I'm currently having a problem with Apache OpenMeetings
> loading when I go to the home page. It just keeps loading and doesn't reach
> my usual home page. It seems the port is inaccessible. I have two instances
> of OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >> >>>
> >> >> >> >>> Thank you,
> >> >> >> >>> Alex Nyamweya
> >> >> >> >>
> >> >> >> >>
> >> >> >> >
> >> >> >>
> >> >> >>
> >> >> >> --
> >> >> >> WBR
> >> >> >> Maxim aka solomax
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>
>

RE: Loading Problem

Posted by "Yakovlev N." <ya...@krvostok.ru>.
See the next page
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
to get more information ....

-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine ....
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com> wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the following problem: when I try to run the command on step 4, (wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the following message:
>
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >> >> >>
>> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>>
>> >> >> >>> Hi,
>> >> >> >>>
>> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >> >> >>>
>> >> >> >>> Thank you,
>> >> >> >>> Alex Nyamweya
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax


RE: Loading Problem

Posted by "Yakovlev N." <ya...@krvostok.ru>.
To download the latest Java SE Development Kit 8u181 you have to use the correct address link:

wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.rpm"

Best regards,
Nik


-----Original Message-----
From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine ....
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com> wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the following problem: when I try to run the command on step 4, (wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the following message:
>
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >> >> >>
>> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>>
>> >> >> >>> Hi,
>> >> >> >>>
>> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >> >> >>>
>> >> >> >>> Thank you,
>> >> >> >>> Alex Nyamweya
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax


Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
You can manually download RPM of Oracle JDK and scp it to your Linux
machine ....
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya <an...@gmail.com> wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the following problem: when I try to run the command on step 4, (wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the following message:
>
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>
>> >> >> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >> >> >>
>> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >> >>>
>> >> >> >>> Hi,
>> >> >> >>>
>> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >> >> >>>
>> >> >> >>> Thank you,
>> >> >> >>> Alex Nyamweya
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
the following problem: when I try to run the command on step 4, (*wget
--no-cookies --no-check-certificate --header "Cookie:
gpw_e24=http%3A%2F%2Fwww.oracle.com <http://2Fwww.oracle.com>%2F;
oraclelicense=accept-securebackup-cookie"
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
<http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm>*)
Im getting the following message:

--2018-07-18 05:57:58--
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
Connecting to download.oracle.com
(download.oracle.com)|23.210.24.87|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
[following]
--2018-07-18 05:57:58--
https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
Resolving edelivery.oracle.com (edelivery.oracle.com)...
2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
Connecting to edelivery.oracle.com
(edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
[following]
--2018-07-18 05:57:58--
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
Connecting to download.oracle.com
(download.oracle.com)|23.210.24.87|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-18 05:58:01 ERROR 404: Not Found.

I believe the last message is preventing me from doing the next step:
*rpm -ivh jdk-8u172-linux-x64.rpm*

error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory


On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> You need to modify following file
> webapps/root/index.html
> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >
> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> Here are the list of tested OSes:
> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+
> installing+OpenMeetings+and+Tools
> >> OM should work as expected :)
> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >
> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax666@gmail.com> wrote:
> >> >>
> >> >> I believe you need to solve issues one by one :)
> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> Then perform other customizations
> >> >>
> >> >> BTW why do you need 2 instances?
> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >
> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >
> >> >> >
> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >>
> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >>
> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >> >>>
> >> >> >>> Hi,
> >> >> >>>
> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading
> when I go to the home page. It just keeps loading and doesn't reach my
> usual home page. It seems the port is inaccessible. I have two instances of
> OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >>>
> >> >> >>> Thank you,
> >> >> >>> Alex Nyamweya
> >> >> >>
> >> >> >>
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
You need to modify following file
webapps/root/index.html
On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <an...@gmail.com> wrote:
>
> Okay thank you now my next question is how can I customize the redirecting page to OpenMeetings when I put mydomainname:5080?
>
> On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> Here are the list of tested OSes:
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> OM should work as expected :)
>> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >
>> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>> >>
>> >> I believe you need to solve issues one by one :)
>> >> First of all you need to make 2 instances of OM running with no errors in logs
>> >> Then perform other customizations
>> >>
>> >> BTW why do you need 2 instances?
>> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >> >
>> >> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >> >
>> >> >
>> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >>
>> >> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >> >>
>> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >> >>>
>> >> >>> Hi,
>> >> >>>
>> >> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >> >>>
>> >> >>> Thank you,
>> >> >>> Alex Nyamweya
>> >> >>
>> >> >>
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Okay thank you now my next question is how can I customize the redirecting
page to OpenMeetings when I put mydomainname:5080?

On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Here are the list of tested OSes:
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+
> installing+OpenMeetings+and+Tools
> OM should work as expected :)
> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > Okay for the first post I decided to wipe the server clean and reinstall
> Apache OpenMeetings. I'm in the process of doing it now so when I reinstall
> OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run
> well on CentOS or is it better to use Ubuntu?
> >
> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com>
> wrote:
> >>
> >> I believe you need to solve issues one by one :)
> >> First of all you need to make 2 instances of OM running with no errors
> in logs
> >> Then perform other customizations
> >>
> >> BTW why do you need 2 instances?
> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >> >
> >> > Another thing, which is a better platform to run OpenMeetings, CentOS
> or Ubuntu?
> >> >
> >> >
> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >>
> >> >> Also how can I customize the redirecting page to openmeetings when I
> put mydomainname:5080?
> >> >>
> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesonic94@gmail.com> wrote:
> >> >>>
> >> >>> Hi,
> >> >>>
> >> >>> I'm currently having a problem with Apache OpenMeetings loading
> when I go to the home page. It just keeps loading and doesn't reach my
> usual home page. It seems the port is inaccessible. I have two instances of
> OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >>>
> >> >>> Thank you,
> >> >>> Alex Nyamweya
> >> >>
> >> >>
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
Here are the list of tested OSes:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
OM should work as expected :)
On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <an...@gmail.com> wrote:
>
> Okay for the first post I decided to wipe the server clean and reinstall Apache OpenMeetings. I'm in the process of doing it now so when I reinstall OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>
> On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com> wrote:
>>
>> I believe you need to solve issues one by one :)
>> First of all you need to make 2 instances of OM running with no errors in logs
>> Then perform other customizations
>>
>> BTW why do you need 2 instances?
>> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>> >
>> > Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>> >
>> >
>> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >>
>> >> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>> >>
>> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>> >>>
>> >>> Thank you,
>> >>> Alex Nyamweya
>> >>
>> >>
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Okay for the first post I decided to wipe the server clean and reinstall
Apache OpenMeetings. I'm in the process of doing it now so when I reinstall
OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run
well on CentOS or is it better to use Ubuntu?

On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <so...@gmail.com>
wrote:

> I believe you need to solve issues one by one :)
> First of all you need to make 2 instances of OM running with no errors in
> logs
> Then perform other customizations
>
> BTW why do you need 2 instances?
> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com>
> wrote:
> >
> > Another thing, which is a better platform to run OpenMeetings, CentOS or
> Ubuntu?
> >
> >
> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com>
> wrote:
> >>
> >> Also how can I customize the redirecting page to openmeetings when I
> put mydomainname:5080?
> >>
> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com>
> wrote:
> >>>
> >>> Hi,
> >>>
> >>> I'm currently having a problem with Apache OpenMeetings loading when I
> go to the home page. It just keeps loading and doesn't reach my usual home
> page. It seems the port is inaccessible. I have two instances of OM (one at
> /openmeetings and another at /openmeetings1) and they have trouble loading.
> Also prior to having this loading problem, the application crashed when I
> tried to setup a poll in a group meeting.
> >>>
> >>> Thank you,
> >>> Alex Nyamweya
> >>
> >>
> >
>
>
> --
> WBR
> Maxim aka solomax
>

Re: Loading Problem

Posted by Maxim Solodovnik <so...@gmail.com>.
I believe you need to solve issues one by one :)
First of all you need to make 2 instances of OM running with no errors in logs
Then perform other customizations

BTW why do you need 2 instances?
On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <an...@gmail.com> wrote:
>
> Another thing, which is a better platform to run OpenMeetings, CentOS or Ubuntu?
>
>
> On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com> wrote:
>>
>> Also how can I customize the redirecting page to openmeetings when I put mydomainname:5080?
>>
>> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com> wrote:
>>>
>>> Hi,
>>>
>>> I'm currently having a problem with Apache OpenMeetings loading when I go to the home page. It just keeps loading and doesn't reach my usual home page. It seems the port is inaccessible. I have two instances of OM (one at /openmeetings and another at /openmeetings1) and they have trouble loading. Also prior to having this loading problem, the application crashed when I tried to setup a poll in a group meeting.
>>>
>>> Thank you,
>>> Alex Nyamweya
>>
>>
>


-- 
WBR
Maxim aka solomax

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Another thing, which is a better platform to run OpenMeetings, CentOS or
Ubuntu?


On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <an...@gmail.com>
wrote:

> Also how can I customize the redirecting page to openmeetings when I put
> mydomainname:5080?
>
> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com>
> wrote:
>
>> Hi,
>>
>> I'm currently having a problem with Apache OpenMeetings loading when I go
>> to the home page. It just keeps loading and doesn't reach my usual home
>> page. It seems the port is inaccessible. I have two instances of OM (one at
>> /openmeetings and another at /openmeetings1) and they have trouble loading.
>> Also prior to having this loading problem, the application crashed when I
>> tried to setup a poll in a group meeting.
>>
>> Thank you,
>> Alex Nyamweya
>>
>
>

Re: Loading Problem

Posted by Alex Nyamweya <an...@gmail.com>.
Also how can I customize the redirecting page to openmeetings when I put
mydomainname:5080?

On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <an...@gmail.com>
wrote:

> Hi,
>
> I'm currently having a problem with Apache OpenMeetings loading when I go
> to the home page. It just keeps loading and doesn't reach my usual home
> page. It seems the port is inaccessible. I have two instances of OM (one at
> /openmeetings and another at /openmeetings1) and they have trouble loading.
> Also prior to having this loading problem, the application crashed when I
> tried to setup a poll in a group meeting.
>
> Thank you,
> Alex Nyamweya
>