Bug 631704
Summary: | [abrt] recoll-1.13.04-6.fc13: zipfile.py:881:open:RuntimeError: File pws.png is encrypted, password required for extraction | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Zork <redhatbugs> | ||||
Component: | recoll | Assignee: | Terje Røsten <terje.rosten> | ||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 13 | CC: | shpnft, terje.rosten | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | i686 | ||||||
OS: | Linux | ||||||
Whiteboard: | abrt_hash:4955d9c2 | ||||||
Fixed In Version: | recoll-1.14.2-2.fc13 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2010-11-24 22:41:09 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: |
|
Description
Zork
2010-09-08 08:32:05 UTC
Created an attachment (id=445921) File: backtrace Thanks for your report. Could you please test recoll 1.14.2 and check if the bug is fixed? Updated package available here: https://admin.fedoraproject.org/updates/recoll-1.14.2-1.fc13 (In reply to comment #2) > Thanks for your report. > > Could you please test recoll 1.14.2 and check if the bug is fixed? > > Updated package available here: > https://admin.fedoraproject.org/updates/recoll-1.14.2-1.fc13 Hello, I tested and the bug is not fixed yet. How I test: 1. touch foo bar 2. zip --encrypt teste.zip foo bar 3. cp teste.zip /media/old_home (directory indexed by recoll) 4. recollindex The command recollindex return the error: Traceback (most recent call last): File "/usr/share/recoll/filters/rclzip", line 52, in <module> e.mainloop(ZipExtractor(e)) File "/usr/share/recoll/filters/rclexecm.py", line 117, in mainloop self.processmessage(processor, params) File "/usr/share/recoll/filters/rclexecm.py", line 94, in processmessage ok, data, ipath, eof = processor.getnext(params) File "/usr/share/recoll/filters/rclzip", line 47, in getnext ret= self.extractone(self.zip.namelist()[self.currentindex]) File "/usr/share/recoll/filters/rclzip", line 20, in extractone docdata = self.zip.read(ipath) File "/usr/lib/python2.6/zipfile.py", line 831, in read return self.open(name, "r", pwd).read() File "/usr/lib/python2.6/zipfile.py", line 881, in open "password required for extraction" % name RuntimeError: File foo is encrypted, password required for extraction and the abrt is called. Sorry by bad spelling and grammar, english is not my native language. recoll-1.14.2-2.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/recoll-1.14.2-2.fc13 recoll-1.14.2-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/recoll-1.14.2-2.fc14 recoll-1.14.2-2.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update recoll'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/recoll-1.14.2-2.fc13 Hello, the bug is fixed. How I test: 1. touch foo bar 2. zip --encrypt teste.zip foo bar 3. cp teste.zip /media/old_home (directory indexed by recoll) 4. recollindex and abrt is not called. Thanks for the fix. Again, sorry by bad spelling and grammar... recoll-1.14.2-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. recoll-1.14.2-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |