Jump to content

emby docker crashes regularly under ubuntu


Go to solution Solved by Q-Droid,

Recommended Posts

Posted

Occasionally, Docker EMBY will be terminated in this way

 

Info App: All entry points have started
s6-svscanctl: fatal: unable to control /var/run/s6/services: supervisor not listening
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

 

emby.log

  • Solution
Posted

It looks like Emby is crashing.

Error Main: Error in appHost.Init
        *** Error Report ***
        Version: 4.8.10.0
        Command line: /system/EmbyServer.dll -programdata /config -ffdetect /bin/ffdetect -ffmpeg /bin/ffmpeg -ffprobe /bin/ffprobe -restartexitcode 3
        Operating system: Linux version 6.8.0-48-generic (buildd@lcy02-amd64-010) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0, GNU ld (GNU Binutils for Ubuntu) 2.
        Framework: .NET 6.0.31
        OS/Process: x64/x64
        Runtime: system/System.Private.CoreLib.dll
        Processor count: 24
        Data path: /config
        Application path: /system
        SQLitePCL.pretty.SQLiteException: IOError: disk I/O error - PRAGMA journal_mode
        SQLitePCL.pretty.SQLiteException: Exception of type 'SQLitePCL.pretty.SQLiteException' was thrown.
           at SQLitePCL.pretty.SQLiteDatabaseConnection.PrepareStatement(String sql, ReadOnlySpan`1& tail)
           at SQLitePCL.pretty.DatabaseConnection.PrepareStatement(IDatabaseConnection This, String sql)
           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()
           at Emby.Server.Implementations.ApplicationHost.Init()
           at EmbyServer.HostedService.StartAsync(CancellationToken cancellationToken)
        Source: SQLitePCL.pretty
        TargetSite: SQLitePCL.pretty.IStatement PrepareStatement(System.String, System.ReadOnlySpan`1[System.Byte] ByRef)

Info Main: Shutdown complete
Unhandled exception. System.IO.IOException: No space left on device : '/config/logs/embyserver.txt'

   at System.IO.RandomAccess.WriteAtOffset(SafeFileHandle handle, ReadOnlySpan`1 buffer, Int64 fileOffset)
   at System.IO.Strategies.OSFileStreamStrategy.Write(ReadOnlySpan`1 buffer)
   at System.IO.Strategies.BufferedFileStreamStrategy.Flush(Boolean flushToDisk)
   at System.IO.FileStream.Flush(Boolean flushToDisk)
   at Emby.Server.Implementations.Logging.FileLogger.Dispose()
   at Emby.Server.Implementations.Logging.SimpleLogManager.Dispose()
   at EmbyServer.Program.Main(String[] args)
Aborted (core dumped)
 

Posted

HI, what type of drive is the server config mounted to?

Posted
Thank you, the space problem has been solved
Posted
On 11/23/2024 at 12:47 PM, kooapk said:
Thank you, the space problem has been solved

What was the solution?

  • 2 weeks later...
Posted
On 11/26/2024 at 10:20 AM, Luke said:

What was the solution?

Free up hard drive space

  • Thanks 1

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