fatalfurry

Members
  • Posts

    56
  • Joined

  • Last visited

Everything posted by fatalfurry

  1. That's it! I was too liberal with removing plugins. I've restored the dockerMan templates and now my issues 2 and 3 are resolved. Thanks Squid!
  2. I did that and it didn't have an impact on my containers.
  3. tidehunter-diagnostics-20180907-0956.zip
  4. I have a few small issues. 1.) I also ran into the non boot scenario with the dynamix.plg plugin. 2.) My docker containers no longer have the option to launch their web apps directly when clicking on them. See screenshot below. 3.) When adding a new Docker container my previously used templates are missing.
  5. FYI it says 4PM PST on August 18th, 2018. I think it should say 28th.
  6. I've used this setup previously between unRaid and a Linux host, but cannot get it working with my Mac VM. running the mount command manually sudo mount -t 9p -o trans=virtio,version=9p2000.L shares /mnt I receive the following error. mount: exec /Library/Filesystems/9p.fs/Contents/Resources/mount_9p for /mnt: No such file or directory The /mnt directory does exist on the Mac and searching for this error hasn't resulted in many things for me to try. Has anyone been able to setup 9p sharing with a Mac or have any advice on what to try next?
  7. Is it possible to pass through a user share? Sent from my Pixel 2 XL using Tapatalk
  8. I'm not concerned with my local IP and Routing, but about what could be exposed through the VPN.
  9. I've seen a few headlines concerning rtorrent and it's security around xml-rpc https://f5.com/labs/articles/threat-intelligence/malware/rtorrent-client-exploited-in-the-wild-to-deploy-monero-crypto-miner https://arstechnica.com/information-technology/2018/03/hackers-exploiting-rtorrent-to-install-unix-coin-miner-have-netted-4k-so-far/ This was discussed on github in the following issue https://github.com/rakshasa/rtorrent/issues/696 I don't see network.scgi.open_port or network.scgi.open_local set in the rtorrent.rc but in not 100% familiar with the setup of this docker container. Is there another place to check if this security issues affects us?
  10. I'm getting the following error using 6.4.0-rc5 when viewing the auto update settings. Fatal error: Cannot redeclare mk_option() (previously declared in /usr/local/emhttp/plugins/dynamix/include/Helpers.php:117) in /usr/local/emhttp/plugins/dynamix.plugin.manager/include/PluginHelpers.php on line 57
  11. How does unBALANCE handle hard links?
  12. The AV on my window 10 machine was blocking sites on my local network. Eg 192.1681.4:4040 the page would not load. My unRaid server is not on the internet...
  13. Thank you! I've replaced the cable, did the scrub, and rebuilt my doker.img. No new errors have occurred. I was still having issues with my browser not pulling opening applications. Digging further I uninstalled my sophos AV and everything is working 100%. I may spend some time to find out how to disable the web scanning for things on my local network, but for now I'll use Windows Defender.
  14. [/dev/sdd1].write_io_errs 0 [/dev/sdd1].read_io_errs 0 [/dev/sdd1].flush_io_errs 0 [/dev/sdd1].corruption_errs 0 [/dev/sdd1].generation_errs 0 [/dev/sdc1].write_io_errs 25112964 [/dev/sdc1].read_io_errs 0 [/dev/sdc1].flush_io_errs 363543 [/dev/sdc1].corruption_errs 12084 [/dev/sdc1].generation_errs 0
  15. I've been having issues through the past two version 6.3.5 and 6.3.4 where my Plex Media Server, Sonarr, Radarr, Deluge and other Docker applications do not load. The browser shows a white page and nothing after. I've rebuilt my docker.img, uninstall plugins, booted into safe-mode. The diagnostics I've attached is from my most recent reboot in safe-mode, with only one docker running Plex. tidehunter-diagnostics-20170601-2141.zip
  16. I have an issue when rebooting a VM my USB devices disappear and are no longer functional. To get them back I need to reboot unRAID. What should I post to help diagnose the issue?
  17. I changed the Tunable (md_num_stripes) to 8192 to fix the deadlock issue. Should this be reverted back to default?
  18. I installed the CUPS docker and it doesn't see the Printer I have attached through USB. PRINTER: HP LaserJet CP1215
  19. Was it really running at 1x causing low performance, or was the Nvidia config just reporting the incorrect number?
  20. You could enable Privoxy on the delugevpn docker. You would then change your browsers network settings to use "host ip:8118" as a proxy. I currently have this setup on Firefox and everything goes through the VPN. I then use Chrome or IE in the normal setup, and that get's routed through my normal internet access.
  21. Is there a way to send HTTP requests from Jackett through a proxy?