...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 <[email protected]> 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 <[email protected]>
> > > 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 <[email protected]>
> > > > > 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 <[email protected]>
> > > > > > > > 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
> > > > > > > > > > > > [email protected]> 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 <[email protected]> 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 <[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. <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
> > > > > > > > > > > > > > > > > > > > [email protected]] 
> > > > > > > > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018
> > > > > > > > > > > > > > > > > > > > 8:00 AM
> > > > > > > > > > > > > > > > > > > > To: [email protected]
> > > > > > > > > > > > > > > > > > > > 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:
> > > > > > > > > > > > > > > > > > > > [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 <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
> > > > > > > > > > > > > > > > > > > > [email protected]> 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
> > > > > > > > > > > > > > > > > > > > [email protected]> 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
> > > > > > > > > > > > > > > > > > > > [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 <solo
> > > > > > > > > > > > > > > > > > > > [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 <anim
> > > > > > > > > > > > > > > > > > > > [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 <anim
> > > > > > > > > > > > > > > > > > > > [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
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > -- 
> > > > > > > > > > > > WBR
> > > > > > > > > > > > Maxim aka solomax
> > > > > > > > > > 
> > > > > > > > > > -- 
> > > > > > > > > > WBR
> > > > > > > > > > Maxim aka solomax
> > > > > 
> > > > > -- 
> > > > > WBR
> > > > > Maxim aka solomax
> > > 
> > > -- 
> > > WBR
> > > Maxim aka solomax
> 
> -- 
> WBR
> Maxim aka solomax

Reply via email to