Jump to content

Cannot acces to server CENTOS7


lfiduras

Recommended Posts

lfiduras

Hi,

different problems on fresh install centos7:

1- repo-dependancies pb : 404 error --> path is not good

-->i install directly repo file and installation continues

 home:jose-pr:MediaBrowserServer-Dependancies.repo  

2 Cannot access to the http://myIP:8096/mediabrowser

--> deactivate selinux

--> deactivate firewalld

But nothing : connexion rejected

service MediaBrowserServer status -l
MediaBrowserServer.service - MediaBrowser Server Mono
   Loaded: loaded (/etc/systemd/system/MediaBrowserServer.service; disabled)
   Active: active (running) since mer. 2015-01-28 19:29:50 ICT; 9min ago
 Main PID: 2111 (start.sh)
   CGroup: /system.slice/MediaBrowserServer.service
           ├─2111 /bin/sh /opt/MediaBrowser/MediaBrowserServer/start.sh
           └─2120 /opt/mono/bin/mono MediaBrowser.Server.Mono.exe -programdata /var/opt/MediaBrowser/MediaBrowserServer

janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: 64-Bit Process: True
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: Program data path: /var/opt/MediaBrowser/MediaBrowserServer
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: Mono: 3.10.0 (tarball Sat Nov 15 03:35:34 UTC 2014)
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: Application Path: /opt/MediaBrowser/MediaBrowserServer/bin/MediaBrowser.Server.Mono.exe
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: libwebp.so
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: System.DllNotFoundException
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: at (wrapper managed-to-native) Imazen.WebP.Extern.NativeMethods:WebPGetEncoderVersion ()
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: at Imazen.WebP.SimpleEncoder.GetEncoderVersion () [0x00000] in <filename unknown>:0
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: at MediaBrowser.Server.Implementations.Drawing.ImageProcessor.LogWebPVersion () [0x00000] i...known>:0
janv. 28 19:29:50 mediaserver.lfiduras.edu start.sh[2111]: Info, App, HttpClientManager.GetTempFileResponse url: http://ffmpeg.gusari.org/static/64bit...t.tar.gz
Hint: Some lines were ellipsized, use -l to show in full.
cat: /var/log/MediaBrowserServer.log: Aucun fichier ou dossier de ce type


ANyone can help me

Thank you in advance

Sam

Edited by lfiduras
Link to comment
Share on other sites

It seems a basic install of CentOS 7 may come without lsb_release if that is the case installed it with 

yum install redhat-lsb-core

that way the .repo file is installed correctly.

So be sure redhat-lsb-core is installed and then also that you enabled the dependencies repo.

I just installed it in a fresh CentOS 7 vm and it worked fine. even the system tray tool was working.

 

I added redhad-lsb-core as a dependency to the repository package, so everything should work ok if you install as the instructions say. (download page, or main fedora/centos thread) 

Link to comment
Share on other sites

Also as centos doesn't provide ffmpeg the server is downloading it and that may take a while

Verify the logs at /var/opt/MediaBrowser/MediaBrowserServer/logs

 

Also the repo here http://atrpms.net/ contains ffmpeg for centos 7 which rpmfusion doesn't have at the moment

Edited by jose
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...