Everything posted by J05u
-
[Support] selfhosters.net's Template Repository
Can someone please explain for what Scrutiny has 2 rows in template? And how I can populate them correctly? I most likely don't need them, but for educational purposes and full container functionality will be nice to understand
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Any chance to transcode to av1 from h264? Using Nvidia 4000 series
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Hello, anyone tried to transoce h264 to av1 with 4000 series? I am happy with 4060 performance in this area, I was getting 600 fps converting to h265, want to see how much I can get with AV1
-
[Support] HaveAGitGat - Tdarr: Audio/Video Library Analytics & Transcode Automation
Guys, anyone had experience to conver library to AV1 using Nvidia gpu? Want to try to convert some of my videos, not sure which plugin I can use
-
[Plugin] Nvidia-Driver
Sorry for being dumb. It means in Script nvidia-smi --persistence-mode=1 should be replace to nvidia-persistenced and thats it?
-
[Plugin] Nvidia-Driver
Thanks Means I need to replace in script nvidia-smi --persistence-mode=1 to nvidia-smi --persistenced-mode=1 And by the way I tested with my UPS, card is actually gooing to sleep, issue that nvidia reports incorrect idle power state Same gpu as mine - https://forum-en.msi.com/index.php?threads/rtx-4060-ventus-high-power-draw-when-idle.387442/
-
[Plugin] Nvidia-Driver
Hello, can you please advice how I can put my Nvidia 4060 to sleep GPU statistics reports 52w of power usage when not in use, power state is P0 when i try one thing - to enter nvidia-smi -i 01:00:0 -pm ENABLED - i have no devices found Card is passed through to VM, but currenly vm is off and card no passed through to any dockers I found scrip on my old server - #!/bin/bash # check for driver command -v nvidia-smi &> /dev/null || { echo >&2 "nvidia driver is not installed you will need to install this from community applications ... exiting."; exit 1; } echo "Nvidia drivers are installed" echo echo "I can see these Nvidia gpus in your server" echo nvidia-smi --list-gpus echo echo "-------------------------------------------------------------" # set persistence mode for gpus ( When persistence mode is enabled the NVIDIA driver remains loaded even when no active processes, # stops modules being unloaded therefore stops settings changing when modules are reloaded nvidia-smi --persistence-mode=1 #query power state gpu_pstate=$(nvidia-smi --query-gpu="pstate" --format=csv,noheader); #query running processes by pid using gpu gpupid=$(nvidia-smi --query-compute-apps="pid" --format=csv,noheader); #check if pstate is zero and no processes are running by checking if any pid is in string if [ "$gpu_pstate" == "P0" ] && [ -z "$gpupid" ]; then echo "No pid in string so no processes are running" fuser -kv /dev/nvidia* echo "Power state is" echo "$gpu_pstate" # show what power state is else echo "Power state is" echo "$gpu_pstate" # show what power state is fi echo echo "-------------------------------------------------------------" echo echo "Power draw is now" # Check current power draw of GPU nvidia-smi --query-gpu=power.draw --format=csv exit But GPU idle power dropped from 52w to 50w on idle Can be issue that info is reported incorrectly from plugin?
-
Nvidia RTX 4090 Passthrough to gaming VM
I am trying same with 4060 but no luck, I intall parsec, tried with vbios or not, still no display in parsec
-
Unable to Mount Unassigned Devices Drive using UD Plugin
Why I can't mount unassigned disk? I tried format either zfs or xfs, share is enabled ok, after server restart share showed up
-
Intel Arc support
But without zfs
-
ControlR (Android/iOS app for unRAID)
If I have an IOS app I need to buy separate on Google play ?)
-
Dynamix File Manager
Hello, strange, but I can't anymore move files from cashe to unassigned disks, location not showing up
-
WireGuard Remote Tunnel
I have same question
-
Intel Arc support
Anyone using arc750? what is idle power consumption?
-
Unraid.net Account Upgrades
I changed password, but can't login to myservers now, saying incorrect email or password Both correct, triple checked How I should login back to myservers? And solution is to re-install plugin
-
[Support] Linuxserver.io - Emby
Any idea how make external access via reverse proxy and without cloudflare? I know it's against cloudflare TOS
-
The Enclosure Thread
Want to order this one to compare with N1 which I use. If they would same case with 2 slop pcie I will put all my money in ))
-
Intel Arc support
Which APU do you use ?)
-
[Plugin] Theme Engine - a webGui styler
Hello, Maybe there is a list of themes created by users?) I am bad with design So far i am with Dracula
-
[Support] jasonbean - Apache Guacamole
Thanks, that worked. I don't know why i put 255 255 255 255 for broadcast address When changed to ip everything started to work, this is pefrect
-
[Support] jasonbean - Apache Guacamole
Unlucky me Maybe anyone who is using wake on lan can help me? I want to make one VM for my mom to use
-
[Support] jasonbean - Apache Guacamole
@Taddeusz Hello,can you please help me to make wake on lan working for my apache instance?
-
[PLUGIN] GPU Statistics
Curious if this plugin should show which app is using gpu... Like Plex when intel igpu doing quicksync, or i messed up something and this not showing for me
-
[Support] jasonbean - Apache Guacamole
Vnc server? I will try that one also, rdp started to work at this point
-
[Support] jasonbean - Apache Guacamole
Yeah seems it solved itself ) now I need somehow to solve issue with wake on lan and I am set