You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when rebootting the remote system, the the packer will hang on newSession()
sometimes.
Packer Plugin SDK version
v0.2.11
Operating system and Environment details
it's a copy of golang/go#50604
and after view the the issue golang/go#26643
maybe we deal with the problem on sdk level.
Log Fragments and crash.log files
Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.
The text was updated successfully, but these errors were encountered:
Overview of the Issue
the code will hang on func newSession() in communicator/ssh/communicator.go
sometimes when rebooting remote server.
Reproduction Steps
"provisioners": [ { "type": "shell", "scripts": [ "reboot.sh" ], "expect_disconnect": true }, ..... ]
sometimes.
Packer Plugin SDK version
v0.2.11
Operating system and Environment details
it's a copy of golang/go#50604
and after view the the issue golang/go#26643
maybe we deal with the problem on sdk level.
Log Fragments and crash.log files
Include appropriate log fragments. If the log is longer than a few dozen lines,
please include the URL to the gist of the log or
use the Github detailed format instead of posting it directly in the issue.
The text was updated successfully, but these errors were encountered: