[packages/wpa_supplicant] - rel 2; disable CONFIG_ELOOP_EPOOL NM support is broken with ELOOP enabled hangs in loop and eat
cactus
cactus at pld-linux.org
Sun Nov 15 13:24:50 CET 2015
commit 8afd430849294cbd2a7624d40c1d0580add0c0a2
Author: Bartlomiej Zimon <uzi18 at o2.pl>
Date: Sun Nov 15 13:24:38 2015 +0100
- rel 2; disable CONFIG_ELOOP_EPOOL
NM support is broken with ELOOP enabled
hangs in loop and eat 100%cpu
eloop_sock_table_add_sock: epoll_ctl(ADD) for fd=4 failed. File exists
wpa_supplicant.config | 2 +-
wpa_supplicant.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/wpa_supplicant.spec b/wpa_supplicant.spec
index 5c9d7f9..f795a01 100644
--- a/wpa_supplicant.spec
+++ b/wpa_supplicant.spec
@@ -10,7 +10,7 @@ Summary: Linux WPA/WPA2/RSN/IEEE 802.1X supplicant
Summary(pl.UTF-8): Suplikant WPA/WPA2/RSN/IEEE 802.1X dla Linuksa
Name: wpa_supplicant
Version: 2.5
-Release: 1
+Release: 2
License: GPL v2
Group: Networking
Source0: http://w1.fi/releases/%{name}-%{version}.tar.gz
diff --git a/wpa_supplicant.config b/wpa_supplicant.config
index 8c5afe0..370f9f8 100644
--- a/wpa_supplicant.config
+++ b/wpa_supplicant.config
@@ -266,7 +266,7 @@ CONFIG_OS=unix
#CONFIG_ELOOP_POLL=y
# Should we use epoll instead of select? Select is used by default.
-CONFIG_ELOOP_EPOLL=y
+#CONFIG_ELOOP_EPOLL=y
# Select layer 2 packet implementation
# linux = Linux packet socket (default)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wpa_supplicant.git/commitdiff/8afd430849294cbd2a7624d40c1d0580add0c0a2
More information about the pld-cvs-commit
mailing list