Received: (at 127-done) by bugs.devuan.org; 11 Jan 2023 07:24:09 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Wed, 11 Jan 2023 07:24:09 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id PiyuMsVjvmNIYwAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Wed, 11 Jan 2023 07:22:45 +0000 Received: by email.devuan.org (Postfix, from userid 109) id C3CA5B85; Wed, 11 Jan 2023 07:22:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 71111226 for <[email protected]>; Wed, 11 Jan 2023 07:22:45 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pFVRb-00086p-Kc; Wed, 11 Jan 2023 07:22:43 +0000 Received: (nullmailer pid 32056 invoked by uid 1000); Wed, 11 Jan 2023 07:22:43 -0000 Date: Wed, 11 Jan 2023 07:22:43 +0000 From: Mark Hindley <[email protected]> To: Moritz Strohm <[email protected]>, [email protected] Subject: Re: bug#127: wicd-curses crashes when associated with a WLAN having non-ascii characters in the SSID Message-ID: <Y75jw/[email protected]> References: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[email protected]> X-Debbugs-No-Ack: No Thanks On Wed, Aug 02, 2017 at 05:54:44PM +0000, Moritz Strohm wrote: > Package: wicd-curses > Version: 1.7.2.4-4.1 Closing as wicd is no longer available in recent suites. Mark
Moritz Strohm <[email protected]>
:Mark Hindley <[email protected]>
:KatolaZ <[email protected]>
to [email protected]
.
Full text available.Received: (at submit) by bugs.devuan.org; 2 Aug 2017 18:00:02 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from mail.dyne.org [178.62.188.7] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Wed, 02 Aug 2017 20:00:02 +0200 (CEST) Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tupac2.dyne.org (Postfix) with ESMTPS id 2250618F852 for <[email protected]>; Wed, 2 Aug 2017 17:54:50 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 334B320AA9 for <[email protected]>; Wed, 2 Aug 2017 19:54:50 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3xN16d53tfz10HW for <[email protected]>; Wed, 2 Aug 2017 19:54:49 +0200 (CEST) Date: Wed, 2 Aug 2017 17:54:44 +0000 From: Moritz Strohm <[email protected]> To: [email protected] Subject: wicd-curses crashes when associated with a WLAN having non-ascii characters in the SSID Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Q68bSM7Ycu6FN28Q" Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-5.1 required=5.0 tests=RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,RP_MATCHES_RCVD,SPF_PASS autolearn=disabled version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on tupac2 --Q68bSM7Ycu6FN28Q Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: wicd-curses Version: 1.7.2.4-4.1 Hello I tried to associate to a wireless network that has a non-ascii character in the SSID. The non-ascii character is the letter "=FC". Displaying the network in the wireless network list in wicd-curses works but as soon as my computer was associated with that wireless network wicd-curses crashed. When I try to start wicd-curses again it crashes immediately. It stopped crashing after I unassociated my computer from the wireless network (using wicd-gtk). wicd-curses produces the following error messages when crashing: Traceback (most recent call last): File "/usr/share/wicd/curses/wicd-curses.py", line 1063, in <module> main() File "/usr/share/wicd/curses/wicd-curses.py", line 995, in main ui.run_wrapper(run) File "/usr/lib/python2.7/dist-packages/urwid/raw_display.py", line 268, i= n run_wrapper return fn() File "/usr/share/wicd/curses/wicd-curses.py", line 88, in wrapper return func(*args, **kargs) File "/usr/share/wicd/curses/wicd-curses.py", line 1003, in run app =3D appGUI() File "/usr/share/wicd/curses/wicd-curses.py", line 591, in __init__ self.update_status() File "/usr/share/wicd/curses/wicd-curses.py", line 88, in wrapper return func(*args, **kargs) File "/usr/share/wicd/curses/wicd-curses.py", line 734, in update_status self.set_status): File "/usr/share/wicd/curses/wicd-curses.py", line 88, in wrapper return func(*args, **kargs) File "/usr/share/wicd/curses/wicd-curses.py", line 159, in check_for_wire= less ('$A', network).replace UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 2: ord= inal not in range(128) I'm using Devuan GNU/Linux Jessie (x86 architectur) with kernel 3.16.0-4-68= 6-pae. Regards Moritz Strohm --Q68bSM7Ycu6FN28Q Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJZghHkAAoJEAs/DNDZIzmDghEP/RcEkZnrIIs50ZxQyVDqx/qh /EyZPlAWuZtc3z64CXT0CFl9vXpjtWm6WLPxpeC4UznSSRUH1vhr+KOfSjaUMQGR Y2zZVsVvj50idWc05eOjLx0P6wVMhEZfM+UaOPCAx3RFSer2T5EeWB9lBs5xGySF thtMhV75g5cy2tAB/LMlJzJ1usLn2V4imkmQSzYZY9vwZM2LInftFOp/eDf2xx7M MkmDvCFKcqGd4wSO7GE/Hf3RxJ01vECFV4hs3mVpMSYDqUITGb4wEK1axO+JUV9N iSQ49qn+MtvFd0deRk73/FRUvWkPO8B+GMUGSD4FQSEo3Zb4OmT08dt4gx7buEIy HLx+wPF1gj3rA+KhlRYLOQ30U0ALu7eAsgV7Jf+7KJK7JFHnOncxHMHK/M3ufwLu UF2+JuuD432HMA4jbAlj5BVtG6A1Ea6sSRB8coZiMvCKP5TZ5thlQ5B+3mRlQCnQ RAlKZa9KOJ29VLCFjC58VdEeh/EpoicfjSf2JYRM5T8XnPJuKOaa7pLv1odoTAq1 XwPNmRIPjiUzyWA+qg2yx2Xnm+BjyT2m2VfErIXqoQLCDESjghBgz9SJJCic0DZS aAZU+DS6BJ6jynGO7OzVrm6aPpLjIO8bik8iQa4Ds9YWOmz1GYLbQA/voB3YF1rp GLVd2glmBmFOnJbdd1zE =zm1c -----END PGP SIGNATURE----- --Q68bSM7Ycu6FN28Q--
Moritz Strohm <[email protected]>
:[email protected]
.
Full text available.[email protected], [email protected]
:bug#127
; Package wicd-curses
.
Full text available.Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Thu, 28 Nov 2024 06:39:01 UTC