SecGen icon indicating copy to clipboard operation
SecGen copied to clipboard

The following SSH command responded with a non-zero exit status.

Open exCrowned opened this issue 3 years ago • 2 comments

When I run the ruby secgen.rb run command, I run into the following error:

mkdir -p /tmp/vagrant-puppet; chmod 0777 /tmp/vagrant-puppet

Stdout from the command:

Stderr from the command:

Non-zero exit status... Error provisioning VMs, destroying VMs and exiting SecGen

It either gives me the error above, or hangs indefinitely when I try to run ruby secgen.rb run and I never get the VM's created line in the command line.

unknown

exCrowned avatar Feb 13 '22 22:02 exCrowned

I have same error. Did you find a solution to this?

Tez01 avatar Jun 03 '22 15:06 Tez01

Update: I found a fix for me. It seems the box 'modules_bases_debian_puppet_32' seems to be outdated. I manually downloaded the file by following instructions here: https://github.com/cliffe/SecGen/issues/114. And than it ran.

Tez01 avatar Jun 03 '22 16:06 Tez01