trackstarjc2003

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by trackstarjc2003

  1. My plex docker is also failing today after a update. No information in the logs. Removing and reinstalling the container had no effect for me.
  2. My log files has recently started filling itself rather quickly. It took 16 days to reach 100% I checked the log files and notice its being spammed with the following error: kernel: i801_smbus 0000:00:1f.3: SMBus is busy, can't use it! I have attached my diagnostics ehomeserver-diagnostics-20201119-2054.zip
  3. 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.
  4. I think I messed up by putting a " ' " in the point point name of one of my unassigned devices. Now the drive wont mount an im unable to change the mount point. Formatting the drive has no affect, it somehow remembers the previous mount point. Anyone have any idea on how I can fix this issue?
  5. That did it! Thank you very much for your help and quick response. I'll be sure to donate!
  6. 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!
  7. I seem to keep having issues with my cache drives corrupting. I probably shouldn't be running two in raid 0, so after I backup my appdata from them ill be dropping down to one. But this seems to be an ongoing issues, even after replacing all the hardware in the server. (Minus the data drives) ehomeserver-diagnostics-20190829-2246.zip
  8. Installed the Couchpotato app from Binhex today. Its working just fine. There was also an update for the Linuxserverio app, but that did not resolve the issue.
  9. Yes, but the docker currently only has 8g used. devid 1 size 80.00GiB used 8.02GiB I'm just not sure why/how this is relevant.
  10. Yes, it a large docker file. But I don't see how that would prevent CouchPotato from running.
  11. CouchPotato just completely stopped working for me today. The app launches in docker, but I can not get the webpage to come up. Restart, reinstall, reboot, nothing has any effect.....
  12. This is the second time this has happened on the machine. Is there any way to determine that root cause of the issue?
  13. Cache drive is unreadable. Possibly a docker issue? ehomeserver-diagnostics-20180809-2100.zip
  14. Interesting. Unfortunately I only have the one network interface. I might have to get a PCI card. Not sure if pihole will work without its own IP.
  15. I do. I have Pihole hosted on a separate IP.
  16. I had call traces on my server a few weeks ago. Turned out to be file system corruption on my SSD. Ended up replacing the drive. But now I'm getting them again. ehomeserver-diagnostics-20180507-2243.zip
  17. Welp. Going into the docker settings and changing the network type to HOST fixed the issue. Setting the IP manually still reverts back to localhost, but now that works just fine. It's always something stupid...
  18. Editing the config file via CA Config Editor has no effect. Changing download clients has no effect. The issue is seems to be limited to the CouchPotato docker. Something is simply overwriting changes to the host IP.
  19. Redoing the CouchPotato wizard and switching to a different docker has no effect.
  20. 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.
  21. 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!