sshstorage does not display sudo prompt
Bug #1235716 reported by
Andrew Wilkins
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Andrew Wilkins |
Bug Description
Reported by Bjorn Tillenius:
"""
BTW, another thing is that "juju bootstrap" hung forever the first
time. Ctrl-C showed that it was waiting for the sudo password. Giving it
the sudo password works, but no prompt is shown.
"""
It's fairly obvious, after looking at NewSSHStorage. The stdout pipe should be connected to os.Stdout.
Related branches
lp://staging/~axwalk/juju-core/lp1235716-sshstorage-sudo-prompt
- Juju Engineering: Pending requested
-
Diff: 30 lines (+6/-3)2 files modifiedenvirons/sshstorage/storage.go (+5/-2)
environs/sshstorage/storage_test.go (+1/-1)
lp://staging/~axwalk/juju-core/sshstorage-sudo-prompt-1.16
- Juju Engineering: Pending requested
-
Diff: 30 lines (+6/-3)2 files modifiedenvirons/sshstorage/storage.go (+5/-2)
environs/sshstorage/storage_test.go (+1/-1)
Changed in juju-core: | |
status: | New → In Progress |
assignee: | nobody → Andrew Wilkins (axwalk) |
Changed in juju-core: | |
importance: | Undecided → High |
Changed in juju-core: | |
milestone: | none → 1.16.0 |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.