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
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
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().