Bug 433748 (TB6a01f5ed)
| Summary: | TB6a01f5ed wirelessconfig.py:119:hydrate:ValueError: list.index(x): x not in list | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Alexey Kuznetsov <axet> | ||||||
| Component: | system-config-network | Assignee: | Harald Hoyer <harald> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 8 | CC: | bharathkishore2002, jmoskovc | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2008-03-31 12:42:55 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Alexey Kuznetsov
2008-02-21 06:09:12 UTC
Created attachment 295484 [details]
exception
Created attachment 295486 [details]
MODE=managed
The problem is on the line Mode=managed it has to be with capital 'M' - Mode=Managed. I'll fix this asap. Wireless-specific items:
See iwconfig(8) for additional information.
MODE=[Ad-Hoc|Managed|Master|Repeater|Secondary|Monitor|Auto]
mode Set the operating mode of the device, which depends on the
network topology. The mode can be Ad-Hoc (network composed of only one cell and
without Access Point), Managed (node connects to
a network composed of many Access Points, with roaming), Master
(the node is the synchronisation master or acts as an Access Point), Repeater
(the node forwards packets between other wire-
less nodes), Secondary (the node acts as a backup
master/repeater), Monitor (the node is not associated with any cell and
passively monitor all packets on the frequency) or Auto.
Example :
iwconfig eth0 mode Managed
iwconfig eth0 mode Ad-Hoc
will fix s-c-n to not traceback *** Bug 436168 has been marked as a duplicate of this bug. *** system-config-network-1.5.4 |