Jump to content

Hexenhammer

Members
  • Posts

    174
  • Joined

  • Last visited

Everything posted by Hexenhammer

  1. Hello. First: Happy New Year! I made a RAID0 cache using two 12TB HDDs for the iSCSI. I see there is no normal way to iSCSI map this BRTFS volume, but i can create a virtual HDD using the iSCSI plugin, and in theory it should be just as fast as the RAID0 its on. Im confused about 3 thing thou: 1] What is Write Back? Should it be set to enabled or disabled for best performance? 2] On windows side, when i connect with initiator, should Multi-Path be enabled or disabled? Is this like "multi streaming" to increase performance or this option is only valid if you have multiply Ethernet connections? 3] Are there any windows side or unRaid side options that recommended to be enabled for best performance? Regards
  2. Yep that will work great, when mover runs or some specific script that runs after mover it will create a a subfolder in CacheBackup share, subfolder will be named after the Cache:Only share Cache Only Share: Games goes into CacheBackup/Games located for example on Disk 3+ Disk 6 And every period of time it will delete [if it can update just the changed files it can be faster, but i have no idea if its possible] the CacheBackup/Games and re-create it based on Cache Only share.
  3. Try this https://forums.unraid.net/topic/99478-solved-gpu-passthrough-issue-bar-0-cant-reserve/ add the following code to the /flash/config/go file: #!/bin/bash #fix video for VM echo 0 > /sys/class/vtconsole/vtcon0/bind echo 0 > /sys/class/vtconsole/vtcon1/bind echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind Those lines unbind the console & by adding it to /flash/config/go will execute this piece of code on every boot of the system.
  4. Thank you. So what will be my steps, which part to copy to try and boot with my iGPU? I can create another VM with iGPU enabled and then copy that block from xml, but which block do i need to copy? Will your settings persist if i enable GUI to enable iGPU or i need to keep it as xml file all the time to have your settings work?
  5. After i enter the recovery key, it "boots" for long time and shows GREEN error screen "Unmountable Volume" I think i need to try and boot into normal windows on this drive, disable bitlocker, boot into unraid and then try again or preferably make an image from NVMe and copy it to RAID0 cache that i have and no longer mess with NVMe passthrough [with the problematic model that i have]
  6. Downloads share set as Cache only All system shares also Cache Only but on different SSD from downloads share Nothing touches HDDs and no files are on HDD's
  7. Hello, I just noticed something that never happened when i used the array without Parity drives. When i started a docker qBitorent it spun up all the HDDs. After it happened first time i changed all system folders from Cache:Prefer to Cache:Only and manually copied all the files that were on a HDD share [which was one HDD anyway] 12700-diagnostics-20230106-0339.zip Right now all my unRaid system folders are on Cache:Only SSD, no copies left on any HDD So im confused why it spins up the whole array [I manually turned it off to sleep just to check] Unless it suposed to work this way? Regards
  8. Hello, I would like to request a feature that probably was requested before just in different wording. Please consider adding One or Two Cache Options, Cache: Prefer and Cache: Only with Backup [one way sync: Cache to Array] When Mover invokes it will create a 1:1 copy of Cached Share on the array, leaving the cache intact and active. Next time when mover runs it will always threat the cache as the main source and delete the old data Basically its Internal option for the same function CA Backup plugin does [that plugin is specific to system folders] If two copies of same data is confusing for the unRaid, then the backupod data on the array could be saved as zero compression zip. Why this is needed: Main usage is 10Gb networked remote drive on cache for max speed, maybe even RAID0 [or whatever chosen by user] On remote PC you have access to fast storage that you can run games from, emulators, software, video encoding whatever you want [unRaid pools have many types of raid]. And This option will auto backup your files to the slower array.
  9. Bro your the best, I had to create another VM, copied the OS part and overwritten yours and it worked but now i want to set iGPU and for some reason when I enter bitlocker it doesnt accept the key, says wrong key, and im using same key for years Also, what will be the setup if i want to use the OS in a window but have it GPU accelerated so i can play a 4K video or something [if its posible?] Unless GPU always means running with HDMI?
  10. Hi, It failed with new error, do you need diagnostic for this? It looks like something related to tpm operation failed: unable to find any master var store for loader: /usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi-tpm.fd
  11. root@12700:~# du -sh /var/log/* 0 /var/log/btmp 0 /var/log/cron 0 /var/log/debug 4.0K /var/log/dhcplog 84K /var/log/dmesg 4.0K /var/log/docker.log 0 /var/log/faillog 4.0K /var/log/gitcount 24K /var/log/gitflash 0 /var/log/lastlog 16K /var/log/libvirt 0 /var/log/maillog 0 /var/log/mcelog 0 /var/log/messages 0 /var/log/nfsd 104K /var/log/nginx 0 /var/log/packages 20K /var/log/pkgtools 0 /var/log/plugins 0 /var/log/preclear 0 /var/log/pwfail 0 /var/log/removed_packages 0 /var/log/removed_scripts 0 /var/log/removed_uninstall_scripts 184K /var/log/samba 0 /var/log/scripts 0 /var/log/secure 0 /var/log/setup 0 /var/log/spooler 0 /var/log/swtpm 492K /var/log/syslog 0 /var/log/unraid-api 4.0K /var/log/vfio-pci 8.0K /var/log/wtmp root@12700:~# df -h /mnt/cache Filesystem Size Used Avail Use% Mounted on /dev/sde1 3.8T 15M 3.8T 1% /mnt/cache root@12700:~# df -h /var Filesystem Size Used Avail Use% Mounted on rootfs 16G 1.3G 15G 8% / root@12700:~# df -h /var/log Filesystem Size Used Avail Use% Mounted on tmpfs 128M 976K 128M 1% /var/log Same issues on 6.11.5 Jan 5 01:31:16 12700 nginx: 2023/01/05 01:31:16 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:16 12700 nginx: 2023/01/05 01:31:16 [error] 10142#10142: shpool alloc failed Jan 5 01:31:16 12700 nginx: 2023/01/05 01:31:16 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:16 12700 nginx: 2023/01/05 01:31:16 [error] 10142#10142: *576329 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:16 12700 nginx: 2023/01/05 01:31:16 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:21 12700 nginx: 2023/01/05 01:31:21 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:21 12700 nginx: 2023/01/05 01:31:21 [error] 10142#10142: shpool alloc failed Jan 5 01:31:21 12700 nginx: 2023/01/05 01:31:21 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:21 12700 nginx: 2023/01/05 01:31:21 [error] 10142#10142: *576410 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:21 12700 nginx: 2023/01/05 01:31:21 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:26 12700 nginx: 2023/01/05 01:31:26 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:26 12700 nginx: 2023/01/05 01:31:26 [error] 10142#10142: shpool alloc failed Jan 5 01:31:26 12700 nginx: 2023/01/05 01:31:26 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:26 12700 nginx: 2023/01/05 01:31:26 [error] 10142#10142: *576498 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:26 12700 nginx: 2023/01/05 01:31:26 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:31 12700 nginx: 2023/01/05 01:31:31 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:31 12700 nginx: 2023/01/05 01:31:31 [error] 10142#10142: shpool alloc failed Jan 5 01:31:31 12700 nginx: 2023/01/05 01:31:31 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:31 12700 nginx: 2023/01/05 01:31:31 [error] 10142#10142: *576580 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:31 12700 nginx: 2023/01/05 01:31:31 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:36 12700 nginx: 2023/01/05 01:31:36 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:36 12700 nginx: 2023/01/05 01:31:36 [error] 10142#10142: shpool alloc failed Jan 5 01:31:36 12700 nginx: 2023/01/05 01:31:36 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:36 12700 nginx: 2023/01/05 01:31:36 [error] 10142#10142: *576660 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:36 12700 nginx: 2023/01/05 01:31:36 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:41 12700 nginx: 2023/01/05 01:31:41 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:41 12700 nginx: 2023/01/05 01:31:41 [error] 10142#10142: shpool alloc failed Jan 5 01:31:41 12700 nginx: 2023/01/05 01:31:41 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:41 12700 nginx: 2023/01/05 01:31:41 [error] 10142#10142: *576791 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:41 12700 nginx: 2023/01/05 01:31:41 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:46 12700 nginx: 2023/01/05 01:31:46 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:46 12700 nginx: 2023/01/05 01:31:46 [error] 10142#10142: shpool alloc failed Jan 5 01:31:46 12700 nginx: 2023/01/05 01:31:46 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:46 12700 nginx: 2023/01/05 01:31:46 [error] 10142#10142: *576942 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:46 12700 nginx: 2023/01/05 01:31:46 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:51 12700 nginx: 2023/01/05 01:31:51 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:51 12700 nginx: 2023/01/05 01:31:51 [error] 10142#10142: shpool alloc failed Jan 5 01:31:51 12700 nginx: 2023/01/05 01:31:51 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:51 12700 nginx: 2023/01/05 01:31:51 [error] 10142#10142: *577026 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:51 12700 nginx: 2023/01/05 01:31:51 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:31:56 12700 nginx: 2023/01/05 01:31:56 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:31:56 12700 nginx: 2023/01/05 01:31:56 [error] 10142#10142: shpool alloc failed Jan 5 01:31:56 12700 nginx: 2023/01/05 01:31:56 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:31:56 12700 nginx: 2023/01/05 01:31:56 [error] 10142#10142: *577121 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:31:56 12700 nginx: 2023/01/05 01:31:56 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:01 12700 nginx: 2023/01/05 01:32:01 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:01 12700 nginx: 2023/01/05 01:32:01 [error] 10142#10142: shpool alloc failed Jan 5 01:32:01 12700 nginx: 2023/01/05 01:32:01 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:01 12700 nginx: 2023/01/05 01:32:01 [error] 10142#10142: *577211 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:01 12700 nginx: 2023/01/05 01:32:01 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:06 12700 nginx: 2023/01/05 01:32:06 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:06 12700 nginx: 2023/01/05 01:32:06 [error] 10142#10142: shpool alloc failed Jan 5 01:32:06 12700 nginx: 2023/01/05 01:32:06 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:06 12700 nginx: 2023/01/05 01:32:06 [error] 10142#10142: *577303 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:06 12700 nginx: 2023/01/05 01:32:06 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:11 12700 nginx: 2023/01/05 01:32:11 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:11 12700 nginx: 2023/01/05 01:32:11 [error] 10142#10142: shpool alloc failed Jan 5 01:32:11 12700 nginx: 2023/01/05 01:32:11 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:11 12700 nginx: 2023/01/05 01:32:11 [error] 10142#10142: *577394 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:11 12700 nginx: 2023/01/05 01:32:11 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:16 12700 nginx: 2023/01/05 01:32:16 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:16 12700 nginx: 2023/01/05 01:32:16 [error] 10142#10142: shpool alloc failed Jan 5 01:32:16 12700 nginx: 2023/01/05 01:32:16 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:16 12700 nginx: 2023/01/05 01:32:16 [error] 10142#10142: *577494 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:16 12700 nginx: 2023/01/05 01:32:16 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:21 12700 nginx: 2023/01/05 01:32:21 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:21 12700 nginx: 2023/01/05 01:32:21 [error] 10142#10142: shpool alloc failed Jan 5 01:32:21 12700 nginx: 2023/01/05 01:32:21 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:21 12700 nginx: 2023/01/05 01:32:21 [error] 10142#10142: *577577 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:21 12700 nginx: 2023/01/05 01:32:21 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:26 12700 nginx: 2023/01/05 01:32:26 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:26 12700 nginx: 2023/01/05 01:32:26 [error] 10142#10142: shpool alloc failed Jan 5 01:32:26 12700 nginx: 2023/01/05 01:32:26 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:26 12700 nginx: 2023/01/05 01:32:26 [error] 10142#10142: *577671 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:26 12700 nginx: 2023/01/05 01:32:26 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:31 12700 nginx: 2023/01/05 01:32:31 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:31 12700 nginx: 2023/01/05 01:32:31 [error] 10142#10142: shpool alloc failed Jan 5 01:32:31 12700 nginx: 2023/01/05 01:32:31 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:31 12700 nginx: 2023/01/05 01:32:31 [error] 10142#10142: *577767 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:31 12700 nginx: 2023/01/05 01:32:31 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:36 12700 nginx: 2023/01/05 01:32:36 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:36 12700 nginx: 2023/01/05 01:32:36 [error] 10142#10142: shpool alloc failed Jan 5 01:32:36 12700 nginx: 2023/01/05 01:32:36 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:36 12700 nginx: 2023/01/05 01:32:36 [error] 10142#10142: *577855 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:36 12700 nginx: 2023/01/05 01:32:36 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:41 12700 nginx: 2023/01/05 01:32:41 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:41 12700 nginx: 2023/01/05 01:32:41 [error] 10142#10142: shpool alloc failed Jan 5 01:32:41 12700 nginx: 2023/01/05 01:32:41 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:41 12700 nginx: 2023/01/05 01:32:41 [error] 10142#10142: *577945 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:41 12700 nginx: 2023/01/05 01:32:41 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:46 12700 nginx: 2023/01/05 01:32:46 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:46 12700 nginx: 2023/01/05 01:32:46 [error] 10142#10142: shpool alloc failed Jan 5 01:32:46 12700 nginx: 2023/01/05 01:32:46 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:46 12700 nginx: 2023/01/05 01:32:46 [error] 10142#10142: *578044 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:46 12700 nginx: 2023/01/05 01:32:46 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:51 12700 nginx: 2023/01/05 01:32:51 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:51 12700 nginx: 2023/01/05 01:32:51 [error] 10142#10142: shpool alloc failed Jan 5 01:32:51 12700 nginx: 2023/01/05 01:32:51 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:51 12700 nginx: 2023/01/05 01:32:51 [error] 10142#10142: *578129 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:51 12700 nginx: 2023/01/05 01:32:51 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:32:56 12700 nginx: 2023/01/05 01:32:56 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:32:56 12700 nginx: 2023/01/05 01:32:56 [error] 10142#10142: shpool alloc failed Jan 5 01:32:56 12700 nginx: 2023/01/05 01:32:56 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:32:56 12700 nginx: 2023/01/05 01:32:56 [error] 10142#10142: *578221 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:32:56 12700 nginx: 2023/01/05 01:32:56 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:01 12700 nginx: 2023/01/05 01:33:01 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:01 12700 nginx: 2023/01/05 01:33:01 [error] 10142#10142: shpool alloc failed Jan 5 01:33:01 12700 nginx: 2023/01/05 01:33:01 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:01 12700 nginx: 2023/01/05 01:33:01 [error] 10142#10142: *578317 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:01 12700 nginx: 2023/01/05 01:33:01 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:06 12700 nginx: 2023/01/05 01:33:06 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:06 12700 nginx: 2023/01/05 01:33:06 [error] 10142#10142: shpool alloc failed Jan 5 01:33:06 12700 nginx: 2023/01/05 01:33:06 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:06 12700 nginx: 2023/01/05 01:33:06 [error] 10142#10142: *578405 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:06 12700 nginx: 2023/01/05 01:33:06 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:11 12700 nginx: 2023/01/05 01:33:11 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:11 12700 nginx: 2023/01/05 01:33:11 [error] 10142#10142: shpool alloc failed Jan 5 01:33:11 12700 nginx: 2023/01/05 01:33:11 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:11 12700 nginx: 2023/01/05 01:33:11 [error] 10142#10142: *578495 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:11 12700 nginx: 2023/01/05 01:33:11 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:16 12700 nginx: 2023/01/05 01:33:16 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:16 12700 nginx: 2023/01/05 01:33:16 [error] 10142#10142: shpool alloc failed Jan 5 01:33:16 12700 nginx: 2023/01/05 01:33:16 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:16 12700 nginx: 2023/01/05 01:33:16 [error] 10142#10142: *578595 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:16 12700 nginx: 2023/01/05 01:33:16 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:21 12700 nginx: 2023/01/05 01:33:21 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:21 12700 nginx: 2023/01/05 01:33:21 [error] 10142#10142: shpool alloc failed Jan 5 01:33:21 12700 nginx: 2023/01/05 01:33:21 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:21 12700 nginx: 2023/01/05 01:33:21 [error] 10142#10142: *578683 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:21 12700 nginx: 2023/01/05 01:33:21 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:26 12700 nginx: 2023/01/05 01:33:26 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:26 12700 nginx: 2023/01/05 01:33:26 [error] 10142#10142: shpool alloc failed Jan 5 01:33:26 12700 nginx: 2023/01/05 01:33:26 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:26 12700 nginx: 2023/01/05 01:33:26 [error] 10142#10142: *578775 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:26 12700 nginx: 2023/01/05 01:33:26 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:31 12700 nginx: 2023/01/05 01:33:31 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:31 12700 nginx: 2023/01/05 01:33:31 [error] 10142#10142: shpool alloc failed Jan 5 01:33:31 12700 nginx: 2023/01/05 01:33:31 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:31 12700 nginx: 2023/01/05 01:33:31 [error] 10142#10142: *578869 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:31 12700 nginx: 2023/01/05 01:33:31 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:36 12700 nginx: 2023/01/05 01:33:36 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:36 12700 nginx: 2023/01/05 01:33:36 [error] 10142#10142: shpool alloc failed Jan 5 01:33:36 12700 nginx: 2023/01/05 01:33:36 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:36 12700 nginx: 2023/01/05 01:33:36 [error] 10142#10142: *578959 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:36 12700 nginx: 2023/01/05 01:33:36 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:41 12700 nginx: 2023/01/05 01:33:41 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:41 12700 nginx: 2023/01/05 01:33:41 [error] 10142#10142: shpool alloc failed Jan 5 01:33:41 12700 nginx: 2023/01/05 01:33:41 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:41 12700 nginx: 2023/01/05 01:33:41 [error] 10142#10142: *579049 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:41 12700 nginx: 2023/01/05 01:33:41 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:46 12700 nginx: 2023/01/05 01:33:46 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:46 12700 nginx: 2023/01/05 01:33:46 [error] 10142#10142: shpool alloc failed Jan 5 01:33:46 12700 nginx: 2023/01/05 01:33:46 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:46 12700 nginx: 2023/01/05 01:33:46 [error] 10142#10142: *579148 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:46 12700 nginx: 2023/01/05 01:33:46 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:51 12700 nginx: 2023/01/05 01:33:51 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:51 12700 nginx: 2023/01/05 01:33:51 [error] 10142#10142: shpool alloc failed Jan 5 01:33:51 12700 nginx: 2023/01/05 01:33:51 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:51 12700 nginx: 2023/01/05 01:33:51 [error] 10142#10142: *579231 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:51 12700 nginx: 2023/01/05 01:33:51 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2 Jan 5 01:33:56 12700 nginx: 2023/01/05 01:33:56 [crit] 10142#10142: ngx_slab_alloc() failed: no memory Jan 5 01:33:56 12700 nginx: 2023/01/05 01:33:56 [error] 10142#10142: shpool alloc failed Jan 5 01:33:56 12700 nginx: 2023/01/05 01:33:56 [error] 10142#10142: nchan: Out of shared memory while allocating message of size 10242. Increase nchan_max_reserved_memory. Jan 5 01:33:56 12700 nginx: 2023/01/05 01:33:56 [error] 10142#10142: *579325 nchan: error publishing message (HTTP status code 500), client: unix:, server: , request: "POST /pub/update2?buffer_length=1 HTTP/1.1", host: "localhost" Jan 5 01:33:56 12700 nginx: 2023/01/05 01:33:56 [error] 10142#10142: MEMSTORE:00: can't create shared message for channel /update2
  12. But isnt knowing what type of pool it is, is just a simple command line? The fix can be just command that checks in the background when you open that page. Honestly its not an issue just an annoyance
  13. Its RAID0 from before i created a share, but of course the default is RAID1, so i had to change to RAID0 Share was created after See my other post this bug repeats for other RAID0
  14. I think i found the "bug", unRaid doesn't properly detect RAID0 and thinks its RAID1 or RAID5 [or whataver else] I have another RAID0, made from 4 SATA drives, i just created a new Cache only share and its also Green
  15. I uploaded what you asked The share is empty, has nothing, but I also dont have Parity, so how any share can be protected? All other shares have the Yellow symbol like they should,
  16. 1. This is cache Only Share 2. Look at the other icons, when i took this image I had no parity [I still dont, i only 5 minutes ago added 2 drives as parity] 3, This is Version: 6.11.5
  17. Hello, Version: 6.11.5 System has no parity drives at all. The green icon saying that "all files are on protected storage", but is Cache-Only share on RAID0 Its the least protected there is 12700-diagnostics-20230104-0501.zip
  18. Thanks. Do you know if its possible to accelerate VM with GPU [so it has access to GPU video decode] but not display it on HDMI, display it in a window on "virtual monitor"? I been using remote access on windows but usually its rather slow even when using GPU accelerated mode, if you want to watch a YouTube video especially in 4K it will lag. I want to have OS inside of OS and for it to fully function, so i could display it full screen and feel as if im using it on a monitor. Mainly for windows 11, but in future i want hackintosh so it will be neat if it can run in a window and i can edit video file remotely and play media. Or maybe its not yet possible?
  19. Hello, I have windows 11 on NVMe that is incompatible with VM, cant be passed trough, its a known issue. But im thinking, is there any tool that can be downloaded into unRaid that can clone the NVMe into virtual disk image that can be passed to VM? The tool has to clone on low level since the disk is Bitlocker locker, not just copy files, so virtual image will be 1:1 bitlocker locked too. Regards
  20. apparently there is, but its linux command, storcli /c0 show all | grep -i temperature But unraid has no storcli https://forums.servethehome.com/index.php?threads/lsi-9206-16e-reading-temp-in-linux.29201/ EDIT: After flashing to IT and making it a HBA these tools no longer work. I think the IT-firmware also lacks functions to read the actual temperature. Sas2ircu can be used to query the IT-firmware but theres not much information to display since most functions are not available in that firmware.
  21. Off topic, but By chance do you know how to see LSI HBA controller temp? When i was messing with VMs, suddenly my controller disappeared from unraid and 8 HDDs gone [everything came back after reboot], i assumed maybe it was because i messed with PCie setting in VM and it somehow kicked out the card? Or it may be high temps [it has a fan attached 4700rpm 40mm]
  22. How do i know which version i have? Im on latest unRaid, fresh install Version 6.11.5 2022-11-20 are you talking about Machine drop down menu? I tested q35-7.1 and i440fx-7.1
×
×
  • Create New...