Jump to content

JaseNZ

Members
  • Posts

    82
  • Joined

  • Last visited

Report Comments posted by JaseNZ

  1. 9 hours ago, Gnomuz said:

    This error is due to the absence of the 'nvme-cli' package in the container, and thus the 'nvme' command. You have to install the missing package through the "Post Arguments" parameter of the container (Edit/Advanced View).

    Here's the content of my "Post Argument" param for reference, properly working with nvme devices, to be adapted of course to your specific configuration if required :

    
    /bin/sh -c 'apt-get update && apt-get -y upgrade && apt-get -y install ipmitool && apt-get -y install smartmontools && apt-get -y install lm-sensors && apt-get -y install nvme-cli && telegraf'

    Edit the parameter according to your needs, the container will restart and you shouldn't have the error message in the log.

    Perfect result, Adjusted to my own system and nice clean log, Thanks for that very much appreiated.

  2. Thank you for the update this has seemed to resolve the issue with my container not being able to see smartctl. My temps are showing again however the Telegraf log is showing a different error now but the temps are in fact showing.

    2020-12-19T22:22:49Z W! [inputs.smart] nvme not found: verify that nvme is installed and it is in your PATH (or specified in config) to gather vendor specific attributes: provided path does not exist: []
     
    

     

  3. Seems to have broken my Telegraf container.
    I would have no i would have no idea how to fix it.

     

    Quote

    [telegraf] Error running agent: could not initialize input inputs.smart: smartctl not found: verify that smartctl is installed and it is in your PATH (or specified in config): provided path does not

     

  4. Thanks for all work put into this, Thanks to all the devs I can only imagine the hours of work that goes into everything for us the end user just to click the update button.

    I am very pleased to have the gpu functions now built in instead of having a different build to rely on. 

     

    Thanks from an end user everything that is done is much appreciated. 

     

    Jason.

    • Like 1
  5. Awesome effort guys on the upgrade.

    For me I am getting an error with trying to install the plugin. I get the following error. I am doing this right ??.

    plugin: installing: https://s3.amazonaws.com/dnld.lime-technology.com/drivers/releases.json
    plugin: downloading https://s3.amazonaws.com/dnld.lime-technology.com/drivers/releases.json
    plugin: downloading: https://s3.amazonaws.com/dnld.lime-technology.com/drivers/releases.json ... done
    
    Warning: simplexml_load_file(): /tmp/plugins/releases.json:1: parser error : Start tag expected, '<' not found in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): [ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): /tmp/plugins/releases.json:1: parser error : Start tag expected, '<' not found in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): [ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): /tmp/plugins/releases.json:1: parser error : Start tag expected, '<' not found in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): [ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): /tmp/plugins/releases.json:1: parser error : Start tag expected, '<' not found in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): [ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    
    Warning: simplexml_load_file(): ^ in /usr/local/emhttp/plugins/dynamix.plugin.manager/scripts/plugin on line 212
    plugin: XML file doesn't exist or xml parse error

     

×
×
  • Create New...