You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, the third machine did not have lsb_release installed. I installed it. However, although the rex.log file shows that information about the machine is getting fetched, there is still no output to my terminal. I just see:
[2018-10-14 13:52:31] INFO - Running task get_infos on delta
[2018-10-14 13:52:34] INFO - All tasks successful on all hosts
So I tracked the problem down to not having SFTP installed on the client server. It's needed in the is_dir function in the Rex::Interface::OpenSSH.pm. The VirtInfo module calls is_dir to determine if a directory exists.
Seems odd I would need SFTP to check if a directory exists.
I have a few debian machines. On two of them, the following task works fine:
But on a third Debian machine, I get no output. Log file says this:
I am, however, able to get output from the machine with this simple task:
Does anyone know why I might not be getting output from
dump_system_information
on this one machine.The text was updated successfully, but these errors were encountered: