Jump to content

witalit

Members
  • Posts

    211
  • Joined

  • Last visited

Posts posted by witalit

  1. 17 hours ago, Hoopster said:

     

    For my BMC/Java issues ASRock finally released a BMC update in November 2017 for the E3C226D2I board (and others) which means the board is now compatible with all recent versions of JAVA up to and including the latest available.  Before that, only 8.121 or prior could be used.

     

    The latest BIOS update for the E3C226D2I (June 2018) also seems to have fixed whatever BIOS issue was requiring the use of "nomodeset" to avoid the IPMI video blanking problem with Linux Kernels higher than 4.13.

     

    Your E3C222D4U is based on an older chipset, but, I can't imagine the JAVA compatibility issues with the BMC are much different on that board than on mine.  With your BIOS and BMC both stuck on 2015 releases, you will continue to have issues until ASRock updates them.  Hopefully, they have not decided that the C222 chipset boards are not worth updating.

     

    Thanks for the information. I am just writing an email to Asrock support now, hopefully they can assist or even update this firmware. Seems like these boards were released a similar time going by BIOS release dates. I really hope Asrock don't forget about this board and their support can assist. Will keep you guys in the loop, thanks Hoopster!

     

  2. 3 hours ago, vanes said:

    What board do you have?

    Did you tried this?

     

    if you don`t need i915, try to edit you syslinux append line like this:

    append nomodeset initrd=/bzroot

     

    Asrock E3C222D4U

     

    In fact I managed to get it to show I previously with the fix above but I have issues with the IPMI tool, its absolute garbage on this BIOS. Also the Java version it runs on is so old I can't even find the version where the SSL certs work OK.

     

     

  3. 8 minutes ago, vanes said:

    i915 is not loading by default!

    To activate it add this to go file

     

    if I turn i915 off, I cant use intel hd graphics for plex/emby hardware transcoding

     

    sorry for my English ?

     

    Ah I see thanks, I currently don't passthrough i915 to unRAID. Don't worry your English is good enough, I can understand quite clearly :-).

  4. On 7/22/2018 at 6:46 AM, vanes said:

    I recently bought AsRock e3c236d2i and I can confirm that it allows to use intel video core, but only for video encoding/decoding, not for display....

     

    Does IPMI work for you on this board at all? I have struggled to get IPMI working on my AsRock board as its so damn annoying with Java versions and other issues.

  5. This fixed my issue.

    On 1/23/2018 at 5:59 PM, bonienl said:

     

    Do the following to let docker rebuild the networks

    
    rm /var/lib/docker/network/files/local-kv.db
    /etc/rc.d/rc.docker restart

     

     

    Yes I also get the same issue but it is actually the Docker Execution error I am getting. 

     

     

  6. On 6/17/2018 at 5:42 AM, becksworth said:

    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 

     

     

    What happens when you test the connection from Radarr to NZBGet? I had the same issue 'Error getting response from stream.'

     

    Restarting the docker fixed it for me though..

  7. Is there anyway to set this to point to another gateway for VPN VM I already have setup? As I think my VPN Provider only allows 1 connection so I was looking to setup Transmission on a VM and point it to the VPN server IP as the gateway.

     

    ps.. Donation sent ?

  8. 1 hour ago, westsola said:


    Thank you for the reply. I changed my interface variable to eth0. I'm wondering if I need to change the 'Network Type' from Custom Network- br0? Options area Bridge, Host, or None.. If I leave it as Custom Network -br0, I can set the ip address. Should I leave this as is?

     

    I just changed the Interface to eth0 and now my Mikrotik can use Pihole as DNS server. Thank you!!! Spent HOURS trying to find a solution and I thought it was something on the Mikrotik as with my old Asus it worked fine on br0.. who knows what changed but its running.

     

    Stoked!

  9. 26 minutes ago, loady said:

     

    I'm lost :(

     

    Docker template:

     

    Container path: /downloads = /mnt/cache/downloads/

     

    In Sab:

     

    Incompleted folder = /downloads/incomplete

    Completed folder = /downloads/completed

     

     

    Thats all you need as you have mapped the volume directly to /mnt/cache/downloads/ in the docker template. So once its mapped you don't specify the full path in Sab config as this would be the wrong path, Sab wouldn't see it. What Sab can see will be starting from /mnt/cache/downloads/ and thats all it can see except files within this folder if any. 

     

    The only problem with this is your downloads folder is on cache. I personally have NZBget use a script to send a post-processing request back to Medusa to move my completed downloads to /mnt/user/TV Shows for example, this path excludes cache drive and only uses data disks.

     

    EDIT: Sorry I made tons of edits so please read over this again, should be correct now.

  10. In the Sab log files can you tell me which episode it failed to unpack or process? Thanks

     

    Edit: I can see what you mean, it says unpacking then shows 0 unpacked.

     

    2018-05-11 18:27:39,266::INFO::[newsunpack:835] Unpacked 0 files/folders in 0 seconds
    2018-05-11 18:27:39,266::INFO::[newsunpack:268] Unrar finished on /incomplete-downloads/Once.Upon.a.Time.S07E21.720p.HDTV.x264-AVS-Obfuscated
    2018-05-11 18:27:39,270::INFO::[postproc:388] Unpacked files []
    2018-05-11 18:27:39,271::INFO::[postproc:393] Finished unpack_magic on Once.Upon.a.Time.S07E21.720p.HDTV.x264-AVS-Obfuscated

     

    As someone suggested, back-up the options you have then turn them off. Try again and report back. 

    • Upvote 1
  11. 1 minute ago, wgstarks said:

    I think it would be better to say that the preclear plugin is no longer required to clear drives for use in your array. You may still want to use it for stress testing drives, but there are other choices available that may be better supported.

     

    What other tools can someone recommend? I mean for me I am on 6.4 anyways so plugin still works. I understand what you mean though as unRAID now can pre-clear disk for me but for stress test it is not a mandatory plugin.

×
×
  • Create New...