MyKroFt

Members
  • Posts

    1150
  • Joined

  • Last visited

Everything posted by MyKroFt

  1. Any ideas? Myk for some reason or another it failed to detect the external ip address for the tunnel, it should then fail over to another site and if that fails then revert to 0.0.0.0, however the return code wasn't working, for now simply restarting the container will probably get you going as i think it was a transient issue with the site it gets the external ip from, i will fix up and push the code tonight. Latest update fixed me all up Thanks! Myk
  2. Updated the docker today - no configs were changed but the GUI will no longer load and I am not sure what to look for.... Myk supervisord.log.txt
  3. You will probably have to take this to the support thread of the docker you are using or to the plex forums for support. This is the general unRAID support section.....
  4. Not sure where this is coming from: All plugins are updated to latest versions.... Feb 4 12:25:48 Tower root: error: webGui/include/ProcessStatus.php: wrong csrf_token Myk
  5. I'm on rc6 also. Only thing I noticed is I get a few 0 uploads which results in a blank image. Is there any missing data our 0 value data? Is the link a valid link? Did you run a manual test? yes it was a manual test, just ran another manual and I am getting 0 on upload - download is ok, but no images - snip attached Thanks Myk
  6. What is the easiest way to convert from the LIO/SickRage docker and keep database/settings intact? Thanks Myk
  7. Not sure When but am running 6.3.0-rc6 and the plugin is no longer displaying result image data - just get the background graphic when clicking on a link in the list.... Myk
  8. Both my Deluge and ruTorrent are using AirVPN Deluge seems to be fine, rutorrent on the other hand..... Its start, download for a bit stop, wait, download for a bit, stop - over and over here is a snip I just made of the speed graph from rutorrent - I am not maxing out my 20MB DSL ..... Ideas? It was fine until I moved and went from cable to this dsl - dsl is all that is avail here Myk
  9. If your speeds drop to 0 then the vpn tunnel is down, this was due either to a vpn provider issue or your isp connection dropping. i have built in the ability to re-establish the connection automatically when this happens after a maximum 10 minute period. so in short next time just leave it and it will auto reconnect and carry on d/ul. This is happening to me all the time all of a sudden - I use air - their control panel says the connection is good when download/upload drops - happening in both Deluge and ruTorrent - both are using AirVPN Is there a way to configure/change this 10 min timeout? I have just recently moved and DSL in this new location - totally blows balls All that is available Myk
  10. Change the number of CPUs assigned to your folding slot. I found a mention of this issue on the folding forum https://foldingforum.org/viewtopic.php?f=18&t=28863 I haven't been able to access the web UI but I can connect through the os x controller app. I feel like the default settings should work on my network but I still can't connect. ...This is my first post I think. I'm running 2xIntel Xeon E5-2670 @ 2.60GHz on an ASRock EP2C602-4L/D16. This worked perfectly, thanks! Was getting the error: Failed to get assignment from '171.67.108.45:8080': Empty work server assignment and it wasn't working, went through the document and added the following: <cpus v="1"/> Under the CPU Use section. I'm not sure why it matters when it already detects the number of cores but it works! Fixed the problem for me to. I simply pasted <cpus v="1"/> as a new line in my config.xml, restarted the docker, and it worked. Thanks! Now if I could just get the windows config program to connect to it - it sees it - but can never connect. Have you been able to connect to it? Myk
  11. Is it possible to have a Google Drive destination for the flash backup? Myk
  12. Hence, my power connectors to PS and my back-planes have a small drop of hot glue to keep them from being pulled or vibrated out..... Myk
  13. 6.3.0-rc4 installed, icon does not show up settings, but can get to settings via ca-app, settings button for the module Thanks Myk
  14. I have several White Label 3TB drives and have never had a problem with them.... Myk
  15. Anyone constantly getting database corruption? I fix and/or roll back to a good database and within 30 min to several hours get the dreaded There was an unexpected error loading the dashboard
  16. Ended up being a corrupted database - went to the previous and it would start up again weird Myk
  17. Plex was not running today - all I get in the docker log is this bit over and over and over Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support d Starting Plex Media Server. 6 3000 /config/Library/Application Support Any Ideas on what to look for? Myk
  18. I am interested - what is shipping to 59427? Thanks Myk
  19. you can try mount -l /mnt/disk5 thats a lower case L Myk
  20. ya its till my opinion if its defined in the .ovpn file for AirVPN, it should use it, but still have the option of defining vpn_remote as a override just my 2 cents Myk
  21. Where does it normally look for its log file? A path inside the container? If so you could map the base dir - ex /var/logs/sagetv to /mnt/user/apps/sagetv/logs Then it would look for /var/logs/sagetv/sagetv_0.txt and get mapped to /mnt/user/apps/sagetv/logs/sagetv_0.txt Myk
  22. As I replied offline what about /Docker and /VMs They list installed dockers/vms Myk
  23. After attempting to stop the array and seeing retrying unmounting disks in a loop, try these commands in console/ssh terminal: umount /var/lib/docker/btrfs umount /var/lib/docker Any error messages come back from either of those commands? Does the array actually stop a few seconds after these commands are executed? As a last resort I sometimes have to use -l (lower L) in the umount command to get things under control Myk