Probleme mit Emby Docker unter OMV

  • Hallo Leute, bin neu auf OMV und Docker, habe mich in das Thema aber in den letzten Tagen eingearbeitet. Habe auch einige Docker Container ans Laufen bekommen, inklusive Tvheadend. Ich wollte nun Emby installieren. Habe mir die Container-Infos angeschaut, auch die Video-Anleitung von TechnoDadLife. Ist für mich alles völlig logisch. Allerdings startet das Image nicht durch.

    Hier das Log:

    Spoiler anzeigen

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    Info Main: Application path: /system/EmbyServer.dll
    Info Main: Emby
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    Info App: Application version: 4.1.1.0
    Info App: Loading assemblies
    Error App: Error getting version number from /config/plugins/OMDb.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/OMDb.dll has version 1.0.5.0
    Info App: File /config/plugins/Emby.PortMapper.dll has version 1.0.1.0
    Info App: File /system/plugins/Emby.PortMapper.dll has version 1.0.1.0
    Error App: Error getting version number from /config/plugins/Tvdb.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/Tvdb.dll has version 1.0.6.0
    Error App: Error getting version number from /config/plugins/NfoMetadata.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/NfoMetadata.dll has version 1.0.11.0
    Error App: Error getting version number from /config/plugins/Emby.Dlna.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/Emby.Dlna.dll has version 1.0.13.0
    Error App: Error getting version number from /config/plugins/AudioDb.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/AudioDb.dll has version 1.0.4.0
    Error App: Error getting version number from /config/plugins/OpenSubtitles.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/OpenSubtitles.dll has version 1.0.15.0
    Error App: Error getting version number from /config/plugins/Fanart.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/Fanart.dll has version 1.0.2.0
    Error App: Error getting version number from /config/plugins/Emby.Server.CinemaMode.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/Emby.Server.CinemaMode.dll has version 1.0.14.0
    Error App: Error getting version number from /config/plugins/MovieDb.dll
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    System.IO.IOException: System.IO.IOException: No such device
    at System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(SafeMemoryMappedFileHandle memMappedFileHandle, MemoryMappedFileAccess access, Int64 requestedOffset, Int64 requestedSize)
    at System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(Int64 offset, Int64 size, MemoryMappedFileAccess access)
    at System.Reflection.Internal.MemoryMapLightUp.CreateViewAccessor(Object memoryMap, Int64 start, Int32 size)
    at System.Reflection.Internal.StreamMemoryBlockProvider.TryCreateMemoryMappedFileBlock(Int64 start, Int32 size, MemoryMappedFileBlock& block)
    at System.Reflection.Internal.StreamMemoryBlockProvider.GetMemoryBlockImpl(Int32 start, Int32 size)
    at System.Reflection.Internal.MemoryBlockProvider.GetMemoryBlock(Int32 start, Int32 size)
    at System.Reflection.PortableExecutable.PEReader.GetMetadataBlock()
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
    at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
    at System.Diagnostics.FileVersionInfo.TryLoadManagedAssemblyMetadata()
    at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
    at Emby.Server.Implementations.ApplicationHost.GetDllVersion(String path)
    Source: System.IO.MemoryMappedFiles
    TargetSite: System.IO.MemoryMappedFiles.MemoryMappedView CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, Int64, Int64)


    Info App: File /system/plugins/MovieDb.dll has version 1.0.8.0
    Info App: File /config/plugins/StudioImages.dll has version 1.0.0.0
    Info App: File /system/plugins/StudioImages.dll has version 1.0.0.0
    Info App: File /config/plugins/MusicBrainz.dll has version 1.0.5.0
    Info App: File /system/plugins/MusicBrainz.dll has version 1.0.5.0
    Info App: Loading OMDb, Version=1.0.5.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OMDb.dll
    Info App: Loading Fanart, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Fanart.dll
    Info App: Loading MovieDb, Version=1.0.8.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MovieDb.dll
    Info App: Loading Emby.PortMapper, Version=1.0.1.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.PortMapper.dll
    Info App: Loading Emby.Server.CinemaMode, Version=1.0.14.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Server.CinemaMode.dll
    Info App: Loading NfoMetadata, Version=1.0.11.0, Culture=neutral, PublicKeyToken=null from /config/plugins/NfoMetadata.dll
    Info App: Loading AudioDb, Version=1.0.4.0, Culture=neutral, PublicKeyToken=null from /config/plugins/AudioDb.dll
    Info App: Loading StudioImages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null from /config/plugins/StudioImages.dll
    Info App: Loading MusicBrainz, Version=1.0.5.0, Culture=neutral, PublicKeyToken=null from /config/plugins/MusicBrainz.dll
    Info App: Loading Tvdb, Version=1.0.6.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Tvdb.dll
    Info App: Loading Emby.Dlna, Version=1.0.13.0, Culture=neutral, PublicKeyToken=null from /config/plugins/Emby.Dlna.dll
    Info App: Loading OpenSubtitles, Version=1.0.15.0, Culture=neutral, PublicKeyToken=null from /config/plugins/OpenSubtitles.dll
    Info App: Loading MediaBrowser.Api, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading MediaBrowser.WebDashboard, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading MediaBrowser.Model, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading MediaBrowser.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading MediaBrowser.Controller, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading MediaBrowser.Providers, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Photos, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Server.Implementations, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.LiveTV, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Server.MediaEncoding, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading MediaBrowser.LocalMetadata, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Notifications, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Codecs.Dxva, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Codecs, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Server.Connect, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading Emby.Server.Sync, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info App: Loading EmbyServer, Version=4.1.1.0, Culture=neutral, PublicKeyToken=null
    Info SqliteUserRepository: Sqlite version: 3.26.0
    Info SqliteUserRepository: Sqlite compiler options: COMPILER=gcc-6.3.0,ENABLE_COLUMN_METADATA,ENABLE_DBSTAT_VTAB,ENABLE_FTS3_PARENTHESIS,ENABLE_FTS3_TOKENIZER,ENABLE_FTS4,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
    Error Main: Error in appHost.Init
    *** Error Report ***
    Version: 4.1.1.0
    Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
    Operating system: Unix 4.19.0.0
    64-Bit OS: True
    64-Bit Process: True
    User Interactive: True
    Runtime: file:///system/System.Private.CoreLib.dll
    Processor count: 4
    Program data path: /config
    Application directory: /system
    SQLitePCL.pretty.SQLiteException: IOError: disk I/O error
    SQLitePCL.pretty.SQLiteException: Exception of type 'SQLitePCL.pretty.SQLiteException' was thrown.
    at SQLitePCL.pretty.SQLiteException.CheckOk(sqlite3 db, Int32 rc)
    at SQLitePCL.pretty.SQLiteDatabaseConnection.PrepareStatement(String sql, String& tail)
    at SQLitePCL.pretty.DatabaseConnection.PrepareStatement(IDatabaseConnection This, String sql)
    at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext()
    at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found)
    at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
    at Emby.Sqlite.BaseSqliteRepository.CreateConnection(Boolean isReadOnly)
    at Emby.Server.Implementations.Data.SqliteUserRepository.Initialize()
    at Emby.Server.Implementations.ApplicationHost.GetUserRepository()
    at Emby.Server.Implementations.ApplicationHost.RegisterResources(FfmpegConfiguration ffmpegInfo)
    at Emby.Server.Implementations.ApplicationHost.Init()
    at EmbyServer.HostedService.StartAsync(CancellationToken cancellationToken)
    Source: SQLitePCL.pretty
    TargetSite: Void CheckOk(SQLitePCL.sqlite3, Int32)

    Info Main: Shutdown complete
    [cont-finish.d] executing container finish scripts...
    [cont-finish.d] done.
    [s6-finish] syncing disks.
    [s6-finish] sending all processes the TERM signal.
    [s6-finish] sending all processes the KILL signal and exiting.

    Ich habe permission Probleme vermutet und alles mir Erdenklliche ausprobiert. Sogar als root und priveligiert funktioniert das nicht. Habe den Config Folder auf einen sharefolder gelinkt und auf /var/lib/emby. Hat auch nichts gebracht. Kennt ihr das Problem? Bin ich zu blöd? Habt ihr eine Idee? Oder ist der Container im Eimer (wurde wohl gestern upgedated)?

    Server: DIY NAS / Media Server w/ i3-8100, 32GB RAM, 4x6 TB WD Red in Raid5, DD Cine S2 + 3 x DuoFlex, OMV w/ Emby, TVheadend, Oscam fully dockered
    Living Room: NVIDIA Shield TV Pro 2019, Panasonic DP-UB9004, NAD 758v3, LG OLED 65 B7, L/R B&W CM10, B&W C S2, B&W ASW10 CM, SL/SR Elac WS 1445, HL/HR Dali Alteco C1
    Kids Room: Xbox One X w/ Kodi, Panasonic Viera TX-P50 Plasma

  • Hier die Antwort:
    https://forum.openmediavault.org/index.php/Thre…ils/#post206572

    Snapraid / UnionFS macht den Ärger. Na super. Bin noch im Testmodus des Servers. Ich denke, ich stelle wieder auf gutes, altes SW-Raid5 um, und gut ist. So ein Mist. Da kommt doch kein Mensch drauf!

    Server: DIY NAS / Media Server w/ i3-8100, 32GB RAM, 4x6 TB WD Red in Raid5, DD Cine S2 + 3 x DuoFlex, OMV w/ Emby, TVheadend, Oscam fully dockered
    Living Room: NVIDIA Shield TV Pro 2019, Panasonic DP-UB9004, NAD 758v3, LG OLED 65 B7, L/R B&W CM10, B&W C S2, B&W ASW10 CM, SL/SR Elac WS 1445, HL/HR Dali Alteco C1
    Kids Room: Xbox One X w/ Kodi, Panasonic Viera TX-P50 Plasma

  • Ich kann dein [definition='1','0']log[/definition] zwar nicht deuten, kann aber versichern das es theoretisch und praktisch funktioniert.

    Habe bei mir selber OMV + Snapraid + UnionFS + Emby Docker am laufen.

    NAS: Gehäuse: Jonsbo G3, Mainboard: MSI B460M PRO, CPU: Intel Pentium G6400, OS: OMV 6

    Client: NVIDIA Shield Pro 2019

  • Ebenso Docker und UnionFS + Snapraid. Wenn ich das Ganze richtig verstehe, gibt es nur Probleme, wenn die Docker Config Pfade auf dem Union Share liegen.
    Die Systemplatte hat im Union Share und Snapraid nichts zu suchen. Einfach dort die Docker + Config abspeichern?

    "I don't caretaker"

    SKIN: Embuary - Donate: HIER de Hoibe bestellen, merci :thumbup:

    Devices: Nvidia Shield + Fire TV 4k --- NAS: i3 6100 | 8GB | 15tb | OMV4 | Emby --- TV: Sony 55" XF9005 + LG 47" LM640S | 114x Adalight | Yamaha 683

  • Ja, scheint auch von den UnionFS-Einstellungen abzuhängen. Lest mal die Referenz von oben und die Referenzen darin. Da hat einer 2 Monate gesucht, bis er das Problem gefunden hatte. Klar, kann man alles anders machen, aber Docker Configs auf eigener Freigabe finde ich jetzt nicht völlig abwegig. Im Gegenteil, weil ich die Configs wunderbar per Netzwerklaufwerk editieren kann. Und drei Tage die Nadel im Heuhaufen suchen hat mich angenervt. Hab erstmal einfach keinen Bock mehr auf Snapraid und UnionFS. Raid5 ist wieder drauf. Alles gut...

    Server: DIY NAS / Media Server w/ i3-8100, 32GB RAM, 4x6 TB WD Red in Raid5, DD Cine S2 + 3 x DuoFlex, OMV w/ Emby, TVheadend, Oscam fully dockered
    Living Room: NVIDIA Shield TV Pro 2019, Panasonic DP-UB9004, NAD 758v3, LG OLED 65 B7, L/R B&W CM10, B&W C S2, B&W ASW10 CM, SL/SR Elac WS 1445, HL/HR Dali Alteco C1
    Kids Room: Xbox One X w/ Kodi, Panasonic Viera TX-P50 Plasma

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!