Allram

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Allram's Achievements

Noob

Noob (1/14)

8

Reputation

  1. This seems great! I'm struggling with a piece here, the user-script: #!/bin/bash /usr/libexec/zfs/zpool_influxdb | curl -X POST 'https://<VMIP/HVMHOST>:<PORT>/write?extra_label=job=Unraid' --data-binary @- What should i put in here: https://<VMIP/HVMHOST>:<PORT> I don't understand what you mean with HVMHOST and which port? Edit: I tried with VictoriaMetrics IP and port 8428 and i get this in the script log: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 144k 0 0 100 144k 0 20.2M --:--:-- --:--:-- --:--:-- 23.5M Script Finished Aug 24, 2023 11:33.02 But there is no need population on the zfs dashboard for pools etc? Edit2: Got it working! The extra_label=job=Unraid' need to match the job set in VictoriaMetrics prometheus.yml file, so as in this guide it need to changed to: extra_label=job=unRaid'
  2. I run this on Windows Server 2022 and it works awesome. Just changed what the OP said I use RDP via Apache-Guacamole.
  3. Mine uses C6 states as well. Might be one of your dockets or schedulers that is keeping it from using the C6 state.
  4. I solved this to create a folder inside the /tmp, so in my docker config i have this set for t.ex Plex: /tmp/Plex/ Then Plex creates it's needed folders inside the /tmp/Plex folder with the correct permissions.
  5. I just did this myself, you need to do the following: 1. Boot into your array controller and delete all existing array disks that you have created. 2. Install Linux mint on a Bootable USB drive. 3. Download hpssacli-2.10-14.0_amd64.deb from here: https://downloads.linux.hpe.com/SDR/repo/mcp/pool/non-free/ 4. Install the package 5. Go into the folder of installation: /opt/hp/hpssacli/bld 6. Write: ./hpssacli 7. Write: 8. Reboot and you should be all set with JBOD.
  6. Running this on Unraid 6.9.0-Beta30. It seems like it's polling the drive temperatures from the drives that i specifically unchecked on the 'Hard Drives to Poll:' settings. I have removed 4 disks from there that are around 34degrees *C. All other drives are around 17*C. But the IPMIplugin sees the HDD temp as 34*C. Any tips on how to force it to not count those drives temperatures?
  7. This is the error message i get if i try to start a script running in the background: Oct 22 20:58:35 Tower emhttpd: cmd: /usr/local/emhttp/plugins/user.scripts/showLog.php Out of Memory Oct 22 20:58:35 Tower emhttpd: cmd: /usr/local/emhttp/plugins/user.scripts/showLog.php Out of Memory
  8. Seems to work great for me! Had to disable this as the Array did not come online with this enabled: # Runtime PM for port ata od PCI devices #for i in /sys/bus/pci/devices/????:??:??.?/ata*/power/control; do # echo 'auto' > $i #done Also did add this: # VM writeback timeout for i in /proc/sys/vm/dirty_writeback_centisecs; do echo '1500' > $i done Have a Supermicro X9DRi-LN4+ MB
  9. Since you are running a single disk now. What speeds do you get if you format the drive to XFS?
  10. Running the latest beta 6.9.0-beta25 Formatted my SSD's to the new partition alignment. Massive boost in speed on my Samsung 860Evo and Qvo drives! And not locking up when I do alot of transfers as they have done earlier.
  11. Mine actually got better when i turned off NCQ (set it to NO), changed Scheduler to None and changed md_num_stripes to 8192. Don't know which one gave the best effect as i turned it all on at the same time, but now everything works even tho i have big transfers to btrfs cache drives and running mover.
  12. Use the script posted here and it will show up in Netdata. https://forums.unraid.net/topic/77813-plugin-linuxserverio-unraid-nvidia/?do=findComment&comment=728822
  13. Hello, I have Binhex-Plexpass installed and got HW transcoding working with plex, but i get this errors when a user tries to play a file that need SW transcoding, then the app for the user disconnects/shuts down. The problem seems to be only on movies (the movie folder is placed here: /mnt/user/Filmer), all movies i before had on a Synology NAS has been moved over. The old movies fails transcoding, but all new movies i have added after i moved Plex over to unRaid works just fine. The thing is that Series, Documentaries and Concerts works just fine and they have been moved over the same way as i did with movies. Anyone got a solution or tips for me? I have done the edit on the GO file to add "dev/dri" support for HW transcoding. I have also tried to run the Safe Docker new perms and checked that all files have the correct permissions. Have also tried diffferent Plex docker containers to see if it was only a problem with Binhex's version, but the error is on every Plex docker container i have tried. 2018-03-24 20:43:12,328 DEBG 'plexmediaserver' stderr output: libva info: Trying to open /usr/lib/plexmediaserver/dri/i965_drv_video.so 2018-03-24 20:43:12,328 DEBG 'plexmediaserver' stderr output: libva info: Found init function __vaDriverInit_1_0 2018-03-24 20:43:12,329 DEBG 'plexmediaserver' stderr output: failed to open /data/jenkins/pms-deps-universal-v2/BUILD_TAG/linux-ubuntu-x86_64/output/pms-depends-linux-ubuntu-x86_64-release-9e65d6a/lib/dri/hybrid_drv_video.so Failed to wrapper hybrid_drv_video.so libva info: va_openDriver() returns 0