Bug 245462
| Summary: | wpa_supplicant needs to start earlier during boot | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paul Sipot <nnm.one> |
| Component: | wpa_supplicant | Assignee: | Dan Williams <dcbw> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2007-11-13 16:43:16 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: | |||
##-- Description of problem: wpa-supplicant is set to start on /etc/rc{2,3,4,5}.d/S12wpa_supplicant on Fedora7, this causes the network ifup to fail if u need it for connecting to an AP with encryption because networking starts at S10 (before wpa_supplicant). Wpa supplicant should be set to S09wpa_supplicant so that it can be ready and authenticate to an AP when networking and ifup starts during boot otherwise both fail if you use WPA*. current sequence: wpa_supplicant rc0.d K88 rc1.d K88 rc2.d S12 rc3.d S12 rc4.d S12 rc5.d S12 rc6.d K88 networking rc0.d K90 rc1.d K90 rc2.d S10 rc3.d S10 rc4.d S10 rc5.d S10 rc6.d K90