Squid

Community Developer
  • Posts

    28674
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Can you reply back with your diagnostics and the name of the share in question so we can look at your settings and advise from there
  2. Only the boot flash. The unassigned devices plugin can auto mount any other usb storage for you and you get it from Apps
  3. I can't get TM to fail under 6.12.7. Been trying hard for the last month with no success
  4. What are the issues with pulling? Usually, setting DNS addresses of 208.67.222.222 and 208.67.220.220 in Settings, Network Settings for DNS addresses 1 & 2 will fix you up
  5. Post your diagnostics after this happens again
  6. Docker Folders only advantage is if your image keeps filling up and you have no idea why or can't be bothered to sort out why then they can grow (and shrink) to be as large as the drive they are sitting on. Images are easier to handle, you don't need to worry about if mover will ever touch them or not, but have a set size. XFS vs BTRFS doesn't particularly matter
  7. FWIW, a ton of testing has gone into shares on Macs (with an emphasis on TM shares) on the latest to be released OS versions (soon). Contrary to what comes up as default on suggestions for accessing shares when googling, you want to keep DS_Store files being written by the Mac on Network Shares. Disabling them gives a massive delay on initial access to a share or folder within a share that may contain tons of files / directories (subsequent accesses tend to be instantaneous) . This does however have a caveat. Drives will tend to spin up when accessing the share / folder, and access may wind up being slower if the user on the Mac does not have write access to the share. From terminal on the Mac defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool FALSE and reboot the Mac (I've found that Apple saying to simply log out isn't sufficient). You *may* need to also delete any pre-existing .DS_Store files that may be present in the share / folder if you're still having issue. (And if you've set up smb-extra.conf to veto DS_Store files you're going to want to delete those modifications) As an aside, TM shares are also IMO damn near bulletproof and the easiest they've ever been. I'm only one tester, but my experience is now night and day....
  8. Or alternatively I copied and pasted the incorrect MD5. Personally I like your reasoning better
  9. You're using docker as a "folder". Nothing wrong with that per se, but it's within the "system" share which is currently setup to move files from the cache pool to the array. Docker Folder does not like being moved around, as only part of the files will ever get moved around. Either change it to be an image or switch the system share to a cache only share (primary storage of cache and no secondary storage) Either way, you're going to have to go into Settings, Docker disable the service, switch to advanced view and then delete the image. Then re-enable the service and head over to Apps, Previous Apps and check off what you want installed and from the bottom of the screen Install X Applications.
  10. In the share settings, change what ever shows up for minimum free space to instead be 1
  11. You can get that error on ainstall on the developer edition (or the normal version) and going to the settings. But if you delete the pre-existing /boot/config/plugins/disklocation folder you'll get past it At the same time, php error log shows 10-Feb-2024 16:52:30 America/New_York] PHP Fatal error: Uncaught Error: Call to a member function fetchArray() on bool in /usr/local/emhttp/plugins/disklocation/pages/system.php:438 Stack trace: #0 /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(760) : eval()'d code(21): require_once() #1 /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(760): eval() #2 /usr/local/emhttp/plugins/dynamix/template.php(94): require_once('/usr/local/emht...') #3 {main} thrown in /usr/local/emhttp/plugins/disklocation/pages/system.php on line 438
  12. Today's update should fix (and log what plugin is messing things up)
  13. Is Tools - PHP Settings enable all warnings set? What does it show when you go to PHP log?
  14. Impossible to say without your diagnostics.
  15. If its the port thing being logged, it is standard CA logging and expected to be there (CA checks on every installation if the default ports of a new app conflict with something already installed and let's the user know that they have to adjust)
  16. Reset is the same on all pages. It cancels the changes (resets the page to how it was)
  17. Is one of the icons for a container a question mark?
  18. Probably from an automatic fsck being run on the flash drive
  19. Since it’s only the one app what you need to actually post is the docker run command. It will outright say why it won’t start
  20. Console logs aren’t something I particularly look at unless I have an issue. Will look at it and confirm / fix for next rev