Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. Did you just change the name of your server from "Tower" to be "Treadstone"? Can you reboot, Go to 192.168.140.2 (don't use the server name), start the array normally, and then wait a couple of minutes, and then post a set of diagnostics Also, do all your switches etc support Jumbo Frames?
  2. You can click on it and select acknowledge. If another error happens in the future it will turn back to be a thumbs down
  3. It's usually accessible via the network share flash
  4. Probably not the answer you're looking for, but have you tried removing those lines at the end which you've added?
  5. You should probably post in the relevant support thread for Plex (click it's icon and select support), and include the docker run command
  6. Not the proper way to run file system repairs. By accessing the drive directly, you've invalidated parity. The proper way to run file system checks is via starting the array in maintenance mode and then xfs_repair /dev/mdX
  7. Can't comment on whether it's needed or not, but the reason you're getting permission denied is that due to security, no file stored on the flashdrive is directly executable anymore. You have to copy the file somewhere else (say /tmp) and then execute it from there.
  8. Net time frame is the same. My philosophy is that since the only time a disk gets disabled is when a write to it fails. At that point, the write gets reflected in the parity system. Because of that, as far as I'm concerned, the data on the drive is technically invalid since it was never updated to reflect that write, but since parity was, you're better off rebuilding the drive itself instead of doing a new config and rebuilding parity. The write itself though may have been meaningless, so you're probably ok...
  9. Stop the array, set disk 9 to be not installed. Start the array, stop the array. Set disk 9 back to what it's supposed to be. Start the array. The system will rebuild the contents of disk 9
  10. If you grab your Docker Run Command then the actual error will show up there.
  11. No. Settings - Docker - Enable Docker: No
  12. I'm assuming that they're mini-sas connectors, so yes.
  13. Not necessarily your problem, but it looks like you've got 3x Marvel based HBA controllers. These tend to be very problematic and ideally should get replaced with LSI based ones.
  14. The video was probably based upon binhex's flavour of the app. But, instead of adding another path (which is probably what the video showed), you hit "Show More Settings", then modified an existing path (the /config) which means that you stored all of the appdata for the app within /mnt (which will wind up being in RAM) If you want to simply things, then you can simply change the /media mapping from its default of /mnt/user to instead be /mnt
  15. won't warn you about usage or anything, but to see how much an app has consumed of network, docker stats
  16. The problem is that you've set the host path for /config to be /mnt While it's fixable, I'd suggest uninstalling this, then installing binhex-krusader. Accept the defaults and ADD another path mapping of /mnt/disks to /UNASSIGNED
  17. All scripts log to their own log file which can be viewed / downloaded
  18. The link is how to get the docker run command to post here
  19. For some reason, certain combinations of hardware will issue an mce when initializing the CPU's. That's what happening with yours, and isn't anything to worry about.
×
×
  • Create New...