Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Just tested it with 6.9-beta35, and in and by itself having the period in there does not cause any issues.
  2. Is this still on 6.8.3 or have you updated to 6.9?
  3. Oh, and forgot to mention. Ensure that any and all variables, elements etc are 100% unique and not a generic naming so as to not interfere with any thing else now or in the future, or with any random plugin installed
  4. If you have a "settings" .page file, then you need to create another .page that'll inject the code Menu='Buttons' Link='nav-user' --- <? . . . ?> <script> . . . </script>
  5. It was done to unify the interface between how the dashboard and the docker tab works
  6. You would need to enable disk shares
  7. Because that's the way the hardware is designed. If one of the ACS override options don't help you, then you can either permanently attach the device to the VM when you edit it or use the HotPlug USB plugin
  8. Just add what I suggested to your command
  9. Are you sure that's not the output from the docker logs command? It's kinda weird the way the command works because it outputs to stderr the errors in the logs. You need to add 2>&1 to the command to also send the errors to the file
  10. There's nothing inherent in having WG installed and not being able to reach the outside world. (I use WG all the time). Probably best to ask in the WG support thread and post the diagnostics along with it.
  11. There's no details about what's causing the mce, but you do need to increase the cooling on your system as the processor keeps throttling itself as it's overheating.
  12. Any random container out there may have it's own specific requirements for permissions and ownership. My folders in appdata for instance are all owned by nobody:users whereas yours are 1000:1000
  13. The backup does not include the docker.img (binary files) as it's very easily recreated and the apps reinstalled and it would automatically add 20+Gig to the backup set for no benefit
  14. If it's still being assigned an IP separate for the container, then any and all port mappings are irrelevant anyways, as the container will use whatever it needs
  15. Nope everything is still available and supported
  16. Anytime a disk is redballed (as yours is), you must rebuild the contents of the drive. You don't need to clear it again. Stop the array, unassign the disk. Start the array, stop the array, re-assign the disk and restart the array. A rebuild will happen.
  17. You're deleting 3,727 items at the same time as you're transferring. File system overhead is accounting for all of that as it sorts itself all out. (And while you don't have a parity drive, the "test" share only exists right now on disk1, so the heads are probably thrashing rather extensively)
  18. Nov 20 21:37:33 TwoRivers kernel: BTRFS error (device sde1): bad tree block start, want 1830273024 have 0 The errors are all from the docker image having issues because of the above. Best for @JorgeB to respond as he's the resident FS guru
  19. It's in the help text that the path must end with a trailing slash. But, I did fix the placeholder
  20. You're passing through your Intel Graphics P630 to the VM. When you're passing through a video card to a VM, VNC is automatically disabled and you use either the attached monitor on the VM, or RDP.
  21. Issue appears to be that if you have any VM running that used VNC, then starting it would mess up the displays on the dashboard. Either way, this issue is fixed next rev
×
×
  • Create New...