Everything posted by pellen
-
Error: Couldn't open \\?\PhysicalDrive2
I had this issue as well (with a Cruzer Blade), and thought I would share my solution that solved it for me at least. I tried wiping all partitions of the drive in Disk Management in Windows, but had strange issues and the drive couldn't be formatted. I solved it by instead using diskpart (from cmd) to clean all the partitions and then create a new one. After that the Unraid USB flash creator worked fine. Follow this guide if you're not familiar with diskpart https://www.qualityology.com/tech/properly-delete-a-partition-on-usb-drive-using-diskpart/ And be careful! Make sure that you select the correct disk before cleaning it!
-
[Plugin] CoreFreq
Sorry for the slow response. It's a white box server. E5-2660v0 running in a SuperMicro X9SRi-3F motherboard with 32GB ECC reg etc.
-
[Plugin] CoreFreq
My server crashed as well during the plugin installation. Had a look through IPMI and could see a kernel panic. Will upload the diagnostics when it's up and running again EDIT: attaching diagnostics file. cradle-diagnostics-20210601-1622.zip
-
[Plugin] Theme Engine - a webGui styler
I've seen this as well. Every time the Unraid.net plugin is updated the theme engine plugin behaves like this. The workarounds I've found is to either restart the machine or uninstall/install theme engine.
-
[Plugin] Docker Folder
I noticed this same issue with start/stop/restart containers. I updated the docker folder plugin earlier today so it's up to date and noticed this issue 15 minutes ago. And this is running on 6.8.3. Did a quick uninstall/reinstall of the plugin and now it works again.
-
[Support] Linuxserver.io - Nextcloud
I'm seeing the same thing! This morning I had received an email notification from Unraid that my /var/log mount was getting full. It looks like this "worker process exited on signal 6" spam in syslog filled up the syslog, and then it started throwing another error. Feb 7 19:02:45 Cradle nginx: 2020/02/07 19:02:45 [crit] 22541#22541: ngx_slab_alloc() failed: no memory Feb 7 19:02:45 Cradle nginx: 2020/02/07 19:02:45 [error] 22541#22541: shpool alloc failed Feb 7 19:02:45 Cradle nginx: 2020/02/07 19:02:45 [error] 22541#22541: nchan: Out of shared memory while allocating channel /cpuload. Increase nchan_max_reserved_memory. Feb 7 19:02:45 Cradle nginx: 2020/02/07 19:02:45 [error] 22541#22541: *5228283 nchan: error publishing message (HTTP status code 507), client: unix:, server: , request: "POST /pub/cpuload?buffer_length=1 HTTP/1.1", host: "localhost" From what I noticed the webGUI started acting a bit strange, and the cpu load in the dashboard constantly showed 0% and the stats tab didn't show anything either. I pruned the syslog after making copies to the array, and restarted nginx. After that everything works OK again, but I'm still seeing the occasional "worker process exited on signal 6" in the syslog, so I'm guessing it's just a matter of time until the shit hits the fan again. I installed the Nextcloud container 1-2 weeks ago, so this does indeed seem to be related as you say.