FrozenWineCloud

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by FrozenWineCloud

  1. Updated to the latest Docker image this morning and have been stuck with the message "Code42 cannot connect to its background service" ever since.

     

    Error in service.log that appears to be looping as the service starts and restarts is:

     

    [07.01.19 13:51:31.774 ERROR SMListener 0 p42.service.ClientServiceManager] CSM:: Service MaxHeapMemoryService failed while STARTING, INVALID_VALUE com.code42.core.CommandException: Unable to set -Xmx, invalid memory value (name=-Xmx, value=4G)
    STACKTRACE:: INVALID_VALUE com.code42.core.CommandException: Unable to set -Xmx, invalid memory value (name=-Xmx, value=4G)
    	at com.code42.javaoptions.JavaOptionUpdater.setOption(JavaOptionUpdater.java:182)
    	at com.code42.service.maxheapmemory.MaxHeapMemoryUpdateJavaOption.updateJavaOption(MaxHeapMemoryUpdateJavaOption.java:39)
    	at com.code42.service.maxheapmemory.MaxHeapMemoryService.handleJavaMemoryHeapMaxEvent(MaxHeapMemoryService.java:50)
    	at com.code42.service.maxheapmemory.MaxHeapMemoryService.startUp(MaxHeapMemoryService.java:39)
    	at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
    	at com.google.common.util.concurrent.Callables$4.run(Callables.java:119)
    	at java.base/java.lang.Thread.run(Unknown Source)

    Resolved by setting a value for the Maximum Memory value, as suggested above. It was blank originally. 

  2. 24 minutes ago, Stubbs said:

    I don't know if this is the right place to ask, sorry if it isn't.

     

    I was following that Spaceinvader One guide for this, and noticed he creates a Share for downloads + folders for both complete and incomplete. But Radarr automatically copies downloads to the media folder, which means I'm always ending up with two of the same movie for every download: one in "completed" the other in "movies".

     

    Is there a way to address this so I'll always just have one movie file? Sorry if it's a noob question.

    If you don't want to seed movies after the download completes, there should be an option somewhere in Radarr to remove completed downloads after copying. Sorry I can't point you directly to it, I don't currently have it installed. However, if you still want to seed, but don't want to have two identical files taking up twice as much space, find and enable the "Use Hardlinks instead of Copy" option. This will let the files point to the same block of data, instead of maintaining separate copies.

     

    Edit:  "Use Hardlinks instead of Copy" is the name in Sonarr, sorry. I'm not sure what it is in Radarr but I'm sure there's something similar. Doesn't work across file systems, though, meaning that both the download managed by Radarr and your media folder need to be on the same share. See here for more info: 

     

  3. On 4/20/2019 at 3:41 AM, sol said:

    Had an out of control Radarr docker tonight, three instances of mono at 164%+ cpu. 

    First is the first few lines of top then second is the ps of the mono processes. Anything I should investigate?

    Only been running Radarr for about a week after getting sick of Couchpotato. 

    The docker page eventually responded and I stopped Radarr and everything has gone back to normal, for now. 

     

     

    So I don't run Radarr (yet), but someone using the Linuxserver.io image mentioned something vaguely similar, at least with abnormally high CPU usage: 

     

  4. 1 hour ago, DigitalLF said:

    I'm having problems with binhex-rtorrentvpn. It won't save stuff i do in settings in rutorrent most of the time but not all the time.

     

    Also i have a problem with port 6881. i want to change it to something else but i don't know where to change stuff like that i don't use DHT if that helps.

     

    when i restart the docker the settings goes back to what they wore so my changes are gone.

     

    Also why is my appdata\binhex-rtorrentvpn\access.log getting so big (about 2-3 days and 30mb)

     

    IIRC settings saved in the ruTorrent GUI don't persist if you restart the container. You need to edit the rtorrent config file directly, which lives in the binhex-rtorrentvpn appdata folder (appdata/binhex-rtorrentvpn/rtorrent/config/rtorrent.rc). Here's an example of what this file will look like: https://github.com/rakshasa/rtorrent/blob/master/doc/rtorrent.rc

     

    Do this with the Docker container turned off, then restart it after saving your changes. You can disable DHT and change the default port(s) within this config file.

    • Like 1
  5. 1 minute ago, John_M said:

     

    Why would you not want to update? 5 months is a long time.

     

     

    I just setup unRAID a couple days ago, and now that things are working I just want to enjoy using it for a while without potentially throwing a BIOS update wrench into things. So I might eventually, just no current plan to update.