Bug 1059644
| Summary: | [abrt] duplicity: getpass.py:135:_raw_input:EOFError | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kazuo Moriwaka <kmoriwak> | ||||||
| Component: | duplicity | Assignee: | Rahul Sundaram <metherid> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | jeharris, kubrick, mail, metherid | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/06d7fe0c0a5a68a243e40fc5918a6debdb292240 | ||||||||
| Whiteboard: | abrt_hash:79c9abc9d84883be25c05f18c5caa3c666eaa3b8 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-04-11 05:27:59 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 857412 [details]
File: backtrace
Created attachment 857413 [details]
File: environ
This is still happening in 0.6.24-2.fc20 |
Version-Release number of selected component: duplicity-0.6.22-1.fc20 Additional info: reporter: libreport-2.1.11 cmdline: /usr/bin/python /usr/bin/duplicity cleanup --force sftp://kmoriwak.redhat.com/home/nrt/kmoriwak/LAPTOP_BACKUP --gio --no-encryption --verbosity=9 --gpg-options=--no-use-agent --archive-dir=/home/kmoriwak/.cache/deja-dup --tempdir=/home/kmoriwak/.cache/deja-dup/tmp --log-fd=12 dso_list: python-libs-2.7.5-9.fc20.x86_64 executable: /usr/bin/duplicity kernel: 3.12.8-300.fc20.x86_64 runlevel: N 5 type: Python uid: 11956 Truncated backtrace: getpass.py:135:_raw_input:EOFError Traceback (most recent call last): File "/usr/lib64/python2.7/site-packages/duplicity/backends/giobackend.py", line 60, in ask_password_cb self.set_password(self.backend.get_password()) File "/usr/lib64/python2.7/site-packages/duplicity/backend.py", line 471, in get_password (self.parsed_url.username,self.parsed_url.hostname) ) File "/usr/lib64/python2.7/getpass.py", line 83, in unix_getpass passwd = fallback_getpass(prompt, stream) File "/usr/lib64/python2.7/getpass.py", line 118, in fallback_getpass return _raw_input(prompt, stream) File "/usr/lib64/python2.7/getpass.py", line 135, in _raw_input raise EOFError EOFError Local variables in innermost frame: input: <open file '<stdin>', mode 'r' at 0x7f002a6c70c0> line: '' prompt: "Password for 'kmoriwak.redhat.com': " stream: <open file '<stderr>', mode 'w' at 0x7f002a6c71e0> Potential duplicate: bug 862503