From owner-freebsd-current@freebsd.org Fri Dec 11 18:32:46 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AF76F4B7544 for ; Fri, 11 Dec 2020 18:32:46 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "ultimatedns.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cszt629yyz4kqW for ; Fri, 11 Dec 2020 18:32:45 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 0BBIWdqZ092358 for ; Fri, 11 Dec 2020 10:32:45 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) MIME-Version: 1.0 Date: Fri, 11 Dec 2020 10:32:39 -0800 From: Chris To: freebsd-current@freebsd.org Subject: Re: Updating current i386 broke wlan0... In-Reply-To: <20201211161037.GA57823@troutmask.apl.washington.edu> References: <20201211161037.GA57823@troutmask.apl.washington.edu> User-Agent: UDNSMS/17.0 Message-ID: <2038a586d1e6da5ce895df48f98f2427@bsdforge.com> X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Cszt629yyz4kqW X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; ASN(0.00)[asn:11404, ipnet:24.113.0.0/16, country:US]; local_wl_ip(0.00)[24.113.41.81] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 18:32:46 -0000 On 2020-12-11 08:10, Steve Kargl wrote: > On Fri, Dec 11, 2020 at 06:12:42AM -0800, Jeffrey Bouquet wrote: >> Longtime BSD current user, due to several constraints I had to update from >> a recent dec 10 image in >> a quasi-piecemeal fashion. Fixed all issues [ I think ] From 11-Current >> to 13-Current except >> service netif onestart wlan0 up >> no longer completes. >> .................................... >> /etc/rc.d/netif set_rcvar_obsolete: not found >> eval: wlan_up: not found >> starting wpa_supplicant >> /etc/rc.d/wpa_supplicant: WARNING: failed to start... >> starting dhclient >> eval: wlan0: not found >> /etc/rc.d/dhclient: WARNING: failed to start dhclient >> /etc/rc.d/netif: WARNING: $ipv6_enable is not set properly, see rc.conf(5) >> starting network wlan0 >> eval: check_startmsgs: not found >> eval: afexits: not found >> .......................................................................................... >> Piecemeal update was needed because make toolchain and make buildworld >> failed each early on. > > I have a Dec 2 i386-*-freebsd (typing on it now), which uses wlan0 > over a lowly D-Link DWL-G630. Works fine. The change causing > you problems appears to have occurred after Dec 2. mergemaster appears to have not been done (I know. You said quasi-piecemeal). Fair enough. Assuming you have both your /etc && (proposed 13) /etc; perhaps a diff -ruN /your-etc /13-etc >./new-stuff.diff will help you discover what function names were changed/moved/deleted. As well as what services were altered/added/deleted --Chris