Jump to content

docker very slow and makes webui unresponsive


Recommended Posts

I have several dockers running but since a some time docker makes my unraid box very unstable. The images keep running quite OK, but when I click update the process takes a lot more time than before. And eventually the process stops and I end up with an orphaned docker! Initially I thought it had completely vanished, but it is 'only' abandoned.

With the add container and 'my-[what the dockers name was]' template I can get the image back in the overview, and start it, but that doesnt work for all images. And I quite not like to reconfigure my Sonarr every week...

All docker operations make the webui very very slow (non responsive), even when performed from command line through ssh. 

 

I am not really familiar with docker. How can I troubleshoot this?

Link to comment

I am also running into this as well.

 

Below is my docker log for an app that is failing to update:

 

[Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4645

[Info] AppFolderInfo: Data directory is being overridden to [/config]
[Error] PidFileProvider: Unable to write PID file /config/nzbdrone.pid


[v2.0.0.4645] System.IO.IOException: Disk full. Path /config/nzbdrone.pid
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x2b9513bcd240 + 0x005ed> in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, System.String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) <0x2b9513bcd190 + 0x0004d> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, Boolean append, Boolean checkHost) <0x2b9513a3fd50 + 0x00095> in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize, Boolean checkHost) <0x2b9513a3fa10 + 0x00073> in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) <0x2b9513a3f9d0 + 0x00035> in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) <0x2b9513a3f990 + 0x0002b> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) <0x2b9513bcb930 + 0x0003d> in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) <0x2b9513bcb900 + 0x00022> in <filename unknown>:0
at NzbDrone.Common.Processes.PidFileProvider.Write () [0x0001e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Processes\PidFileProvider.cs:36



[Fatal] ConsoleApp: EPIC FAIL!

[v2.0.0.4645] System.IO.IOException: Disk full. Path /config/nzbdrone.pid
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) <0x2b9513bcd240 + 0x005ed> in <filename unknown>:0
at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, System.String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) <0x2b9513bcd190 + 0x0004d> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool)
at System.IO.StreamWriter.CreateFile (System.String path, Boolean append, Boolean checkHost) <0x2b9513a3fd50 + 0x00095> in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize, Boolean checkHost) <0x2b9513a3fa10 + 0x00073> in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding, Int32 bufferSize) <0x2b9513a3f9d0 + 0x00035> in <filename unknown>:0
at System.IO.StreamWriter..ctor (System.String path, Boolean append, System.Text.Encoding encoding) <0x2b9513a3f990 + 0x0002b> in <filename unknown>:0
at (wrapper remoting-invoke-with-check) System.IO.StreamWriter:.ctor (string,bool,System.Text.Encoding)
at System.IO.File.WriteAllText (System.String path, System.String contents, System.Text.Encoding encoding) <0x2b9513bcb930 + 0x0003d> in <filename unknown>:0
at System.IO.File.WriteAllText (System.String path, System.String contents) <0x2b9513bcb900 + 0x00022> in <filename unknown>:0
at NzbDrone.Common.Processes.PidFileProvider.Write () [0x0001e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Common\Processes\PidFileProvider.cs:36

 

Link to comment
  • 6 months later...
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...