Message9248

Author shishir
Recipients shishir
Date 2014-12-18.08:28:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418891316.33.0.342446846808.issue2238@psf.upfronthosting.co.za>
In-reply-to
Content
execution on HPUX
Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51)
[Java HotSpot(TM) Server VM (xyz)] on java1.7.0.09
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.system("ls")
255
>>>


execution on RHEL 5.8

Jython 2.7b3 (default:e81256215fb0, Aug 4 2014, 02:39:51)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Corporation)] on java1.7.0_60
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.system("ls")
jython.sh  west.py
0
>>>


same code is working on linux but not working on hpux. It returns with code 255 for any of the command tried to run using OS.system().
History
Date User Action Args
2014-12-18 08:28:36shishirsetrecipients: + shishir
2014-12-18 08:28:36shishirsetmessageid: <1418891316.33.0.342446846808.issue2238@psf.upfronthosting.co.za>
2014-12-18 08:28:36shishirlinkissue2238 messages
2014-12-18 08:28:35shishircreate