Forums

John F
John F
Offline
Resolved
0 votes
Plex does not play a lot of file formats that Emby played, hence why I prefer Emby over Plex.

Tried installing via yum (yum install epel-release)

Package epel-release-7-10.noarch is obsoleted by clearos-release-7-3.14.v7.x86_64 which is already installed
Nothing to do

[root@gateway ~]# service start emby-server
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.
Monday, August 28 2017, 03:56 PM
Share this post:

Accepted Answer

Monday, August 28 2017, 11:36 PM - #Permalink
Resolved
1 votes
Whoever wrote those instructions at https://emby.media/linux-server.html got it wrong - at least for Redhat like distros

should be...
service emby-server start
OR
systemctl start emby-server.service

[root@alex ~]# systemctl start emby-server.service
[root@alex ~]# systemctl status emby-server.service
● emby-server.service - Emby Media Server
Loaded: loaded (/usr/lib/systemd/system/emby-server.service; disabled; vendor preset: disabled)
Active: active (running) since Tue 2017-08-29 09:30:56 AEST; 8s ago
Process: 13685 ExecStopPost=/usr/lib/emby-server/emby-server.sh clear (code=exited, status=0/SUCCESS)
Main PID: 13714 (su)
CGroup: /system.slice/emby-server.service
‣ 13714 su -s /bin/sh -c umask $0; exec "$1" "$@" emby -- 002 env MAGICK_HOME=/usr/lib/emby-server MAGICK_CODER_FILTER_PATH=/usr/lib/emby-server/lib64/EmbyMagick-6.9.6/mod...

Aug 29 09:30:56 alex.sraellis.com su[13714]: (to emby) root on none
[root@alex ~]#

I found https://emby.media/community/index.php?/topic/49821-dependency-error-on-centos-7 helpful
The reply is currently minimized Show
Responses (0)
  • There are no replies here yet.
Your Reply