Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Besides, doesn't that drive come with a 5 year warranty? The power on hours indicates that it's only been on for just over 2 years
  2. 5 Reallocated_Sector_Ct PO--CK 100 100 010 - 2608 Personally I wouldn't hold off. 2600+ reallocated sectors is way above my comfort level. With that many already, there's a very good chance that they're just going to continue to snowball
  3. Template Repositories has effectively been deprecated since 2015 when Community Applications was first introduced - Even CA's predecessor Community Repositories (which managed repositories) only lasted for 2 months. (And the coding of the entire template system when Unraid 6 was introduced was designed around the ability to be able to have at one some a "Store" like experience. The use of repositories was a stop-gap and easy solution vs the massive investment in both time and resources that CA required. It was never meant to be a permanent fixture IMO) Repositories which are not within CA which you would maintain yourself are exceedingly rare, and 2 options exist for management of them without having the Repositories section. CA hides the underlying complexity from using Repositories from the user and is a far better UI than Repositories ever offered (or could offer) There are also some issues with the coding that isn't worth the time or effort to fix (due to the above). The only fundamental difference is that instead of storing the xml's within a GitHub repository you maintain you are storing them locally on the flash drive
  4. It's happening during processor initialization and is absolutely nothing to worry about. ignore it
  5. So long as the plugin was kept up to date. Older versions that didn't have the max entity listed will still install and probably cause problems. Diagnostics however will show that an incompatible plugin has been installed (pluginList.txt)
  6. One comment on this release. If you're one of the (very rare) users who still leverages the Template Repositories section, this has been entirely removed See here for how to manage your private containers if you used Template Repositories
  7. Adjusted the path on my post. It was a result of my dev environment Also, the path you're passing thru to the command should be /boot/config/plugins/dockerMan/templates-user/my-gluetun.xml (which is presumably where its located and not in the current directory (/tmp)
  8. If the card's own BIOS can't see the drives, then zero chance that Unraid can.
  9. Ran across this thread. My solution: pass the path to the xml as the argument to the script. Should work with absolutely any xml #!/usr/bin/php <? $docroot = "/usr/local/emhttp"; require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php"; $var = parse_ini_file('/var/local/emhttp/var.ini'); $cfg = parse_ini_file('/boot/config/docker.cfg'); $driver = DockerUtil::driver(); $custom = DockerUtil::custom(); $subnet = DockerUtil::network($custom); $opts = xmlToCommand($argv[1]); $cmd = str_replace("create ","run -d ",$opts[0]); passthru($cmd); ?>
  10. Alphacosmos' Repository selexin/plex-library-cleaner: Blacklisted: Obvious CA conversion templates are disallowed You've got to remove the Converted by CA description / overview...
  11. There is no :latest tag available on the repository. (which docker assumes if you don't specify one yourself) Add :dev to the repository https://hub.docker.com/r/reallibrephotos/librephotos-frontend/tags?page=1&ordering=last_updated
  12. I have unhidden this thread, because existing users of the various containers may still need help with them and find the answers within. But, this repository and all of the apps contained within have been blacklisted because the dockerHub repositories no longer exist (nor does the template repository CA utilized)
  13. https://wiki.unraid.net/Manual/Release_Notes/Unraid_OS_6.9.0#SSH_Improvements
  14. You can't create a new post within Plugin Support or Docker Containers. You can reply to the existing support threads for any of the apps. Click on the icon and select support. Will take you right there.
  15. Beginning with Unraid 6.10.0-rc1, the entire Template Repositories section has been removed (Thanks be to JoBu) 2 Choices: save the xml's within /config/plugins/dockerMan/templates-user on the flash drive and use the Add Container Button save the xml's within /config/plugins/community.applications/private/LTM on the flash drive and use CA to manage them (If not categorized, they will appear within the Private Category)
  16. Don't know if this is applicable to you or not, but I had a pair of LSI controllers, and both were only visible when installed in a specific order in the slots. If I reversed them, one wouldn't work.
  17. Is it this card: 03:00.0 RAID bus controller [0104]: Hewlett-Packard Company Smart Array Gen8 Controllers [103c:323b] (rev 01) DeviceName: Storage Controller Subsystem: Hewlett-Packard Company P420i [103c:3354] Kernel driver in use: hpsa Kernel modules: hpsa You have to isolate it for use in a VM (Tools - System Devices)
  18. If you access your server via HTTPS you also have to be able to access Sab via HTTPS. Accessing it via HTTP is a browser enforced security risk that the plugin can do nothing about.
  19. Since it looks like you're booting UEFI, you have to temporarily switch to Legacy in order to run MemTest (or download an update from https://www.memtest86.com/)
  20. Do you have PlexPass? Add them as Family rather than a Friend
  21. The plugin backs up everything contained within the share you specify (usually appdata) The docker.img file (or folder) is not backed up because it is too dirt simple to simple recreate it and reinstall with no loss of data (if the containers store outside of the image, which any halfway decent container does
  22. You're probably best to ask the question here https://github.com/stanford-oval/almond-server/issues
×
×
  • Create New...