From owner-freebsd-embedded@freebsd.org Thu Jun 20 20:24:24 2019 Return-Path: Delivered-To: freebsd-embedded@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6A0715C6CFF for ; Thu, 20 Jun 2019 20:24:23 +0000 (UTC) (envelope-from mike@sentex.net) Received: from pyroxene.sentex.ca (unknown [IPv6:2607:f3e0:0:3::18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "pyroxene.sentex.ca", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EF8295373 for ; Thu, 20 Jun 2019 20:24:23 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [192.168.43.29] ([192.168.43.29]) by pyroxene.sentex.ca (8.15.2/8.15.2) with ESMTPS id x5KKOLit070189 (version=TLSv1.2 cipher=AES128-SHA bits=128 verify=NO); Thu, 20 Jun 2019 16:24:21 -0400 (EDT) (envelope-from mike@sentex.net) Subject: Re: NanoBSD cust_pkgng problem.... To: Warner Losh Cc: Karl Denninger , freebsd-embedded References: <27515540-54ef-6e7e-1b87-9be875b54c22@denninger.net> <9e6fdc85-801b-1a4b-ce20-d1ab6a40c28c@denninger.net> <653085db-6fea-b59a-0b29-5d9505d18199@sentex.net> From: mike tancsa Message-ID: <67f56073-4ce1-84d5-fc22-f0188e95cd44@sentex.net> Date: Thu, 20 Jun 2019 16:24:23 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 5EF8295373 X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of mike@sentex.net designates 2607:f3e0:0:3::18 as permitted sender) smtp.mailfrom=mike@sentex.net X-Spamd-Result: default: False [-1.52 / 15.00]; ARC_NA(0.00)[]; RDNS_NONE(1.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2607:f3e0::/32]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[sentex.net]; NEURAL_HAM_MEDIUM(-0.99)[-0.992,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: smtp.sentex.ca]; NEURAL_HAM_SHORT(-0.99)[-0.990,0]; IP_SCORE(-1.73)[ipnet: 2607:f3e0::/32(-4.95), asn: 11647(-3.59), country: CA(-0.09)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11647, ipnet:2607:f3e0::/32, country:CA]; HFILTER_HOSTNAME_UNKNOWN(2.50)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2019 20:24:24 -0000 On 6/20/2019 4:16 PM, Warner Losh wrote: > > > On Thu, Jun 20, 2019, 1:10 PM Mike Tancsa > wrote: > > On 6/20/2019 3:35 PM, Warner Losh wrote: > > > > Pkg now needs /dev/null. So the right fix is to fix nanobsd as > > outlined earlier in this thread. > > > Hi Warner, > >     Should I open a PR ?  Is the mount / unmount the best place ? > > > Please do. I'm on vacation right now. So if you could assign it to me, > I'll see it in the evening when I get back to the hotel. I can kick > off the tests then to get it in my queue to commit. I'm only partially > connected for the next few hours. This issue caught my eye though... > > Thanks!  Bug Report 238727 created https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238727 I dont think I have the perms to assign it to you however.     ---Mike