Bug 564282
| Summary: | SIGPIPE error in zarafa-server with UNIX authentication | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeroen van Meeuwen <vanmeeuwen+fedora> | ||||||
| Component: | zarafa | Assignee: | Robert Scheck <redhat-bugzilla> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 12 | CC: | bob, redhat-bugzilla, vanmeeuwen+fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | zarafa-6.30.10-2.el5 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2010-02-26 11:49:12 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 390462 [details]
bt full
Attaching the output of gdb's 'bt full' as well
To me it looks like the packages from bug #567262 comment #1 solve this. I assume you meant --sync for user sync, not -s (which is create public store). # zarafa-admin --sync Users and groups synchronized. # zarafa-6.30.10-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/zarafa-6.30.10-2.fc13 zarafa-6.30.10-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/zarafa-6.30.10-2.fc12 zarafa-6.30.10-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/zarafa-6.30.10-2.fc11 zarafa-6.30.10-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/zarafa-6.30.10-2.el5 zarafa-6.30.10-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 zarafa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F13/FEDORA-2010-2816 zarafa-6.30.10-2.el5 has been pushed to the Fedora EPEL 5 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 zarafa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2010-2312 zarafa-6.30.10-2.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/EL-5/FEDORA-EPEL-2010-2312 zarafa-6.30.10-2.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/F13/FEDORA-2010-2816 zarafa-6.30.10-2.fc12 has been pushed to the Fedora 12 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 zarafa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-2948 zarafa-6.30.10-2.fc11 has been pushed to the Fedora 11 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 zarafa'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2010-2958 zarafa-6.30.10-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/F11/FEDORA-2010-2958 zarafa-6.30.10-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/F12/FEDORA-2010-2948 zarafa-6.30.10-2.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. zarafa-6.30.10-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. zarafa-6.30.10-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. zarafa-6.30.10-2.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 390461 [details] thread apply bt all Description of problem: zarafa-server receives a SIGPIPE signal when using UNIX passwd authentication. Version-Release number of selected component (if applicable): # rpm -qva zarafa* libmapi zarafa-gateway-6.30.10-1.fc12.x86_64 zarafa-6.30.10-1.fc12.x86_64 zarafa-common-6.30.10-1.fc12.x86_64 libmapi-6.30.10-1.fc12.x86_64 zarafa-monitor-6.30.10-1.fc12.x86_64 zarafa-server-6.30.10-1.fc12.x86_64 zarafa-dagent-6.30.10-1.fc12.x86_64 zarafa-utils-6.30.10-1.fc12.x86_64 zarafa-debuginfo-6.30.10-1.fc12.x86_64 zarafa-client-6.30.10-1.fc12.x86_64 zarafa-spooler-6.30.10-1.fc12.x86_64 zarafa-ical-6.30.10-1.fc12.x86_64 How reproducible: Every time Steps to Reproduce: 1. yum --enablerepo=updates-testing install zarafa 2. gdb /usr/bin/zarafa-server 3. run -F 4. (on another console, type): zarafa-admin -s Actual results: SIGPIPE for zarafa-server thread Expected results: Synchronize zarafa user database with system user database