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
i enabled dstat-0.7.2 and start my experiments. But there was no output of dstat.
I found out that dstat-0.7.2 printed an error which is piped to /dev/null on the ssh cli invocation.
The error was a python syntax error which appears between python2.y and python3.x scripts.
/../dstat-0.7.2/dstat", line 119
except getopt.error, exc:
Probably it would be a good idea for the peelframework to force specific python versions or print the dstat error messages. Just a suggestion :)
The text was updated successfully, but these errors were encountered:
Yes as a workaround it would work, but not every python environment has to be in /usr/bin/ :)
probably it would be enough if you but the error pipe into the log and not to /dev/null
thx for helping :)
Hey,
i enabled dstat-0.7.2 and start my experiments. But there was no output of dstat.
I found out that dstat-0.7.2 printed an error which is piped to /dev/null on the ssh cli invocation.
The error was a python syntax error which appears between python2.y and python3.x scripts.
Probably it would be a good idea for the peelframework to force specific python versions or print the dstat error messages. Just a suggestion :)
The text was updated successfully, but these errors were encountered: