Re: [go-nuts] Go binary, that tries to run shell command in ESXI environment is failing

2022-05-19 Thread Konstantin Khomoutov
On Wed, May 18, 2022 at 09:40:03AM -0700, Ian Lance Taylor wrote: [...] > Thanks for including the strace output. It shows that the clone > system call is failing with ENOSPC. There are several reasons that > clone can fail with ENOSPC. None of them have anything to do with > disk space (thoug

Re: [go-nuts] Go binary, that tries to run shell command in ESXI environment is failing

2022-05-18 Thread Ian Lance Taylor
On Wed, May 18, 2022 at 9:15 AM Harsh Rathore wrote: > > I will attach, the Code file and the sTrace logs. > > It basically tries to run a shell command via golang. > > When I try to run it in ESXI-670, it errors with: > > program is running > fork/exec /bin/sh: no space left on device > > Here is

[go-nuts] Go binary, that tries to run shell command in ESXI environment is failing

2022-05-18 Thread Harsh Rathore
I will attach, the Code file and the sTrace logs. It basically tries to run a shell command via golang. When I try to run it in ESXI-670, it errors with: program is running fork/exec /bin/sh: no space left on device Here is what I have tried: 1. I have tried doing this with cmd.Output().