becksworth

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by becksworth

  1. The freezing has started again. Though it doesn't seem to happen as frequently as it was before the USB reformat.
  2. So I wiped my USB and started fresh. Threw my old config folder in there and booted up and everything is working perfectly again... I will mark as solved if this behavior keeps up!
  3. Disk 4 currently has no data written on it. Would it be worth it to unplug it from the array and see if the freezing persists?
  4. 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.
  5. Same result. Just started transferring with filezilla and it locked up right away. The file didn't even make it past 0.1%
  6. Just swapped out the cable. Booting up now. Will update when it's up and running
  7. 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.
  8. 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.
  9. Here's the zip file for the diagnostics I ran. Thank you! tower-diagnostics-20200226-0751.zip
  10. 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?
  11. 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