Your message dated Sat, 09 Aug 2014 21:35:33 +0000 with message-id <[email protected]> and subject line Bug#757478: fixed in netcfg 1.118 has caused the Debian Bug report #757478, regarding netcfg: cannot connect to any wifi network using manual essid to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 757478: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757478 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: netcfg Version: 1.117 Severity: normal Tags: d-i patch Hi, I cannot connect to any wifi network when entering a manual ESSID. After entering the ESSID I always get the message: Network chosen: (null). Proceeding to connect. There seems to be a small error in wireless.c where the ESSID entered by the user is never stored anywhere (producing the "(null)" above). I've attached a patch which fixes this issue for me. James -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash--- a/wireless.c +++ b/wireless.c @@ -86,7 +86,7 @@ get_essid: goto get_essid; } - strdup(client->value); + interface->essid = strdup(client->value); memset(wconf.essid, 0, IW_ESSID_MAX_SIZE + 1); snprintf(wconf.essid, IW_ESSID_MAX_SIZE + 1, "%s", interface->essid);
--- End Message ---
--- Begin Message ---Source: netcfg Source-Version: 1.118 We believe that the bug you reported is fixed in the latest version of netcfg, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Cyril Brulebois <[email protected]> (supplier of updated netcfg package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Sat, 09 Aug 2014 21:47:27 +0200 Source: netcfg Binary: netcfg netcfg-static Architecture: source Version: 1.118 Distribution: unstable Urgency: high Maintainer: Debian Install System Team <[email protected]> Changed-By: Cyril Brulebois <[email protected]> Description: netcfg - Configure the network (udeb) netcfg-static - Configure a static network (udeb) Closes: 757478 Changes: netcfg (1.118) unstable; urgency=high . * Fix support for entering an ESSID manually, it was previously getting ignored (Closes: #757478). Thanks to James Cowgill for the report and the patch! Checksums-Sha1: 224ca3271180408317d579d7bf1135cf2e87347c 1873 netcfg_1.118.dsc 8712fece2e6459733d609a4851c74f3e73266659 392100 netcfg_1.118.tar.xz Checksums-Sha256: b1f0ba01360eb46720b73a7c66eaf4d427e990f1ed7731722c3f5362fd24bb12 1873 netcfg_1.118.dsc 4c28a1d6d39b7bc50e529911de06fbcef0de093ec48173f780886c1dfb4bf2ec 392100 netcfg_1.118.tar.xz Files: e4226d905537e8699a83c94ff91933b8 1873 debian-installer optional netcfg_1.118.dsc 0f00e66f4df9ac9f2effda3e06f58f42 392100 debian-installer optional netcfg_1.118.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJT5nyTAAoJEP+RSvDCs1Ug6BEP/juwSvh3zDa5lWU5DQkBHIOg t90HlOY8AF5/rbLAMTWaT8Y/bfgH7hY3iKuN4kiLEFxLzglpW0fQOaxN/MIX5djh d9/oU2WVcg8B7o1Sc8gAVofJsbrVA+HP5ILK6tfJu4tuAJaz3XLnB7usvhmDpj5i TAvvGXpM0LGQzbd35sbiujEoge6hnIAb2C/B42mSrBOqQOE40jfkQbX+JGbtvHXR 7yFpFAcRBK9Hei8O7F36rMVXK8IR1LEPhGQpWrSaldZsfLTXcWVVm4zYK5pnzC7+ jOLCoZhsqnzXnbxdpjmFaEPAnY997wiaZYJiCqijPimWBNw/yccwTUT5unqGvDZY +sntTGdvSRHY1CUTzDUPgRzS7Ul0hDTYaOmqSVmLUCEDne2olWxxYJDa1a2rNcz3 6dhS0oZ2M3rRD8BTYKXe2nW4h9jhwmKCOCb6x6oC70j6WEN9Zx+49ZcF0sylRvWf 52fjyhNCdUPVv7LB0rzQkbo8UfsQwv794Zv2UWhbLe+krSmhUmiRVgHUIeTfV9QN fYFmYj3EjzP4P//BhvbdSpRiPLmQMo6GCGlRVF1rL+MvuJ2vGPjgjDyJj/UShfyB nDiDNKWaXYxm/2CCWeQo6/hmR8qoLZ864zLmW6FITL37TUT1kvnu6j6A/uUr+7jh MhDGHIJCDcCkCwT5q9Ud =03I6 -----END PGP SIGNATURE-----
--- End Message ---

