Bug 1047080
Summary: | [abrt] radicale: socket.py:224:meth:error: [Errno 98] Address already in use | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Raphos <raphoszap> | ||||||
Component: | radicale | Assignee: | Juan Orti <jorti> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 20 | CC: | deronnax, jorti, mcepl, mcepl, opensource | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Unspecified | ||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/5d68cd12e026b504dade8049b4945dca8060c597 | ||||||||
Whiteboard: | abrt_hash:1bca930468f65efde944134f2d0c40cdc19bcee7 | ||||||||
Fixed In Version: | radicale-0.9-1.fc20 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-08-27 01:35:41 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
Raphos
2013-12-28 21:52:18 UTC
Created attachment 842790 [details]
File: backtrace
Created attachment 842791 [details]
File: environ
Do you get any SELinux denial? You can check it with: grep radicale /var/log/audit/audit.log Please, try this build to see if it fixes your problems: https://admin.fedoraproject.org/updates/FEDORA-2013-24007/radicale-0.8-7.fc20 Radicale 0.8-7 has been pushed to stable. Does it fix the problem for you? https://admin.fedoraproject.org/updates/FEDORA-2013-24007/radicale-0.8-7.fc20 If you are able to reproduce this with the latest update of radicale, could you please post as the output of the command lsof -i :5232 (don't miss that colon before the port number), please? This problem appears only when i use the xfce application launcher. Using the command "radicale" in a terminal as root report me no error. # radicale Starting Radicale # lsof -i :5232 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME radicale 1839 root 5u IPv4 33659 0t0 TCP localhost:sgi-dgl (LISTEN) Start the server with: systemctl start radicale.service If you get the error "Address already in use", please, attach /etc/radicale/config and the output of: netstat -putan If you see any AVC in /var/log/audit/audit.log, include them too. Hi. I see no progress has been made on this bug. It's probably related to this one : https://bugzilla.redhat.com/show_bug.cgi?id=1122049. Radicale fails to create its pid file and carry on anyway, and thus is unable to detect it already has a running instance. Fixing the aforementioned bug, which I'm set out to fix, should somewhat fix this one. radicale-0.9-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/radicale-0.9-1.fc20 Package radicale-0.9-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing radicale-0.9-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-9470/radicale-0.9-1.fc20 then log in and leave karma (feedback). radicale-0.9-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |