Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Probably stupid question, but did you hit apply at the bottom of the page?
  2. That looks like its booting, but you're not getting an IP address Login as root (no password), then enter in diagnostics And then post the zip file stored on the flashdrive (logs folder) here
  3. I got tired of being blamed everytime someone massively misconfigured a container, then checked off their share, confirmed the request, and watched their media go bye-bye. If you've never done that, then there's nothing stopping you from carrying on using the plugin.
  4. I have no problems with my PercH200 (cross flashed to LSI firmware & IT mode)
  5. Most likely not a defect report. But, unless you ignore the error, it will continually come back on every scan until you reboot.
  6. https://forums.unraid.net/topic/57181-real-docker-faq/#comment-564326
  7. Since you're bonding, I'm not going to be a real good help here. But, currently I don't see any DNS addresses set anywhere in the network config which would impact your ability to resolve any addresses. But that kind of networking is over my pay grade.
  8. Did you do what it suggested? Post your diagnostics. And, odds on not a defect, but a general support issue.
  9. Sab is currently saving the files into /config not /downloads. Probably in the paths section of Sab's UI, you're telling it to save it to downloads not /downloads (IIRC, sab has a message that says that all folders are relative based on its home folder. To set a non-relative folder you need the leading slash)
  10. IMO, all plugins should be kept up to date (there's the AutoUpdate plugin to help you with this). But, even if you choose not to do that, now that you're on a current version of CA (btw, the issue was that you're version was looking at a different URL for how to populate the apps), you will know whenever you go into the apps tab if it needs an update or not.
  11. It probably would explain it since it's downloading while its unpacking, Even a small old hard drive mounted via Unassigned Devices and used for the downloads share would help huge.
  12. Sounds like CA is woefully out of date. Check for updates
  13. Of course. Writes to the array are always going to be slower than writes to a non-protected device. By and large everyone uses a cache-only share for downloads.
  14. Network problems? Feb 22 18:19:56 ShadowHP kernel: igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Down . . Feb 22 18:20:52 ShadowHP kernel: igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None . . Feb 22 22:12:25 ShadowHP kernel: igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Down . . Feb 22 22:12:38 ShadowHP kernel: igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None . . Feb 22 23:46:00 ShadowHP kernel: igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Up 10 Mbps Full Duplex, Flow Control: RX . . Feb 22 23:46:08 ShadowHP kernel: igb 0000:04:00.0 eth0: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Also, you might want to figure out what this is all about Feb 22 22:55:02 ShadowHP /usr/sbin/ipmiseld[5073]: could not find inband device Feb 22 22:55:02 ShadowHP kernel: x86/PAT: ipmiseld:5074 map pfn expected mapping type uncached-minus for [mem 0xddfa0000-0xddfa0fff], got write-back Really annoying, and its spamming your log continually
  15. You would have to post the output of running this script to see what unRaid thinks is happening #!/usr/bin/php <? require_once("/usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php"); $DockerTemplates = new DockerTemplates(); echo "Docker Templates\n\n"; print_r($DockerTemplates->getAllInfo()); echo "\n\nDockerContainers\n\n"; $DockerClient = new DockerClient(); print_r($DockerClient->getDockerContainers()); ?>
  16. So yesterday's update fixes the display aberration under certain circumstances when searching, along with enhancing the swipe to change page when using a mobile device. It also removes the "Reinstall using defaults" icon when on the Installed Apps section. This icon would cause confusion as to the difference between it and the edit icon, and was probably only used by less than 1% of the users for a very specific purpose (installing a second instance of an application). It can be re-enabled from CA's settings
  17. Shutdowns do work for the menu. The thing for me is that a windows shutdown can take anywhere between 30 seconds and an hour depending on updates to be installed etc. Not a good thing when running on battery Sent via telekinesis
  18. Among other things, you can have unRaid set to hibernate the VM instead of shutting it down when stopping the array. Very useful in case of a power failure, etc
  19. unRaid *thinks* they are there. I'm grabbing the info from it. Not quite sure why it thinks that, but a nuke of the image will certainly fix you up.
  20. From the Docker Page, you would have to make a note of all the paths / ports for each app and then recreate them. Future reference, you can delete them from Apps - Previous Apps. That way, only the ones you aren't currently using will show and you can clean it up there safely.
  21. You sure you don't have any orphans images? (Docker - Advanced view) The plugin doesn't "Remember" anything, but gathers the list of what the docker system says is installed.
  22. Yeah, so can I. I know exactly where and why its failing. It was luck of the draw on the search term and where in the description it wound up with the highlighting. Will be issuing an update tonight after I think about how I go about the fix.
×
×
  • Create New...