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 <[email protected]>
wrote:

> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <[email protected]>
> 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 <[email protected]> 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. <[email protected]>
>>> 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:[email protected]]
>>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>>> *To:* [email protected]
>>> *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. <[email protected]>
>>> 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:[email protected]]
>>> 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 <[email protected]>
>>> 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 <
>>> [email protected]> wrote:
>>> >>
>>> >> You need to modify following file
>>> >> webapps/root/index.html
>>> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <[email protected]>
>>> 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 <
>>> [email protected]> 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 <
>>> [email protected]> 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 <
>>> [email protected]> 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 <
>>> [email protected]> 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 <
>>> [email protected]> 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 <
>>> [email protected]> 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
>

Reply via email to