From nobody Thu May 16 18:47:47 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4VgJxr5357z5JyDb for ; Thu, 16 May 2024 18:48:00 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4VgJxr2pjbz4dCh for ; Thu, 16 May 2024 18:48:00 +0000 (UTC) (envelope-from jrtc27@jrtc27.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-wm1-f54.google.com with SMTP id 5b1f17b1804b1-42016c8db2aso34027075e9.0 for ; Thu, 16 May 2024 11:48:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715885278; x=1716490078; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=cfzU8AtDL9Dua45YmsfQctaKUv4tUv2hcWJ7fwJZgXY=; b=mfjFhP64bbYlVf5Y5mCmm+UwkLn+2/vu4fpTxHW0EaoxLynJnRKOwkRQ9UC/abC5hj BO1DmXb2jnkg3qCrlnrbz1aqMQ3PDs+wAg87gJ63++FVKOivGQHq7gAoF05EFyomzWC/ QFGrjFhqU3qr89v7gyP0ZnOMbs6lcXYALyhfcqPv/oTfPH/xqIsz9qMk21NgZnYXi9YQ Zw0VVCJ/Q/iPLYE/JK40QvQcoXYG8R+QHIFpjdlj6wlzc5t6Y1SLDb6xUsk3Q3G1Urpo WSrtoHAzmPKwjsQToFZqZ70WATZU0by2bXI9N6p+1Cx1dF0tLOJhK/8luK2NvPB5+JfE hqTw== X-Gm-Message-State: AOJu0Yz6yiPabVGffl1wGiGq9gpnQzQg4Rt5tOGHaYAO7aQPi8Ll6a8Z mkCp4XKAa2jMeRnh1jAvbXc0ek5eKQJ4KOTc5/1V6bDgvPlhzaQyH9bf6E7jYE4= X-Google-Smtp-Source: AGHT+IGEAFP2lTI4OO9QD4EH+9pSiLnCSaP4ELhNng01vyWANtQZtIrNfK+FXVYT7ycyE43gpDYPSg== X-Received: by 2002:a05:600c:46d0:b0:420:2df0:1a9b with SMTP id 5b1f17b1804b1-4202df01ae0mr11299865e9.18.1715885278346; Thu, 16 May 2024 11:47:58 -0700 (PDT) Received: from smtpclient.apple ([131.111.5.246]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-42028c7730dsm38840395e9.25.2024.05.16.11.47.57 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 May 2024 11:47:58 -0700 (PDT) Content-Type: text/plain; charset=utf-8 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3774.500.171.1.1\)) Subject: Re: bsdinstall wifi setup is broken on CURRENT From: Jessica Clarke In-Reply-To: <16f710c7-20f7-47ad-9535-27e0d11edca4@FreeBSD.org> Date: Thu, 16 May 2024 19:47:47 +0100 Cc: Current FreeBSD Content-Transfer-Encoding: quoted-printable Message-Id: References: <16f710c7-20f7-47ad-9535-27e0d11edca4@FreeBSD.org> To: Renato Botelho X-Mailer: Apple Mail (2.3774.500.171.1.1) X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] X-Rspamd-Queue-Id: 4VgJxr2pjbz4dCh On 16 May 2024, at 19:40, Renato Botelho wrote: >=20 > I saw some users on a .br group complaining bsdinstall was failing to = setup wifi network on 15.0 snapshots and tried it myself. I was able to = reproduce the problem and also noticed another one. >=20 > I noticed Network Selection screen only shows one line, it's not = beautiful to navigate through items this way. On 14.1-BETA2 it shows = multiple lines so it seems to be a regression. >=20 > The problem users reported was: after selecting desired network it = just starts over instead of asking for password. I made a video [1] = showing the problem. >=20 > Jessica, I've cc'd you because git shows you were the last person = making changes in this area. If it's not related and I made a mistake, = just ignore me. Hi Renato, I touched the code that lets you select the wireless interface in the first place, but not the script that then gets called to set it up and is responsible for the dialogs you see. Given the behaviour, I wonder if this is what today=E2=80=99s import of bsddialog[1] fixes? =46rom = reading the script the next dialog uses --mixedform, and restarts the script on error, which it looks like is what you observe. Jess [1] = https://cgit.freebsd.org/src/commit/?id=3Da6d8be451f62d425b71a4874f7d4e133= b9fb393c > [1] https://youtube.com/shorts/Gmeckokw2a0 > --=20 > Renato Botelho