| Summary: | ^C and ^Z don't work while bodhi-client prompts for passwords | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Garrett Holmstrom <gholms> |
| Component: | bodhi | Assignee: | Luke Macken <lmacken> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 14 | CC: | a.badger, lmacken, pfrields, tla |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-10-25 16:02:19 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Garrett Holmstrom
2011-09-02 20:55:03 UTC
I cannot reproduce this issue with bodhi v0.8.3. Please re-open this bug if you still experience this problem. Thanks!
→ bodhi --list-overrides
Password for lmacken:
[1]+ Stopped bodhi --list-overrides
→ fg
bodhi --list-overrides
^CTraceback (most recent call last):
File "/usr/bin/bodhi", line 519, in <module>
main()
File "/usr/bin/bodhi", line 508, in main
bodhi.password = getpass('Password for %s: ' % opts.username)
File "/usr/lib64/python2.7/getpass.py", line 71, in unix_getpass
passwd = _raw_input(prompt, stream, input=input)
File "/usr/lib64/python2.7/getpass.py", line 133, in _raw_input
line = input.readline()
KeyboardInterrupt
|