Jump to content

kiki

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by kiki

  1. 13 hours ago, redwolf said:

    hello, i am getting this message when i press the plan button on scatter, does it matter?

    billede.png.81a2bd58a2302ed14c99354d5f28f69f.png

    I install today the plugin just to test it for a future migration, same thing,

    i install the Fix common Problems plugin and launch the Docker Safe new permissions (in Tools tab of the Unraid WebUi) but the message stay.

    The worst part is if a launch a migration, the mover doesn't.. move anything. but it tell me i succeed to move 50GB in less than 1 second.. 😄

  2. On 3/2/2021 at 3:41 PM, b0n3v said:

    I edited the script provided by @mdsloop, now he working smooth, with cron run every 2 min.

     

    VMnametocheck="Windows 10 Gaming"
    stateofvm=$(virsh list --all | grep "$VMnametocheck" | awk 'NF{ print $NF }')
    if [[ "$stateofvm" == "running"  ||  "$stateofvm" == "idle"  ||  "$stateofvm" == "paused" ]]; then
    	echo "The $VMnametocheck VM is in $stateofvm state"
    else
    	echo "The $VMnametocheck VM is Shutted down! And now Nvidia GPU will go to power save state P8"
    	nvidia-smi -pm 1
    fi

     

     

    Thanks for this work !

    I discover just today my graphics cards used 18W all the time even with my Windows VM shutdown. Your script work perfectly in my case !

     

    Have a great day.

  3. 7 minutes ago, alturismo said:

    no performance issues, but, if you have a active docker running using the driver and turning on the VM ... this can result in a crash overall as its a either or usage only ... so either your VM using the GPU in passthrough OR the host using it, as sample for a GUI usage, docker usage, ... just be aware ;)

     

     

    Ok, I see the potentiel problem, it's happen to me the first days of transition to the VM, so i will follow this recommendation ahah ! 😄

     

    Thank you for this prompt answer ! Have a great day !

     

    • Like 1
  4. On 1/24/2023 at 6:22 PM, ich777 said:

    If you want to use this card for a VM then please uninstall this plugin, this plugin is only meant if you want to use your Nvidia card in a Docker, or even multiple, Docker contianer(s).

     

    See the first post from this thread:

    image.png.74c6f93ee654efdc68b3761fdfd67da0.png

     

    Hi !

     

    Thanks for this note ! Previously i used my Nvidia card for the H/W transcoding on Plex docker but recently i switch to use the card on a Windows VM. But i didn't unistall the driver-plugin on Unraid and right now it's works pretty well with the VM. Dispite this recommendation.

     

    Can you precise why it's not recommanded to have the driver for a VM ? This topic is pretty huge, so i may be missed this information. The performance are less than expected with the plugin install ?

     

    Thanks for your great work by the way !

     

    Regards,

  5. Same problem here, fresh install of the docker but i didn't find any clue to login to the service

     

    Edit : Just do the update of the docker today; now librephotos purpose me to configure the first configuration. Thanks to the developer !

×
×
  • Create New...