Jump to content

trackstarjc2003

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by trackstarjc2003

  1. I pulled the update today and generated a new nextgen OpenVPN file from PIA, I ran into an authentication issue in the logs. Checked the docker config and found that it loaded a VPN_User and VPN_Pass that was NOT mine. 

     

    Once I updated the docker config with my UN and PW everything started working just fine. 

  2. 7 minutes ago, TexasUnraid said:

    If you disconnect the drive from the system and then move the slider from "simple" to "complete" on the UD section it should show you a list of saved drives.

     

    Click the X on the right side and it will delete the saved settings and should let you rename it.

    Well hot damn. Thanks man!

  3. 1 hour ago, ich777 said:

     

    Oh, you also need extra parameters, there is another variable that is not by default in the template.

    Click on 'Add another Path, Port, Variable, Label or Device' at config type select 'Variable', at 'Key' you have to enter this exact string without qutes: 'EXTRA_JVM_PARAMS' and at 'Value' enter your extra parameters but please keep in mind that the Xms and Xmx are already by default in the template and should be entered there.

     

    Oh and without the -jar and so on, since this is all handled by the other variables in the container.

     

    If you're done it should look like this:

    grafik.png.dc7390a916557791c785d418e4ca4aef.png

    That did it! Thank you very much for your help and quick response. I'll be sure to donate!

    • Like 1
  4. I'm running the Basic Minecraft Server docker and its working fantastic! Excellent job! I spent a lot of time trying to get other Minecraft servers running before I found and started using your docker. Thank you!.

     

    The one issue I'm currently having is that I cant get any additional java arguments to work. Putting any java flags in the "Extra Game Parameters:" prevents the server from starting, but if I go back and remove them it boots up just fine. Should I be putting java flags here?

     

    Maybe my formatting on the string is incorrect?

     

    java -Xms10G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=8 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=”https://mcflags.emc.gs” -Daikars.new.flags=true -jar paperclip.jar nogui

    I tried removing "-Xms10g -Xms10g" from the string as the XMS size is already in the docker template, but that had no effect. 

     

    Thanks again fro all your hard work!

  5. 1 hour ago, trurl said:

    You have a ridiculously large (80G) docker image. This is usually a sign that someone has been filling up their docker image and to solve the problem they increase its size. It will not solve the problem, it just makes it take longer to fill. If you have your applications correctly configured it is very unlikely you would ever need even 20G. See the "Docker Image Filling Up" section of the Docker FAQ:

     

    https://forums.unraid.net/topic/57181-real-docker-faq/

     

    Yes, it a large docker file. But I don't see how that would prevent CouchPotato from running. 

  6. Today I tried editing the config.ini via the unraid terminal. 

     

    Stopped the docker image. 

    Opened terminal.

    cd /mnt/user/appdata/couchpotato

    nano config.ini

     

    Scrolled down and changed the host line to:

    "host = http://192.168.1.200:9091"

    Saved and closed the terminal. 

    Started the docker image and took a look at the settings, and wouldn't you know it reverted back to localhost. 

     

     

    I then said screw it and tried to edit the config file with the docker still running. No effect. Instantly reverts to localhost. 

     

  7. I think I'm going to loose my mind over something so so so simple. 

     

    No matter what I do CouchPotato will NOT let me chance my transmission host IP to "192.168.1.200:9091"

     

    The local IP of my unRaid server is "192.168.1.200" but localhost:9091 fails when tested. Changing it to "192.168.1.200:9091" and testing works just fine, but if I refresh the page or go to a different settings section is just reverts back to local host!

     

    Someone please point out whatever it is I'm overlooking before I go insane. Thanks!

    Capture.PNG

×
×
  • Create New...