Bug 163123

Summary: Problem with /etc/sysconfig/network-scripts/ifup-wireless (and others)
Product: [Fedora] Fedora Reporter: J Dean Brock <brock>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 4CC: kwade, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
URL: http://fedoraproject.org/wiki/DocsProject/ReleaseNotes/Process
Whiteboard:
Fixed In Version: 8.12-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-07-13 17:40:03 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 J Dean Brock 2005-07-13 03:55:21 UTC
My /etc/sysconfig/networking/devices/ifcfg-wlan0 (as generated by the sysconfig
utilities) contains the line:
  RATE='54 Mb/s'

When I boot my system (before a fix), I got the message:
   Error: unrecognised wireless request "Mb/s"

In /etc/sysconfig/network-scripts/ifup-wireless, there is a line:
   iwconfig $DEVICE rate $RATE

If I change this line to
   iwconfig $DEVICE rate "$RATE"
I don't get the message when I boot

It could be that the problem is really in the config scripts that
write ifcfg-wlan0.  Maybe they should have put '54M' into
the file rather than '54 Mb/s'?

Version of release notes this bug refers to:

Fedora Core 4 final release

Comment 1 Karsten Wade 2005-07-13 05:26:52 UTC
Sorry, I don't see the relationship to the release notes.

rpm -qf /etc/sysconfig/network-scripts/ifup-wireless
initscripts-7.93.2-1

Reassigning to initscripts owner.

Comment 2 Bill Nottingham 2005-07-13 17:40:03 UTC
RATE enclosed in quotes in CVS, will be in 8.12-1 - thanks!