Jump to content

[BETA] Emby Docker


hurricanehrndz

Recommended Posts

blinddark

Hello,

 

the script runs fine but the Update isn't Installing.

"
docker exec -it Embybetanas /Update.sh

ok: down: emby: 0s, normally up
W: Size of file /var/lib/apt/lists/download.opensuse.org_repositories_home:_emby_xUbuntu%5f14.04_Packages.gz is not what the server reported 58162 58177
Reading package lists...
Building dependency tree...
Reading state information...
emby-server-beta is already the newest version.
mono-runtime is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 48 not upgraded.
ok: run: emby: (pid 8466) 1s
"

 

In The Webinterface it is Version 3.0.5768.0 Allready.

Link to comment
Share on other sites

Any update on this?

 

I'm hesitant to sync my VERY LARGE emby library to Kodi (on rPI2) until i'm on the latest version of the server...

 

Also, i've had very limited success with chromecast.  could this be related to docker?

Link to comment
Share on other sites

  • 1 month later...
blinddark

I can't Run the emby server Docker container with dsm 6.0 beta 2 on my synology server.

if I type "docker run -d --net=host -v /volume1/docker/emby/latest:/config/ -v /volume1/video/:/media -v /volume1/music:/music -e TZ=Europe_Berlin  -e AUTO_UPDATES_ON=true --name=emby emby/embyserver:latest" the container runs but no ports are mapped. Someone with the same problem and a solution? Is there a Problem with Users and Groups? The Docker version on dsm 6.0 b2 is 1.9.

Link to comment
Share on other sites

hurricanehrndz

I can't Run the emby server Docker container with dsm 6.0 beta 2 on my synology server.

if I type "docker run -d --net=host -v /volume1/docker/emby/latest:/config/ -v /volume1/video/:/media -v /volume1/music:/music -e TZ=Europe_Berlin  -e AUTO_UPDATES_ON=true --name=emby emby/embyserver:latest" the container runs but no ports are mapped. Someone with the same problem and a solution? Is there a Problem with Users and Groups? The Docker version on dsm 6.0 b2 is 1.9.

Do you have any errors or logs? Also, Please visit the wiki and review the applicable environment variables, auto_updates_on is no longer available. Default user an group for the docker also got changed. 

Link to comment
Share on other sites

  • 3 weeks later...
blinddark

Now i used the following command:

docker run -d -v /volume1/docker/emby/latest:/config/ -v /volume1/video/:/media -v /volume1/music:/music emby/embyserver:latest

The Database seems to update but i can't acces via port 8096 or 8920. this is the log:

2016-02-16 03:13:00.9979 Info Main: Emby
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
2016-02-16 03:13:06.2326 Info App: Application version: 3.0.5870.0
2016-02-16 03:13:06.9656 Info App: Application configuration:
    {"EnableUPnP":false,"PublicPort":8096,"PublicHttpsPort":8920,"HttpServerPortNumber":8096,"HttpsPortNumber":8920,"EnableHttps":true,"CertificatePath":"/config/ssl/kul-lippek_de.pfx","EnableInternetProviders":true,"IsPortAuthorized":true,"MetadataPath":"","SeasonZeroDisplayName":"Specials","SaveLocalMeta":false,"EnableLocalizedGuids":true,"PreferredMetadataLanguage":"de","MetadataCountryCode":"DE","SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"MinResumePct":5,"MaxResumePct":99,"MinResumeDurationSeconds":300,"LibraryMonitorDelay":60,"EnableDashboardResponseCaching":true,"EnableDashboardResourceMinification":true,"DashboardSourcePath":"","ImageSavingConvention":"Compatible","MetadataOptions":[{"ItemType":"Book","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Movie","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":5,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":["Nfo","Emby Xml"],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["The Open Movie Database","TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheMovieDb","FanArt","The Open Movie Database","Screen Grabber"]},{"ItemType":"MusicVideo","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":5,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":["Nfo","Emby Xml"],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheMovieDb","FanArt","Screen Grabber"]},{"ItemType":"Series","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":5,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":["Nfo","Emby Xml"],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["The Open Movie Database","TheTVDB","TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheTVDB","FanArt","TheMovieDb"]},{"ItemType":"MusicAlbum","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["MusicBrainz","TheAudioDB"],"DisabledImageFetchers":[],"ImageFetcherOrder":["Image Extractor","FanArt","TheAudioDB"]},{"ItemType":"MusicArtist","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":5,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["MusicBrainz","TheAudioDB"],"DisabledImageFetchers":[],"ImageFetcherOrder":["FanArt","TheAudioDB"]},{"ItemType":"BoxSet","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Disc","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":5,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheMovieDb","FanArt"]},{"ItemType":"Season","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":5,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":["Nfo","Emby Xml"],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheTVDB","FanArt"]},{"ItemType":"Episode","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":["Nfo","Emby Xml"],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheTVDB"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheTVDB","TheMovieDb","Screen Grabber"]},{"ItemType":"Video","ImageOptions":[{"Type":"Backdrop","Limit":3,"MinWidth":1280}],"DisabledMetadataSavers":["Emby Xml"],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Person","ImageOptions":[{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Backdrop","Limit":3,"MinWidth":1280},{"Type":"Screenshot","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":["TheMovieDb"],"DisabledImageFetchers":[],"ImageFetcherOrder":["TheMovieDb","TheTVDB"]}],"EnableAutomaticRestart":false,"PathSubstitutions":[],"ServerName":"","WanDdns":"kul-lippek.de","UICulture":"de","PeopleMetadataOptions":{"DownloadActorMetadata":true,"DownloadDirectorMetadata":true,"DownloadProducerMetadata":true,"DownloadWriterMetadata":true,"DownloadComposerMetadata":true,"DownloadOtherPeopleMetadata":true,"DownloadGuestStarMetadata":true},"FindInternetTrailers":true,"InsecureApps9":["Windows Phone"],"SaveMetadataHidden":false,"ContentTypes":[],"EnableAudioArchiveFiles":false,"EnableVideoArchiveFiles":false,"RemoteClientBitrateLimit":500000,"DenyIFrameEmbedding":true,"EnableLibraryMonitor":"Auto","SharingExpirationDays":30,"EnableWindowsShortcuts":false,"EnableDateLastRefresh":true,"Migrations":["5767.1","5767"],"MigrationVersion":0,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":true,"CachePath":"","EnableCustomPathSubFolders":true}
2016-02-16 03:13:07.5001 Info App: Loading MBBackup, Version=1.0.0.10, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Plugins.DVBLink, Version=1.0.5856.33165, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Plugins.PushOverNotifications, Version=3.0.5810.33467, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Plugins.TuneIn, Version=1.0.5810.30121, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Api, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.WebDashboard, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Model, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Common, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Controller, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Providers, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Common.Implementations, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Server.Implementations, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.MediaEncoding, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Dlna, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.LocalMetadata, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.XbmcMetadata, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.IsoMounting.Linux, Version=1.0.5131.24779, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Server.Mono, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:07.5001 Info App: Loading MediaBrowser.Server.Startup.Common, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 03:13:08.6878 Info SqliteUserRepository: Sqlite 3.10.2 opening /config/data/users.db
2016-02-16 03:13:09.2905 Info SqliteFileOrganizationRepository: Sqlite 3.10.2 opening /config/data/fileorganization.db
2016-02-16 03:13:09.4107 Info AuthenticationRepository: Sqlite 3.10.2 opening /config/data/authentication.db
2016-02-16 03:13:09.5169 Info SyncRepository: Sqlite 3.10.2 opening /config/data/sync14.db
2016-02-16 03:13:11.2574 Info ImageMagick: ImageMagick version: ImageMagick 6.9.2-8 Q8 x86_64 2016-01-28 http://www.imagemagick.org
2016-02-16 03:13:11.8686 Info ImageProcessor: ImageProcessor started with 4 max concurrent image processes
2016-02-16 03:13:12.3299 Info App: FFMpeg: /bin/ffmpeg
2016-02-16 03:13:12.3299 Info App: FFProbe: /bin/ffprobe
2016-02-16 03:13:12.3727 Info SharingRepository: Sqlite 3.10.2 opening /config/data/shares.db
2016-02-16 03:13:12.5637 Info ActivityRepository: Sqlite 3.10.2 opening /config/data/activitylog.db
2016-02-16 03:13:12.8736 Warn App: ffmpeg is missing decoder h264_qsv
2016-02-16 03:13:12.9246 Warn App: ffmpeg is missing decoder mpeg2_qsv
2016-02-16 03:13:12.9905 Warn App: ffmpeg is missing decoder vc1_qsv
2016-02-16 03:13:13.1241 Info SqliteDisplayPreferencesRepository: Sqlite 3.10.2 opening /config/data/displaypreferences.db
2016-02-16 03:13:13.1670 Info SqliteItemRepository: Sqlite 3.10.2 opening /config/data/library.db
2016-02-16 03:13:27.0505 Info SqliteProviderInfoRepository: Sqlite 3.10.2 opening /config/data/refreshinfo.db
2016-02-16 03:13:27.4820 Info SqliteUserDataRepository: Sqlite 3.10.2 opening /config/data/userdata_v2.db
2016-02-16 03:13:27.6545 Info SqliteNotificationsRepository: Sqlite 3.10.2 opening /config/data/notifications.db
2016-02-16 03:13:29.7246 Info App: [DVBLink] - Initialising
2016-02-16 03:13:29.7246 Info App: [DVBLink] - Configuration updated
2016-02-16 03:13:29.7746 Info App: [DVBLink] - Connecting to server : http://localhost:8100/cs/
2016-02-16 03:13:30.3159 Fatal App: [DVBLink] - It's not possible to Ensure a connection to the Server
    *** Error Report ***
    Version: 3.0.5870.0
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
    Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    System.FormatException
      at System.Text.StringBuilder.AppendFormat (IFormatProvider provider, System.String format, System.Object[] args) <0x4035ccc0 + 0x00f8f> in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) <0x4035e620 + 0x00083> in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) <0x4045f490 + 0x0005b> in <filename unknown>:0
      at MediaBrowser.Plugins.DVBLink.Helpers.PluginLogger.ErrorException (System.String message, System.Exception exception, System.Object[] paramList) <0x4058d8a0 + 0x0004f> in <filename unknown>:0
      at TSoft.DVBLinkServices.HttpClient+<GetResponseObject>d__5`2[T,R].MoveNext () <0x4056fa10 + 0x00596> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x404d3ed0 + 0x00017> in <filename unknown>:0
      at TSoft.DVBLinkServices.DVBLinkClient+<GetServerInfoInternal>d__59.MoveNext () <0x4056f250 + 0x001df> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x404d3ed0 + 0x00017> in <filename unknown>:0
      at TSoft.DVBLinkServices.DVBLinkClient+<EnsureConnectionAsync>d__34.MoveNext () <0x4056daa0 + 0x0051f> in <filename unknown>:0
    
2016-02-16 03:13:30.3474 Info App: [DVBLink] - Connecting to server : http://localhost:8100/cs/
2016-02-16 03:13:30.3655 Fatal App: [DVBLink] - It's not possible to Ensure a connection to the Server
    *** Error Report ***
    Version: 3.0.5870.0
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
    Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
    System.FormatException
      at System.Text.StringBuilder.AppendFormat (IFormatProvider provider, System.String format, System.Object[] args) <0x4035ccc0 + 0x00f8f> in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) <0x4035e620 + 0x00083> in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) <0x4045f490 + 0x0005b> in <filename unknown>:0
      at MediaBrowser.Plugins.DVBLink.Helpers.PluginLogger.ErrorException (System.String message, System.Exception exception, System.Object[] paramList) <0x4058d8a0 + 0x0004f> in <filename unknown>:0
      at TSoft.DVBLinkServices.HttpClient+<GetResponseObject>d__5`2[T,R].MoveNext () <0x4056fa10 + 0x00596> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x404d3ed0 + 0x00017> in <filename unknown>:0
      at TSoft.DVBLinkServices.DVBLinkClient+<GetServerInfoInternal>d__59.MoveNext () <0x4056f250 + 0x001df> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x404d3ed0 + 0x00017> in <filename unknown>:0
      at TSoft.DVBLinkServices.DVBLinkClient+<EnsureConnectionAsync>d__34.MoveNext () <0x4056daa0 + 0x0051f> in <filename unknown>:0
    
2016-02-16 03:13:31.5493 Info HttpServer: Calling ServiceStack AppHost.Init
2016-02-16 03:13:48.9906 Info ServiceStackHost: Initializing Application took 39187.813ms
2016-02-16 03:13:49.0997 Info ServerManager: Loading Http Server
2016-02-16 03:13:49.1428 Info HttpServer: attempting to load pfx: /config/ssl/kul-lippek_de.pfx
2016-02-16 03:13:49.4192 Info HttpServer: Adding HttpListener prefix http://+:8096/
2016-02-16 03:13:49.4225 Info HttpServer: Adding HttpListener prefix https://+:8920/
2016-02-16 03:13:51.8673 Info TaskManager: Setting SuspendTriggers to True
2016-02-16 03:13:52.1220 Info App: ServerId: 1a71730ac4f54fe7ac3fa10bcd3bf565
2016-02-16 03:13:52.1220 Info App: Core startup complete
2016-02-16 03:13:52.1522 Info TaskManager: Setting SuspendTriggers to True
2016-02-16 03:13:53.2370 Info TaskManager: Queueing task CleanDatabaseScheduledTask
2016-02-16 03:13:53.2458 Info SsdpHandler: MultiCast socket created
2016-02-16 03:13:53.3312 Info TaskManager: Executing Clean Database
2016-02-16 03:13:53.5622 Info IDeviceDiscovery: Creating SSDP listener on 127.0.0.1
2016-02-16 03:13:53.5794 Info IDeviceDiscovery: Creating SSDP listener on 172.17.0.5
2016-02-16 03:13:56.5534 Info TaskManager: StartupTrigger fired for task: Check for application updates
2016-02-16 03:13:56.5640 Info TaskManager: StartupTrigger fired for task: Check for plugin updates
2016-02-16 03:13:56.5646 Info TaskManager: Queueing task PluginUpdateTask
2016-02-16 03:13:56.5646 Info TaskManager: Queueing task SystemUpdateTask
2016-02-16 03:13:57.0209 Info HttpClient: HttpClientManager GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
2016-02-16 03:13:57.9747 Info HttpClient: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate
2016-02-16 03:13:58.1952 Info HttpClient: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate
2016-02-16 03:14:02.5992 Info HttpClient: HttpClientManager POST: https://connect.emby.media/service/Servers?id=b695896cbe5706e16913d081840c0a90
2016-02-16 03:14:02.6281 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:02.7983 Info HttpClient: HttpClientManager GET: https://connect.emby.media/service/ServerAuthorizations?serverId=b695896cbe5706e16913d081840c0a90
2016-02-16 03:14:02.9720 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:02.9744 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:03.1639 Info HttpClient: HttpClientManager HEAD: http://www.gravatar.com/avatar/eaca1e0e5b53d0d3e3305e032dbb8f3c?s=200&d=http%3A%2F%2Fmb3admin.com%2Fimages%2Fuser.png
2016-02-16 03:14:03.2244 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:03.4644 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:03.4674 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:03.6154 Info HttpClient: HttpClientManager POST: https://connect.emby.media/service/Servers?id=b695896cbe5706e16913d081840c0a90
2016-02-16 03:14:03.7142 Info HttpClient: HttpClientManager POST: https://api.pushover.net/1/messages.json
2016-02-16 03:14:03.8003 Info HttpClient: HttpClientManager GET: https://connect.emby.media/service/ServerAuthorizations?serverId=b695896cbe5706e16913d081840c0a90
2016-02-16 03:14:03.9824 Info HttpClient: HttpClientManager HEAD: http://www.gravatar.com/avatar/eaca1e0e5b53d0d3e3305e032dbb8f3c?s=200&d=http%3A%2F%2Fmb3admin.com%2Fimages%2Fuser.png
2016-02-16 03:14:05.5802 Info HttpClient: HttpClientManager GET: http://bot.whatismyipaddress.com
2016-02-16 03:14:05.7391 Error App: Error sending anonymous usage statistics.
    *** Error Report ***
    Version: 3.0.5870.0
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
    Error: SendFailure (Error writing headers)
    System.Net.WebException
      at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) <0x40589890 + 0x00133> in <filename unknown>:0
      at System.Net.HttpWebRequest.GetRequestStream () <0x406d4b90 + 0x000f9> in <filename unknown>:0
      at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>c__async4.MoveNext () <0x406d0340 + 0x004e5> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x404d3ed0 + 0x00017> in <filename unknown>:0
      at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsync>c__async1.MoveNext () <0x406cd920 + 0x001ff> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x404d3ed0 + 0x00017> in <filename unknown>:0
      at MediaBrowser.Server.Implementations.EntryPoints.UsageReporter+<ReportServerUsage>c__async0.MoveNext () <0x40819190 + 0x00a1b> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4058d4e0 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4058d180 + 0x000c7> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4058d020 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x404a0490 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x404a0460 + 0x00013> in <filename unknown>:0
      at MediaBrowser.Server.Implementations.EntryPoints.UsageEntryPoint+<OnTimerFired>c__async2.MoveNext () <0x40818820 + 0x00317> in <filename unknown>:0
    InnerException: System.Net.WebException
    Error writing headers
    InnerException: System.IO.IOException
    The authentication or decryption has failed.
      at System.Net.WebConnection.EndWrite (System.Net.HttpWebRequest request, Boolean throwOnError, IAsyncResult result) <0x406dddc0 + 0x001f3> in <filename unknown>:0
      at System.Net.WebConnectionStream+<SetHeadersAsync>c__AnonStorey1.<>m__0 (IAsyncResult r) <0x406dd750 + 0x0012f> in <filename unknown>:0
    InnerException: Mono.Security.Protocol.Tls.TlsException
    The authentication or decryption has failed.
      at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (IAsyncResult asyncResult) <0x407a3e70 + 0x00103> in <filename unknown>:0
      at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (IAsyncResult ar, Boolean ignoreEmpty) <0x407a3db0 + 0x0002b> in <filename unknown>:0
      at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (IAsyncResult result) <0x40796390 + 0x0020b> in <filename unknown>:0
    
2016-02-16 03:14:06.0999 Info HttpClient: HttpClientManager POST: https://connect.emby.media/service/Servers?id=b695896cbe5706e16913d081840c0a90
2016-02-16 03:14:06.2930 Info HttpClient: HttpClientManager GET: https://connect.emby.media/service/ServerAuthorizations?serverId=b695896cbe5706e16913d081840c0a90
2016-02-16 03:14:06.4766 Info HttpClient: HttpClientManager HEAD: http://www.gravatar.com/avatar/eaca1e0e5b53d0d3e3305e032dbb8f3c?s=200&d=http%3A%2F%2Fmb3admin.com%2Fimages%2Fuser.png
2016-02-16 03:14:52.0767 Info TaskManager: IntervalTrigger fired for task: Download missing subtitles
2016-02-16 03:14:52.0767 Info TaskManager: Queueing task SubtitleScheduledTask
2016-02-16 03:14:52.0948 Info TaskManager: IntervalTrigger fired for task: Cache file cleanup
2016-02-16 03:14:52.0948 Info TaskManager: Queueing task DeleteCacheFileTask
2016-02-16 03:14:52.0948 Info TaskManager: IntervalTrigger fired for task: Log file cleanup
2016-02-16 03:14:52.0948 Info TaskManager: Queueing task DeleteLogFileTask
2016-02-16 03:14:52.1021 Info TaskManager: IntervalTrigger fired for task: Check for plugin updates
2016-02-16 03:14:52.1021 Info TaskManager: Queueing task PluginUpdateTask
2016-02-16 03:14:52.1085 Info TaskManager: IntervalTrigger fired for task: Scan media library
2016-02-16 03:14:52.1085 Info TaskManager: Queueing task RefreshMediaLibraryTask
2016-02-16 03:14:52.1129 Info TaskManager: IntervalTrigger fired for task: Check for application updates
2016-02-16 03:14:52.1129 Info TaskManager: Queueing task SystemUpdateTask
2016-02-16 03:14:52.1129 Info TaskManager: IntervalTrigger fired for task: Refresh Channels
2016-02-16 03:14:52.1129 Info TaskManager: Queueing task RefreshChannelsScheduledTask
2016-02-16 03:14:52.1175 Info TaskManager: IntervalTrigger fired for task: Refresh Guide
2016-02-16 03:14:52.1175 Info TaskManager: Queueing task RefreshChannelsScheduledTask
2016-02-16 03:14:52.1175 Info TaskManager: IntervalTrigger fired for task: Convert media
2016-02-16 03:14:52.1175 Info TaskManager: Queueing task SyncConvertScheduledTask
2016-02-16 03:14:52.1204 Info TaskManager: IntervalTrigger fired for task: Clean Database
2016-02-16 03:14:52.1204 Info TaskManager: Queueing task CleanDatabaseScheduledTask
 

Link to comment
Share on other sites

looks like a problem with the dvb plugin that is causing the server to crash on startup. if you can't get to the web interface then you'll need to remove the dll manuallly under /config/plugins. then when you're done, report the problem to the developer.

Link to comment
Share on other sites

blinddark

started a Installation with a clean config-Folder.. No Web access.

here is the log:

2016-02-16 04:37:23.5260 Info Main: Emby
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
2016-02-16 04:37:24.7153 Info App: Application version: 3.0.5870.0
2016-02-16 04:37:24.9450 Info App: Application configuration:
    {"EnableUPnP":true,"PublicPort":8096,"PublicHttpsPort":8920,"HttpServerPortNumber":8096,"HttpsPortNumber":8920,"EnableHttps":false,"EnableInternetProviders":true,"IsPortAuthorized":false,"SeasonZeroDisplayName":"Specials","SaveLocalMeta":false,"EnableLocalizedGuids":false,"PreferredMetadataLanguage":"en","MetadataCountryCode":"US","SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"MinResumePct":5,"MaxResumePct":90,"MinResumeDurationSeconds":300,"LibraryMonitorDelay":60,"EnableDashboardResponseCaching":true,"EnableDashboardResourceMinification":true,"ImageSavingConvention":"Compatible","MetadataOptions":[{"ItemType":"Book","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Movie","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicVideo","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Series","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicAlbum","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Disc","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"MusicArtist","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Logo","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"BoxSet","ImageOptions":[{"Type":"Backdrop","Limit":1,"MinWidth":1280},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Thumb","Limit":1,"MinWidth":0},{"Type":"Logo","Limit":1,"MinWidth":0},{"Type":"Art","Limit":0,"MinWidth":0},{"Type":"Disc","Limit":0,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":[],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Season","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Primary","Limit":1,"MinWidth":0},{"Type":"Banner","Limit":0,"MinWidth":0},{"Type":"Thumb","Limit":0,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":["The Open Movie Database","TheMovieDb"],"MetadataFetcherOrder":[],"DisabledImageFetchers":[],"ImageFetcherOrder":[]},{"ItemType":"Episode","ImageOptions":[{"Type":"Backdrop","Limit":0,"MinWidth":1280},{"Type":"Primary","Limit":1,"MinWidth":0}],"DisabledMetadataSavers":[],"LocalMetadataReaderOrder":[],"DisabledMetadataFetchers":["The Open Movie Database"],"MetadataFetcherOrder":[],"DisabledImageFetchers":["TheMovieDb"],"ImageFetcherOrder":[]}],"EnableAutomaticRestart":true,"PathSubstitutions":[],"UICulture":"en-us","PeopleMetadataOptions":{"DownloadActorMetadata":true,"DownloadDirectorMetadata":true,"DownloadProducerMetadata":false,"DownloadWriterMetadata":false,"DownloadComposerMetadata":false,"DownloadOtherPeopleMetadata":false,"DownloadGuestStarMetadata":false},"FindInternetTrailers":true,"InsecureApps9":["Windows Phone"],"SaveMetadataHidden":false,"ContentTypes":[],"EnableAudioArchiveFiles":false,"EnableVideoArchiveFiles":false,"RemoteClientBitrateLimit":0,"DenyIFrameEmbedding":true,"EnableLibraryMonitor":"Auto","SharingExpirationDays":30,"EnableWindowsShortcuts":false,"EnableDateLastRefresh":false,"Migrations":[],"MigrationVersion":0,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":false,"EnableCustomPathSubFolders":false}
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.Api, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.WebDashboard, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.Model, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.Common, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.Controller, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.Providers, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1885 Info App: Loading MediaBrowser.Common.Implementations, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.Server.Implementations, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.MediaEncoding, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.Dlna, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.LocalMetadata, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.XbmcMetadata, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.IsoMounting.Linux, Version=1.0.5131.24779, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.Server.Mono, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.1886 Info App: Loading MediaBrowser.Server.Startup.Common, Version=3.0.5870.0, Culture=neutral, PublicKeyToken=null
2016-02-16 04:37:25.6574 Info SqliteUserRepository: Sqlite 3.10.2 opening /config/data/users.db
2016-02-16 04:37:26.1556 Info SqliteFileOrganizationRepository: Sqlite 3.10.2 opening /config/data/fileorganization.db
2016-02-16 04:37:26.3625 Info AuthenticationRepository: Sqlite 3.10.2 opening /config/data/authentication.db
2016-02-16 04:37:26.5988 Info SyncRepository: Sqlite 3.10.2 opening /config/data/sync14.db
2016-02-16 04:37:27.4468 Info ImageMagick: ImageMagick version: ImageMagick 6.9.2-8 Q8 x86_64 2016-01-28 http://www.imagemagick.org
2016-02-16 04:37:27.5188 Info ImageProcessor: ImageProcessor started with 4 max concurrent image processes
2016-02-16 04:37:27.6581 Info App: FFMpeg: /bin/ffmpeg
2016-02-16 04:37:27.6581 Info App: FFProbe: /bin/ffprobe
2016-02-16 04:37:27.6640 Info SharingRepository: Sqlite 3.10.2 opening /config/data/shares.db
2016-02-16 04:37:28.1409 Warn App: ffmpeg is missing decoder h264_qsv
2016-02-16 04:37:28.1598 Warn App: ffmpeg is missing decoder mpeg2_qsv
2016-02-16 04:37:28.1718 Info ActivityRepository: Sqlite 3.10.2 opening /config/data/activitylog.db
2016-02-16 04:37:28.1781 Warn App: ffmpeg is missing decoder vc1_qsv
2016-02-16 04:37:28.3719 Info SqliteDisplayPreferencesRepository: Sqlite 3.10.2 opening /config/data/displaypreferences.db
2016-02-16 04:37:28.5971 Info SqliteItemRepository: Sqlite 3.10.2 opening /config/data/library.db
2016-02-16 04:37:29.0385 Info SqliteProviderInfoRepository: Sqlite 3.10.2 opening /config/data/refreshinfo.db
2016-02-16 04:37:29.2251 Info SqliteUserDataRepository: Sqlite 3.10.2 opening /config/data/userdata_v2.db
2016-02-16 04:37:29.4320 Info SqliteNotificationsRepository: Sqlite 3.10.2 opening /config/data/notifications.db
2016-02-16 04:37:29.8345 Info App: Requesting administrative access to authorize http server
2016-02-16 04:37:30.2827 Warn Connect: Cannot update Emby Connect information without a WanApiAddress
2016-02-16 04:37:30.7989 Info HttpServer: Calling ServiceStack AppHost.Init
2016-02-16 04:37:40.2186 Info ServiceStackHost: Initializing Application took 13158.259ms
2016-02-16 04:37:40.8532 Info ServerManager: Loading Http Server
2016-02-16 04:37:40.8613 Info HttpServer: attempting to load pfx: /config/ssl/cert_9c31b7884ea5475c8687970fc5996297.pfx
2016-02-16 04:37:40.9377 Info HttpServer: Adding HttpListener prefix http://+:8096/
2016-02-16 04:37:40.9390 Info HttpServer: Adding HttpListener prefix https://+:8920/
2016-02-16 04:37:42.1449 Info App: ServerId: 50254a54e7b24e088e718b23bb8503d1
2016-02-16 04:37:42.1449 Info App: Core startup complete
2016-02-16 04:37:42.1488 Warn Connect: Cannot update Emby Connect information without a WanApiAddress
2016-02-16 04:37:42.2050 Warn Connect: Cannot update Emby Connect information without a WanApiAddress
2016-02-16 04:37:42.3885 Info SsdpHandler: MultiCast socket created
2016-02-16 04:37:42.4627 Error App: Error launching url: http://localhost:8096/web/wizardstart.html
    *** Error Report ***
    Version: 3.0.5870.0
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
    Cannot find the specified file
    System.ComponentModel.Win32Exception
      at System.Diagnostics.Process.Start_shell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) <0x40da3bd0 + 0x002ab> in <filename unknown>:0
      at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) <0x407cf0b0 + 0x000a3> in <filename unknown>:0
      at System.Diagnostics.Process.Start () <0x407cef40 + 0x00047> in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start ()
      at MediaBrowser.Server.Startup.Common.Browser.BrowserLauncher.OpenUrl (System.String url, ILogger logger) <0x40da31a0 + 0x0015b> in <filename unknown>:0
    
2016-02-16 04:37:42.4705 Info IDeviceDiscovery: Creating SSDP listener on 127.0.0.1
2016-02-16 04:37:42.4705 Info IDeviceDiscovery: Creating SSDP listener on 172.17.0.5
2016-02-16 04:37:42.9358 Info HttpClient: HttpClientManager POST: http://www.mb3admin.com/admin/service/registration/validate
2016-02-16 04:37:42.9358 Info HttpClient: HttpClientManager GET: http://emby.media/community/index.php?/blog/rss/1-media-browser-developers-blog
2016-02-16 04:37:45.1407 Info TaskManager: StartupTrigger fired for task: Check for plugin updates
2016-02-16 04:37:45.1427 Info TaskManager: Queueing task PluginUpdateTask
2016-02-16 04:37:45.1438 Info TaskManager: StartupTrigger fired for task: Check for application updates
2016-02-16 04:37:45.1438 Info TaskManager: Queueing task SystemUpdateTask
2016-02-16 04:37:45.1514 Info TaskManager: Executing Check for plugin updates
2016-02-16 04:37:45.1814 Info HttpClient: HttpClientManager.GetTempFileResponse url: http://www.mb3admin.com/admin/service/MB3Packages.json
2016-02-16 04:37:45.2010 Info TaskManager: Executing Check for application updates
2016-02-16 04:37:45.2150 Info HttpClient: HttpClientManager GET: https://api.github.com/repos/MediaBrowser/Emby/releases
2016-02-16 04:37:46.1771 Info TaskManager: Check for plugin updates Completed after 0 minute(s) and 1 seconds
2016-02-16 04:37:46.2159 Info TaskManager: ExecuteQueuedTasks
2016-02-16 04:37:47.0312 Info TaskManager: Check for application updates Completed after 0 minute(s) and 1 seconds
2016-02-16 04:37:47.0322 Info TaskManager: ExecuteQueuedTasks
2016-02-16 04:37:47.7088 Info HttpClient: HttpClientManager GET: http://bot.whatismyipaddress.com
2016-02-16 04:37:47.8003 Error App: Error sending anonymous usage statistics.
    *** Error Report ***
    Version: 3.0.5870.0
    Command line: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe -programdata /config -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartpath /usr/lib/emby-server/restart.sh
    Operating system: Unix 3.10.77.0
    Processor count: 4
    64-Bit OS: True
    64-Bit Process: True
    Program data path: /config
    Mono: 4.2.1 (Stable 4.2.1.102/6dd2d0d Tue Jan 19 01:36:09 UTC 2016)
    Application Path: /usr/lib/emby-server/bin/MediaBrowser.Server.Mono.exe
    Error: SendFailure (Error writing headers)
    System.Net.WebException
      at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) <0x4082d390 + 0x00133> in <filename unknown>:0
      at System.Net.HttpWebRequest.GetRequestStream () <0x407e0c60 + 0x000f9> in <filename unknown>:0
      at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsyncInternal>c__async4.MoveNext () <0x40811000 + 0x004e9> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4082f930 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4082f140 + 0x000c3> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4082ebc0 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x4076edb0 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x407a3d40 + 0x00017> in <filename unknown>:0
      at MediaBrowser.Common.Implementations.HttpClientManager.HttpClientManager+<SendAsync>c__async1.MoveNext () <0x4080f040 + 0x001ff> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4082f930 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4082f140 + 0x000c3> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4082ebc0 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x4076edb0 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () <0x407a3d40 + 0x00017> in <filename unknown>:0
      at MediaBrowser.Server.Implementations.EntryPoints.UsageReporter+<ReportServerUsage>c__async0.MoveNext () <0x40e64520 + 0x00a1b> in <filename unknown>:0
    --- End of stack trace from previous location where exception was thrown ---
      at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <0x4082f930 + 0x0002b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) <0x4082f140 + 0x000c3> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) <0x4082ebc0 + 0x0006b> in <filename unknown>:0
      at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) <0x4076edb0 + 0x0003b> in <filename unknown>:0
      at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () <0x4076ed80 + 0x00013> in <filename unknown>:0
      at MediaBrowser.Server.Implementations.EntryPoints.UsageEntryPoint+<OnTimerFired>c__async2.MoveNext () <0x40e629a0 + 0x00317> in <filename unknown>:0
    InnerException: System.Net.WebException
    Error writing headers
    InnerException: System.IO.IOException
    The authentication or decryption has failed.
      at System.Net.WebConnection.EndWrite (System.Net.HttpWebRequest request, Boolean throwOnError, IAsyncResult result) <0x40ddbd20 + 0x001f3> in <filename unknown>:0
      at System.Net.WebConnectionStream+<SetHeadersAsync>c__AnonStorey1.<>m__0 (IAsyncResult r) <0x40ddb6c0 + 0x0012f> in <filename unknown>:0
    InnerException: Mono.Security.Protocol.Tls.TlsException
    The authentication or decryption has failed.
      at Mono.Security.Protocol.Tls.RecordProtocol.EndReceiveRecord (IAsyncResult asyncResult) <0x40e28490 + 0x00103> in <filename unknown>:0
      at Mono.Security.Protocol.Tls.SslClientStream.SafeEndReceiveRecord (IAsyncResult ar, Boolean ignoreEmpty) <0x40e283d0 + 0x0002b> in <filename unknown>:0
      at Mono.Security.Protocol.Tls.SslClientStream.NegotiateAsyncWorker (IAsyncResult result) <0x40e23880 + 0x0020b> in <filename unknown>:0
    
2016-02-16 04:37:48.7662 Info HttpClient: HttpClientManager POST: https://connect.emby.media/service/Servers
2016-02-16 04:37:48.9852 Info HttpClient: HttpClientManager GET: https://connect.emby.media/service/ServerAuthorizations?serverId=3e3e000a87b8fdb0e18e088f8032eced
 

Link to comment
Share on other sites

thefirstofthe300

You aren't forwarding ports from within your Docker container to the host ports.  You need to add "--net=host" OR "-p 8096:8096 -p 8920:8920" to your run command.

Link to comment
Share on other sites

  • 2 weeks later...
Oakington

The new Docker format is great. The emby-server script is very convenient. Only problem I'm having is it's taking 10 minutes to start the container. If I pop open another shell and htop I see that the chown -R on the config directory is what is taking so long. My question is, what are the core files in the config directory that cannot be rebuilt. IE the users and their viewing history. I want to get rid of some of the files to speed up the startup. Thanks.

 

Sent from my Nexus 6 using Tapatalk

Link to comment
Share on other sites

hurricanehrndz

The new Docker format is great. The emby-server script is very convenient. Only problem I'm having is it's taking 10 minutes to start the container. If I pop open another shell and htop I see that the chown -R on the config directory is what is taking so long. My question is, what are the core files in the config directory that cannot be rebuilt. IE the users and their viewing history. I want to get rid of some of the files to speed up the startup. Thanks.

 

Sent from my Nexus 6 using Tapatalk

Thanks for your feedback. The newest docker should not run chown on every run, it should only once at most. When was the last time you did a docker pull?

Edited by hurricanehrndz
Link to comment
Share on other sites

Oakington

When I ran

 

$ docker run -it --rm -v /usr/local/bin:/target \ -e "APP_USER=username" \ -e "APP_CONFIG=/var/lib/emby" \ emby/embyserver instl

 

https://github.com/MediaBrowser/Emby.Build/blob/master/docker-containers/stable/root/var/cache/scripts/emby-server

this file installs to /usr/local/bin.

 

The 3rd call 'prepare_Docker_volumes()' is the function that executes the chown -R. Is this file outdated?

 

(Sorry for the butchered formating. Typing on Tapatalk)

 

 

 

Sent from my Nexus 6 using Tapatalk

Link to comment
Share on other sites

hurricanehrndz

When I ran

 

$ docker run -it --rm -v /usr/local/bin:/target \ -e "APP_USER=username" \ -e "APP_CONFIG=/var/lib/emby" \ emby/embyserver instl

 

https://github.com/MediaBrowser/Emby.Build/blob/master/docker-containers/stable/root/var/cache/scripts/emby-server

this file installs to /usr/local/bin.

 

The 3rd call 'prepare_Docker_volumes()' is the function that executes the chown -R. Is this file outdated?

 

(Sorry for the butchered formating. Typing on Tapatalk)

 

 

 

Sent from my Nexus 6 using Tapatalk

Forgot one, thank you. I will update the wrapper script so that it does not do it on every execution. Thank you.

  • Like 1
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...