| Summary: | hostapd-1.0 does not start when compiled with ssl | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | robert |
| Component: | [OLD] Server | Assignee: | Mobile Herd (OBSOLETE) <mobile+disabled> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | anton.bugs, zerochaos |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | emerge --info | ||
Please do NOT CC arches on your own, we have no business in here. Robert, Could you recompile hostapd with the USE="debug" flag, stop all network interfaces, network managers, run hostapd manually using "hostapd -ddd <path_to_config_file>" and attach the output to the bug report? Without that flag, gentoo builds it with "CONFIG_NO_STDOUT_DEBUG=y" which makes it really quiet. Also, check iwconfig output after you started hostapd, it should be an additional interface in the list, something like: mon.wlan0 (or mon.wlan1). unable to recreate, feel free to add more info and reopen. |
Created attachment 324764 [details] emerge --info if i compile net-wireless/hostapd-1.0-r1 with the ssl useflag enabled, it compiles fine but does nothing on start (no process is created, no error error message, it simply does nothing) i used hostapd-0.7.3 till now, cause of this bug, but yesterday i built it from source (without ebuild) and manually created my own .config (by modifying defconfig) and it worked so i disabled the ssl useflag, and now everything is fine tested with x86 and x86_64