Jump to content

Squid

Community Developer
  • Posts

    28,770
  • Joined

  • Last visited

  • Days Won

    314

Everything posted by Squid

  1. No link is being detected on the NIC. Deleteing network.cfg should work (following a reboot) in resetting the network (you had 4 nics prior, but now only have 2 available). And confirm the cabling is plugged in correctly.
  2. Not 100% related, but it's always advised to flash your controllers to be in IT mode, not IR mode. Lessens your problems, and is the recommended for pretty much every software RAID out there, including Unraid Because of the IR mode flashing, SMART is currently showing up for the affected drives, but since most actual hardware failures are exceedingly rare, it is likely because of poor cabling connections to the drives. Reseat at a start Other than that, since writes to the parity drives failed, the drives were disabled. You need to (after reseating) Unassign the parity drives Start Array Stop Array Re-assign the parity drives Start Array A rebuild of the drives will then commence.
  3. Read performance won't be affected Write performance will be due to: No trim support when in the array Array writes are always limited by the slowest drive (of either parity or data if in Read/Modify/Write, or all the other drives when in Reconstruct Write) The "unsupported" was due to the questions regarding background garbage collection taking place invalidating parity which has turned out to not be a real issue.
  4. Disable int 13H in the LSI bios. Prevents them from showing up in the boot order
  5. By rebooting, it sounds like you're talking about the VM itself. You can hit Edit on any running VM to attach the HDD to the VM. Or better yet use the VM Hot Plug plugin to handle this for you, or even better yet, pass through a USB controller card (PCIe) to the VM.
  6. For Windows VMs you can also do this https://forums.unraid.net/topic/51703-vm-faq/?tab=comments#comment-557606
  7. You should post your diagnostics. That doesn't appear to be anything to do with the app itself (and to verify you probably can't install anything else either)
  8. 30 MB/s or 30 mbs? Assuming MB/s, while not super hot it isn't that bad if there is parity involved. Every operation (using the defaults of Unraid) is 4x slower than what it would be if Parity disks were not involved.
  9. Are you sure it's connected to the ethernet? It shows that it's not.
  10. Yes. It's an "official" container, so there is no author/repository, only repository
  11. May 21 18:07:15 Tower kernel: mce: [Hardware Error]: Machine check events logged May 21 18:07:15 Tower kernel: EDAC sbridge MC0: HANDLING MCE MEMORY ERROR May 21 18:07:15 Tower kernel: EDAC sbridge MC0: CPU 0: Machine Check Event: 0 Bank 5: 8c00004000010092 May 21 18:07:15 Tower kernel: EDAC sbridge MC0: TSC 0 May 21 18:07:15 Tower kernel: EDAC sbridge MC0: ADDR 15257e380 May 21 18:07:15 Tower kernel: EDAC sbridge MC0: MISC 2140109086 May 21 18:07:15 Tower kernel: EDAC sbridge MC0: PROCESSOR 0:206d7 TIME 1621645635 SOCKET 0 APIC 0 May 21 18:07:15 Tower kernel: EDAC MC0: 1 CE memory read error on CPU_SrcID#0_Ha#0_Chan#2_DIMM#1 (channel:2 slot:1 page:0x15257e offset:0x380 grain:32 syndrome:0x0 - area:DRAM err_code:0001:0092 socket:0 ha:0 channel_mask:4 rank:5) Bad memory. System event log might have more than Dimm1, Chan2 for which one is bad
  12. What is the exact problem? is a bit generic. Is an error appearing? Blank screen?
  13. Thank huggenbd. He's long since taken over it.
  14. Personally, I don't see this happening within the GUI, but it is quite easy to accomplish with Notepad++. with the search and replace all within files function (search for /mnt/user/Movies within /config/plugins/dockerMan/templates-user on the flash drive and replace with /mnt/user/media), followed by a nuke and reinstall.
  15. You either have to do the cp via user scripts at startup (or via the go file), or if the plugin supports it, make the path to the script to be something like /bin/bash /path/to/the/script which will execute it directly from the flash
  16. Speed: 100Mb/s While it's not impossible, very rarely are 100M switches still used. Check / replace the cabling and switch
  17. The flash drive doesn't support executable permissions. You have to copy the file(s) to somewhere in RAM (say /tmp) and then execute it from there (after applying executable perms to the copy)
  18. https://www.newegg.ca/p/36M-015C-00064?Description=sata to esata&cm_re=sata_to esata-_-9SIAKE599Z9573-_-Product
  19. May 27 20:53:37 Holodeck emhttpd: error: put_config, 589: Read-only file system (30): fopen: /boot/config/ident.cfg A reboot should fix this when the system runs the file system checks on the flash drive. If it doesn't, then pull the flash drive and toss it into another computer and run the file system checks on it.
  20. You've got mover set to run at 3:40 am daily. Have you tried running it manually? Enable mover logging in Scheduler, Mover Settings, and attempt again and then post a new set of diagnostics.
  21. Is the server actually crashing? You might want to post your diagnostics and also enable the syslog server mirror to flash https://forums.unraid.net/topic/46802-faq-for-unraid-v6/page/2/?tab=comments#comment-781601
  22. May or may not be your problem, but you might also want to update the plugin..
×
×
  • Create New...