BTS

Issue900

Title netcardconfig: WPA password contains digits-only is not accepted
Priority bug Status resolved
Superseder Nosy List dileX
Assigned To Topics

Created on 2010-09-05.13:40:08 by dileX, last changed 2010-09-16.22:31:56 by mika.

Messages
msg3356 (view) Author: mika Date: 2010-09-16.22:31:55
We believe that your issue has been closed by the upload of
Version 0.3.6 of grml-network from Michael Prokop <mika@grml.org>.
The explanation is attached below

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 17 Sep 2010 00:26:35 +0200
Source: grml-network
Binary: grml-network
Architecture: source all
Version: 0.3.6
Distribution: unstable
Urgency: low
Maintainer: Michael Prokop <mika@grml.org>
Changed-By: Michael Prokop <mika@grml.org>
Description: 
 grml-network - network related helper scripts
Changes: 
 grml-network (0.3.6) unstable; urgency=low
 .
   [ Ulrich Dangel ]
   * [9ccc6a2] Read WPASECRET from file. [Closes: issue900]
 .
   [ Michael Prokop ]
   * [1dbcebb] Bump Standards-Version to 3.9.1.
Checksums-Sha1: 
 f997305cf5d937eef22d9c5876214de8b37b20a0 896 grml-network_0.3.6.dsc
 2476cec6e3c6fadf6e192c782a006ddd3a945731 89495 grml-network_0.3.6.tar.gz
 860a75d25acb19cf9608b9ac2d8d9add699e8e1f 99672 grml-network_0.3.6_all.deb
Checksums-Sha256: 
 47a37dad7073c76adc9b39b00e5f60def325c0b0d0174e528202505ec4208743 896 grml-network_0.3.6.dsc
 9699ab54ce62264b52de49136b4d328b8fee487a4eb1c3aaccac56f7a86c6ed3 89495 grml-network_0.3.6.tar.gz
 3f00f439d26e19f067c6138dfa2c644616d9e6f444ddf0e41a19ff34e1c4f826 99672 grml-network_0.3.6_all.deb
Files: 
 62d82245fa62b944112ea4fd4cd349a4 896 grml optional grml-network_0.3.6.dsc
 09cc1e7ce5eab080f1d531c7d55411f9 89495 grml optional grml-network_0.3.6.tar.gz
 46a8983f63a207506a39a856d2d4990e 99672 grml optional grml-network_0.3.6_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkySmcIACgkQ2N9T+zficujMGgCdEjI6FNqwz8pVsu8dzBKL5ASh
+TQAn2aRr8j8XxIjP3XjNGo5tPkvubNX
=f6yT
-----END PGP SIGNATURE-----
msg3343 (view) Author: mru Date: 2010-09-05.14:01:34
Fixed in HEAD of grml-network

Thanks for the bug report
msg3341 (view) Author: dileX Date: 2010-09-05.13:44:58
Looks like grml monter ate my attached interfaces file, try with cut-n-paste.

- Sedat -

# cat /tmp/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The wireless LAN interface
auto wlan0
iface wlan0 inet static
	address 192.168.178.25
	netmask 255.255.255.0
	broadcast 192.168.178.255
	gateway 192.168.178.1
	dns-nameservers 192.168.178.1 208.67.222.222 208.67.220.220
	wpa-ssid $mySSID
	wpa-psk $my13digitsPWD
msg3340 (view) Author: dileX Date: 2010-09-05.13:40:07
Hi,

today, I wanted to test grml-daily 32-bit sid (2009-09-05) with new 2.6.35-kernel.

When I configured network via netcardconfig, my WPA password which only contains
of digits (13 digits) is not accepted... I get an error-message saying it is empty.

To help myself, I have stolen my /etc/network/interfaces file from another
Debian/sid install on same harddisk and restarted networking.

This fixed the problem for me.

Kind Regards,
- Sedat (aka dile{X,ks} on IRC) -

P.S.: My interfaces file is attached to BR.
History
Date User Action Args
2010-09-16 22:31:56mikasetstatus: fixed-in-git -> resolved
messages: + msg3356
2010-09-05 14:01:34mrusetstatus: chatting -> fixed-in-git
messages: + msg3343
2010-09-05 13:44:59dileXsetstatus: unread -> chatting
messages: + msg3341
2010-09-05 13:40:08dileXcreate