s***@gmail.com
2018-06-26 11:48:20 UTC
Hi,
I'm new with SaltStack.
I need to install nvidia on minion
In the gpu/init.sls file:
install_nvidia:
cmd.script:
- source: salt://gpu/files/NVIDIA-Linux-x86_64-375.20.run
- user: root
- group: root
- shell: /bin/bash
- args: -a
I run:
sudo salt minion_name state.apply gpu
I get the error:
stderr:
Error opening terminal: unknown.
...
...
Summary for minion_name
------------
Succeeded: 0 (changed=1)
Failed: 1
How can I get more verbose information about the failed?
I believe it wait to user input but I don't know what?
Thanks.
I'm new with SaltStack.
I need to install nvidia on minion
In the gpu/init.sls file:
install_nvidia:
cmd.script:
- source: salt://gpu/files/NVIDIA-Linux-x86_64-375.20.run
- user: root
- group: root
- shell: /bin/bash
- args: -a
I run:
sudo salt minion_name state.apply gpu
I get the error:
stderr:
Error opening terminal: unknown.
...
...
Summary for minion_name
------------
Succeeded: 0 (changed=1)
Failed: 1
How can I get more verbose information about the failed?
I believe it wait to user input but I don't know what?
Thanks.
--
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salt-users/ee247282-084f-4234-b546-16cd2ca1ea44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Salt-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to salt-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/salt-users/ee247282-084f-4234-b546-16cd2ca1ea44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.