Bug 663798
| Summary: | please update to python-memcached 1.43 for unix domain sockets support | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Matthew Miller <mattdm> |
| Component: | python-memcached | Assignee: | jafo-redhat |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | el5 | CC: | jafo-redhat, kevin |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-memcached-1.47-1.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-01-06 17:01:27 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: | |||
python-memcached-1.47-1.el5 has been submitted as an update for Fedora EPEL 5. https://admin.fedoraproject.org/updates/python-memcached-1.47-1.el5 Please test the above update and add karma. Thanks. Thanks! I just left on holiday vacation -- won't be able to test until early January. python-memcached-1.47-1.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 python-memcached'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/python-memcached-1.47-1.el5 python-memcached-1.47-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: With python-memcached-1.40, attempting to use a socket for communication wtih memcached results in: ValueError: invalid literal for int(): /tmp/path-to-socket This functionality is implemented in 1.42, with a crucial bugfix in 1.43 Version-Release number of selected component (if applicable): 1.40 -> 1.43 How reproducible: Innate Steps to Reproduce: 1. For example, CACHE_BACKEND = 'memcached://unix:/tmp/memcached.sock' in a Django app. Actual results: ValueError: invalid literal for int(): /tmp/memcached.sock Expected results: Works Additional info: Update should be simple. Thanks!