** Changed in: gst
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-system-tools in Ubuntu.
https://bugs.launchpad.net/bugs/50386
Title:
[network-admin] wireless-key from /etc/network/interfaces not escaped
Status in The Gnome System Tools:
Won't Fix
Status in “gnome-system-tools” package in Ubuntu:
Triaged
Bug description:
Affecting Dapper and if memory serves right, Breezy, too: While
fighting with my wireless card, ndiswrapper and the tool to set up
wireless network cards in gnome, I did:
# iwconfig wlan0 essid <something> key s:<passphrase>
and got no connection because I have a space character in my WEP
passphrase. When I escaped s:<passphrase> like so:
# iwconfig wlan0 essid <something> key "s:<passphrase>"
I got it working.
I then used the gnome network configuration tool
("Netzwerkeinstellungen" in german) to permanently write the
configuration to the system files. Rebooted, and got no connection,
with the same effects I had when I manually configured the WLAN card
using iwconfig.
I looked into /etc/network/interfaces, found that the passphrase after
the statement "wireless-key" was not escaped, escaped it, rebooted,
and voila it worked.
I suggest not to generally put the key in quotes in the configuration
file, but to correct the program which configures the WLAN-interface
using the configuration file.
ATTENTION: There may be security and safety implications with this
too, as "abc; rm -rf /" is a possible ASCII WEP security key (assuming
something like ifup calls iwconfig via the shell). I'm currently happy
to have my WLAN card working so I'm not gonna try it out myself ;)
To manage notifications about this bug go to:
https://bugs.launchpad.net/gst/+bug/50386/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp