Jump to content

becksworth

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by becksworth

  1. 3 minutes ago, sdamaged said:

    OK, do you have a different SATA port, or a different drive to try?  I assume you're using SATA from the motherboard?

     

    Also, maybe try swapping the cable / port from a good drive to the suspect one

     

    See if the issue happens still. (process of elimination!)

    I did swap up the port it was plugged into. The one change this time however was I got no CRC errors. Yeah, I am using the sata from the motherboard.

  2. 1 minute ago, sdamaged said:

    Hmm i think maybe moving the server has knocked the cable or the drive

     

    Seeing some UDMA CRC Errors on the drive - SAMSUNG_HD204UI_S2H7J90B713375-20200226-0751 disk4 (sde)

     

    I would turn it off, open it up and check all cables and connections

    That's the thing. I swapped it out with a completely different motherboard yesterday and it's still acting the same. The CRC errors I was getting with this mobo when I was using it for unraid and I was having no issues then. I know for sure the cables are all secured because I made sure yesterday. Switching up the hardware did nothing to fix this so I'm at a loss.

  3. 7 minutes ago, sdamaged said:

    Lol the single diagnostics zip would have sufficed... It contains all of the above

     

    Did you say you were copying files when this happened?  I've raised a bug report for the same thing.  System locks up and freezes, dockers stop working when copying files to the server cache

     

    Not sure if related...

    Haha yeah sorry. It's fixed now, just the zip file. Yep, it happens when trying to download files from filezilla. But it also locks up on my randomly just browsing around the gui. This just started happening to me once I moved my server to my downstairs closet last week. Before that it was solid.

  4. I recently moved my server into a closet. It was working fine beforehand. I simply moved it five feet from where it was sitting. Now since I moved it, the web gui has been locking up randomly. When it locks up I cannot access the Web GUI or any dockers. Then it comes back randomly, I log back in and everything works again for a couple minutes. Then the process repeats. It seems to lock up when I am doing tasks, such as starting up dockers. Transferring with filezilla etc. My setup is pretty simple, with 8 drives and 4 dockers running. No VMs.

     

    I upgraded to 6.8.2, thought that was the problem so downgraded back to 6.8.1 and it still happens. I swapped with another mobo I had laying around and it still happens. I switched ethernet cords and rebooted my router and same results. Any ideas?

  5. Radarr starting giving me some problems since the new update and also the new nzbget update. This is what is showing on my log below. I am getting the same error in sonarr as well. It will send the movie to nzbget and will show up in the history as "copy" and then show as instantly downloaded in radarr but nothing happens after that. The file never shows up in the download section of nzbget. Any ideas? I looked at all my settings and nothing has been changed since the update. 

    NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to NZBGet. Error getting response stream (ReadDone2): ReceiveFailure ---> System.Net.WebException: Error getting response stream (ReadDone2): ReceiveFailure ---> System.Exception:   at System.Net.WebConnection.HandleError (System.Net.WebExceptionStatus st, System.Exception e, System.String where) [0x00031] in <5efeee63065d4efdba33446b88d50914>:0 
      at System.Net.WebConnection.ReadDone (System.IAsyncResult result) [0x00056] in <5efeee63065d4efdba33446b88d50914>:0 
      at System.Net.Sockets.SocketAsyncResult+<>c.<Complete>b__27_0 (System.Object state) [0x00000] in <5efeee63065d4efdba33446b88d50914>:0 
      at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00015] in <2dfe84a36ef4410ca18642993b51b799>:0 
      at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00074] in <2dfe84a36ef4410ca18642993b51b799>:0 
      at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in <2dfe84a36ef4410ca18642993b51b799>:0 
      at System.Net.WebConnection.HandleError (System.Net.WebExceptionStatus st, System.Exception e, System.String where) [0x00031] in /build/mono/src/mono/mcs/class/System/System.Net/WebConnection.cs:439 
       --- End of inner exception stack trace ---
      at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:1033 
      at System.Net.HttpWebRequest.GetResponse () [0x0000e] in /build/mono/src/mono/mcs/class/System/System.Net/HttpWebRequest.cs:1045 
      at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x0012b] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:74 
      at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x000cc] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:58 
      at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x0007e] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\HttpClient.cs:114 
      at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in C:\projects\radarr-usby1\src\NzbDrone.Common\Http\HttpClient.cs:50 
      at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T] (NzbDrone.Core.Download.Clients.Nzbget.NzbgetSettings settings, System.String method, System.Object[] parameters) [0x00047] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\Clients\Nzbget\NzbgetProxy.cs:232 
       --- End of inner exception stack trace ---
      at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.ProcessRequest[T] (NzbDrone.Core.Download.Clients.Nzbget.NzbgetSettings settings, System.String method, System.Object[] parameters) [0x0008e] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\Clients\Nzbget\NzbgetProxy.cs:245 
      at NzbDrone.Core.Download.Clients.Nzbget.NzbgetProxy.GetHistory (NzbDrone.Core.Download.Clients.Nzbget.NzbgetSettings settings) [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\Clients\Nzbget\NzbgetProxy.cs:135 
      at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.GetHistory () [0x00000] in C:\projects\radarr-usby1\src\NzbDrone.Core\Download\Clients\Nzbget\Nzbget.cs:128 

     

×
×
  • Create New...