J05u

Members
  • Posts

    204
  • Joined

  • Last visited

Everything posted by J05u

  1. 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
  2. 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
  3. 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
  4. Sorry for being dumb. It means in Script nvidia-smi --persistence-mode=1 should be replace to nvidia-persistenced and thats it?
  5. 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/
  6. 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?
  7. I am trying same with 4060 but no luck, I intall parsec, tried with vbios or not, still no display in parsec
  8. Why I can't mount unassigned disk? I tried format either zfs or xfs, share is enabled ok, after server restart share showed up
  9. If I have an IOS app I need to buy separate on Google play ?)
  10. Hello, strange, but I can't anymore move files from cashe to unassigned disks, location not showing up
  11. Anyone using arc750? what is idle power consumption?
  12. 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
  13. Any idea how make external access via reverse proxy and without cloudflare? I know it's against cloudflare TOS
  14. 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 ))
  15. Hello, Maybe there is a list of themes created by users?) I am bad with design So far i am with Dracula
  16. 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
  17. Unlucky me Maybe anyone who is using wake on lan can help me? I want to make one VM for my mom to use
  18. @Taddeusz Hello,can you please help me to make wake on lan working for my apache instance?
  19. 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
  20. Vnc server? I will try that one also, rdp started to work at this point
  21. Yeah seems it solved itself ) now I need somehow to solve issue with wake on lan and I am set