Jump to content

Krikro

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Krikro

  1. On 6/18/2022 at 5:44 PM, itimpi said:

    Just a thought - have you tried giving the full path to the ipmitool command - not sure the environment when you run via the command line is the same as when you run the script.

    Would it perhaps work if I create a user script:

    #!/bin/bash
    ipmitool -I lan -H 192.168.xx -U ADMIN -P password chassis power soft
    exit

     

    And execute that script via the custom options value?

    How would I refer to the CA user script in the custom options value?

     

    Any help is greatly appreciated.

  2. On 6/18/2022 at 5:44 PM, itimpi said:

    Just a thought - have you tried giving the full path to the ipmitool command - not sure the environment when you run via the command line is the same as when you run the script.

    I tried "/usr/bin/ipmitool -I lan -H 192.168... -U ADMIN -P password chassis power soft" but that didn't work either I'm afraid

  3. I'm trying to have Dynamix Sleep gracefully shutdown another machine before shutting down the host its running on.

    I installed ipmitools via Nerd Pack and when I run the following command via console, it shuts down the remote machine just fine:

    ipmitool -I lan -H 192.xx -U ADMIN -P password chassis power soft

     

    When adding this same command in the "custom commands before sleep" box in Dynamix Sleep settings, it doesn't execute at all.

    Am I doing something wrong?

  4. Hi all,

     

    I've installed the Dynamix Sleep plugin having configured as such:

    image.thumb.png.89b778349135132bbd27f42141e762a2.png

     

    But it's not shutting down the server but instead keeps looping on "Initialize TCP activity counter".

    image.png.be01f8812c07ed1a3fd5b33e9b824172.png

     

    Has anyone seen this before? What can I do to resolve this?

  5. Hi,

     

    I'm having some issues transcoding to RAM.

     

    I'm running the following parameters in my Plex container:

    image.png.0f9f9b50f78d829e9471c173a90fb6e5.png

    --runtime=nvidia --device=/dev/dri --mount type=tmpfs,destination=/tmp,tmpfs-size=20000000000 --no-healthcheck

     

    The GPU is responding just fine:

    image.png.f9e1ad5606ecc4cd71d49517f335392b.png

     

    I've configured /tmp as my transcode directory within Plex:

    image.png.2d0f1747c9bdc94971f250c298a26e9c.png

     

    But /tmp is not showing up when I run the "df -h" command.

    image.png.4973b936a805f99226eb318585dd94fe.png

     

    Did I overlook something?

     

     

×
×
  • Create New...