Message11873

Author psykiatris
Recipients mga792, psykiatris
Date 2018-04-04.17:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522862723.59.0.682650639539.issue2664@psf.upfronthosting.co.za>
In-reply-to
Content
Mary, you apparently have tnsping on your system. Is this a Bash script ;file that you created?

I was able to get your code to work, when I passed an executable Bash script I have on my system. 

I have a Bash script that starts Jython 2.72, I changed the cmd variable to read:

cmd = "/home/patrick/devjy --version

and the code runs with the timestamp with the text returned by the --version parameter. I know that the I/O can be really picky..

Basically, stdin is expecting something from the PIPE. When it doesn't receive anything, it closes.

It does not appear to be a bug.
History
Date User Action Args
2018-04-04 17:25:23psykiatrissetmessageid: <1522862723.59.0.682650639539.issue2664@psf.upfronthosting.co.za>
2018-04-04 17:25:23psykiatrissetrecipients: + psykiatris, mga792
2018-04-04 17:25:23psykiatrislinkissue2664 messages
2018-04-04 17:25:22psykiatriscreate