I'm surprised that following that tutorial, made for CentOS 7, you can
i
nstall kms on CentOS 8, 'cause docker installation give to me errors of

dependencies.

Ok, i've installed it with this commands, on CentOS 8:


sudo dnf config-manager 
--add-repo=https://download.docker.com/linux/centos/docker-ce.repo

sudo dnf install --nobest docker-ce

sudo systemctl start docker.service

sudo docker run -d --name kms -p 8888:8888 --mount
type=bind,source=/opt/open502/webapps/openmeetings/data,target=/opt/open502/webapps/
openmeetings/data kurento/kurento-media-server

sudo docker start kms

...and so the command:  ps aux | grep kms

...result: kms


Regards


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


El vie, 15-11-2019 a las 14:28 -0600, Coscend@OM escribió:
> Hello OM Community,
>  
> May we seek your advise on how to navigate the following hurdle we
> are facing with OM5 installation in CentOS 8?
>  
> We followed Alvaro’s OM5-CentOS 7 tutorial.  We are at the following
> step:  Kurento Media Server installation
> install kurento-media-server:  
> sudo docker run -d --name kms -p 8888:8888 --mount
> type=bind,source=/opt/open502/webapps/openmeetings/data,target=/opt/o
> pen502/webapps/openmeetings/data kurento/kurento-media-server
> Run kurento-media-server, wich name its kms:  
> sudo docker start kms
>  
> When we do 
> ps aux | grep kms
> there is NO kms process listed.
>  
> How to find out what could have gone wrong?  How to identify the
> cause of the error?
>  
> Additional:
> 1.      OM5 is running fine without video and audio.
> 2.      Docker-ce, docker-ce-cli and containered.io were installed
> successfully.
>  
>  
> Thank you.
>  
> Sincerely,
>  
> Hemant K. Sabat
> 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
>  
>  

Reply via email to