Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: It is possible that another library of the same process opens a port and that when libnl-3 will try to connect it will get EADDRINUSE. It is sensible to mark that port as used and to try other ports of the process space. To this effect, thaller made the upstream commit: https://github.com/thom311/libnl/commit/e21099908f6e22d869b2b8eeb1ffbcc2eff209e4 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Use libnl-1 to open a netlink route connection 2. Use libnl-3 to open another netlink route connection Actual results: 2 will get EADDRINUSE and fail Expected results: 2 will mark the port as used and retry. Additional info:
libnl3-3.2.22-3.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/libnl3-3.2.22-3.fc19
Package libnl3-3.2.22-3.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing libnl3-3.2.22-3.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-6587/libnl3-3.2.22-3.fc19 then log in and leave karma (feedback).
libnl3-3.2.22-3.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.