Packer: Packer hangs on CentOS 7.3

Created on 9 Jul 2017  ยท  5Comments  ยท  Source: hashicorp/packer

I can't seem to get any leads on troubleshooting why Packer 1.0.2 hangs on CentOS 7.3. There is no output of any kind in the console, and nothing in /var/log/messages. Temporarily disabling SELinux did not change this behavior.

If I run packer version, Packer hangs and nothing is output in the console. This is the same behavior for both packer validate and packer build. Running Packer with PACKER_LOG=1 also outputs nothing.

I wish I had more information to provide on the issue, but all I can say is that it's simply not working.

question

Most helpful comment

https://www.packer.io/intro/getting-started/install.html#troubleshooting

You have another tool on the path called packer. (which -a packer)

All 5 comments

After installing with go, that binary seems to work. So that I can avoid having to use Go to install Packer, what are the dependencies that might have caused the pre-compiled binary to hang?

How did you build the go binary? With the makefile or go build?

I used go get github.com/hashicorp/packer

https://www.packer.io/intro/getting-started/install.html#troubleshooting

You have another tool on the path called packer. (which -a packer)

I'm going to lock this issue because it has been closed for _30 days_ โณ. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

Was this page helpful?
0 / 5 - 0 ratings