Jump to content

Emby not starting on system startup


mrhollywood360

Recommended Posts

mrhollywood360

I've noticed recently that emby no longer starts on system boot. I have to start it with "systemctl start emby-server" on every boot. Before updating it, emby would start up just fine.

 

I have run systemctl enable emby-server, however that doesn't seem to help.

Link to comment
Share on other sites

mrhollywood360

Hi, what distro and installation package are you using?

Debian 9, using the deb packages from https://emby.media/linux-server.html

 

 

Output of:

systemctl status emby-server -l
journalctl -b | grep emby
emby-server.service - Emby Server is a personal media server with apps on just about every devic
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-02-08 19:39:44 EST; 13h ago
 Main PID: 2452 (EmbyServer)
    Tasks: 17 (limit: 4915)
   CGroup: /system.slice/emby-server.service
           └─2452 /opt/emby-server/system/EmbyServer -programdata /var/lib/emby -ffmpeg /opt/emby
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info Main: Application path: /opt/emby-server/system/EmbyServer.dll
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info Main: Emby
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Operating system: Unix 4.9.0.5
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         64-Bit OS: True
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         64-Bit Process: True
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         User Interactive: True
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Processor count: 16
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Program data path: /var/lib/emby
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Application directory: /opt/emby-server/system
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info App: Application version: 3.2.70.0
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info App: Loading assemblies
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.WebDashboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Photos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.Implementations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.LocalMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.XbmcMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: Sqlite version: 3.21.0
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: Default journal_mode for /var/lib/emby/data/users.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info AuthenticationRepository: Default journal_mode for /var/lib/emby/data/authentication.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info AuthenticationRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info DeviceManager: Default journal_mode for /var/lib/emby/data/devices.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info DeviceManager: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info ActivityRepository: Default journal_mode for /var/lib/emby/data/activitylog.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info ActivityRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteDisplayPreferencesRepository: Default journal_mode for /var/lib/emby/data/displaypreferences.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteItemRepository: Default journal_mode for /var/lib/emby/data/library.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteItemRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteNotificationsRepository: Default journal_mode for /var/lib/emby/data/notifications.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteNotificationsRepository: PRAGMA synchronous=1
Feb 08 19:36:49 Nebuchadnezzar emby-server[708]: Info HttpServer: Calling ServiceStack AppHost.Init
Feb 08 19:36:49 Nebuchadnezzar emby-server[708]: Info ServerManager: Loading Http Server
Feb 08 19:36:49 Nebuchadnezzar emby-server[708]: Info HttpServer: Adding HttpListener prefix http://+:8096/
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info HttpServer: Adding HttpListener prefix https://+:8920/
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info Skia: SkiaSharp version: 1.58.0.0
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info TaskManager: Daily trigger for Chapter image extraction set to fire at 2/9/18 2:00:00 AM, which is 383.160565385 minutes from now.
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info TaskManager: Daily trigger for Start new log file set to fire at 2/9/18 12:00:00 AM, which is 263.160384068333 minutes from now.
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: FFMpeg: /opt/emby-server/bin/ffmpeg
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: FFProbe: /opt/emby-server/bin/ffprobe
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Validating media encoder at /opt/emby-server/bin/ffmpeg
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -decoders
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   configuration: --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --arch=x86_64 --target-os=linux --prefix=/srv/buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-static --disable-cuda --disable-cuvid --disable-iconv --disable-nvenc --disable-doc --disable-ffplay --disable-ffserver --disable-xlib --enable-shared --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libsmbclient --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-vaapi --enable-version3 --extra-libs='-laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -ldrm -lexpat -lflag-mapping-samba4 -lfreetype -lfribidi -lfontconfig -lgenrand-samba4 -lgensec-samba4 -lgmp -lgse-samba4 -lgssapi_krb5 -lhogweed -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lnettle -lpng -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -lwbclient -lwinbind-client-samba4'
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavutil      55. 78.100 / 55. 78.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavcodec     57.107.100 / 57.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavformat    57. 83.100 / 57. 83.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavdevice    57. 10.100 / 57. 10.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavfilter     6.107.100 /  6.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswscale      4.  8.100 /  4.  8.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswresample   2.  9.100 /  2.  9.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libpostproc    54.  7.100 / 54.  7.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: mpeg2video
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: ac3
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: aac
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: mp3
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: h264
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: hevc
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -encoders
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   configuration: --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --arch=x86_64 --target-os=linux --prefix=/srv/buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-static --disable-cuda --disable-cuvid --disable-iconv --disable-nvenc --disable-doc --disable-ffplay --disable-ffserver --disable-xlib --enable-shared --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libsmbclient --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-vaapi --enable-version3 --extra-libs='-laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -ldrm -lexpat -lflag-mapping-samba4 -lfreetype -lfribidi -lfontconfig -lgenrand-samba4 -lgensec-samba4 -lgmp -lgse-samba4 -lgssapi_krb5 -lhogweed -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lnettle -lpng -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -lwbclient -lwinbind-client-samba4'
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavutil      55. 78.100 / 55. 78.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavcodec     57.107.100 / 57.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavformat    57. 83.100 / 57. 83.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavdevice    57. 10.100 / 57. 10.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavfilter     6.107.100 /  6.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswscale      4.  8.100 /  4.  8.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswresample   2.  9.100 /  2.  9.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libpostproc    54.  7.100 / 54.  7.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libx264
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: mpeg4
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: msmpeg4
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: aac
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libmp3lame
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libopus
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libvorbis
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: srt
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: h264_vaapi
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: hevc_vaapi
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: h264_v4l2m2m
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libwebp
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: ac3
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder validation complete
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: ServerId: e07fd5a23b0544d2b4253484936eb80b
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Core startup complete
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Post-init migrations complete
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 4.79E-05 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point MediaBrowser.WebDashboard.ServerEntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: MediaBrowser.WebDashboard.ServerEntryPoint. Duration: 0.0009218 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Notifications.Notifications
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Notifications.Notifications. Duration: 0.0060218 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Notifications.WebSocketNotifier
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Notifications.WebSocketNotifier. Duration: 0.0011073 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0003781 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Loading live tv data from /var/lib/emby/data/livetv/timers
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint. Duration: 0.2846417 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.0549302 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0011799 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ExternalPortForwarding. Duration: 0.027379 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0003437 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0026773 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LoadRegistrations
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LoadRegistrations. Duration: 0.0003524 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.RecordingNotifier. Duration: 0.0019926 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0040965 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.001056 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0005698 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.0048051 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UsageEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UsageEntryPoint. Duration: 0.0028643 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0006668 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0012446 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Activity.ActivityLogEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Activity.ActivityLogEntryPoint. Duration: 0.0030213 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.MediaEncoding.Api.ApiEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.MediaEncoding.Api.ApiEntryPoint. Duration: 0.1121101 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Dlna.DlnaProfileEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Dlna.DlnaProfileEntryPoint. Duration: 0.0001231 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info HttpClient: GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Error HttpClient: Error getting response from http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         *** Error Report ***
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Version: 3.2.70.0
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Operating system: Unix 4.9.0.5
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit OS: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit Process: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         User Interactive: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Processor count: 16
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Program data path: /var/lib/emby
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Application directory: /opt/emby-server/system
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            --- End of inner exception stack trace ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         InnerException: System.Net.Http.CurlException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Error App: Error downloading news
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         *** Error Report ***
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Version: 3.2.70.0
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Operating system: Unix 4.9.0.5
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit OS: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit Process: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         User Interactive: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Processor count: 16
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Program data path: /var/lib/emby
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Application directory: /opt/emby-server/system
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            --- End of inner exception stack trace ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<DownloadNews>d__13.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<OnTimerFired>d__12.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<DownloadNews>d__13.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<OnTimerFired>d__12.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         InnerException: System.Net.Http.CurlException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:  
Link to comment
Share on other sites

dcrdev

 

Debian 9, using the deb packages from https://emby.media/linux-server.html

 

emby-server.service - Emby Server is a personal media server with apps on just about every devic
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2018-02-08 19:39:44 EST; 13h ago
 Main PID: 2452 (EmbyServer)
    Tasks: 17 (limit: 4915)
   CGroup: /system.slice/emby-server.service
           └─2452 /opt/emby-server/system/EmbyServer -programdata /var/lib/emby -ffmpeg /opt/emby
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info Main: Application path: /opt/emby-server/system/EmbyServer.dll
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info Main: Emby
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Operating system: Unix 4.9.0.5
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         64-Bit OS: True
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         64-Bit Process: True
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         User Interactive: True
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Processor count: 16
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Program data path: /var/lib/emby
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]:         Application directory: /opt/emby-server/system
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info App: Application version: 3.2.70.0
Feb 08 19:36:47 Nebuchadnezzar emby-server[708]: Info App: Loading assemblies
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.WebDashboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Photos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.Implementations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.LocalMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading MediaBrowser.XbmcMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: Sqlite version: 3.21.0
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: Default journal_mode for /var/lib/emby/data/users.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteUserRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info AuthenticationRepository: Default journal_mode for /var/lib/emby/data/authentication.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info AuthenticationRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info DeviceManager: Default journal_mode for /var/lib/emby/data/devices.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info DeviceManager: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info ActivityRepository: Default journal_mode for /var/lib/emby/data/activitylog.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info ActivityRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteDisplayPreferencesRepository: Default journal_mode for /var/lib/emby/data/displaypreferences.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteItemRepository: Default journal_mode for /var/lib/emby/data/library.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteItemRepository: PRAGMA synchronous=1
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteNotificationsRepository: Default journal_mode for /var/lib/emby/data/notifications.db is wal
Feb 08 19:36:48 Nebuchadnezzar emby-server[708]: Info SqliteNotificationsRepository: PRAGMA synchronous=1
Feb 08 19:36:49 Nebuchadnezzar emby-server[708]: Info HttpServer: Calling ServiceStack AppHost.Init
Feb 08 19:36:49 Nebuchadnezzar emby-server[708]: Info ServerManager: Loading Http Server
Feb 08 19:36:49 Nebuchadnezzar emby-server[708]: Info HttpServer: Adding HttpListener prefix http://+:8096/
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info HttpServer: Adding HttpListener prefix https://+:8920/
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info Skia: SkiaSharp version: 1.58.0.0
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info TaskManager: Daily trigger for Chapter image extraction set to fire at 2/9/18 2:00:00 AM, which is 383.160565385 minutes from now.
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info TaskManager: Daily trigger for Start new log file set to fire at 2/9/18 12:00:00 AM, which is 263.160384068333 minutes from now.
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: FFMpeg: /opt/emby-server/bin/ffmpeg
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: FFProbe: /opt/emby-server/bin/ffprobe
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Validating media encoder at /opt/emby-server/bin/ffmpeg
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -decoders
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   configuration: --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --arch=x86_64 --target-os=linux --prefix=/srv/buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-static --disable-cuda --disable-cuvid --disable-iconv --disable-nvenc --disable-doc --disable-ffplay --disable-ffserver --disable-xlib --enable-shared --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libsmbclient --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-vaapi --enable-version3 --extra-libs='-laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -ldrm -lexpat -lflag-mapping-samba4 -lfreetype -lfribidi -lfontconfig -lgenrand-samba4 -lgensec-samba4 -lgmp -lgse-samba4 -lgssapi_krb5 -lhogweed -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lnettle -lpng -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -lwbclient -lwinbind-client-samba4'
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavutil      55. 78.100 / 55. 78.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavcodec     57.107.100 / 57.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavformat    57. 83.100 / 57. 83.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavdevice    57. 10.100 / 57. 10.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavfilter     6.107.100 /  6.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswscale      4.  8.100 /  4.  8.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswresample   2.  9.100 /  2.  9.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libpostproc    54.  7.100 / 54.  7.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: mpeg2video
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: ac3
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: aac
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: mp3
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: h264
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Decoder available: hevc
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -encoders
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   configuration: --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --arch=x86_64 --target-os=linux --prefix=/srv/buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-static --disable-cuda --disable-cuvid --disable-iconv --disable-nvenc --disable-doc --disable-ffplay --disable-ffserver --disable-xlib --enable-shared --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libsmbclient --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-vaapi --enable-version3 --extra-libs='-laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -ldrm -lexpat -lflag-mapping-samba4 -lfreetype -lfribidi -lfontconfig -lgenrand-samba4 -lgensec-samba4 -lgmp -lgse-samba4 -lgssapi_krb5 -lhogweed -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lnettle -lpng -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -lwbclient -lwinbind-client-samba4'
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavutil      55. 78.100 / 55. 78.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavcodec     57.107.100 / 57.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavformat    57. 83.100 / 57. 83.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavdevice    57. 10.100 / 57. 10.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libavfilter     6.107.100 /  6.107.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswscale      4.  8.100 /  4.  8.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libswresample   2.  9.100 /  2.  9.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]:   libpostproc    54.  7.100 / 54.  7.100
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libx264
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: mpeg4
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: msmpeg4
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: aac
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libmp3lame
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libopus
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libvorbis
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: srt
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: h264_vaapi
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: hevc_vaapi
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: h264_v4l2m2m
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: libwebp
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder available: ac3
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info MediaEncoder: Encoder validation complete
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: ServerId: e07fd5a23b0544d2b4253484936eb80b
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Core startup complete
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Post-init migrations complete
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 4.79E-05 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point MediaBrowser.WebDashboard.ServerEntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: MediaBrowser.WebDashboard.ServerEntryPoint. Duration: 0.0009218 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Notifications.Notifications
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Notifications.Notifications. Duration: 0.0060218 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Notifications.WebSocketNotifier
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Notifications.WebSocketNotifier. Duration: 0.0011073 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0003781 seconds
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
Feb 08 19:36:50 Nebuchadnezzar emby-server[708]: Info App: Loading live tv data from /var/lib/emby/data/livetv/timers
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint. Duration: 0.2846417 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.0549302 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0011799 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ExternalPortForwarding. Duration: 0.027379 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0003437 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0026773 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LoadRegistrations
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LoadRegistrations. Duration: 0.0003524 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.RecordingNotifier. Duration: 0.0019926 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0040965 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.001056 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0005698 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.0048051 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UsageEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UsageEntryPoint. Duration: 0.0028643 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0006668 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0012446 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.Implementations.Activity.ActivityLogEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.Implementations.Activity.ActivityLogEntryPoint. Duration: 0.0030213 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Server.MediaEncoding.Api.ApiEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Server.MediaEncoding.Api.ApiEntryPoint. Duration: 0.1121101 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Dlna.DlnaProfileEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Entry point completed: Emby.Dlna.DlnaProfileEntryPoint. Duration: 0.0001231 seconds
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Info HttpClient: GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Error HttpClient: Error getting response from http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         *** Error Report ***
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Version: 3.2.70.0
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Operating system: Unix 4.9.0.5
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit OS: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit Process: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         User Interactive: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Processor count: 16
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Program data path: /var/lib/emby
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Application directory: /opt/emby-server/system
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            --- End of inner exception stack trace ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         InnerException: System.Net.Http.CurlException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]: Error App: Error downloading news
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         *** Error Report ***
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Version: 3.2.70.0
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Operating system: Unix 4.9.0.5
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit OS: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         64-Bit Process: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         User Interactive: True
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Processor count: 16
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Program data path: /var/lib/emby
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         Application directory: /opt/emby-server/system
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            --- End of inner exception stack trace ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<DownloadNews>d__13.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<OnTimerFired>d__12.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.HttpRequestException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<DownloadNews>d__13.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         --- End of stack trace from previous location where exception was thrown ---
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at Emby.Server.Implementations.News.NewsEntryPoint.<OnTimerFired>d__12.MoveNext()
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         InnerException: System.Net.Http.CurlException
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:         System.Net.Http.CurlException: Couldn't resolve host name
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 08 19:36:51 Nebuchadnezzar emby-server[708]:  

 

 

Can you post those outputs after a fresh boot?

 

It's not really going to show much if Emby is running....

Link to comment
Share on other sites

mrhollywood360

After a fresh boot

$ systemctl status emby-server -l
● emby-server.service - Emby Server is a personal media server with apps on just about every devic
   Loaded: loaded (/usr/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Fri 2018-02-09 17:47:34 EST; 2min 23s ago
  Process: 698 ExecStart=/opt/emby-server/bin/emby-server (code=exited, status=5)
 Main PID: 698 (code=exited, status=5)

$  sudo journalctl -b | grep emby
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]: Info Main: Application path: /opt/emby-server/system/EmbyServer.dll
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]: Info Main: Emby
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         Operating system: Unix 4.9.0.5
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         64-Bit OS: True
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         64-Bit Process: True
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         User Interactive: True
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         Processor count: 16
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         Program data path: /var/lib/emby
Feb 09 17:47:25 Nebuchadnezzar emby-server[698]:         Application directory: /opt/emby-server/system
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Application version: 3.2.70.0
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading assemblies
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.Api, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.WebDashboard, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.Controller, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Photos, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Server.Implementations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Server.MediaEncoding, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Dlna, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.LocalMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading MediaBrowser.XbmcMetadata, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Server.CinemaMode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Server.Connect, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info App: Loading Emby.Server.Sync, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteUserRepository: Sqlite version: 3.21.0
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteUserRepository: Default journal_mode for /var/lib/emby/data/users.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteUserRepository: PRAGMA synchronous=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info AuthenticationRepository: Default journal_mode for /var/lib/emby/data/authentication.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info AuthenticationRepository: PRAGMA synchronous=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info DeviceManager: Default journal_mode for /var/lib/emby/data/devices.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info DeviceManager: PRAGMA synchronous=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info ActivityRepository: Default journal_mode for /var/lib/emby/data/activitylog.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info ActivityRepository: PRAGMA synchronous=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteDisplayPreferencesRepository: Default journal_mode for /var/lib/emby/data/displaypreferences.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteDisplayPreferencesRepository: PRAGMA synchronous=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteItemRepository: Default journal_mode for /var/lib/emby/data/library.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteItemRepository: PRAGMA synchronous=1
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteNotificationsRepository: Default journal_mode for /var/lib/emby/data/notifications.db is wal
Feb 09 17:47:26 Nebuchadnezzar emby-server[698]: Info SqliteNotificationsRepository: PRAGMA synchronous=1
Feb 09 17:47:27 Nebuchadnezzar emby-server[698]: Info HttpServer: Calling ServiceStack AppHost.Init
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info ServerManager: Loading Http Server
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info HttpServer: Adding HttpListener prefix http://+:8096/
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info HttpServer: Adding HttpListener prefix https://+:8920/
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info Skia: SkiaSharp version: 1.58.0.0
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info TaskManager: Daily trigger for Chapter image extraction set to fire at 2/10/18 2:00:00 AM, which is 492.526072021667 minutes from now.
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info TaskManager: Daily trigger for Start new log file set to fire at 2/10/18 12:00:00 AM, which is 372.525876513333 minutes from now.
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: FFMpeg: /opt/emby-server/bin/ffmpeg
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: FFProbe: /opt/emby-server/bin/ffprobe
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Validating media encoder at /opt/emby-server/bin/ffmpeg
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -decoders
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   configuration: --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --arch=x86_64 --target-os=linux --prefix=/srv/buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-static --disable-cuda --disable-cuvid --disable-iconv --disable-nvenc --disable-doc --disable-ffplay --disable-ffserver --disable-xlib --enable-shared --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libsmbclient --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-vaapi --enable-version3 --extra-libs='-laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -ldrm -lexpat -lflag-mapping-samba4 -lfreetype -lfribidi -lfontconfig -lgenrand-samba4 -lgensec-samba4 -lgmp -lgse-samba4 -lgssapi_krb5 -lhogweed -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lnettle -lpng -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -lwbclient -lwinbind-client-samba4'
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavutil      55. 78.100 / 55. 78.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavcodec     57.107.100 / 57.107.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavformat    57. 83.100 / 57. 83.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavdevice    57. 10.100 / 57. 10.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavfilter     6.107.100 /  6.107.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libswscale      4.  8.100 /  4.  8.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libswresample   2.  9.100 /  2.  9.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libpostproc    54.  7.100 / 54.  7.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Decoder available: mpeg2video
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Decoder available: ac3
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Decoder available: aac
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Decoder available: mp3
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Decoder available: h264
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Decoder available: hevc
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Running /opt/emby-server/bin/ffmpeg -encoders
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   built with gcc 6.3.0 (crosstool-NG crosstool-ng-1.23.0)
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   configuration: --enable-cross-compile --cross-prefix=x86_64-pc-linux-gnu- --arch=x86_64 --target-os=linux --prefix=/srv/buildbot/x64/ffmpeg-x64/staging --pkg-config=pkg-config --disable-static --disable-cuda --disable-cuvid --disable-iconv --disable-nvenc --disable-doc --disable-ffplay --disable-ffserver --disable-xlib --enable-shared --enable-fontconfig --enable-gnutls --enable-gpl --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --enable-libopus --enable-libsmbclient --enable-libtheora --enable-libvorbis --enable-libwebp --enable-libx264 --enable-libzvbi --enable-vaapi --enable-version3 --extra-libs='-laddns-samba4 -lasn1util-samba4 -lauthkrb5-samba4 -lCHARSET3-samba4 -lcliauth-samba4 -lcli-cldap-samba4 -lcli-ldap-common-samba4 -lcli-nbt-samba4 -lcli-smb-common-samba4 -lcom_err -lcommon-auth-samba4 -ldbwrap-samba4 -ldcerpc-binding -ldcerpc-samba-samba4 -ldl -ldrm -lexpat -lflag-mapping-samba4 -lfreetype -lfribidi -lfontconfig -lgenrand-samba4 -lgensec-samba4 -lgmp -lgse-samba4 -lgssapi_krb5 -lhogweed -llibcli-lsa3-samba4 -llibsmb-samba4 -linterfaces-samba4 -liov-buf-samba4 -lk5crypto -lkrb5 -lkrb5samba-samba4 -lkrb5support -lldb -lldbsamba-samba4 -lmessages-dgm-samba4 -lmessages-util-samba4 -lmsghdr-samba4 -lmsrpc3-samba4 -lndr -lndr-krb5pac -lndr-nbt -lndr-samba-samba4 -lndr-standard -lnettle -lpng -lreplace-samba4 -lsamba-cluster-support-samba4 -lsamba-credentials -lsamba-debug-samba4 -lsamba-errors -lsamba-hostconfig -lsamba-modules-samba4 -lsamba-security-samba4 -lsamba-sockets-samba4 -lsamba-util -lsamba3-util-samba4 -lsamdb -lsamdb-common-samba4 -lsecrets3-samba4 -lserver-id-db-samba4 -lserver-role-samba4 -lsmbconf -lsmbd-shim-samba4 -lsmb-transport-samba4 -lsocket-blocking-samba4 -lsys-rw-samba4 -ltalloc -ltalloc-report-samba4 -ltdb -ltdb-wrap-samba4 -ltevent -ltevent-util -ltime-basic-samba4 -lutil-cmdline-samba4 -lutil-reg-samba4 -lutil-setid-samba4 -lutil-tdb-samba4 -lwbclient -lwinbind-client-samba4'
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavutil      55. 78.100 / 55. 78.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavcodec     57.107.100 / 57.107.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavformat    57. 83.100 / 57. 83.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavdevice    57. 10.100 / 57. 10.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libavfilter     6.107.100 /  6.107.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libswscale      4.  8.100 /  4.  8.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libswresample   2.  9.100 /  2.  9.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]:   libpostproc    54.  7.100 / 54.  7.100
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: libx264
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: mpeg4
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: msmpeg4
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: aac
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: libmp3lame
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: libopus
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: libvorbis
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: srt
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: h264_vaapi
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: hevc_vaapi
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: h264_v4l2m2m
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: libwebp
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder available: ac3
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info MediaEncoder: Encoder validation complete
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: ServerId: e07fd5a23b0544d2b4253484936eb80b
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Core startup complete
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Post-init migrations complete
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Starting entry point MediaBrowser.Api.ApiEntryPoint
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: MediaBrowser.Api.ApiEntryPoint. Duration: 0.0001967 seconds
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Starting entry point MediaBrowser.WebDashboard.ServerEntryPoint
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: MediaBrowser.WebDashboard.ServerEntryPoint. Duration: 0.0008124 seconds
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.Notifications.Notifications
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.Notifications.Notifications. Duration: 0.0059325 seconds
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.Notifications.WebSocketNotifier
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.Notifications.WebSocketNotifier. Duration: 0.0011087 seconds
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.News.NewsEntryPoint
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.News.NewsEntryPoint. Duration: 0.0004766 seconds
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint
Feb 09 17:47:28 Nebuchadnezzar emby-server[698]: Info App: Loading live tv data from /var/lib/emby/data/livetv/timers
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.LiveTv.EmbyTV.EntryPoint. Duration: 0.259872 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.IO.LibraryMonitorStartup
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.109345 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0012735 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ExternalPortForwarding
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ExternalPortForwarding. Duration: 0.0286662 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0004717 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0023404 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LoadRegistrations
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LoadRegistrations. Duration: 0.000331 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.RecordingNotifier
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.RecordingNotifier. Duration: 0.0021494 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0040145 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0012292 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.000769 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UdpServerEntryPoint. Duration: 0.0046855 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UsageEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UsageEntryPoint. Duration: 0.002965 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 0.0006394 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0014396 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Implementations.Activity.ActivityLogEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Implementations.Activity.ActivityLogEntryPoint. Duration: 0.0031398 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.MediaEncoding.Api.ApiEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.MediaEncoding.Api.ApiEntryPoint. Duration: 0.0715567 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Dlna.DlnaProfileEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Dlna.DlnaProfileEntryPoint. Duration: 9.16E-05 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Dlna.Main.DlnaEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info HttpClient: GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Error HttpClient: Error getting response from http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         *** Error Report ***
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Version: 3.2.70.0
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Operating system: Unix 4.9.0.5
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         64-Bit OS: True
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         64-Bit Process: True
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         User Interactive: True
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Processor count: 16
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Program data path: /var/lib/emby
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Application directory: /opt/emby-server/system
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Couldn't resolve host name
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            --- End of inner exception stack trace ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         System.Net.Http.HttpRequestException
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1.ConfiguredTaskAwaiter.GetResult()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.HttpClient.<FinishSendAsyncUnbuffered>d__59.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         InnerException: System.Net.Http.CurlException
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         System.Net.Http.CurlException: Couldn't resolve host name
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Error App: Error downloading news
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         *** Error Report ***
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Version: 3.2.70.0
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Command line: /opt/emby-server/system/EmbyServer.dll -programdata /var/lib/emby -ffmpeg /opt/emby-server/bin/ffmpeg -ffprobe /opt/emby-server/bin/ffprobe -restartexitcode 3 -updatepackage emby-server-deb_{version}_amd64.deb
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Operating system: Unix 4.9.0.5
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         64-Bit OS: True
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         64-Bit Process: True
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         User Interactive: True
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Processor count: 16
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Program data path: /var/lib/emby
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         Application directory: /opt/emby-server/system
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Couldn't resolve host name
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            --- End of inner exception stack trace ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.News.NewsEntryPoint.<DownloadNews>d__13.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.News.NewsEntryPoint.<OnTimerFired>d__12.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         System.Net.Http.HttpRequestException
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsyncInternal>d__20.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.HttpClientManager.CoreHttpClientManager.<SendAsync>d__17.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.News.NewsEntryPoint.<DownloadNews>d__13.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at Emby.Server.Implementations.News.NewsEntryPoint.<OnTimerFired>d__12.MoveNext()
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         InnerException: System.Net.Http.CurlException
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         System.Net.Http.CurlException: Couldn't resolve host name
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:            at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]:         
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Dlna.Main.DlnaEntryPoint. Duration: 0.2198062 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point MediaBrowser.XbmcMetadata.EntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: MediaBrowser.XbmcMetadata.EntryPoint. Duration: 0.0005158 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Security.PluginSecurityManager
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 7.28E-05 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.CinemaMode.IntrosEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.CinemaMode.IntrosEntryPoint. Duration: 0.0006056 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Connect.ConnectEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Loading data from /var/lib/emby/data/connect.txt
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Loading data from /var/lib/emby/data/wan.dat
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Connect.ConnectEntryPoint. Duration: 0.0746581 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Security.PluginSecurityManager
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Security.PluginSecurityManager. Duration: 5.1E-05 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Sync.SyncManagerEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Sqlite version: 3.21.0
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS5,ENABLE_JSON1,ENABLE_PREUPDATE_HOOK,ENABLE_RTREE,ENABLE_SESSION,ENABLE_UNLOCK_NOTIFY,ENABLE_UPDATE_DELETE_LIMIT,LIKE_DOESNT_MATCH_BLOBS,MAX_SCHEMA_RETRY=25,MAX_VARIABLE_NUMBER=250000,OMIT_LOOKASIDE,SECURE_DELETE,THREADSAFE=1
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Default journal_mode for /var/lib/emby/data/sync14.db is wal
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: PRAGMA synchronous=1
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Sync.SyncManagerEntryPoint. Duration: 0.0177787 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0009805 seconds
Feb 09 17:47:29 Nebuchadnezzar emby-server[698]: Info App: All entry points have started
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]: UnhandledException
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]: System.Net.Sockets.SocketException (0x80004005): Unknown error -1
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Net.Sockets.Socket.SetMulticastOption(SocketOptionName optionName, MulticastOption MR)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Object optionValue)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Emby.Server.Implementations.Net.SocketFactory.CreateUdpMulticastSocket(String ipAddress, Int32 multicastTimeToLive, Int32 localPort)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Rssdp.Infrastructure.SsdpCommunicationsServer.ListenForBroadcastsAsync()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Rssdp.Infrastructure.SsdpCommunicationsServer.BeginListeningForBroadcasts()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Rssdp.Infrastructure.SsdpDeviceLocator.<OnBroadcastTimerCallback>d__16.MoveNext()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]: --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Threading.ThreadPoolWorkQueue.Dispatch()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]: System.Net.Sockets.SocketException
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Net.Sockets.Socket.UpdateStatusAfterSocketErrorAndThrowException(SocketError error, String callerName)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Net.Sockets.Socket.SetMulticastOption(SocketOptionName optionName, MulticastOption MR)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Net.Sockets.Socket.SetSocketOption(SocketOptionLevel optionLevel, SocketOptionName optionName, Object optionValue)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Emby.Server.Implementations.Net.SocketFactory.CreateUdpMulticastSocket(String ipAddress, Int32 multicastTimeToLive, Int32 localPort)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Rssdp.Infrastructure.SsdpCommunicationsServer.ListenForBroadcastsAsync()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Rssdp.Infrastructure.SsdpCommunicationsServer.BeginListeningForBroadcasts()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at Rssdp.Infrastructure.SsdpDeviceLocator.<OnBroadcastTimerCallback>d__16.MoveNext()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]: --- End of stack trace from previous location where exception was thrown ---
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
Feb 09 17:47:34 Nebuchadnezzar emby-server[698]:    at System.Threading.ThreadPoolWorkQueue.Dispatch()
Feb 09 17:47:34 Nebuchadnezzar systemd[1]: emby-server.service: Main process exited, code=exited, status=5/NOTINSTALLED
Feb 09 17:47:34 Nebuchadnezzar systemd[1]: emby-server.service: Unit entered failed state.
Feb 09 17:47:34 Nebuchadnezzar systemd[1]: emby-server.service: Failed with result 'exit-code'.
Link to comment
Share on other sites

dcrdev

Looks like it's starting before the network is up properly and then subsequently is failing on some discovery features.

 

a ) I would investigate why it's starting before the network is up.

b ) I would disable automatic port mapping under "Advanced Settings" as that appears to be where the crash is happening.

Edited by dcrdev
Link to comment
Share on other sites

tgessendorfer

Same problem here... 

 

It worked nicely after a fresh install of 3.2.70 until I changed the private and public http / https ports...

 

I have to start emby-server from Debian CLI manually and it works even with the changed ports, however after a system reboot the emby-server does not start automatically anymore. Also the "restart" button in the admin dashboard doesn't work properly anymore.

 

Changed back to standard http and https ports and rebooted my emby server and works like a charm!?

Edited by tgessendorfer
Link to comment
Share on other sites

dcrdev

Same problem here... 

 

It worked nicely after a fresh install of 3.2.70 until I changed the private and public http / https ports...

 

I have to start emby-server from Debian CLI manually and it works even with the changed ports, however after a system reboot the emby-server does not start automatically anymore. Also the "restart" button in the admin dashboard doesn't work properly anymore.

 

Changed back to standard http and https ports and rebooted my emby server and works like a charm!?

 

Any chance something else is using those ports? What happens if you pick some obscure ports?

Edited by dcrdev
Link to comment
Share on other sites

tgessendorfer

Any chance something else is using those ports? What happens if you pick some obscure ports?

Just tried that and mapped ports 88 (http) and 89 (https), then after starting the emby-server via CLI the Dashboard isn't available at all anymore!?

 

Had to manually edit the /var/lib/emby/config/system.xml file and change the ports back from there to get access to the Dashboard Gui. So even more worse than using ports 80 and 443... Interesting though as it's a new and clean Debian VM with no services except emby running and not using those ports at all...

Link to comment
Share on other sites

mrhollywood360

Just tried that and mapped ports 88 (http) and 89 (https), then after starting the emby-server via CLI the Dashboard isn't available at all anymore!?

 

Had to manually edit the /var/lib/emby/config/system.xml file and change the ports back from there to get access to the Dashboard Gui. So even more worse than using ports 80 and 443... Interesting though as it's a new and clean Debian VM with no services except emby running and not using those ports at all...

Could be an issue with Debian specifically? I'm having this issue on Debian 9

Link to comment
Share on other sites

dcrdev

Lol just remembered something -

 

What you're doing is actually quite weird - most people don't change the local ports to 80/443 they do nat forwarding and that's most likely why this has never come up.

 

Basically in Linux ports under 1024 are restricted to root only - Emby runs as the 'emby' user, you're likely able to start it via the cli because systemd is elevated via polkit.

 

Why do you need the local ports to be 443/80 ? There are ways around this - http://man7.org/linux/man-pages/man7/capabilities.7.html under CAP_NET_BIND_SERVICE , but it's not advisable. 

Link to comment
Share on other sites

dcrdev

Could be an issue with Debian specifically? I'm having this issue on Debian 9

 

Did you follow my advise?

 

b ) I would disable automatic port mapping under "Advanced Settings" as that appears to be where the crash is happening.

That would appear to be the cause of your problems - Emby is actually crashing.

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...