Turns out it wasn't running against the server I thought it was.
Apologies for the spam.
-carlos
On Wed, Dec 30, 2015 at 11:02 PM Cameron Simpson wrote:
> On 30Dec2015 21:14, Carlos Barera wrote:
> >Trying to run a specific command (ibstat) installed in /usr/sbin on an
&
Hi,
Trying to run a specific command (ibstat) installed in /usr/sbin on an
Ubuntu 15.04 machine, using subprocess.check_output and getting "/bin/sh:
/usr/sbin/ibstat: No such file or directory"
I tried the following:
- running the command providing full path
- running with executable=bash
- runn