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
This is happening because ifconfig is a C program.
If ifconfig was a Java program using JNI for the low-level stuff, we
wouldn't have this problem.
If we want to leave it in C, we either need per-thread stdout (see cloudius-systems/osv#90), or, as an ugly hack:
change ifconfig into a JNI which returns all its output as one string - and
have Java code print it.
On Wed, May 28, 2014 at 8:23 PM, Tzach Livyatan [email protected]
wrote:
ifconfig print output to console just fine, but when also connecting using
ssh, output is still going to the console.
—
Reply to this email directly or view it on GitHub #56.
ifconfig print output to console just fine, but when also connecting using ssh, output is still going to the console.
The text was updated successfully, but these errors were encountered: