From owner-freebsd-current@freebsd.org Sun Aug 30 06:36:07 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 91F4E3CCB63; Sun, 30 Aug 2020 06:36:07 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfNrl1rhZz4fBV; Sun, 30 Aug 2020 06:36:06 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1kCGwc-000PXJ-Eb; Sun, 30 Aug 2020 08:36:02 +0200 Date: Sun, 30 Aug 2020 08:36:02 +0200 From: Kurt Jaeger To: Warner Losh Cc: "freebsd-arch@freebsd.org" , FreeBSD Current Subject: Re: APM BIOS set to go in FreeBSD Message-ID: <20200830063602.GT3539@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BfNrl1rhZz4fBV X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 06:36:07 -0000 Hi! > APM BIOS support will likely be removed from FreeBSD for FreeBSD 13. This > was once quite important for LAPTOP users. However, it is now no longer > relevant. It stopped being supported around the time that ACPI started to > be released for laptops. This was around the Pentium 200MHz laptop > generation, give or take. ACPI was released in 1996 to replace APM, and had > largely done so by 2000. As such, this is 20-year obsolete technology. I think I still use it to this day for all my laptops to check the battery status and put the laptop to sleep. The commands I use are apm and zzz, and they still work. What would be replacement commands ? > To that end, I'm looking for actual users of this APM that have used the > technology successfully in FreeBSD 12.0 or newer. I can experiment and even can provide you remote access to laptops of that kind. -- pi@opsec.eu +49 171 3101372 Now what ? From owner-freebsd-current@freebsd.org Sun Aug 30 06:48:37 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 03E4E3CDD2D for ; Sun, 30 Aug 2020 06:48:37 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfP785xlkz4g59; Sun, 30 Aug 2020 06:48:36 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1kCH8k-000Pbv-Bo; Sun, 30 Aug 2020 08:48:34 +0200 Date: Sun, 30 Aug 2020 08:48:34 +0200 From: Kurt Jaeger To: Matthew Macy Cc: freebsd-current Subject: Re: OpenZFS support merged Message-ID: <20200830064834.GU3539@home.opsec.eu> References: <20200829154727.GS3539@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BfP785xlkz4g59 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 06:48:37 -0000 Hi! > > > I caution against 'zpool upgrade' for the next few weeks. > > > https://svnweb.freebsd.org/base?view=revision&revision=364746 > > A system running r363767 can upgrade to some revision after r364746 > > and reboot and come up without big issues, running the new openzfs code ? > > Or is some additional step required ? > Barring some unusual configuration that no one else there should not be a > problem. The only known issue of immediate concern (that was only raised a > day or two ago :-/) is zfs delegation in poudriere. This is my package builder box, where I also receive mail, so ... 8-} > If you rely on that I'd say wait a couple days, otherwise proceed. It has it's files on a ZPOOL. How can I find if my poudriere uses zfs delegation ? https://www.freebsd.org/doc/handbook/zfs-zfs-allow.html says something about: sysctl vfs.usermount which returns 0 (so no usermounts) and: zfs allow -l zroot/pou which returns empty. So I guess I can upgrade. -- pi@opsec.eu +49 171 3101372 Now what ? From owner-freebsd-current@freebsd.org Sun Aug 30 06:57:40 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 2BBE33CE190 for ; Sun, 30 Aug 2020 06:57:40 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x736.google.com (mail-qk1-x736.google.com [IPv6:2607:f8b0:4864:20::736]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfPKZ3XZ1z4ggR for ; Sun, 30 Aug 2020 06:57:38 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x736.google.com with SMTP id n129so3521563qkd.6 for ; Sat, 29 Aug 2020 23:57:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=unhe+KX8Z9BEVCnYotH/RayNZGwYgI5DnZ8HudXbzZA=; b=KLc4peJA4Iy+j9veLY8qTx/9BE6D0GDrZeZUNx+9wnhkQZ+I8KdMXbJXmotIOLhOc8 C82bnEY826Pc0RzMaUj9jbnpHHIV27N5vCEzzTMniWYS10wWkH3LWN1CVOjhkFzm1YA6 MWcHMpNJKHf3oY9GlweeLVvh7J1Bw95n8bX2mSLVzI3jxQ67RiBZVfA9jLDwfWjHg2pT iC3PesMnUxZOKwJbGXfgjRcKYMccD/AbyTQ5QEv+pYpUMrU0626V+zKZ5sy28CWTxWLc mzVoxWMniCSNPelv+jRAPInPCxiDHze9mcfuXB5Dc/PwQO0iJCXQXMizZHpM9SG6OZKU oETg== X-Gm-Message-State: AOAM532xWYsjMM1zERKavs9ctBEIMp2x5i9+dgCF6Fpbe5K2LOF79sz1 L1Jj6HMFAkzigQMX9xi6isxwERpHlirGozi5NPeOQKsEAQs= X-Google-Smtp-Source: ABdhPJzLcGYqZCSKc40uPGHavxrRuY9v/1ejHw1+D2oyJMl/x020X0ryGnvf2o+2z3mCNP1jJ2/+NlbxXC5k85Uf2RE= X-Received: by 2002:a05:620a:686:: with SMTP id f6mr6199917qkh.60.1598770657357; Sat, 29 Aug 2020 23:57:37 -0700 (PDT) MIME-Version: 1.0 References: <20200830063602.GT3539@home.opsec.eu> In-Reply-To: <20200830063602.GT3539@home.opsec.eu> From: Warner Losh Date: Sun, 30 Aug 2020 00:57:26 -0600 Message-ID: Subject: Re: APM BIOS set to go in FreeBSD To: Kurt Jaeger Cc: "freebsd-arch@freebsd.org" , FreeBSD Current X-Rspamd-Queue-Id: 4BfPKZ3XZ1z4ggR X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.82 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.97)[-0.966]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.85)[-0.852]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::736:from]; NEURAL_HAM_MEDIUM(-1.01)[-1.007]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 06:57:40 -0000 On Sun, Aug 30, 2020 at 12:36 AM Kurt Jaeger wrote: > Hi! > > > APM BIOS support will likely be removed from FreeBSD for FreeBSD 13. This > > was once quite important for LAPTOP users. However, it is now no longer > > relevant. It stopped being supported around the time that ACPI started to > > be released for laptops. This was around the Pentium 200MHz laptop > > generation, give or take. ACPI was released in 1996 to replace APM, and > had > > largely done so by 2000. As such, this is 20-year obsolete technology. > > I think I still use it to this day for all my laptops to check > the battery status and put the laptop to sleep. > The commands I use are apm and zzz, and they still work. > Those commands don't invoke the APM BIOS. instead, they call into ACPI under the covers. Only really really old laptops from the 1990s still have that interface... > What would be replacement commands ? > I'd planned on keeping these commands alive. This is just the Advanced Power Management BIOS I plan on killing. These commands just call the old APM ioctls, which ACPI implements. I had no plans on killing those.... Just the APM BIOS support in the kernel because it does weird things that I'd like to retire. > > To that end, I'm looking for actual users of this APM that have used the > > technology successfully in FreeBSD 12.0 or newer. > > I can experiment and even can provide you remote access to laptops of that > kind. > You have Pentium 200 or slower machines with APM BIOS still in service? :) I can test the apm/zzz commands on my laptops... I often type those w/o thinking due to old muscle memory. Warner From owner-freebsd-current@freebsd.org Sun Aug 30 07:14:18 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 B0FA73CEA7A for ; Sun, 30 Aug 2020 07:14:18 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfPhh6Fp2z4k8n; Sun, 30 Aug 2020 07:14:11 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi1-x230.google.com with SMTP id j7so4441857oij.9; Sun, 30 Aug 2020 00:14:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=WA+xgKIb+SjN+FV5OFKAKhXFFhKswBPq1VPhHCbrN1M=; b=XwPxHZQWLP/YPRhxmKAKohJpPWze0Dr8465iOq9MvQEOBzWvDMGYAaYTDwUlqoCgdG Ed9l7ECNuvkuHMa/uN30ECfY8sFNYfx2xf3qeoVTTw3ObXIhF9jNb/I2bIYrZKb+8A0B 5EdebwQw3inSDAShJcvFcM2XbN2+tS6gsH9P3oMwbrTw91DnEUq9TcyDl8F8AS3n10S1 T2UCLthGRmuopW6wjBgDhqqdtn60vlRyb4vpqbmZS8AMTKNOpg3a6i7yXJAmW2FgmuuI UZS4DkPm299McpZG8dkKDxgsuWdIyn5JTLWXhdV5qdf6tfsolMSdhAX0uPtG9sS51gTu sacg== X-Gm-Message-State: AOAM531rNyn7NG9ZSGV+Hh8mw1rzRPaGY5zZs9DAZCChNENkH5oFh+V2 6+9Mbipg0+mecni1RAeuWe3JK3V6fDWGJMDawfVp6Ne7PAY= X-Google-Smtp-Source: ABdhPJykXTC3KPnNGLoXVbbcpzy6e9NEfJ/aYpuptoBUfpZrHlosYY716D2lVY8HaYW0hrk+CFzu8HT2W/OFjkf6Ofg= X-Received: by 2002:a05:6808:b10:: with SMTP id s16mr739966oij.95.1598771644461; Sun, 30 Aug 2020 00:14:04 -0700 (PDT) MIME-Version: 1.0 References: <20200829151406.GA19857@FreeBSD.org> <95d7aef5-69d4-0215-43ca-0663bc370667@protected-networks.net> <20200829155123.GB19857@FreeBSD.org> <20200829160444.GC19857@FreeBSD.org> <0fbe4d36-6da8-9e63-c830-1dba9fa057ee@protected-networks.net> <20200829211701.GF19857@FreeBSD.org> <36ab2d22-fe14-5be7-a45b-2457fff10773@protected-networks.net> <20200829213002.GG19857@FreeBSD.org> <20200829214017.GH19857@FreeBSD.org> <20200829214325.GI19857@FreeBSD.org> <20200829214835.GJ19857@FreeBSD.org> In-Reply-To: <20200829214835.GJ19857@FreeBSD.org> From: Mehmet Erol Sanliturk Date: Sun, 30 Aug 2020 10:13:27 +0300 Message-ID: Subject: Re: documentation on release build process change (svn -> git)? To: Glen Barber Cc: Michael Butler , freebsd-current X-Rspamd-Queue-Id: 4BfPhh6Fp2z4k8n X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.19 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.03)[-1.029]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; SUBJECT_ENDS_QUESTION(1.00)[]; NEURAL_HAM_LONG(-1.01)[-1.013]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::230:from]; NEURAL_HAM_SHORT(-0.14)[-0.143]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 07:14:19 -0000 Dear Michael , Your messages are classified as spam because GMail is not able to verify that their origin is the above address . I have tried to send this message to Michael Butler GMail responded as approximately "The address could not be found." . Mehmet Erol Sanliturk On Sun, Aug 30, 2020 at 12:48 AM Glen Barber wrote: > On Sat, Aug 29, 2020 at 09:43:25PM +0000, Glen Barber wrote: > > On Sat, Aug 29, 2020 at 09:40:17PM +0000, Glen Barber wrote: > > > On Sat, Aug 29, 2020 at 09:30:02PM +0000, Glen Barber wrote: > > > > On Sat, Aug 29, 2020 at 05:21:16PM -0400, Michael Butler wrote: > > > > > On 8/29/20 5:17 PM, Glen Barber wrote: > > > > > > On Sat, Aug 29, 2020 at 04:38:05PM -0400, Michael Butler wrote: > > > > > >> The build-from-existing mode fails with .. > > > > > >> > > > > > >> imb@vm01:/usr/src/release> sudo ./release.sh -c > release-i386.conf > > > > > >> fatal: not a git repository (or any parent up to mount point > /usr) > > > > > >> Stopping at filesystem boundary > (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). > > > > > >> umount: /usr/local/release-builds/i386/dev: not a file system > root directory > > > > > >> > > > > > > > > > > > > Here's the fun part - Which revision was this? > > > > > > > > > > The host system is check-out from SVN r364964, > > > > > > > > > > > > > Can you please try the attached patch against your release.sh? > > > > > > > > > > Nevermind, I see the problem. Standby. > > > > > > > r364966 should fix it. Thank you again for your help here. > > > > Sigh. r364968 should *really* fix it.. > > Is it Friday yet? > > Glen > > From owner-freebsd-current@freebsd.org Sun Aug 30 11:17:09 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 04CF13AF032 for ; Sun, 30 Aug 2020 11:17:09 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfW4z5FGmz3Zqs; Sun, 30 Aug 2020 11:17:07 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from hermann.fritz.box ([77.183.152.155]) by mail.gmx.com (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MybKf-1kWuaL3A7R-00yw4o; Sun, 30 Aug 2020 13:17:04 +0200 Date: Sun, 30 Aug 2020 13:16:57 +0200 From: "Hartmann, O." To: Mateusz Guzik Cc: "Hartmann, O." , FreeBSD CURRENT , mmacy@freebsd.org, freqlabs@freebsd.org Subject: Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 Message-ID: <20200830131657.4803768b@hermann.fritz.box> In-Reply-To: References: <20200828120706.7b2c3396@hermann.fritz.box> <20200828130539.18ba7437@hermann.fritz.box> Organization: walstatt.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/elSfoLPzOPkBpioFP_1tEUI"; protocol="application/pgp-signature" X-Provags-ID: V03:K1:zTGo3IYQJlB+j+MdEdGqA+dL0XBvDp3XwajtN8JQY5Nfw4asFrX vRZ3TwB/+HXV58ZsabZQkI505lMruuz2ZkmIG8pHCEh6MVpTKaIEDqscWG7et7VvhrGHUh4 bjnnep+e6q5XP5Ux9W5QJsTaBRLmOwyuTKDoE31smFpWsRJvP0FUkbX9xzXoP2JXe/MqGDW oPaIFzX2xmbcF8yyGG1KQ== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:VbQL9sXh0gQ=:vKYZNGVOL3PTfR1T/7Ygk6 d1w6RwARUy42geKAY5uc/jVseek9A8vjpaOjqaKmuqKufJmkSWvleFLyfxQIvHYNTOJd8MqA0 pmAwPYOCGKAumaQVhsVe0KbcQooTVM3cNgqppBTY+F367JOzuPzougLjzau40V3pgY/viSwbi uUfV+NgVyHbgy3nyfFK3/WtMuEGPtByuKIaFjWsI6VgmsUIPqGxPRcmFMIRKbbZxgrIKvg+ZO w2lIbV8V4UuFCKjzX8DUf/A5ctoH0hpvkNntzgbuvZ+dCCl6cksuoxDL3tpSGKDkK++eDPAit WxaWafFGldq+5vVc8g0sJmWEM/LbfJABZiJ93t0kN35CXm9A3JYgG8P79QqTy0eUuKR5vcH9T qZulAAyUWzflUbtPbq1cyP49RUC7AJFzZpj1VBKe41RNl4WDRkj7lysNBKweSpAarxjvovBVx em3KlspcvbtfWsDUruZD9EZuVQoaoMv1CtxDgiTavPWri5lbhSLnU81N2Ot4028N70/OPNIT0 AYB/q4LseYiTIdf6VwcSOCZJWV/HuN9I9hcQLZSCMty8aTzgsAfN8Jq40bde5hpkH7dxonbqj W8hYz2duIMQ04WS0qvrB1JYYyUNaKrskL/uNhlbn8M2LP2N/rjA8JYGP+WnA2UaLloL6IebUc qIEK5L2xZINkas5AgrsqU0tQQToIdmh5FmLrujPJkvrCT+R5iuyrPpSs8WLahr9WHzH87KqYu zcMIsb7q6Tkv5eDXs1+PTrY8FPoY7zgd5bJwh7wfqwV1WE795/8BGDGOUWJ0XROg4jwfDcdg5 +L4c5mGiUyWmWBQtkqHNm0gZsIDNUuU+7DmvjwLZax343LWx9nQ2kyw8nkpt/W/nK16Mth1BW 0EvSylXIKVjFb84L7BenGVvT+wF2QPcIqnOG52ZnDx++mSn4ANeVyvbgMCyYb8vMvwo+V1TOL tubLSIvcjn3Uf7eDiyPiSxoHg9aZ5enbSlgDy2/Gt+hrLoQ3Bfox/508xa/IaNBcERAL8LraQ 8D9nEzxg7Py0AQOkp7i79dishZTlrHr9KNhlqG+8P1/LlrlPqHjU5wSoZar1cCF/BZpJGyF7t lGf94lu8CGlz1NfzeEDpxzJW8tohYIBvh0pvuGMY5wOnJCBGk/nFbDj26qHNrGXwwApPukSNN 28K23IwZbFkfm6cDO40kTV5ajDXJ1/LfJMn9yENaBLOVSlNhnjscDw8/lvpv/kSL9pOJEcYkY GVhQf0KWhiBmfPfsa3cEFeoXYYeSddIMx+AMXIw== X-Rspamd-Queue-Id: 4BfW4z5FGmz3Zqs X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.22 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.87)[-0.870]; NEURAL_HAM_LONG(-0.97)[-0.975]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[walstatt.org]; RCPT_COUNT_FIVE(0.00)[5]; HAS_ORG_HEADER(0.00)[]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.17.20:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmx.net:+]; NEURAL_HAM_SHORT(-0.87)[-0.871]; RECEIVED_SPAMHAUS_PBL(0.00)[77.183.152.155:received]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_IN_DNSWL_LOW(-0.10)[212.227.17.20:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 11:17:09 -0000 --Sig_/elSfoLPzOPkBpioFP_1tEUI Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 28 Aug 2020 13:16:05 +0200 Mateusz Guzik wrote: > On 8/28/20, Hartmann, O. wrote: > > On Fri, 28 Aug 2020 12:31:21 +0200 > > Mateusz Guzik wrote: > > =20 > >> Can you show more of the log? > >> > >> When you installkernel you should see: > >> mkdir -p /boot/kernel > >> install -p -m 555 -o root -g wheel kernel /boot/kernel/ =20 > > > > These lines are seen right after the beginning of "make > > installkernel".=20 > >> mkdir -p /usr/lib/debug/boot/kernel > >> install -p -m 555 -o root -g wheel kernel.debug > >> /usr/lib/debug/boot/kernel/ =20 > > > > I wouldn't expect these lines according to my /etc/src.conf, since I > > disbaled debugging and installing debugging infos. =20 > >> > >> Did these succeed? Do these dirs exist now? =20 > > > > It is not existent, as expected: > > > > > > # ll /usr/lib/debug/boot/kernel/ > > ls: /usr/lib/debug/boot/kernel/: No such file or directory > > =20 >=20 > Ok. I recently made changes to the namecache, which if buggy, could > have resulted in woes like the above. >=20 > Thus it looks like the newly imported zfs does not respect > WITHOUT_DEBUG_FILES. Even in r364973 the problem still remains. Disabling option WITHOUT_DEBUG_FILES in src.conf is exhausting the /usr/obj partition (using UFS/FFS) and no option. Got now several boxes having "make installkernel" issued with a running system but incomplete kernel installation, as buildkernel suggested a clean build. Can this be fixed, please? =20 >=20 > >> > >> On 8/28/20, Hartmann, O. wrote: =20 > >> > On CURRENT (FreeBSD 13.0-CURRENT #185 r364767: Tue Aug 25 > >> > 16:10:50 CEST 2020 amd64), /usr/src at revision 364907, > >> > installkernel fails now due to an error as shown below. For the > >> > record, "options ZFS" ist statically in the kernel config file. > >> > > >> > Also deleting /usr/obj and restarting buildworld and buildkernel > >> > from scratch doesn't solve the problem. The buildworld and > >> > buildkernel mutually finish without error (I do not see any on > >> > the console), installworld also finishes fine, but installkernel > >> > not. > >> > > >> > /etc/src.conf looks as follows: > >> > > >> > [...] > >> > CPUTYPE?=3D native > >> > # World > >> > CFLAGS+=3D -O3 > >> > #CFLAGS+=3D -DNDEBUG > >> > # Kernel > >> > COPTFLAGS+=3D -O3 > >> > #COPTFLAGS+=3D -DNDEBUG > >> > #CXXFLAGS+=3D -std=3Dc++17 > >> > WITH_CLANG_EXTRAS=3D YES > >> > WITH_LLDB=3D YES > >> > #WITH_BSD_GREP=3D YES > >> > WITH_OFED_EXTRA=3D YES > >> > WITH_NAND=3D YES > >> > #WITH_CTF=3D YES > >> > WITH_SVN=3D YES > >> > WITH_BEARSSL=3D YES > >> > WITH_PIE=3D YES > >> > WITH_SORT_THREADS=3D YES > >> > WITH_ZONEINFO_LEAPSECONDS_SUPPORT=3D YES > >> > MALLOC_PRODUCTION=3D YES > >> > WITHOUT_ASSERT_DEBUG=3D YES > >> > WITHOUT_TESTS=3D YES > >> > WITHOUT_PROFILE=3D YES > >> > WITHOUT_DEBUG_FILES=3D YES > >> > WITHOUT_REPRODUCIBLE_BUILD=3D YES > >> > > >> > [...] > >> > > >> > Debugging facilities are disabled as src.conf indicates. > >> > > >> > [...] > >> > install -T release -o root -g wheel -m 555 xz.ko > >> > /boot/kernel/ =3D=3D=3D> zfs (install) > >> > install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ > >> > install -T dbg -o root -g wheel -m 555 zfs.ko.debug > >> > /usr/lib/debug/boot/kernel/ > >> > install: /usr/lib/debug/boot/kernel/: No such file or directory > >> > *** Error code 71 > >> > > >> > Stop. > >> > make[4]: stopped in /usr/src/sys/modules/zfs > >> > *** Error code 1 > >> > *** Error code 1 > >> > =20 > >> > >> =20 > > > > =20 >=20 >=20 --Sig_/elSfoLPzOPkBpioFP_1tEUI Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iHUEARYIAB0WIQSy8IBxAPDkqVBaTJ44N1ZZPba5RwUCX0uKqQAKCRA4N1ZZPba5 R32cAQC2zJMdB4dRFTtaSLpvAv+XgF9CvDyVJ5GlKuuSqHhMIgEA5Xrdhjl4xj3z KQ8j2Zu5IUAGHPLD905884x0RxH3Iwk= =G1G0 -----END PGP SIGNATURE----- --Sig_/elSfoLPzOPkBpioFP_1tEUI-- From owner-freebsd-current@freebsd.org Sun Aug 30 15:43:25 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 B1B3A3BF1FB for ; Sun, 30 Aug 2020 15:43:25 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from CAN01-TO1-obe.outbound.protection.outlook.com (mail-to1can01on0611.outbound.protection.outlook.com [IPv6:2a01:111:f400:fe5d::611]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bfd0D23qbz466C for ; Sun, 30 Aug 2020 15:43:23 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=J5aHyvtz9Nmz/FElpuM5gCK/kixX3+qtIvz+KvpfFmN+r/o6DkcjNCCGCzyuJ8pvywdp6Vpf1i5MPu1f8fAWUY/qAxXnwbn5fELkREbtuW2ajztYKbg26y3AXlKRSGEUix7ok6/iFATBEipEAMyQIF+0BRatFb595G8iYy9R2MaSPj+OyWJsQK6rsguXm2FOG86MSsrVjdRoyAHyMlo5XwWZx/Zk44ZmdVk9QHkP3kYdLAhjTEGpS59QSywIIk79THkHCGuW54jTDRse6clU5O8gpl7CebASkrHqcy1TA4GIrcmnG740s0Zv3IICP+GbeOEMuBOTiUeJhPSKTkXhww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=aARXziLpOlm3nzpjcqYsuTrvyrJL3XqzAIhveBjHpt8=; b=anx4NkoM9QzFeL3LgH1Hp7OnTlIEXm1RNrWdMAqfOdPeMOQ93Nx++3AV1KUmPxK8+7T1wdh4BS5Ykrl2dLuFvN6V4ECSoomrw9XrSExeAeRZW0Kfhl/3hBOwVxI5LQW6brxhFDVzGg/pmKQw4stKL5HM8y/oTuRnHsgfRgDgdjg4iDl09MMlHR6Kz5umz+MZflsmTfkdVy8KXNA/RAftBIkqyMBTN/szgFnISgcp8OQFt4Q+sBU0Ow/B9xSTpHAYjk3dS7gQ40tzIDFvR6kvRa5tEY30PWmzb6ZCJXEYJ3Af4p63Dr0SJu3M3vUzJ/ImC5yoc2rUnPOEw8uaCIYw9g== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uoguelph.ca; dmarc=pass action=none header.from=uoguelph.ca; dkim=pass header.d=uoguelph.ca; arc=none Received: from QB1PR01MB3364.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:c00:38::14) by QB1PR01MB2931.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:c00:30::26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3326.23; Sun, 30 Aug 2020 15:43:17 +0000 Received: from QB1PR01MB3364.CANPRD01.PROD.OUTLOOK.COM ([fe80::e89a:a655:91ca:4e63]) by QB1PR01MB3364.CANPRD01.PROD.OUTLOOK.COM ([fe80::e89a:a655:91ca:4e63%5]) with mapi id 15.20.3326.024; Sun, 30 Aug 2020 15:43:09 +0000 From: Rick Macklem To: Poul-Henning Kamp CC: "freebsd-current@FreeBSD.org" Subject: Re: Does FreeBSD have an assigned Internet OID? Thread-Topic: Does FreeBSD have an assigned Internet OID? Thread-Index: AQHWfOQCpwbgqv6aA0GzAfg3EFRAsqlM+8KAgAFliaSAAD+lAIACLPR3 Date: Sun, 30 Aug 2020 15:43:09 +0000 Message-ID: References: , <40659.1598591955@critter.freebsd.dk> , <81998.1598682402@critter.freebsd.dk> In-Reply-To: <81998.1598682402@critter.freebsd.dk> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: d43b3155-4eda-48ce-de31-08d84cfb65a5 x-ms-traffictypediagnostic: QB1PR01MB2931: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:9508; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: +3I//YOVOPNmBTsdT3NiL9gq3UCi1PfC6N1pGrZRFadrfdhnHV7hu5mquFhEOAkwXTHicflwjnL/Okaf615QdCicg73b3dWDQSelS/KHvAKaYSy8Srf2yRx1xdfL9o/UgMWAG/8PhtnqeyS7f2xVZtfuFRXz/7l3M7snAViM1FTLAa4BTQQNY5WlmfOvxsVErKFiR8shRwwyte7MZkDC1ViV3yeUpCcwD84vfLyoboCjWhnquHG/Zvoj+zkGnotq+liqlHtvEP8vSyVJVVTZ//yq8VilFSTSE9Tclw6qG9zi+ARJC7932OvXKzo+BqiFxUxWU3oZvKrxmqO+qTBz/TWqXX5+njnsarxTxJhWTPgsRpjJ3Cy26Lsy0eN9Vsd1a3HvYpydb2iIoz2qUXlqPQ== x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:QB1PR01MB3364.CANPRD01.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(396003)(366004)(136003)(376002)(39850400004)(346002)(71200400001)(316002)(8676002)(786003)(86362001)(33656002)(66946007)(186003)(64756008)(66476007)(76116006)(66446008)(8936002)(66556008)(91956017)(4744005)(2906002)(9686003)(83380400001)(52536014)(6916009)(7696005)(6506007)(5660300002)(4326008)(966005)(55016002)(478600001); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata: zc13LJ1ADjT97pv20MSth642HJXXI8ZuRzFWZ0asYjGKdhetWnQCm9w/VBReEca3U3+I8tFyNvX4I/3BtABodGGg6UxrMUNxaX8v/wDflfSwXh9VyLk9Ng1k66qjFkjpY55nUbS9rOn35l6FCRgOOHU1C2qwn39iFay+rewHRTRkIUuRI2GDuuWCWJHIclRJSdpcHO3EwXiI3qtIfsOl/5lBDOlZ4C4FxK4RS23fn03gqro0AZf5jTivjag6iBNMEVdxHbEfwGXldEPmik9eRusjzeLLJCsAXFqvf8H3KH8FFzLpKzVjxOkwsb8NBrSZ4AdsBlMdP1Ia4gJ4esZeNPS4x6tGn5w7gY4xD9tWflkHLhLuoJwQCxIns11nyKH1A5MFUkzkO7BfgD2zKuB+Y1MWsU01lB6h5da0uq5ncuQ62lGiSOMyEc7g4/JZXQUX64NMygk9YlxwRm+Wby7eAJ4IanY8QRDFXYfHTfKWxHUyC5ozJdRyhvFW10l1qjh0y2Cvw1gQBN2M9gI+4GEoERpdbFafCGz1NPxxc/triE5sBvyKPQZupZA50ZHRsprxg26spqT+P3Hyq8wZuvgqS8Se37S6JrjfbyCeKZGLRcoHWCncGD/W3+Yj5Ut0KHs1r1H1Ml9r2uhdjFm+y7C02XfemPO1K2kO77GuLbvdFug6Y48ed0q/i7w4nY0MLbUBqKHisq/DtO7VmXESy04dsw== x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uoguelph.ca X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: QB1PR01MB3364.CANPRD01.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: d43b3155-4eda-48ce-de31-08d84cfb65a5 X-MS-Exchange-CrossTenant-originalarrivaltime: 30 Aug 2020 15:43:09.7407 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: be62a12b-2cad-49a1-a5fa-85f4f3156a7d X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: DPiusLAttSrEzA9N1ezq+AkFoMFLLeYG2cuSd4cvHNJzfvGPlaldGWdjuaCp5Qjz4mdYF30XT0FJQ2pdrcSzYA== X-MS-Exchange-Transport-CrossTenantHeadersStamped: QB1PR01MB2931 X-Rspamd-Queue-Id: 4Bfd0D23qbz466C X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.93 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.96)[-0.958]; R_DKIM_ALLOW(-0.20)[uoguelph.ca:s=selector1]; FREEFALL_USER(0.00)[rmacklem]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:111:f400::/48]; NEURAL_HAM_LONG(-1.01)[-1.010]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_LOW(-1.00)[uoguelph.ca:dkim]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[uoguelph.ca:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[uoguelph.ca,none]; NEURAL_HAM_SHORT(-0.96)[-0.958]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:8075, ipnet:2a01:111:f000::/36, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 15:43:25 -0000 Poul-Henning Kamp wrote:=0A= >Rick Macklem writes:=0A= >> Poul-Henning Kamp wrote:=0A= >=0A= >> Is https://reviews.freebsd.org/D26225=0A= >> sufficient to allow me to use 1.3.6.1.4.1.2238.1.1.1 for a user@domain= =0A= >> name in this otherName component of subjAltName in the X.509 cert?=0A= >> (I didn't list the UserName as the first item of the subtree. Should I?)= =0A= >=0A= >You should add a comment about how suballocations (if allowed) happens=0A= >under that branch.=0A= I think it is easiest to do them in this file.=0A= I have added an entry for it.=0A= =0A= >> Do I need to update the date/time for LAST-UPDATED and REVISION=0A= >> when I commit it, I'd guess?=0A= >=0A= >Yes please.=0A= I've updated https://reviews.freebsd.org/D26225=0A= =0A= If you could review this, it would be appreciated, rick=0A= =0A= --=0A= Poul-Henning Kamp | UNIX since Zilog Zeus 3.20=0A= phk@FreeBSD.ORG | TCP/IP since RFC 956=0A= FreeBSD committer | BSD since 4.3-tahoe=0A= Never attribute to malice what can adequately be explained by incompetence.= =0A= =0A= From owner-freebsd-current@freebsd.org Sun Aug 30 19:38:09 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 40F0C3C646F for ; Sun, 30 Aug 2020 19:38:09 +0000 (UTC) (envelope-from freebsd-current@lordsith.net) Received: from outbound.soverin.net (outbound.soverin.net [IPv6:2a01:4f8:fff0:2d:8::215]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BfkC42rypz4Nsq for ; Sun, 30 Aug 2020 19:38:07 +0000 (UTC) (envelope-from freebsd-current@lordsith.net) Received: from smtp.freedom.nl (unknown [10.10.3.36]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 25A9C600E4 for ; Sun, 30 Aug 2020 19:38:00 +0000 (UTC) Received: from smtp.freedom.nl (smtp.freedom.nl [116.202.65.211]) by soverin.net Date: Sun, 30 Aug 2020 19:37:56 +0000 From: marco To: freebsd-current Subject: bectl: cannot promote 'zroot/ROOT/r364030-OpenZFS2': not a cloned filesystem Message-ID: <20200830193756.GA6325@freedom.nl> Reply-To: marco Mail-Followup-To: marco , freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: lordsith.net X-Operating-System: FreeBSD 13.0-CURRENT amd64 X-Unix: Use Unix or die X-Uptime: 6:56PM up 21:28, 1 user, load averages: 0.28, 0.21, 0.17 X-Rspamd-Queue-Id: 4BfkC42rypz4Nsq X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.16 / 15.00]; HAS_REPLYTO(0.00)[freebsd-current@lordsith.net]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:fff0:2d:08::215]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[lordsith.net]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.78)[-0.778]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-0.95)[-0.954]; NEURAL_HAM_SHORT(-0.13)[-0.130]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sun, 30 Aug 2020 19:38:09 -0000 I'm still on r364030 using sysutils/openzfs 2020081800 (compiled from ports) pkg info -s openzfs openzfs-2020081800 15.3MiB I currently only have 1 BE and would like to attempt to upgrade to anything past r364746 I don't use encryption, won't attempt an 'zpool upgrade' of zroot so think I should be safe to move forward. # bectl list -aDs BE/Dataset/Snapshot Active Mountpoint Space Created r364030-OpenZFS zroot/ROOT/r364030-OpenZFS NR / 15.2G 2020-08-22 22:46 create new BE # bectl create r364030-OpenZFS2 root@harbinger:~ # bectl list -aDs BE/Dataset/Snapshot Active Mountpoint Space Created r364030-OpenZFS zroot/ROOT/r364030-OpenZFS NR / 15.2G 2020-08-22 22:46 r364030-OpenZFS@2020-08-30-19:23:04-0 - - 0 2020-08-30 19:23 r364030-OpenZFS2 zroot/ROOT/r364030-OpenZFS2 - - 8K 2020-08-30 19:23 zroot/ROOT/r364030-OpenZFS@2020-08-30-19:23:04-0 - - 0 2020-08-30 19:23 activate new BE # bectl activate r364030-OpenZFS2 cannot promote 'zroot/ROOT/r364030-OpenZFS2': not a cloned filesystem Did not successfully activate boot environment r364030-OpenZFS2 # zfs get origin zroot/ROOT/r364030-OpenZFS2 NAME PROPERTY VALUE SOURCE zroot/ROOT/r364030-OpenZFS2 origin zroot/ROOT/r364030-OpenZFS@2020-08-30-19:23:04-0 - Despite the warning/erros messages listed a 'bectl list' does show that the new BE will be active on reboot # bectl list -aDs BE/Dataset/Snapshot Active Mountpoint Space Created r364030-OpenZFS zroot/ROOT/r364030-OpenZFS N / 15.2G 2020-08-22 22:46 r364030-OpenZFS@2020-08-30-19:23:04-0 - - 0 2020-08-30 19:23 r364030-OpenZFS2 zroot/ROOT/r364030-OpenZFS2 R - 8K 2020-08-30 19:23 zroot/ROOT/r364030-OpenZFS@2020-08-30-19:23:04-0 - - 0 2020-08-30 19:23 However the boot fails dropping me to the mountroot prompt. Luckily activating r364030-OpenZFS again is not a problem and the system will happily boot from that again after attempting to boot from r364030-OpenZFS2. So now I have only 1 working BE and it feels a bit tricky to try an upgrade in place. What's the best advice here? I could switch back to base ZFS in this active BE, see if the system will be able to import zroot and mount all my datasets and boot, then try to create another BE using base ZFS and then attempt to update. -- Marco van Lienen -- FreeBSD enthusiast https://keybase.io/scarcry , GnuPG id: 8580E6CB "The Tuck Pendleton machine...zero defects." From owner-freebsd-current@freebsd.org Tue Sep 1 02:37:59 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 AD7EB3D820B for ; Tue, 1 Sep 2020 02:37:59 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from CAN01-QB1-obe.outbound.protection.outlook.com (mail-eopbgr660041.outbound.protection.outlook.com [40.107.66.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgWT20yKfz4WB7 for ; Tue, 1 Sep 2020 02:37:57 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=i1QJhKQS7YPVDVRUK1qPioQHvWsY7t4k7zsJyflw5X9gSByENiyV8JNWXVCb1WPn4UIb0OUpcH3pWm6jIrRl722UyeX6oLGlcvDFiPAhOoRdayBhWcqkgwGRXN+9iBhvNcCP5zqMACNcuSYBDiFTY33ljgCh0L4Qiv17CIu1Gx7BsoY9isSxsJe0v4v/B3YSSuX36IUDskj4U01X1wzBuGQxzp0O4ELwXLOAtK0gD6sigHPpqH/jerjzZ0G5mH6y/7j1tZ2FIGk26Yw4l/EhchV6e3ozC17UQZql4rUf40yVE04TofNDJK7YJ0p+fd1vEIXdQ9D9UfhR+Ne/qCo+6w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=O8wWtiu30oOWyHJu9FZ6V9PRahdrHWaaw0yzJfApUPg=; b=WYO/h4YKY8tUrqctrWK6DbbW2qYy4ocBA9YVogJcDzes3E6msVitLw1ipj19/rFIY/VuYypsE6dbnjrDIAvVs1VxgbBOmgBmqJQYF40Nbh2ji3E9t9C0reWMVqLLoSzieODmG1ScWj6XcCs2dvMEqw5xKKliHmimz6EP4WPOCHzP/IVHmBlQF3L04Qiz3pPOJEojkBCBe6ukj2GD7TwZACX+94gT0WRHiGo0x2/29pWm5FKBLEy8R4shYUilQeV/pEtpe0/eYfEnaSn54c4LTUV+1Rx6GYLic+kd43ogIZLtDTGy3vTWj3bVV0PrKI1h3C//VIA/sSyP5bnpwYXRNQ== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uoguelph.ca; dmarc=pass action=none header.from=uoguelph.ca; dkim=pass header.d=uoguelph.ca; arc=none Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:24::27) by YTOPR0101MB0892.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b00:26::25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3326.21; Tue, 1 Sep 2020 02:37:56 +0000 Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20]) by YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20%6]) with mapi id 15.20.3326.025; Tue, 1 Sep 2020 02:37:56 +0000 From: Rick Macklem To: "freebsd-current@FreeBSD.org" Subject: should rpctlssd be called rpc.tlssd? Thread-Topic: should rpctlssd be called rpc.tlssd? Thread-Index: AQHWgAimtAPCYOtlOUahlI3tnXXtyQ== Date: Tue, 1 Sep 2020 02:37:56 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: d13dff37-692b-4c0f-e255-08d84e200888 x-ms-traffictypediagnostic: YTOPR0101MB0892: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:8273; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: KtQM95xxgkot00gGBImsrEoloPnbrDGa16VH+Rvcz6Lbj5UQJzQMj2Js5w8Kk+3nsk9T/TIeSW8uadcXje3p6+Xul01ZZtUCqDaauw2ivN2CCfIFfee8h3r0YNQJjcZlaVGs9x6U3xK+4kIFDrd2XBdS8b2y6FATHfI1jWcO6TU2OjLe6GfIhLr1lvmmNiHX7H2YDF/IXPmFijeAx+wxsKKpC6y9RYVjiucM0oGEC9Ij974BRac2YxHkFUy2oGNct4D7/5vRuKuOn+Q4d91u+X2lY/btG/jLxET+KKQXlX7DDVVCC+H/9ecFzXUM92q5dfczoh30UNZYPatZrT5iEg== x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(396003)(346002)(376002)(39860400002)(136003)(366004)(52536014)(4744005)(186003)(7696005)(6506007)(33656002)(478600001)(64756008)(2906002)(66946007)(76116006)(66476007)(66556008)(66446008)(55016002)(86362001)(6916009)(8936002)(316002)(5660300002)(786003)(9686003)(71200400001)(91956017)(8676002); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata: zgdiBkvp6IES5LFk+kzYO7zdOMBZZiKmslmy66SAthn9sZfjnGxVhRh5tKfB3DXxZupFzw36oLrVvl/wKmwwFnPeJ2X7I9y5JmTXi/bDcfmO4EUF8N2tCCYjkCTI0bkNkCjnCQol6d+pj6mkVNFN8op9YuQit2UYH9GNIMCLeKRl42MXxyw+GRhLVS1VmDSRyKHlJLVRp2sjSQTfpX0YXSDdUOibKw90JsWYCYtPg1dLp6vtBUVg7NCqK/tgCJiBxOc8lU19jZAO+TbvXkDIRSZ2szpBN/2+cn2zO6cwveTFk8z60x3zu27gduBz7zl2fTSMsxwI6/6WcasZs92gwRmQudx1Eo3fP/rTpvALLA0E4831Wv4L2Pwhqv0eiVKnTbVNscqfNipndolNZcoYKZkGMt4UMkA/k1vTG6a9p5nWNKW/rq2okT0KhMOkUhFvBn/76Fq/k8k+aZeKcVbwYTXpDsjW1LPrnzp6moSrzytfQlccZQiklW5vxgbfTsDdyVN/IvYZv81W6LPbsPszRvldVtU6VdUctC97n5gDN0Mpuo5Vcoj744X6LaZpwC4n/34OvZR4x0rerC2Xed1Gddb9/4pUZkL7p5Lgzz7xx2JaConuzET5yorcTCo6PK3gKBNFUUXBA1FsRgJ2Hp6yQOHymJIxPzHIrBueZJp0sXRked0OT7woFEq7JwtjpakEzRRcx99NE6unqwjxbUrQhw== x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uoguelph.ca X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: d13dff37-692b-4c0f-e255-08d84e200888 X-MS-Exchange-CrossTenant-originalarrivaltime: 01 Sep 2020 02:37:56.0874 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: be62a12b-2cad-49a1-a5fa-85f4f3156a7d X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: roi/pq/HQYtwOWBRBp+PLHYbhHqqcypCLsQ66qxk6xRgY4xKTSolqxNJ6XwabKdvrA4JkvwKchPAbkV9EHw1mg== X-MS-Exchange-Transport-CrossTenantHeadersStamped: YTOPR0101MB0892 X-Rspamd-Queue-Id: 4BgWT20yKfz4WB7 X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.14 / 15.00]; NEURAL_HAM_MEDIUM(-1.01)[-1.013]; R_DKIM_ALLOW(-0.20)[uoguelph.ca:s=selector1]; FREEFALL_USER(0.00)[rmacklem]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.01)[-1.009]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[uoguelph.ca:dkim]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[uoguelph.ca:+]; DMARC_POLICY_ALLOW(-0.50)[uoguelph.ca,none]; RCVD_IN_DNSWL_NONE(0.00)[40.107.66.41:from]; NEURAL_HAM_SHORT(-1.11)[-1.114]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:8075, ipnet:40.104.0.0/14, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.107.66.41:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 02:37:59 -0000 This sounds trivial, but I thought I'd ask, in case anyone=0A= has a preference?=0A= =0A= The NFS over TLS code includes two daemons, one for=0A= the client and one for the server.=0A= I have called them rpctlscd and rpctlssd.=0A= =0A= There was/is a tradition in Sun RPC of putting a "." in=0A= the names.=0A= So, should I be calling these daemons:=0A= rpc.tlscd and rpc.tlssd?=0A= =0A= Thanks, rick=0A= From owner-freebsd-current@freebsd.org Tue Sep 1 11:00:39 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 1D70B3C207C for ; Tue, 1 Sep 2020 11:00:39 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Received: from smtp-relay-int.realworks.nl (smtp-relay-int.realworks.nl [194.109.157.24]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bgkd14KMnz4Kv2 for ; Tue, 1 Sep 2020 11:00:37 +0000 (UTC) (envelope-from ronald-lists@klop.ws) Date: Tue, 1 Sep 2020 13:00:33 +0200 (CEST) From: Ronald Klop To: Rick Macklem Cc: "freebsd-current@FreeBSD.org" Message-ID: <717673374.24.1598958033729@localhost> In-Reply-To: References: Subject: Re: should rpctlssd be called rpc.tlssd? MIME-Version: 1.0 X-Mailer: Realworks (523.585.c9d0baf6b79) Importance: Normal X-Priority: 3 (Normal) X-Rspamd-Queue-Id: 4Bgkd14KMnz4Kv2 X-Spamd-Bar: / X-Spamd-Result: default: False [-0.79 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; RWL_MAILSPIKE_VERYGOOD(0.00)[194.109.157.24:from]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:194.109.157.0/24]; NEURAL_HAM_LONG(-1.03)[-1.034]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_NA(0.00)[klop.ws]; NEURAL_SPAM_SHORT(0.07)[0.066]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; HAS_X_PRIO_THREE(0.00)[3]; RCVD_IN_DNSWL_NONE(0.00)[194.109.157.24:from]; NEURAL_HAM_MEDIUM(-1.02)[-1.020]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:3265, ipnet:194.109.0.0/16, country:NL]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-current] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 11:00:39 -0000 Van: Rick Macklem Datum: dinsdag, 1 september 2020 04:37 Aan: "freebsd-current@FreeBSD.org" Onderwerp: should rpctlssd be called rpc.tlssd? > > This sounds trivial, but I thought I'd ask, in case anyone > has a preference? > > The NFS over TLS code includes two daemons, one for > the client and one for the server. > I have called them rpctlscd and rpctlssd. > > There was/is a tradition in Sun RPC of putting a "." in > the names. > So, should I be calling these daemons: > rpc.tlscd and rpc.tlssd? I don't have an opinion about the rpc* vs rpc.* tradition. But what I do not understand is why the difference between 2 daemons is only reflected in 1 character of their names. The rest of the name is actually not really significant in keeping them apart. Regards and happy hacking, Ronald. > > Thanks, rick > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-current@freebsd.org Tue Sep 1 11:53:54 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 5CD473C3FBE for ; Tue, 1 Sep 2020 11:53:54 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BglpT3P59z4PHY for ; Tue, 1 Sep 2020 11:53:53 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wm1-x32a.google.com with SMTP id s13so846625wmh.4 for ; Tue, 01 Sep 2020 04:53:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:reply-to:mime-version:content-transfer-encoding; bh=0hZE8Jetv1j+rt2JZFEhwDS9osozuncOQn/wNqjWFJo=; b=ufq8PyjKL2UMJnmP10kBpsEItn6c/9jnZm6yXxNTLz2MOovEvz/8SvMc243iWDSW0A tI9resiIs92cjqLXjTQ7zBZHJfjXGEXNSBiZj3xILUBo4FeOwzqwg2KN5beTb5Hojrai xiBCi1JV5jtThI9jvVgCyoEonUygKzBaosqco0Rofb6IkbTaPcotKjkTk43mFIU8HqnO pIKNry3+V/dwtZsD3C+9h1UoZpif9d+1a1GVSruTZ000S8R8c98g5HZ66isdhJIu60Rj gVyv4jaRhIElINzTj7NgugmeMiHY6uuWMlsRfmbcKr87ytHmf0gJ82DnQ5vu0DUJfdho ENxQ== X-Gm-Message-State: AOAM531kHc6EghlgOMhS99cJ9MeaqUUzccZe2jIHb7mWWP5Ytw6Mcutb ZI3qSPd0pt+1i7IM0+H/nQc= X-Google-Smtp-Source: ABdhPJwX8BxBj3YkUxWxmgBek4n6026CSo+S+9XOlxRFVav5YPXWExE55XpuoMAGAGEYCb9v3AAmEA== X-Received: by 2002:a1c:28c1:: with SMTP id o184mr1473616wmo.91.1598961231857; Tue, 01 Sep 2020 04:53:51 -0700 (PDT) Received: from ernst.home (pd9e23482.dip0.t-ipconnect.de. [217.226.52.130]) by smtp.gmail.com with ESMTPSA id o124sm1512761wmb.2.2020.09.01.04.53.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Sep 2020 04:53:50 -0700 (PDT) Date: Tue, 1 Sep 2020 13:53:49 +0200 From: Gary Jennejohn To: Ronald Klop Cc: Rick Macklem , "freebsd-current@FreeBSD.org" Subject: Re: should rpctlssd be called rpc.tlssd? Message-ID: <20200901135349.2f3ca006@ernst.home> In-Reply-To: <717673374.24.1598958033729@localhost> References: <717673374.24.1598958033729@localhost> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BglpT3P59z4PHY X-Spamd-Bar: - X-Spamd-Result: default: False [-1.34 / 15.00]; HAS_REPLYTO(0.00)[gljennjohn@gmail.com]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; REPLYTO_ADDR_EQ_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.025]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RECEIVED_SPAMHAUS_PBL(0.00)[217.226.52.130:received]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.73)[0.727]; NEURAL_HAM_LONG(-1.04)[-1.040]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::32a:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 11:53:54 -0000 On Tue, 1 Sep 2020 13:00:33 +0200 (CEST) Ronald Klop wrote: > Van: Rick Macklem > Datum: dinsdag, 1 september 2020 04:37 > Aan: "freebsd-current@FreeBSD.org" > Onderwerp: should rpctlssd be called rpc.tlssd? > > > > This sounds trivial, but I thought I'd ask, in case anyone > > has a preference? > > > > The NFS over TLS code includes two daemons, one for > > the client and one for the server. > > I have called them rpctlscd and rpctlssd. > > > > There was/is a tradition in Sun RPC of putting a "." in > > the names. > > So, should I be calling these daemons: > > rpc.tlscd and rpc.tlssd? > > I don't have an opinion about the rpc* vs rpc.* tradition. > But what I do not understand is why the difference between 2 daemons > is only reflected in 1 character of their names. The rest of the > name is actually not really significant in keeping them apart. > I had the same reaction. Maybe something like rpc.tlsclntd and rpc.tlsservd? -- Gary Jennejohn From owner-freebsd-current@freebsd.org Tue Sep 1 08:47:04 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 E58073BE07B; Tue, 1 Sep 2020 08:47:04 +0000 (UTC) (envelope-from owner-freebsd-quarterly-calls@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bggfw51rcz4B1j; Tue, 1 Sep 2020 08:47:04 +0000 (UTC) (envelope-from owner-freebsd-quarterly-calls@freebsd.org) Delivered-To: freebsd-quarterly-calls@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 8EFA63BDFA2; Tue, 1 Sep 2020 08:43:58 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BggbL39X4z49M3; Tue, 1 Sep 2020 08:43:58 +0000 (UTC) (envelope-from debdrup@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1471) id 5E222B2C; Tue, 1 Sep 2020 08:43:58 +0000 (UTC) To: freebsd-quarterly-calls@FreeBSD.org Subject: Call for 2020Q3 quarterly status reports Message-Id: <20200901084358.5E222B2C@freefall.freebsd.org> Date: Tue, 1 Sep 2020 08:43:58 +0000 (UTC) From: Daniel Ebdrup Jensen ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1598949838; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=GsZkOQ98mtEG+Y4D3fU55qcSdX0+pLRfjUgDx/1c48s=; b=mgHHesVDdadDcqKAxfYLLchCwhnWCoreHZVr0W55GmMjlgoEtKNNU+tQ0tArggBQH8Eu/I X4IDSJsAgYLiXhpiHKKSd5A/FX5BbjqerX7VL0xkell4Zfx3z/sesEN637ivh5+B6rSLqp TqxjKaVgCiPgqC5tO5+ahu2VFryZ8BRKG6Trjx1S7by9e8NMZwDybXhqcQdc/PLVDYI/4f /MLhKrYgbPrF/tTQ0QV/pPLgtkzb+8YGz4L3w5aCuxAXIrZ1lMSxI4JSaQJ9FsJwsYE5fB OVpbUwhaJ/sNGvEyoWFAvzbN5qcI8aJSAhKiFoaSh/PEunuzmjyXeZxlBqCK4w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1598949838; a=rsa-sha256; cv=none; b=HbAWaampaJIiORFa2QXvUQOCiInn2118hfjPTmIgqPASNrfPuQHpLvyFLyNAdluoomDZr2 9fJ7csuyBNdyha6TOpz6KKh2Vpugfd449TWyImN8D6z+hXrmlHw62xqZQTFZZmJfYkAJy5 eyc7NRWKQfb2rx8Sa+20cPzUCpFyvN1kXM8JBi4fVmsnMSBSte80MpQ0kIMIVbdw/t2gCF vn8sk+plXdZhiYjzk2UrfHWv88m32DWGXzJo+BoLgjCDsVCNzEeLMzvRCq1l7t/NTFud1+ gaU2/LuVxJ4s82ZD66/gC4idbs3LEiHX6cqgZIlBcShlsDz1ZpoyC+oOOdF82w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-Mailman-Approved-At: Tue, 01 Sep 2020 08:47:02 +0000 X-BeenThere: freebsd-quarterly-calls@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: owner-freebsd-quarterly-calls@freebsd.org Sender: owner-freebsd-quarterly-calls@freebsd.org X-Mailman-Approved-At: Tue, 01 Sep 2020 13:03:24 +0000 X-BeenThere: freebsd-current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2020 08:47:05 -0000 Dear FreeBSD Community, The deadline for the next FreeBSD Quarterly Status update is October, 1st 2020 for work done since the last round of Quarterly Reports: July 2020 - September 2020. I would like to remind you that reports are collected during the last month of every quarter. Status report submissions do not need to be very long. They may be about anything happening in the FreeBSD project and community, and they provide a great way to inform FreeBSD users and developers about work that is underway or has been completed. Report submissions are not limited to committers; anyone doing anything interesting and FreeBSD related can -- and should -- write one! The preferred method is to follow the guidelines at the Quarterly GitHub repository: https://github.com/freebsd/freebsd-quarterly Alternatively you can fetch the Markdown template, fill it in, and email it to quarterly-submissions@FreeBSD.org. The template can be found at: https://raw.githubusercontent.com/freebsd/freebsd-quarterly/master/report-sample.md We look forward to seeing your 2020Q3 reports! Thanks, Daniel Ebdrup Jensen (on behalf of quarterly@) _______________________________________________ freebsd-quarterly-calls@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-quarterly-calls To unsubscribe, send any mail to "freebsd-quarterly-calls-unsubscribe@freebsd.org" From owner-freebsd-current@freebsd.org Tue Sep 1 16:11:40 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 F07263CD723 for ; Tue, 1 Sep 2020 16:11:40 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from CAN01-QB1-obe.outbound.protection.outlook.com (mail-eopbgr660042.outbound.protection.outlook.com [40.107.66.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgsWv4fZLz3Wl9 for ; Tue, 1 Sep 2020 16:11:39 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=lXRcEjB72zrRtJCW7SPAa+Xw2Pa/j6OxjpctI/EDdzIoBLIag7a7NRkbV/T0J6iK3wVquRmFeXng7gaY+BCViMcJ69w5GkpgMQnoyPIHnSXD7Llf9BBu9HxLRfw6/pnNwhLxPa7pzL9xtOsU7/Y+8tlj/wvy4p96Bc/NBnpaPR6zS3WMgt3tXy8daWAB5JGQ8yQ1fb/NF7yolNuuLMX1e3K+WbKRbI7KlYT8Q9T9YleJx8nJk5ih/hITOTY0upkG7kSfoNXsPuChtTMumcqDndaA+PLPkvKJtUwoeQbntq/W45JiWNUzX74NA7fCqlDZKOHEEgAxzPDIVFPt+m/6pw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=fvDiTKmAaZ4ouA8jlZtahbbFycef361j+771UrxyncU=; b=JFE2+SvzsNnofBT2VM8w1B65+11Ye0yBZ55KqvZWHSLLptjtDOUnoc/DzVwkzWOk/1Ttpyfw2CP1j/ny/w80ZhqrvKlpZ/pL96kRJC9+hbM77NMfpt8TgTsunOrGx8bMaNvyn2a0VxWHngm3YA1oUwfwNRtMweouirONswPasbkmeFvKEB1YF4aSq+/j/szr21dLP2M2nXv8h/34y1hAWeGlfcxWbArRSGVoxfTtXF3DZgGedD3zeOXM2f0PvLgKmVEqCK89xZFQDWKFCbBoh148rPCXcqw/1YMwM6xbHbFCGTwQFKn28IspgrwyMrXhAOhNHnknSIs6Y71y1EoaAA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uoguelph.ca; dmarc=pass action=none header.from=uoguelph.ca; dkim=pass header.d=uoguelph.ca; arc=none Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:24::27) by YTBPR01MB3007.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:1c::28) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3326.19; Tue, 1 Sep 2020 16:11:38 +0000 Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20]) by YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20%6]) with mapi id 15.20.3326.025; Tue, 1 Sep 2020 16:11:38 +0000 From: Rick Macklem To: Ronald Klop , "gljennjohn@gmail.com" CC: "freebsd-current@FreeBSD.org" Subject: Re: should rpctlssd be called rpc.tlssd? Thread-Topic: should rpctlssd be called rpc.tlssd? Thread-Index: AQHWgAimtAPCYOtlOUahlI3tnXXtyalTniiAgAAO4oCAAEaCFQ== Date: Tue, 1 Sep 2020 16:11:38 +0000 Message-ID: References: <717673374.24.1598958033729@localhost>,<20200901135349.2f3ca006@ernst.home> In-Reply-To: <20200901135349.2f3ca006@ernst.home> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 0e78f6e7-6361-4026-86e1-08d84e91b4bb x-ms-traffictypediagnostic: YTBPR01MB3007: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:8882; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: vPLycEs4GPMT+J1XhOUIPnDutsgMDmMStmd2iWHb+xvHNTmxlcqWQFR1wYWXSNnQ5dkS34fW3UslLgCeX56Zcum40QFcCQOa65qb6u0W1hieZSzM0Jel8EXEsx0JAdxPbZJio+6616jdNSWAqVZX4hOCMpgtyQcj/04MYG8QX36alE9hANkX7V+L0Sc4GNiIFEVKeZvkeeet+thjkGFt7DCWM21kFn39gv9eox+GlXtjJK8ToQTBQQRxPnEwMTfGi7PJbJo3mq3otTQHfn8BKgQ3pyavX5x4u2seLgsEXMD6thJsnrbq8nC3whfJNXg8uPCYx4chY3Wj1O3RJTFCwg== x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(376002)(39860400002)(396003)(366004)(346002)(136003)(52536014)(8936002)(2906002)(91956017)(64756008)(33656002)(66446008)(66556008)(316002)(76116006)(66476007)(66946007)(7696005)(8676002)(5660300002)(86362001)(786003)(6506007)(110136005)(9686003)(478600001)(55016002)(4326008)(71200400001)(186003); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata: 7lM+BpIpQ10zXgf0Ofti2EC8gluR/95nHkaChPdRLytHH/2YL7OpLSlRWTC7GmaSFsc34/BDx1V1Qp3BrIKhvYeHXIdfmIQJMpRHCi+KTE1UkZGJeEXTWw5x1ZLyTQp/i0WhmpJCg80eUwxSmErKeIlgpFeaSwFkXmMFDmdhVjIVAG5B7qf1SWi2BEQlLb8qXubGOVu36Ia0wKwqVMWJxUQk83iQLaC4I1ZwV4y9L552LhgqZFOZ+ay7QXdX9SKUGJ9jqQQ0JdhPqAVh9bYwzqWtwn6/ppprDdr1+NZTZeYwxf1B0TnL/ppoQiHlVZZVxqGh9tioFDCEC/xiBFXrLx8+/B7cLp1cMlNWzTGIvp24PKbTpRfwawgq+rtHdrH/N/s9RamVWOjZEMct4ifkN99T1e70Lyei0va1cFpmxxVIeMWshU/Iufbgref4Cq9+Je1HD7FMaPMxgVnX3SQEiTffbQRkgZ6qIa9iQjg6BQERlbCcyFWHhREr89dVZQuuZLxuP3qp5Ubs8L6ohn/z/noReQ06dVJRvuV8QqKmDDi9kmCVqE2MYNHSsTNwne6t7asyRGG1RCGHRUIcETQReJw/YOZUL6TG43TxrvRNcxa9DAWdWq2ZtK1o+QCpgTvJsD112gm1zqYiIGR8EN1NAKeBm+6kgjf2eoQRKJrECE/z4CXii9HI9gFsqoMWI+VSiFMEs08Bq5Wev1KAfcx2nw== x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uoguelph.ca X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: 0e78f6e7-6361-4026-86e1-08d84e91b4bb X-MS-Exchange-CrossTenant-originalarrivaltime: 01 Sep 2020 16:11:38.1148 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: be62a12b-2cad-49a1-a5fa-85f4f3156a7d X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: mXW+CwW93y7y3nbEnpInFy7kFs3hm6r41Cf/ULbDqwZPjTMJt5gvhC6e1szutJX3EdFkkBwuMMQJSdrdanr4Uw== X-MS-Exchange-Transport-CrossTenantHeadersStamped: YTBPR01MB3007 X-Rspamd-Queue-Id: 4BgsWv4fZLz3Wl9 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.99 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[uoguelph.ca:+]; DMARC_POLICY_ALLOW(-0.50)[uoguelph.ca,none]; NEURAL_HAM_SHORT(-0.97)[-0.970]; FREEMAIL_TO(0.00)[klop.ws,gmail.com]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; ASN(0.00)[asn:8075, ipnet:40.104.0.0/14, country:US]; NEURAL_HAM_MEDIUM(-0.99)[-0.991]; R_DKIM_ALLOW(-0.20)[uoguelph.ca:s=selector1]; FREEFALL_USER(0.00)[rmacklem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.03)[-1.027]; MIME_GOOD(-0.10)[text/plain]; SUBJECT_ENDS_QUESTION(1.00)[]; DWL_DNSWL_LOW(-1.00)[uoguelph.ca:dkim]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[40.107.66.42:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.107.66.42:from]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 16:11:41 -0000 Gary Jennejohn wrote:On Tue, 1 Sep 2020 13:00:33 +0200 (CEST)=0A= >Ronald Klop wrote:=0A= >> Van: Rick Macklem =0A= >> Datum: dinsdag, 1 september 2020 04:37=0A= >> Aan: "freebsd-current@FreeBSD.org" =0A= >> Onderwerp: should rpctlssd be called rpc.tlssd?=0A= >> >=0A= >> > This sounds trivial, but I thought I'd ask, in case anyone=0A= >> > has a preference?=0A= >> >=0A= >> > The NFS over TLS code includes two daemons, one for=0A= >> > the client and one for the server.=0A= >> > I have called them rpctlscd and rpctlssd.=0A= >> >=0A= >> > There was/is a tradition in Sun RPC of putting a "." in=0A= >> > the names.=0A= >> > So, should I be calling these daemons:=0A= >> > rpc.tlscd and rpc.tlssd?=0A= >>=0A= >> I don't have an opinion about the rpc* vs rpc.* tradition.=0A= >> But what I do not understand is why the difference between 2 daemons=0A= >> is only reflected in 1 character of their names. The rest of the=0A= >> name is actually not really significant in keeping them apart.=0A= >>=0A= >=0A= >I had the same reaction. Maybe something like rpc.tlsclntd and rpc.tlsser= vd?=0A= Good point. Ben Kaduk thought the second "s" was a typo.=0A= =0A= So, unless I hear comments to the contrary, rpc.tlsclntd and rpc.tlsservd i= t is.=0A= =0A= Thanks everyone for your comments, rick=0A= ps: Using a single letter was the old tradition of "shorter is better".=0A= ls, cp, mv instead of dir, copy, move=0A= But these aren't commands typed by users, so having move obvious names=0A= seems correct.=0A= =0A= --=0A= Gary Jennejohn=0A= =0A= From owner-freebsd-current@freebsd.org Tue Sep 1 17:14:25 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 570293CFBD3; Tue, 1 Sep 2020 17:14:25 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgtwJ42vdz3ctF; Tue, 1 Sep 2020 17:14:24 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f173.google.com with SMTP id e14so1861244ile.6; Tue, 01 Sep 2020 10:14:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RA3WLAj6AjmHx3h3ohMY2iUVAFhzeD2LgyA7N5Twv1c=; b=ss2J6i+rbuOYRaj8YHULvY0E60N4OOcPIBhHmBfdfzxotXWA6ZX1nCVgqVExs79sZ4 Tr8t7+Zj5QvNCZfWgQYi5bpMbva9Ay9vO5bp8A/f45jwGh9wJaZkk+xx7e0+2BIbfg3v OOuT6cgkbkHsoyYFzCq4vV/vsAuqja+Ou5+onF93Ojng+To5Arjuc+4hhyADy/Vy+erI AJtI0p44vt0aRbBOiJ8kf0yafEXvf13BX5dTbBsmbktZd2qD0xLpOuaqw4w4B/Yc2HiP oPdZJKUVX3HviXpaM0QYbwjIcHgOJZRaCFipg7+XfKpKwWXUse9WsOSxs6kdr8DrqE8R YQ+g== X-Gm-Message-State: AOAM533o8Blt1OitqvPKizdvKbgF2ovhsfRhVXqKB0UF+kD3QEVzA4RI lr3XV9rVRkV6Ves3RuMauuN6JAWPw6566CHvPzUMMu+cynU= X-Google-Smtp-Source: ABdhPJwCNSCuX7goEEH7VTegzlmcj4juonC7tO8LS9EdDGkJ3a819L2TE1QdUis+THFN9S2/LTNCxTf9ijWThSu+BLI= X-Received: by 2002:a92:1b93:: with SMTP id f19mr112824ill.100.1598980462230; Tue, 01 Sep 2020 10:14:22 -0700 (PDT) MIME-Version: 1.0 From: Ed Maste Date: Tue, 1 Sep 2020 13:14:10 -0400 Message-ID: Subject: Please check the current beta git conversions To: FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BgtwJ42vdz3ctF X-Spamd-Bar: - X-Spamd-Result: default: False [-1.19 / 15.00]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.06)[-1.055]; RCVD_TLS_ALL(0.00)[]; NEURAL_HAM_MEDIUM(-0.84)[-0.838]; NEURAL_SPAM_SHORT(0.71)[0.705]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.173:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.173:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:14:25 -0000 We've been updating the svn-git converter and pushing out a new converted repo every two weeks, and are now approaching the time where we'd like to commit to the tree generated by the exporter, and guarantee that hashes will remain consistent from this point. At this point the Git Working Group believes the conversion represents a high-fidelity translation of the Subversion history, but would appreciate additional review in case we've missed anything. I'd ask folks with an interest in the FreeBSD repository to clone the beta conversion and review the converted history in the specific areas they are interested in - e.g., specific contrib/ software, device drivers, etc. This will also present our final opportunity to change the author map file, if necessary. The beta src tree can be cloned via: % git clone https://cgit-beta.freebsd.org/src.git freebsd-cgit-beta Please follow up this week if you notice any discrepancies or author entries that require updates. From owner-freebsd-current@freebsd.org Tue Sep 1 17:21:41 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 2C5633CFFF9 for ; Tue, 1 Sep 2020 17:21:41 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wm1-x343.google.com (mail-wm1-x343.google.com [IPv6:2a00:1450:4864:20::343]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bgv4h31S7z3f21; Tue, 1 Sep 2020 17:21:40 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by mail-wm1-x343.google.com with SMTP id z9so1965403wmk.1; Tue, 01 Sep 2020 10:21:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ZFdOtHthSKv4zqKkPWV3a+QMaHlucs7NMfU+5H84ozE=; b=BUiCCUAsH8d0B32SuDLG+aNoOQQcR9fzFffqI+rQ2DrBgHepvQsJmLdzVHTFPlTiAF 5K0FddrqUs3U+lTS8ImpSm5yTyAf2p7e/HI9Y/Y6Z+rzJgI5vilih8lG58j5zVRgz5fK IV7UaWizSf2jhjD7mwU28tiy1nfiE+ilKOsVxJBIvHM0MJvc1U+WH5euCsr4F2+t38Km /mRL7I4FV5EoyTpYodJY0Bckyv8EHZMT/YB8mz9A8CN2WN8YNSooiCMcEZwZ/auivedE hhNkt2MpT4gakE6ioAYPl8tunkiU52uST+4RzOt7gsDhPOKLYU4XAl4sPoPOtvxsmdqT UeUw== X-Gm-Message-State: AOAM533KbTTDTGI6fQwichqfdn8F2EMNBkXXyRFWC5s7KalZslzl888w t0QUsp7u2/EgpUxQkGUKF5CXf9smOgkv2LxrknE= X-Google-Smtp-Source: ABdhPJzPDsrz0DaVk5Dik7oNyEAwpV3qh9gPiWeYqUS1wkPTiqXYEz0+DAcNmfFyG+1OWIDWdXZ4z9sDRfZzbPyos3g= X-Received: by 2002:a1c:678a:: with SMTP id b132mr2916559wmc.10.1598980898043; Tue, 01 Sep 2020 10:21:38 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6000:187:0:0:0:0 with HTTP; Tue, 1 Sep 2020 10:21:36 -0700 (PDT) In-Reply-To: <20200830131657.4803768b@hermann.fritz.box> References: <20200828120706.7b2c3396@hermann.fritz.box> <20200828130539.18ba7437@hermann.fritz.box> <20200830131657.4803768b@hermann.fritz.box> From: Mateusz Guzik Date: Tue, 1 Sep 2020 19:21:36 +0200 Message-ID: Subject: Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 To: "Hartmann, O." Cc: "Hartmann, O." , FreeBSD CURRENT , mmacy@freebsd.org, freqlabs@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Bgv4h31S7z3f21 X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.89 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.04)[-1.039]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.18)[0.178]; NEURAL_HAM_LONG(-1.03)[-1.034]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::343:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:21:41 -0000 It's not my bug but i'll make sure it is taken care of. On 8/30/20, Hartmann, O. wrote: > On Fri, 28 Aug 2020 13:16:05 +0200 > Mateusz Guzik wrote: > >> On 8/28/20, Hartmann, O. wrote: >> > On Fri, 28 Aug 2020 12:31:21 +0200 >> > Mateusz Guzik wrote: >> > >> >> Can you show more of the log? >> >> >> >> When you installkernel you should see: >> >> mkdir -p /boot/kernel >> >> install -p -m 555 -o root -g wheel kernel /boot/kernel/ >> > >> > These lines are seen right after the beginning of "make >> > installkernel". >> >> mkdir -p /usr/lib/debug/boot/kernel >> >> install -p -m 555 -o root -g wheel kernel.debug >> >> /usr/lib/debug/boot/kernel/ >> > >> > I wouldn't expect these lines according to my /etc/src.conf, since I >> > disbaled debugging and installing debugging infos. >> >> >> >> Did these succeed? Do these dirs exist now? >> > >> > It is not existent, as expected: >> > >> > >> > # ll /usr/lib/debug/boot/kernel/ >> > ls: /usr/lib/debug/boot/kernel/: No such file or directory >> > >> >> Ok. I recently made changes to the namecache, which if buggy, could >> have resulted in woes like the above. >> >> Thus it looks like the newly imported zfs does not respect >> WITHOUT_DEBUG_FILES. > > Even in r364973 the problem still remains. > Disabling option WITHOUT_DEBUG_FILES in src.conf is exhausting the > /usr/obj partition (using UFS/FFS) and no option. > > Got now several boxes having "make installkernel" issued with a running > system but incomplete kernel installation, as buildkernel suggested a > clean build. Can this be fixed, please? > > >> >> >> >> >> On 8/28/20, Hartmann, O. wrote: >> >> > On CURRENT (FreeBSD 13.0-CURRENT #185 r364767: Tue Aug 25 >> >> > 16:10:50 CEST 2020 amd64), /usr/src at revision 364907, >> >> > installkernel fails now due to an error as shown below. For the >> >> > record, "options ZFS" ist statically in the kernel config file. >> >> > >> >> > Also deleting /usr/obj and restarting buildworld and buildkernel >> >> > from scratch doesn't solve the problem. The buildworld and >> >> > buildkernel mutually finish without error (I do not see any on >> >> > the console), installworld also finishes fine, but installkernel >> >> > not. >> >> > >> >> > /etc/src.conf looks as follows: >> >> > >> >> > [...] >> >> > CPUTYPE?= native >> >> > # World >> >> > CFLAGS+= -O3 >> >> > #CFLAGS+= -DNDEBUG >> >> > # Kernel >> >> > COPTFLAGS+= -O3 >> >> > #COPTFLAGS+= -DNDEBUG >> >> > #CXXFLAGS+= -std=c++17 >> >> > WITH_CLANG_EXTRAS= YES >> >> > WITH_LLDB= YES >> >> > #WITH_BSD_GREP= YES >> >> > WITH_OFED_EXTRA= YES >> >> > WITH_NAND= YES >> >> > #WITH_CTF= YES >> >> > WITH_SVN= YES >> >> > WITH_BEARSSL= YES >> >> > WITH_PIE= YES >> >> > WITH_SORT_THREADS= YES >> >> > WITH_ZONEINFO_LEAPSECONDS_SUPPORT= YES >> >> > MALLOC_PRODUCTION= YES >> >> > WITHOUT_ASSERT_DEBUG= YES >> >> > WITHOUT_TESTS= YES >> >> > WITHOUT_PROFILE= YES >> >> > WITHOUT_DEBUG_FILES= YES >> >> > WITHOUT_REPRODUCIBLE_BUILD= YES >> >> > >> >> > [...] >> >> > >> >> > Debugging facilities are disabled as src.conf indicates. >> >> > >> >> > [...] >> >> > install -T release -o root -g wheel -m 555 xz.ko >> >> > /boot/kernel/ ===> zfs (install) >> >> > install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ >> >> > install -T dbg -o root -g wheel -m 555 zfs.ko.debug >> >> > /usr/lib/debug/boot/kernel/ >> >> > install: /usr/lib/debug/boot/kernel/: No such file or directory >> >> > *** Error code 71 >> >> > >> >> > Stop. >> >> > make[4]: stopped in /usr/src/sys/modules/zfs >> >> > *** Error code 1 >> >> > *** Error code 1 >> >> > >> >> >> >> >> > >> > >> >> > > -- Mateusz Guzik From owner-freebsd-current@freebsd.org Tue Sep 1 17:23:49 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 091223D03D7; Tue, 1 Sep 2020 17:23:49 +0000 (UTC) (envelope-from meka@tilda.center) Received: from mail.tilda.center (mail.tilda.center [45.63.43.31]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bgv781dKcz3dsh; Tue, 1 Sep 2020 17:23:48 +0000 (UTC) (envelope-from meka@tilda.center) Received: from tilda.center (109-93-225-192.dynamic.isp.telekom.rs [109.93.225.192]) by mail.tilda.center (Postfix) with ESMTPSA id 397221EB8E; Tue, 1 Sep 2020 19:23:41 +0200 (CEST) Date: Tue, 1 Sep 2020 19:23:40 +0200 From: Goran =?utf-8?B?TWVracSH?= To: Ed Maste Cc: FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200901172340.ygmenn4uejciihlx@tilda.center> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="wvvf7snra3r2vt2b" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4Bgv781dKcz3dsh X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.64 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[tilda.center:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.993]; NEURAL_HAM_MEDIUM(-1.04)[-1.045]; DKIM_TRACE(0.00)[tilda.center:+]; DMARC_POLICY_ALLOW(-0.50)[tilda.center,reject]; NEURAL_HAM_SHORT(-0.50)[-0.503]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20473, ipnet:45.63.40.0/22, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:23:49 -0000 --wvvf7snra3r2vt2b Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Tue, Sep 01, 2020 at 01:14:10PM -0400, Ed Maste wrote: > We've been updating the svn-git converter and pushing out a new > converted repo every two weeks, and are now approaching the time where > we'd like to commit to the tree generated by the exporter, and > guarantee that hashes will remain consistent from this point. At this > point the Git Working Group believes the conversion represents a > high-fidelity translation of the Subversion history, but would > appreciate additional review in case we've missed anything. > > I'd ask folks with an interest in the FreeBSD repository to clone the > beta conversion and review the converted history in the specific areas > they are interested in - e.g., specific contrib/ software, device > drivers, etc. This will also present our final opportunity to change > the author map file, if necessary. > > The beta src tree can be cloned via: > % git clone https://cgit-beta.freebsd.org/src.git freebsd-cgit-beta > > Please follow up this week if you notice any discrepancies or author > entries that require updates. Hello, While I can clone src nicely, it is very slow in Serbia/Europe. The best speed I got is 1.45MB/s but it's mostly around 700kB/s (still cloning). It is probably not what you asked for, I just wanted you to know what's the speed over here. Are there any mirrors planned? If not, is github mirror recommended (mostly, what's the difference if I clone from cgit vs github)? Also, you probably want to hide gitolite-admin repo from cgit (not a biggie). Regards, meka --wvvf7snra3r2vt2b Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE1WIFkXy2ZeMKjjKEWj1TknovrLYFAl9Og5kACgkQWj1Tknov rLbHpQ/8CyjvwkPz4ilX/+ZBupE1nvgeGjI5wgmeV6jkkI/HoTrn8mochKdqHgM/ Laddbfqu/szT5sZs+u4IsabEPui6DFDv9D5gQipXDz2TjOvXiBBA8K+LetRum8D5 YfCfvMSBwgK9vlZr/z8+ErwEZBfX7TLB7VAeCzh5bWgPcltKnkU07MoHBU6BH0cU dVth9QFvGA6iTOTQds0+bu2HzPkSu898Dbv7hG1vkjMLDhtbXW5Jb6Bre7nM5raV nkFsMPP7g4X9upDTNGccR8B6NdqJJO9yj9CjLblwYSkLzykHJFF8k1XehiJxh/MQ dY6ezAzqIDBASjP6dVB/Um4jMwtZjajO6Qb3waCo5vTb/U6IkuqMUmJjhyqrG+kL PAl+4gyuw5az4+oD8nOCpneD0G0ymsEwlPkLkcHzYUBu/+OZyd1E8wAbSvE/mtt6 FQKFIn9spvrl5Cj0xD5w3Lypze8lhDvRLI673DbxeFoA2I3ZEhH17UABSmtJn2ev rIOjOG9C1ByRI07nzOMKokSQmkpBplV2cgYfZi7rX7a5jy7FHmrx4Yog26BE1rdt Qf92ZdPtkcM1ycufB5QpmjIrEyvdVqzrbIJz89d9he7bl918zZb/knP2FSIt96U3 xrkGQLNRGzf+bxszb+nOaCy+82KakQTTFOGdiktXWcBSaM6OESI= =cYEp -----END PGP SIGNATURE----- --wvvf7snra3r2vt2b-- From owner-freebsd-current@freebsd.org Tue Sep 1 17:32:22 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 6E2A13D0875 for ; Tue, 1 Sep 2020 17:32:22 +0000 (UTC) (envelope-from 010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@amazonses.com) Received: from a48-97.smtp-out.amazonses.com (a48-97.smtp-out.amazonses.com [54.240.48.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgvK11sZkz3fqc for ; Tue, 1 Sep 2020 17:32:20 +0000 (UTC) (envelope-from 010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@amazonses.com) Reply-To: lausts@acm.org To: freebsd-current@freebsd.org From: Thomas Laus Subject: What is the zstreamdump command in OpenZFS? Autocrypt: addr=lausts@acm.org; prefer-encrypt=mutual; keydata= mQGiBDx1NWwRBADARalI5I8kGeBYYYWnZB73T1fU4333yCuRokRvzlAZ5Zhb3hqsNdTEMheN FDjZSL8J5jeJtvSRinY2p09CxpAMoJR9zHLmHl+zEOY8fInbB+KiFtSfGf0blSEY9/+isQP9 xmUIQWUj0kwVtrns7m1HrYLiI07NVFzbHNKqQcbPuwCg0n/KKi+VJiUs5MqLKwGuPotGeZME AIluMetTQwfLyovundMwFYlSZ/Z8JjkMybqgKuiRrZnaBVVZ80NjAYZI73yAZPfQh9mvFxW9 ipc2tSALwDy/tYDpQRK0k+0EsDmwG/wM6OarkqSuFcYx+tP86+2+6Xitn6E/hriIWa/ZQVef /fx7dZzdwhXH6fd34v8o/BuqhawLBACs4MTMGbdSmyI56vCMXWY1yxRPmuygd4vUnXqYwlrM Ee/LjQdreg1zTAJnnW1K+PgOUW/jvS+uAbgxLa3i59/Z4Uu7nB6G1y+Y1cThojUsLnvoJlt1 4XE1U/vnOcvO3evo6knB1qjbAMsZGaVleiVKDq+7XE7swe4WtBJKbYJthbQcVGhvbWFzIExh dXMgPGxhdXN0c0BhY20ub3JnPoh/BBMRAgA/AheAAh4BBgsJCAcDAgYVCAIJCgsEFgIDAQIZ ARYhBBloSoDtPqFEokqZd+v/gtRiCDbPBQJeCkKSBQkjjKomAAoJEOv/gtRiCDbPtWkAn3Sn 1ksVTC5TGCvd/QuLacFbBSZqAJ9NEUmlaosaPc/YoxezSnkpG8MQTbkCDQRFspgcEAgAjXsi 9WqowAKZ7d2ix6t7fiYgu2QBGWq36NvN+cPBJIu0CnagL1v4W1UrRW/0cInLzgqlWrSU7SFg y1+rGBlusMHf8/faGeZD0XwMdYgTIYdjdK5VZ0GaRWUs0LbHAOJQkOFRHLMAEG8wrc3f1xrn uVJ4JPOA81kTmTXvYTyQNXJBySc0oNSgvSut8aBbNGBZhw9U2V3yXXnnMeWR8+DYrriYdOdR eK7S0LNN8TPY60PJx3KLN9vUY9Cb5Ly0NavF3wREPQqYlNfTMoG/GA/n8XB6SCoMj73oKCyw FLbckBUjFsl7wTeKKvU68V8kWG762fscXhOhRduETGrja09MbwADBQf/WiycmdfNtB41+vvT HQqz9tm3ZHAW2yE53CxfQpvlyS/KwnWgLjl/iV0SHRDede0NJ5yTEqPVhqq7WCdlqVsHPSpX FfvyOgbNmjPmOY/a1nW4UnWSqA7bgQvkthahhoLeHzkU8YKupW0m05RIBpqQER6HwBOksTq4 sWV/lUy1P0VT8GqqPLNklKe2BEu+KhuhLV6XwEG3VrHNoY6/R5CMGvBhZbtiUViCZktmxJAj Fq0VCcuj7+Oo52eq4BL2vMrzLX+2Ib1JSWid6t0N+grXxbr2mv7H2V2/4Vo0XI3IKxPX1mdG y9RBkbRUGyV9A8RlaS0QTnXvsxZTjOnmjxPX64hmBBgRAgAmAhsMFiEEGWhKgO0+oUSiSpl3 6/+C1GIINs8FAl4KQ6YFCRpPSIoACgkQ6/+C1GIINs+S6wCeI2n/+azjnVivvCryW5TX3DDh o2oAoLnebgcEDawA/CrxKxpkTiXtL7VGuQENBDx1NXQQBACO2D8nP7d2/ugxmJl9edxI97vG vHvxByQNOhyWXvEOos1uI4M/Sn6By9opJyt2Tl0HGMO2ksn3f4ESKlPH8+9Q2GhJhbdP8KC6 UPrf1hB8XrvAZsqax5Zr9f00SG4cdqWsGDHY4mUG7B/F0SFEAEgczQciYfJKT0J0fnHyjRAg gwADBQP+L1gGS1XuaHh9VtAn0hzXFQlIH3UAX0+9tlenOTA1aTBqrbNepGJH0zFlwQjQN1c+ qz7ULswo9LGWob0nRAoZ2g9hIQs+8p1KMwBs/V2j6PkNwSj/fUsMXAOvor0HcEHjpIW952KV h9oGbPEbB+LaDVb5BKjbOhAzfdrlPlBx0F6IdAQoEQIANBYhBBloSoDtPqFEokqZd+v/gtRi CDbPBQJeCk0cFh0BVXBncmFkZSB0byBtb3JlIGJpdHMACgkQ6/+C1GIINs8CPQCeJKOtIuT/ zMxWEN9B3VucBIQ5TPcAoMsPLPJWp71kv+1s+JPeJcv/zJNYiEwEGBECAAwFAlaX+EQFCRwG mUgACgkQ6/+C1GIINs90KwCeN8z1KIVcvhLKMVq3Qy6eZkDCAA4AoIOVlXHHiZE1vQ50HJ0R HoghYce3 Message-ID: <010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@email.amazonses.com> Date: Tue, 1 Sep 2020 17:32:20 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-SES-Outgoing: 2020.09.01-54.240.48.97 Feedback-ID: 1.us-east-1.9pbSdi8VQuDGy3n7CRAr3/hYnLCug78GrsPo0xSgBOs=:AmazonSES X-Rspamd-Queue-Id: 4BgvK11sZkz3fqc X-Spamd-Bar: + X-Spamd-Result: default: False [1.40 / 15.00]; HAS_REPLYTO(0.00)[lausts@acm.org]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[amazonses.com:s=224i4yxa5dv7c2xz3womw6peuasteono]; NEURAL_HAM_MEDIUM(-0.83)[-0.832]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:54.240.0.0/18]; MIME_GOOD(-0.10)[text/plain]; REPLYTO_ADDR_EQ_FROM(0.00)[]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.01)[-1.011]; DMARC_NA(0.00)[acm.org]; DKIM_TRACE(0.00)[amazonses.com:+]; NEURAL_HAM_SHORT(-0.06)[-0.057]; RCVD_IN_DNSWL_NONE(0.00)[54.240.48.97:from]; FORGED_SENDER(0.30)[lausts@acm.org,010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@amazonses.com]; RCVD_COUNT_ZERO(0.00)[0]; RWL_MAILSPIKE_POSSIBLE(0.00)[54.240.48.97:from]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:14618, ipnet:54.240.48.0/23, country:US]; FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN(2.50)[]; FROM_NEQ_ENVFROM(0.00)[lausts@acm.org,010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@amazonses.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:32:22 -0000 Group: Whenever I perform a major upgrade to any of my ZFS pools, I make a habit of sending the most recent snapshot to a file and then to a DLT tape or DVD. I run the zstreamdump utility on the file and record the checksum. I also run zstreamdump on the archive media and compare checksums. With the recent ZFS upgrade in CURRENT, I could not locate this utility. With a major upgrade such as this, I was really concerned about not being able to boot and loosing everything on a production system. Fortunately this upgrade went smoothly and I did not have to restore from alternate media. The next time, I may not be lucky. Tom -- Public Keys: PGP KeyID = 0x5F22FDC1 GnuPG KeyID = 0x620836CF From owner-freebsd-current@freebsd.org Tue Sep 1 17:37:47 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 631B53D0F86; Tue, 1 Sep 2020 17:37:47 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgvRG0DChz3fvl; Tue, 1 Sep 2020 17:37:45 +0000 (UTC) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (unknown [192.168.55.3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by phk.freebsd.dk (Postfix) with ESMTPS id 768711AF1BC; Tue, 1 Sep 2020 17:37:38 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.16.1/8.16.1) with ESMTPS id 081Hbcgc090553 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 1 Sep 2020 17:37:38 GMT (envelope-from phk@critter.freebsd.dk) Received: (from phk@localhost) by critter.freebsd.dk (8.16.1/8.16.1/Submit) id 081HbbEl090552; Tue, 1 Sep 2020 17:37:37 GMT (envelope-from phk) To: Goran =?utf-8?B?TWVracSH?= cc: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions In-reply-to: <20200901172340.ygmenn4uejciihlx@tilda.center> From: "Poul-Henning Kamp" References: <20200901172340.ygmenn4uejciihlx@tilda.center> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-ID: <90550.1598981857.1@critter.freebsd.dk> Content-Transfer-Encoding: 8bit Date: Tue, 01 Sep 2020 17:37:37 +0000 Message-ID: <90551.1598981857@critter.freebsd.dk> X-Rspamd-Queue-Id: 4BgvRG0DChz3fvl X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.11 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[phk]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.dk]; NEURAL_HAM_LONG(-1.06)[-1.061]; NEURAL_SPAM_SHORT(0.01)[0.005]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.056]; FORGED_SENDER(0.30)[phk@phk.freebsd.dk,phk@critter.freebsd.dk]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:1835, ipnet:130.225.0.0/16, country:EU]; FROM_NEQ_ENVFROM(0.00)[phk@phk.freebsd.dk,phk@critter.freebsd.dk]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:37:47 -0000 -------- Goran Mekić writes: > While I can clone src nicely, it is very slow in Serbia/Europe. The best > speed I got is 1.45MB/s but it's mostly around 700kB/s (still cloning). I was about to ask about that: Any guidance on amount of diskspace and how long it takes to clone the repo ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. From owner-freebsd-current@freebsd.org Tue Sep 1 17:40:01 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 75EA73D10BF for ; Tue, 1 Sep 2020 17:40:01 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: from mail-qk1-x732.google.com (mail-qk1-x732.google.com [IPv6:2607:f8b0:4864:20::732]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgvTr3pPXz3gSb for ; Tue, 1 Sep 2020 17:40:00 +0000 (UTC) (envelope-from shawn.webb@hardenedbsd.org) Received: by mail-qk1-x732.google.com with SMTP id v69so1759020qkb.7 for ; Tue, 01 Sep 2020 10:40:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=S+RwMqNbolqXyNJEwQUxAg0kWtyoMADo+HArFrGq1cU=; b=MnmWt/KzNChFTmglrCaqKLnLAGu2SAi4F1NxdAy73uW5NO3QKqQ8LTRzf0uscsCrOS eA/OiyxV7hBMUtu9Bhijf3+hrUeQavLs7Trm9rojDwGh2P2MjZ4JERFhp38ejLE2rKa0 IPgdVavWHe/ZWNMJXskaopIEmCiupWnDPwAWCtcH2tIKo2at8YmWpo97uyTmEd4FoI0Q T0Sdcdmifmf3GniSo49SXnDIT7CM7kW5u4uefjJDaVx+V8OB8CLRcIuDpxlm78JBcyHI zq94jzXiZ1NQgS0o4Yts6cx3xt8nwP5QubOkPBdsU03oByqjnuFYwFCyEZ1drOScdJVw 887Q== X-Gm-Message-State: AOAM533+gOCXDsYJCfqOfcJBkjNV6q/f1WWNKMU49puTa37B0ffiOwoj F8aQApLmqFI6eQ7SoGp1gaFMZo33nbY6rw== X-Google-Smtp-Source: ABdhPJwnjamcSfyIX8U7uPZY11DWXc4OAfje84UFyKkUg2OKpZCuyG7POVM4YdccCN0jCN4GPBkN1Q== X-Received: by 2002:a05:620a:101a:: with SMTP id z26mr3009243qkj.300.1598981999224; Tue, 01 Sep 2020 10:39:59 -0700 (PDT) Received: from mutt-hbsd (75-148-2-186-WashingtonDC.hfc.comcastbusiness.net. [75.148.2.186]) by smtp.gmail.com with ESMTPSA id x6sm2353831qke.54.2020.09.01.10.39.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Sep 2020 10:39:58 -0700 (PDT) Date: Tue, 1 Sep 2020 13:39:58 -0400 From: Shawn Webb To: Ed Maste Cc: FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200901173958.czmavo546wqergz7@mutt-hbsd> X-Operating-System: FreeBSD mutt-hbsd 13.0-CURRENT-HBSD FreeBSD 13.0-CURRENT-HBSD X-PGP-Key: http://pgp.mit.edu/pks/lookup?op=vindex&search=0xFF2E67A277F8E1FA References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="gapvgzskaffzmzjk" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BgvTr3pPXz3gSb X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.49 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[hardenedbsd.org:s=google]; NEURAL_HAM_MEDIUM(-1.04)[-1.038]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[hardenedbsd.org]; NEURAL_HAM_LONG(-1.03)[-1.028]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[hardenedbsd.org:+]; NEURAL_HAM_SHORT(-0.32)[-0.320]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::732:from]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:40:01 -0000 --gapvgzskaffzmzjk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 01, 2020 at 01:14:10PM -0400, Ed Maste wrote: > We've been updating the svn-git converter and pushing out a new > converted repo every two weeks, and are now approaching the time where > we'd like to commit to the tree generated by the exporter, and > guarantee that hashes will remain consistent from this point. At this > point the Git Working Group believes the conversion represents a > high-fidelity translation of the Subversion history, but would > appreciate additional review in case we've missed anything. >=20 > I'd ask folks with an interest in the FreeBSD repository to clone the > beta conversion and review the converted history in the specific areas > they are interested in - e.g., specific contrib/ software, device > drivers, etc. This will also present our final opportunity to change > the author map file, if necessary. >=20 > The beta src tree can be cloned via: > % git clone https://cgit-beta.freebsd.org/src.git freebsd-cgit-beta >=20 > Please follow up this week if you notice any discrepancies or author > entries that require updates. I'm curious if there's any plans for read-only access over ssh. Trusting FreeBSD's ssh key material is likely easier than trusting HTTPS in certain regions. Thanks, --=20 Shawn Webb Cofounder / Security Engineer HardenedBSD GPG Key ID: 0xFF2E67A277F8E1FA GPG Key Fingerprint: D206 BB45 15E0 9C49 0CF9 3633 C85B 0AF8 AB23 0FB2 https://git-01.md.hardenedbsd.org/HardenedBSD/pubkeys/src/branch/master/Sha= wn_Webb/03A4CBEBB82EA5A67D9F3853FF2E67A277F8E1FA.pub.asc --gapvgzskaffzmzjk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEA6TL67gupaZ9nzhT/y5nonf44foFAl9Oh2sACgkQ/y5nonf4 4fqbzA/7BbQt5NzyPxcls2pizlc1QqdVGDEEAoaWDDNUWn2vSMoeTCwketf8kWkg y762R+gx1BYPcnblqY0KGuenwugY9q6O/Ssbkh0lOMNXzPQELNzBsiyrX8eKYol+ wa1hRqThp2T5gu428dNG+wXuKVTBDcI7CelAUOG13+dSSqRAtCRwT6V/fgTstv6f fk8IcEg7cUYQ7+7HnPWZ0BqCoZTeFSSbmmuGizkUoCWGFA4XQwQZa4gzMjyqsFds 3ybdcaAvoZrXybZ7z+qNnYmsctzr2/b/zP1B4auCT1MuyNPRSEPfTbvFbqcxJGQP C42/v7pV+4yzw5zOT0pgnfvwXmuh90XuLr/XO9ruG9HPYsUHMYkvvHDy3dCYmT8N rwME2OfSgjQX3wl2PM9vyrkCgUVl2WPom24bbd3qRVE3vOOk0QvPd7SBB9aLlhpY OogULulU9T0JKWvdmp+XAu4CzKOdYj00PIqsni4nAiwPcXF5PojRiWl66GlviUiJ 8ws5DJjgwwrn0lvwUy0B505P5AZ+83SS5N0cUh+rayC0mlNYbiD++3lSwf9tjwK/ ho656OpMvfjzYFBe7Ybdgb+iG/F9SrVLFjIUnfXWG2wfPvgHyqwM2OWoBwd0njkS QKO3evUtzsaras0DxwOwdo8swkyNMm+P2RlQ7hsOqI1zQVmvi5I= =nojb -----END PGP SIGNATURE----- --gapvgzskaffzmzjk-- From owner-freebsd-current@freebsd.org Tue Sep 1 17:43:33 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 BFB5E3D16CC; Tue, 1 Sep 2020 17:43:33 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f176.google.com (mail-il1-f176.google.com [209.85.166.176]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgvYx07Hvz3gnw; Tue, 1 Sep 2020 17:43:32 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f176.google.com with SMTP id c6so1944556ilo.13; Tue, 01 Sep 2020 10:43:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=v7PkEYo/Gs3C5f2+Npvp7QMi0pCTLbUGaK3uh5hODy4=; b=k+DmXgWOqUecKKM25pAU5hRyyp2YvG+3bDl/2BVOwg6VLLY/Zqj/087s2Ee6Q+iVXN 3vVkC9xReZwch2XqupirPpRb0W2GGcoEAyHd5AcswBCiSG6ETgJ/QYVXyTu+hDn+TBsD b0TJxiwry8O/b1/RwHhZSz+3soQKT5zh6TcrCaraVeSO+Qo7XH68J1adBSbtUolC0k1L 8VpaGnxaEa0+XgE3URV310ych0y3tMQPJNtYS2O35QKXY7/Yn5RsvjDlli4Lp6fFJeCY itYnVQB0NVgLqv5uaG5fGMiQORzV4byPSCYjMyIKEKUbBYKiQRZOlFADtxM2vAY10nZT /zhA== X-Gm-Message-State: AOAM532CSgN+4jDr9FHLTcs4JuJvGOD5jDXCauqzJ5WMgPIxvy9saTW4 gTV1iilxDobkBF5uvdCKmAgZH7K1x27vCS1Pifjkt5VY X-Google-Smtp-Source: ABdhPJzIr5k04YnsHesH2y+6/RabL8r2MFAiICeIReqDBoNOmRQH7AO9NBLvpc7Tau/UWaW6RPZhgRHjIKGoMKOrnPA= X-Received: by 2002:a92:ba1d:: with SMTP id o29mr185622ili.182.1598982211783; Tue, 01 Sep 2020 10:43:31 -0700 (PDT) MIME-Version: 1.0 References: <20200901172340.ygmenn4uejciihlx@tilda.center> In-Reply-To: <20200901172340.ygmenn4uejciihlx@tilda.center> From: Ed Maste Date: Tue, 1 Sep 2020 13:43:19 -0400 Message-ID: Subject: Re: Please check the current beta git conversions To: =?UTF-8?B?R29yYW4gTWVracSH?= , freebsd-git@freebsd.org Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4BgvYx07Hvz3gnw X-Spamd-Bar: - X-Spamd-Result: default: False [-1.52 / 15.00]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.07)[-1.071]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.56)[0.559]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.176:from]; NEURAL_HAM_MEDIUM(-1.01)[-1.010]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.176:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:43:33 -0000 On Tue, 1 Sep 2020 at 13:23, Goran Meki=C4=87 wrote: > > Hello, > > While I can clone src nicely, it is very slow in Serbia/Europe. Thanks for the report - I wouldn't be surprised if the host is a bit bogged down from folks trying this just after my message went out. Once your clone finishes please do let us know how long it took overall. We will have mirrors set up, which will be some combination of our own hosts, GitHub, GitLab, or other third party hosts. The current GitHub mirror is generated from an old version of svn2git, which misses a lot of metadata - in particular, merges (for vendor branch updates and such) are just missing. There are also some mistakes that originated in our Subversion mirror network that are now stuck in the current GitHub Mirror (commits authored by "svnmir" instead of the correct committer, for example). We expect we will continue to have a mirror on GitHub since many folks consider it "the" repository of open source projects. There will be a documented process for folks to migrate from the old to the new version of the mirror From owner-freebsd-current@freebsd.org Tue Sep 1 17:50:28 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 135173D1D0C; Tue, 1 Sep 2020 17:50:28 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f65.google.com (mail-io1-f65.google.com [209.85.166.65]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bgvjv1GGfz3yC1; Tue, 1 Sep 2020 17:50:26 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f65.google.com with SMTP id g14so2262914iom.0; Tue, 01 Sep 2020 10:50:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=yj2PJPbZoDXyczQ4OjyAE6Qgd4Htj5zJrZ57bfeDhgk=; b=Nh60Wb/GnIH1+l2NOm9g/y2nW+VA+sarj/ZK8ihNjd/KdHSHh/sqI/7IyqQ82z/dfQ XFWfxouy4MSSc4sx5Ygalqy3f31K0gs8AwjdDMQMnAFqIyqhRo5Fw11W0mdIafYRsvTw SG2RpqjJinfvUOjMmkmMn4x4ErkJj6KALvevOgFGAcbO14a+P7xZoS749t6BSzCxiEKm QmF/ZHeA7e55lfrqHzS7txW4JSuFEfNlmedYvbvT/vxjwAJo5vpzT5iKcFeejl13I2+2 XjrTBCTCC8rxUnUz6qzI69GFYQ5CTb6M1989YTqF8SPGESDXeCipkPw89vGqKW90lL0T KeiQ== X-Gm-Message-State: AOAM533NWxrWyxSPUEO/sq3ikxgSwEb0K/VmdNEkqHIzam3AOHPZF1Kb OqV9+AuKguCrRYyobCHhBxFrTdiCq7ncA3LWb60= X-Google-Smtp-Source: ABdhPJxB/mGFGI/mLnvCaNmhr4KIyA/p8Nzv1rmLrqDDzjS580y9+oWuGvfTl+9mugP6MOP2OIuFT6X/onFsuAq0DVU= X-Received: by 2002:a02:605c:: with SMTP id d28mr2367160jaf.12.1598982625681; Tue, 01 Sep 2020 10:50:25 -0700 (PDT) MIME-Version: 1.0 References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> In-Reply-To: <90551.1598981857@critter.freebsd.dk> From: Ed Maste Date: Tue, 1 Sep 2020 13:50:13 -0400 Message-ID: Subject: Re: Please check the current beta git conversions To: Poul-Henning Kamp Cc: =?UTF-8?B?R29yYW4gTWVracSH?= , FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Bgvjv1GGfz3yC1 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.53 / 15.00]; ARC_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.07)[-1.072]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.55)[0.551]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.65:from]; NEURAL_HAM_MEDIUM(-1.01)[-1.010]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.65:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 17:50:28 -0000 On Tue, 1 Sep 2020 at 13:37, Poul-Henning Kamp wrote: > > -------- > Goran Meki=C4=87 writes: > > > While I can clone src nicely, it is very slow in Serbia/Europe. The bes= t > > speed I got is 1.45MB/s but it's mostly around 700kB/s (still cloning). > > I was about to ask about that: > > Any guidance on amount of diskspace and how long it takes to clone the re= po ? I see just over 3GB in my clone, including about 2.5GB in the .git director= y. If you have only one checkout git will require a bit more disk space than svn. However, if you have two or more working trees (say, vanilla FreeBSD and multiple work-in-progress trees, or head and stable branches, etc.) using "git worktree" will share the .git directory and in total will occupy less space than the equivalent in svn. I'd expect clones to take minutes, although cgit-beta is running on a lower spec jail host and might have trouble if many people are cloning at the same time. From owner-freebsd-current@freebsd.org Tue Sep 1 18:13:28 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 463BE3D2458 for ; Tue, 1 Sep 2020 18:13:28 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgwDS1D8mz40RS for ; Tue, 1 Sep 2020 18:13:28 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:5547:ff61:2b5c:3014]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id EEA7C1B36E for ; Tue, 1 Sep 2020 18:13:27 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: What is the zstreamdump command in OpenZFS? To: freebsd-current@freebsd.org References: <010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@email.amazonses.com> From: Ryan Moeller Message-ID: <13bfbbdf-9ca4-9e2a-c552-4c391ac8e311@FreeBSD.org> Date: Tue, 1 Sep 2020 14:13:27 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@email.amazonses.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 18:13:28 -0000 On 9/1/20 1:32 PM, Thomas Laus wrote: > Group: > > Whenever I perform a major upgrade to any of my ZFS pools, I make a > habit of sending the most recent snapshot to a file and then to a DLT > tape or DVD. I run the zstreamdump utility on the file and record the > checksum. I also run zstreamdump on the archive media and compare > checksums. With the recent ZFS upgrade in CURRENT, I could not locate > this utility. With a major upgrade such as this, I was really concerned > about not being able to boot and loosing everything on a production > system. Fortunately this upgrade went smoothly and I did not have to > restore from alternate media. The next time, I may not be lucky. > > Tom > zstreamdump is supposed to be a script wrapper around a new, more general, command: zstream #!/bin/sh zstream dump "$@" It doesn't appear to be installing itself properly, though. I'll have to look into that. -Ryan From owner-freebsd-current@freebsd.org Tue Sep 1 19:03:47 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 2F0C43D402C for ; Tue, 1 Sep 2020 19:03:47 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgxLW0TKJz43XZ for ; Tue, 1 Sep 2020 19:03:47 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:5547:ff61:2b5c:3014]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id C25831BA40 for ; Tue, 1 Sep 2020 19:03:46 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: What is the zstreamdump command in OpenZFS? To: freebsd-current@freebsd.org References: <010001744ab9e165-697ac7b1-e44a-4103-8843-5efb6ea871e6-000000@email.amazonses.com> <13bfbbdf-9ca4-9e2a-c552-4c391ac8e311@FreeBSD.org> From: Ryan Moeller Message-ID: <4d21820b-91ab-28a9-9496-b1a89c6bf6f6@FreeBSD.org> Date: Tue, 1 Sep 2020 15:03:46 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <13bfbbdf-9ca4-9e2a-c552-4c391ac8e311@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 19:03:47 -0000 On 9/1/20 2:13 PM, Ryan Moeller wrote: > > On 9/1/20 1:32 PM, Thomas Laus wrote: >> Group: >> >> Whenever I perform a major upgrade to any of my ZFS pools, I make a >> habit of sending the most recent snapshot to a file and then to a DLT >> tape or DVD.  I run the zstreamdump utility on the file and record the >> checksum.  I also run zstreamdump on the archive media and compare >> checksums.  With the recent ZFS upgrade in CURRENT, I could not locate >> this utility.  With a major upgrade such as this, I was really concerned >> about not being able to boot and loosing everything on a production >> system.  Fortunately this upgrade went smoothly and I did not have to >> restore from alternate media.  The next time, I may not be lucky. >> >> Tom >> > zstreamdump is supposed to be a script wrapper around a new, more > general, command: zstream > > > > #!/bin/sh > > zstream dump "$@" > > > > It doesn't appear to be installing itself properly, though. I'll have > to look into that. https://svnweb.freebsd.org/changeset/base/365057 > > -Ryan > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-current@freebsd.org Tue Sep 1 19:29:31 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 652D73D4AB7; Tue, 1 Sep 2020 19:29:31 +0000 (UTC) (envelope-from meka@tilda.center) Received: from mail.tilda.center (mail.tilda.center [45.63.43.31]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgxwB4Pwcz4553; Tue, 1 Sep 2020 19:29:30 +0000 (UTC) (envelope-from meka@tilda.center) Received: from tilda.center (109-93-225-192.dynamic.isp.telekom.rs [109.93.225.192]) by mail.tilda.center (Postfix) with ESMTPSA id C22181EE34; Tue, 1 Sep 2020 21:29:28 +0200 (CEST) Date: Tue, 1 Sep 2020 21:29:27 +0200 From: Goran =?utf-8?B?TWVracSH?= To: Ed Maste Cc: freebsd-git@freebsd.org, FreeBSD Current Subject: Re: Please check the current beta git conversions Message-ID: <20200901192927.rtkby4jzrouibzly@tilda.center> References: <20200901172340.ygmenn4uejciihlx@tilda.center> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="r65hbt46fpbtcexj" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BgxwB4Pwcz4553 X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.39 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[tilda.center:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-0.99)[-0.993]; NEURAL_HAM_MEDIUM(-1.05)[-1.045]; DKIM_TRACE(0.00)[tilda.center:+]; DMARC_POLICY_ALLOW(-0.50)[tilda.center,reject]; NEURAL_HAM_SHORT(-0.25)[-0.251]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20473, ipnet:45.63.40.0/22, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 19:29:31 -0000 --r65hbt46fpbtcexj Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Tue, Sep 01, 2020 at 01:43:19PM -0400, Ed Maste wrote: > Thanks for the report - I wouldn't be surprised if the host is a bit > bogged down from folks trying this just after my message went out. > Once your clone finishes please do let us know how long it took > overall. time git clone https://cgit-beta.freebsd.org/src.git freebsd-cgit-beta Cloning into 'freebsd-cgit-beta'... remote: Enumerating objects: 390952, done. remote: Counting objects: 100% (390952/390952), done. remote: Compressing objects: 100% (30728/30728), done. remote: Total 3763254 (delta 382506), reused 360224 (delta 360224), pack-reused 3372302 Receiving objects: 100% (3763254/3763254), 1.10 GiB | 876.00 KiB/s, done. Resolving deltas: 100% (2984823/2984823), done. Updating files: 100% (81780/81780), done. ________________________________________________________ Executed in 30.36 mins fish external usr time 666.58 secs 672.00 micros 666.58 secs sys time 30.38 secs 144.00 micros 30.38 secs --r65hbt46fpbtcexj Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE1WIFkXy2ZeMKjjKEWj1TknovrLYFAl9OoRQACgkQWj1Tknov rLY4GQ/9Ex2D9ajWe+5RyBw61OMDWY00qEkQs1eJ4zRBegGhkyWoDZpx8SE1rwgl 9mvSAH9GeZ8zzVv3tpB6xYiYRDMEOiSJf/WAhNMxufx1kQHBBPgTE6jTnm06jMnE 6qF1H6Cbss/5yno2GNBqPlKWtYsPqwRPOArfb9+CWHxDnYFbFEoaz3QS3fVQIpWo 5Ke+wlXrtV6EMLhIjy4BTBeQ55GIBcDzSSQHxQy+Nd+mYzu1HKWrxzC7Z5TlRF3J BpqQNZZpjvx0fRiCUNLrGsZzba6w0F/ZZYuZP6HT5Jw5LneTOTTYhwRllzlAFf+T KCi+TiUBGVVPQ0qzWWXfHfYvFsz/jk6xiUWvvtB0dT7XZhJ6FG5iDP1kL8gAE0ej hNdzMN7zpxKZ/3/doi/68Z+AcG4LnZj6/pRRhv/kADnIF92vgb3IrOV0dsjZAnjz n4fJIjzp30NtDFAmsZ+IRLg0f6t0bAxq7h/FAyi9Py5CBPe/WLrCmW0Hg6S/QGeT IGXfx+ZKOTV2zYmN0bX3AQpuMI99uzpbZmq7eKd1zIUoeZLF/EDqA71S75uK6xcZ wRUr3tdnUmOncMLcsX4Cnl7V+uSwqC7FzK5NvtZ/iIt6PLX5Gkv9qGN9eBBy5qF8 RMAh/uY3k4WMz9uRbnLl/V+LueS93WpBDVuvX9pHZbXeu76rk0I= =erRi -----END PGP SIGNATURE----- --r65hbt46fpbtcexj-- From owner-freebsd-current@freebsd.org Tue Sep 1 21:12:52 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 2DCEB378B04 for ; Tue, 1 Sep 2020 21:12:52 +0000 (UTC) (envelope-from ypankov@xsmail.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bh0CR53CXz4GW3 for ; Tue, 1 Sep 2020 21:12:51 +0000 (UTC) (envelope-from ypankov@xsmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id AD3DE378A36; Tue, 1 Sep 2020 21:12:51 +0000 (UTC) Delivered-To: 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 AD01E3788F0 for ; Tue, 1 Sep 2020 21:12:51 +0000 (UTC) (envelope-from ypankov@xsmail.com) Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh0CP44n7z4Ggw for ; Tue, 1 Sep 2020 21:12:49 +0000 (UTC) (envelope-from ypankov@xsmail.com) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 19DA48E1; Tue, 1 Sep 2020 17:12:47 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 01 Sep 2020 17:12:47 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudefjedgudeitdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepuffvfhfhkffffgggjggtgfesth ejredttdefjeenucfhrhhomhepjghurhhiucfrrghnkhhovhcuoeihphgrnhhkohhvseig shhmrghilhdrtghomheqnecuggftrfgrthhtvghrnhepfeevgfetvdefhedtleekgeegue eludduudekveegudetjeevudefteeguddutedtnecuffhomhgrihhnpeiivghfohigrdhn vghtnecukfhppeeluddrvdegtddruddvgedrudeltdenucfuphgrmhfkphfpvghtfihorh hkpeeluddrvdegtddruddvgedrudeltdenucevlhhushhtvghrufhiiigvpedtnecurfgr rhgrmhepmhgrihhlfhhrohhmpeihphgrnhhkohhvseigshhmrghilhdrtghomh X-ME-Proxy: Received: from mercury.lan (unknown [91.240.124.190]) by mail.messagingengine.com (Postfix) with ESMTPA id D6439306005F; Tue, 1 Sep 2020 17:12:44 -0400 (EDT) Subject: Re: usbd_setup_device_desc: getting device descriptor at addr 6 failed, USB_ERR_IOERROR To: driesm.michiels@gmail.com, 'bob prohaska' Cc: current@freebsd.org References: <20200827185927.GA24756@www.zefox.net> <58def58f-b660-0d81-5964-1835787b4132@xsmail.com> <002d01d67d41$1d143c60$573cb520$@gmail.com> From: Yuri Pankov Message-ID: <7dd7fded-44d6-0f1f-df1c-7137a03a0cc7@xsmail.com> Date: Wed, 2 Sep 2020 00:12:43 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <002d01d67d41$1d143c60$573cb520$@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bh0CP44n7z4Ggw X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.68 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[xsmail.com]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.20]; RWL_MAILSPIKE_GOOD(0.00)[64.147.123.20:from]; RCVD_COUNT_THREE(0.00)[4]; DKIM_TRACE(0.00)[xsmail.com:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[xsmail.com,none]; NEURAL_HAM_SHORT(-0.55)[-0.552]; FREEMAIL_TO(0.00)[gmail.com,www.zefox.net]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.20:from]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[xsmail.com]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.996]; R_DKIM_ALLOW(-0.20)[xsmail.com:s=fm3,messagingengine.com:s=fm3]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.03)[-1.032]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MAILMAN_DEST(0.00)[current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 21:12:52 -0000 driesm.michiels@gmail.com wrote: > I just want to add a "me to" here. > > With a recent upgrade of CURRENT on my laptop, these error messages started > popping up. > Possibly not really harming anything under the hood though. Looks like r365029 fixed it for me, and even ubt0 is back happily spamming console with netgraph warnings; didn't notice its absence as I'm not using bluetooth at the moment. >> -----Original Message----- >> From: owner-freebsd-current@freebsd.org > current@freebsd.org> On Behalf Of Yuri Pankov >> Sent: Thursday, 27 August 2020 21:18 >> To: bob prohaska >> Cc: current@freebsd.org >> Subject: Re: usbd_setup_device_desc: getting device descriptor at addr 6 >> failed, USB_ERR_IOERROR >> >> bob prohaska wrote: >>> On Thu, Aug 27, 2020 at 09:41:16PM +0300, Yuri Pankov wrote: >>>> Another issue that I started seeing lately, didn't try finding out >>>> when exactly in case someone knows what it's about: >>>> >>>> Root mount waiting for: usbus0 >>>> usbd_setup_device_desc: getting device descriptor at addr 6 failed, >>>> USB_ERR_IOERROR >>>> >>> [details snipped] >>> >>>> So far not seeing any ill effects from this, i.e. I can connect USB >>>> HDD to these ports, and it's successfully detected. >>> >>> If it's convenient, connecting a USB-serial adapter and rebooting >>> might be interesting. I'm having trouble with FT232 obstructing disk >>> detection in some cases and self-disconnecting in others on a Pi3B. >> >> Don't have one. It is "desktop" PC, so the only USB devices I have/need > are >> keyboard/mouse and memsticks. From owner-freebsd-current@freebsd.org Tue Sep 1 23:42:49 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 91CD03C2210 for ; Tue, 1 Sep 2020 23:42:49 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bh3XT2p3Hz3bWw for ; Tue, 1 Sep 2020 23:42:49 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.nyi.freebsd.org (Postfix) id 5FFFE3C1F3D; Tue, 1 Sep 2020 23:42:49 +0000 (UTC) Delivered-To: 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 5FBEF3C1E6E for ; Tue, 1 Sep 2020 23:42:49 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh3XS4nPqz3bWv for ; Tue, 1 Sep 2020 23:42:48 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 081NgfqR040489 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 2 Sep 2020 01:42:45 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 081NgeSN062586 for ; Wed, 2 Sep 2020 01:42:40 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 081NgURH013325 for ; Wed, 2 Sep 2020 01:42:40 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009012342.081NgURH013325@fire.js.berklix.net> To: current@freebsd.org Subject: /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/locales/en_US.UTF-8.msg From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://www.berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ Date: Wed, 02 Sep 2020 01:42:30 +0200 X-Rspamd-Queue-Id: 4Bh3XS4nPqz3bWv X-Spamd-Bar: + X-Spamd-Result: default: False [1.03 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.79)[-0.790]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[berklix.com]; NEURAL_SPAM_SHORT(0.21)[0.207]; NEURAL_SPAM_MEDIUM(0.72)[0.716]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[current]; RECEIVED_SPAMHAUS_PBL(0.00)[79.196.198.159:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 23:42:49 -0000 Hi current@freebsd.org, /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/locales/en_US.UTF-8.msg With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/usr.bin/gh-bc Avoided for now with /etc/src.conf WITHOUT_GH_BC=YES Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money Contraception V. Global warming, pollution, hunger, contagion, resource wars. From owner-freebsd-current@freebsd.org Tue Sep 1 23:42:56 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 6A5223C1ED6 for ; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bh3Xc1HxYz3b7Q for ; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.nyi.freebsd.org (Postfix) id 2BF033C2218; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) Delivered-To: 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 2B4AF3C2214 for ; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh3Xb5p4vz3bS0 for ; Tue, 1 Sep 2020 23:42:55 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 081NgkrW040493 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 2 Sep 2020 01:42:54 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 081NgjiT062590 for ; Wed, 2 Sep 2020 01:42:46 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 081NgeYm013337 for ; Wed, 2 Sep 2020 01:42:45 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009012342.081NgeYm013337@fire.js.berklix.net> To: current@freebsd.org Subject: /sys/modules/ nfscl & nfsd From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://www.berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ Date: Wed, 02 Sep 2020 01:42:40 +0200 X-Rspamd-Queue-Id: 4Bh3Xb5p4vz3bS0 X-Spamd-Bar: + X-Spamd-Result: default: False [1.04 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.78)[-0.779]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[berklix.com]; NEURAL_SPAM_SHORT(0.20)[0.197]; NEURAL_SPAM_MEDIUM(0.72)[0.721]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[current]; RECEIVED_SPAMHAUS_PBL(0.00)[79.196.198.159:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 23:42:56 -0000 Hi current@freebsd.org, /sys/modules/ nfscl & nfsd With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/sys/fs/nfsclient/nfs_clkrpc.c:40:10: fatal error: 'opt_kern_tls.h' file not found # #include "opt_kern_tls.h" # /usr/src/sys/modules/nfsd # /usr/src/sys/fs/nfsserver/nfs_nfsdkrpc.c:41:10: fatal error: 'opt_kern_tls.h' file not found Avoided for now by manualy patching out modules/Makefile Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money Contraception V. Global warming, pollution, hunger, contagion, resource wars. From owner-freebsd-current@freebsd.org Tue Sep 1 23:42:56 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 C7DBB3C21DF for ; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bh3Xc1sgxz3bS1 for ; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.nyi.freebsd.org (Postfix) id 313DB3C2219; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) Delivered-To: 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 2D1C23C1F97 for ; Tue, 1 Sep 2020 23:42:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh3Xb4PdCz3bTS for ; Tue, 1 Sep 2020 23:42:55 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 081NgkEm040492 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 2 Sep 2020 01:42:54 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 081Ngj15062589 for ; Wed, 2 Sep 2020 01:42:46 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 081NgZXs013331 for ; Wed, 2 Sep 2020 01:42:45 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009012342.081NgZXs013331@fire.js.berklix.net> To: current@freebsd.org Subject: /usr/src/cddl/sbin/zfs don't know how to make zfs-change-key.8 From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://www.berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ Date: Wed, 02 Sep 2020 01:42:35 +0200 X-Rspamd-Queue-Id: 4Bh3Xb4PdCz3bTS X-Spamd-Bar: + X-Spamd-Result: default: False [1.05 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.78)[-0.778]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[current@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[berklix.com]; NEURAL_SPAM_SHORT(0.20)[0.202]; NEURAL_SPAM_MEDIUM(0.72)[0.724]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[current]; RECEIVED_SPAMHAUS_PBL(0.00)[79.196.198.159:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Tue, 01 Sep 2020 23:42:56 -0000 Hi current@freebsd.org, With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/cddl/sbin/zfs # bmake[4]: don't know how to make zfs-change-key.8. Stop Avoided for now with /etc/src.conf WITHOUT_ZFS=YES Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money Contraception V. Global warming, pollution, hunger, contagion, resource wars. From owner-freebsd-current@freebsd.org Wed Sep 2 01:32:30 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 D202D3C4DF3 for ; Wed, 2 Sep 2020 01:32:30 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bh5z24908z3yVV for ; Wed, 2 Sep 2020 01:32:30 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: by mailman.nyi.freebsd.org (Postfix) id 8ECAF3C5307; Wed, 2 Sep 2020 01:32:30 +0000 (UTC) Delivered-To: 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 8E91A3C5199 for ; Wed, 2 Sep 2020 01:32:30 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from CAN01-TO1-obe.outbound.protection.outlook.com (mail-eopbgr670072.outbound.protection.outlook.com [40.107.67.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh5z06zS7z3ygy for ; Wed, 2 Sep 2020 01:32:28 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=P83ZMwHfMHu2yX/ci4M2XfuB84/p1dCaBnPDw59Pz/No3tzywS9WeAzu9eTF3A2FmM2SKVi1l3A+3e6mZIZMsvf/fI/SueP/YbzDn5YsDDz7EdxravCKjTduH7kNR6daxUCubHzejS9puOT5fnm47mL/RCzlzKLglmAxq1lqJZ2Z5vmAJ8JAnrA28k6lG9pnTkpNnyGgauA3ZrGfdcv7p8qBpQlN0765FheIlKK47UonjpCGzyjeaAn1LqCS8yMXtivMfn+IAG2/TgHj2+x+LYFv12lx9kyDnizM1vOWunQIlTypNO85rj+c+1WDVrIb4bNoiqiEnTBKi8C4heRtxQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=HzMD5iSwdZDJ2iZsbKePePdNxxZ7TeVukv0GlwuKZ9Q=; b=dpmmIx4o4VLU9vRkCInkjkJnTzvgDztM/DLltY486wfknMj3KDAh3I5PJ4dwT4lDm5lh3YhXmAO5khB5+aKWU7oU2HHTRt97u0ZOQS4kcXB8xNkm7BjURvxXlwJ1xQtEkSGSzbyVZDMHP0+6EGUtle+/P2rW70jX/7JxTLYy6nknsgkzqS+u9PdGFeH0dG1+LCrtNpi8ezmLJLI4Qiw0tqT7aKugUZgdZBki53LD9LYmqdMpZKXHTAZLODklFs1jDypHorut+MCjl2peuZWXXMjZ35Fk91nUfSpz6hyIi3qRT426gTj9jw693MCHdPmMEU7Vtd/trE7PbHEzg45HWA== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uoguelph.ca; dmarc=pass action=none header.from=uoguelph.ca; dkim=pass header.d=uoguelph.ca; arc=none Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:24::27) by YTOPR0101MB0938.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b00:1b::15) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3326.25; Wed, 2 Sep 2020 01:32:27 +0000 Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20]) by YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20%6]) with mapi id 15.20.3326.025; Wed, 2 Sep 2020 01:32:27 +0000 From: Rick Macklem To: "Julian H. Stacey" , "current@freebsd.org" Subject: Re: /sys/modules/ nfscl & nfsd Thread-Topic: /sys/modules/ nfscl & nfsd Thread-Index: AQHWgLmhtJ6Wb61mcEOtp4Dd2CzDSalUj8v9 Date: Wed, 2 Sep 2020 01:32:27 +0000 Message-ID: References: <202009012342.081NgeYm013337@fire.js.berklix.net> In-Reply-To: <202009012342.081NgeYm013337@fire.js.berklix.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 142ed0f2-da7f-44ce-9e06-08d84ee00d36 x-ms-traffictypediagnostic: YTOPR0101MB0938: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:6790; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: hGRnBXNdwlh8r+eLPOFBfzdj4aFWs3KZRY/32wvKKjaNYpqyXq0zVB801scd74IRbeXDirjHskOulirsGWDeKM4hTPY/NfWGwrHQQhIKOjh4pxLPuXVIMDCz9CCebbdUgSBhMsooIYPapxlyKU7oBGSC0OXds1ARQzn/+caxBXV0HPxgulqeQ2yBqcfHaac2vF+il/X/mhm+2jSdb1wHwqdgPzA9AxJVBq3lLXxheqMbfNO3YWHgJcR1kAZrxKTOVQstenmW74BDvPRKmZfDlzgybmRtdKv0kGcu6BRMXPxIuwXIkLwhhgGmARrs4I8/gWY8qtzmxwknGSzCBhiHN6+WwwQH5YkXHR/sNfRJZL6f/DJXZeyBdJWuvz2YFV2R6uxXhcstMpR8p3uTii0i0w== x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(366004)(39860400002)(346002)(136003)(376002)(396003)(91956017)(86362001)(66946007)(66556008)(66476007)(4744005)(8936002)(8676002)(71200400001)(33656002)(5660300002)(316002)(110136005)(786003)(52536014)(76116006)(966005)(66446008)(7696005)(64756008)(6506007)(9686003)(478600001)(2906002)(55016002)(186003); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata: v8AZhm2T46Fe5mtQ1mtibSL02ZqmQR3LreSUzStrBLwAGLyyotDYi4BKg/h7Gxn2zJbNS2VWrxWq4ZwQ9YSqyEQicBH1oOSnGYx8W7g+1ErNluT2A101baxMAzfJCD15N2nZgBkA/TVlbGt2hE82+it01CO43CVipWVUtYTiodoKtfM/U/qVqFHByV0/IzDY4oLYmgHlFDkZAnDLifkMjeUftM3brzfL9FGFhZzHjcpnl8y4Bf1/8XHDknhhKADrfNzdTH3jQnBvrua8F+g7MKHjs8NBu6kdsKun4IMHAMMwT2AHLClpRYangbCGdHS6SJSVGsp15uBXXZv+UtXvRBZB28cNGKgYyLVq2+eHUfab9m8k1WuX/zmvhUYlrmJlt1NjEK7Z2wRtOZnTr8QqoimfsszhwTNc2ESW40wICpp/9JRWGWXIi+tn3AyBvd9TVCURca/xFUJyZw4MQ9R8yuW7a3wSQ/sYMbtjXw90DqY+n9Wc450M/OlEvaqlY9W/I/D3fd0tsikdlQdY6kpoVZHzb2BIMoTsyx08xK6rpbamtgObwxnTlFqVhZtAHMYBrDQnVpPKg/LeS4PkB/9rnVm3CHhzYrbBh3HXlSHeAcUL4OhMSkxBKGTsbGak7nEJGmR36nexpN0k7ULHOe17aDFFFl2Ea3S+DSBTZ0LEll69CN0mWrXaOYZ04CxBYrG/kDDmCUPXm2KkRmedrQ2XFw== x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uoguelph.ca X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: 142ed0f2-da7f-44ce-9e06-08d84ee00d36 X-MS-Exchange-CrossTenant-originalarrivaltime: 02 Sep 2020 01:32:27.3299 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: be62a12b-2cad-49a1-a5fa-85f4f3156a7d X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: u66qnbopDit8MyBQD+gOePeAIi7Qst8wTBql9ircnN+dwuyZxAB8d+KMaQekyy3W/fmRegz0zJxQ022f93+Grg== X-MS-Exchange-Transport-CrossTenantHeadersStamped: YTOPR0101MB0938 X-Rspamd-Queue-Id: 4Bh5z06zS7z3ygy X-Spamd-Bar: ------ X-Spamd-Result: default: False [-6.44 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.01)[-1.014]; R_DKIM_ALLOW(-0.20)[uoguelph.ca:s=selector1]; FREEFALL_USER(0.00)[rmacklem]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; NEURAL_HAM_LONG(-0.99)[-0.990]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_LOW(-1.00)[uoguelph.ca:dkim]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[uoguelph.ca:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[uoguelph.ca,none]; NEURAL_HAM_SHORT(-1.33)[-1.334]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.107.67.72:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:8075, ipnet:40.104.0.0/14, country:US]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; MAILMAN_DEST(0.00)[current]; RCVD_IN_DNSWL_LOW(-0.10)[40.107.67.72:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 01:32:30 -0000 Julian H. Stacey wrote:=0A= >Hi current@freebsd.org,=0A= >=0A= >/sys/modules/ nfscl & nfsd=0A= >With .ctm_status src-cur 14656 .svn_revision 364986=0A= >=0A= >/usr/src/sys/fs/nfsclient/nfs_clkrpc.c:40:10: fatal error: 'opt_kern_tls.h= ' file not found=0A= ># #include "opt_kern_tls.h"=0A= >=0A= ># /usr/src/sys/modules/nfsd=0A= ># /usr/src/sys/fs/nfsserver/nfs_nfsdkrpc.c:41:10: fatal error: 'opt_= kern_tls.h' file not found=0A= >=0A= >Avoided for now by manualy patching out modules/Makefile=0A= Should be fixed by r365262.=0A= =0A= Thanks for reporting it, rick=0A= =0A= Cheers,=0A= Julian=0A= --=0A= Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/= =0A= Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money= =0A= Contraception V. Global warming, pollution, hunger, contagion, resource war= s.=0A= _______________________________________________=0A= freebsd-current@freebsd.org mailing list=0A= https://lists.freebsd.org/mailman/listinfo/freebsd-current=0A= To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"= =0A= =0A= From owner-freebsd-current@freebsd.org Wed Sep 2 02:38:36 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 92D0B3C81FB; Wed, 2 Sep 2020 02:38:36 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout005.msg.pkvw.co.charter.net (p-impout005aa.msg.pkvw.co.charter.net [47.43.26.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh7RH2ndJz43cq; Wed, 2 Sep 2020 02:38:34 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id DIfMknef6ZbDnDIfMkJtqk; Wed, 02 Sep 2020 02:38:28 +0000 X-Authority-Analysis: v=2.3 cv=crPlbGwi c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=4qMpGUmdXNPEAWxrE0MA:9 Date: Wed, 02 Sep 2020 02:37:45 +0000 From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> CC: freebsd-git@freebsd.org X-CMAE-Envelope: MS4wfNMKIIX5SgdvQwgRHVfy7je0LE7ouWEaRQyr27WKFoeWaIP+BM2GVOJ/9AyJSj2mijoM3q/8yIEvFffofkNPH1EhcRP2FRQe2Xj8sZOZT5FV6IarPXAb l6LO1QTpCow/s7Uj6dyMWrxnIbIwtO9AR0nwO0Okxpw56uQ1mnw/CBGZscufGc03YDAKMVaR3TNlK/48XoY84a+Aof5THauffrY= X-Rspamd-Queue-Id: 4Bh7RH2ndJz43cq X-Spamd-Bar: + X-Spamd-Result: default: False [1.32 / 15.00]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[twc.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; NEURAL_HAM_LONG(-0.89)[-0.890]; MISSING_MID(2.50)[]; NEURAL_SPAM_SHORT(0.26)[0.259]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-0.25)[-0.251]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-current]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 02:38:36 -0000 from Ed Maste: > > Any guidance on amount of diskspace and how long it takes to clone the repo ? > I see just over 3GB in my clone, including about 2.5GB in the .git directory. > If you have only one checkout git will require a bit more disk space > than svn. However, if you have two or more working trees (say, vanilla > FreeBSD and multiple work-in-progress trees, or head and stable > branches, etc.) using "git worktree" will share the .git directory and > in total will occupy less space than the equivalent in svn. > I'd expect clones to take minutes, although cgit-beta is running on a > lower spec jail host and might have trouble if many people are cloning > at the same time. 2.5 GB in .git directory sounds crazy and incomprehensible to me. Only src tree I would be interested in now is HEAD (13-current), though I would also want the ports and doc trees. Would that mollify the diskspace bloat? I had trouble with the ethernet and wireless network drivers in FreeBSD 12 and 13-current, but there subsequently was a post on a big improvement to the network drivers for HEAD but not 12-stable. So I am abandoning FreeBSD 12.x . Hopefully I could update 13-current from within 13-current where I have no internet access but could use git from NetBSD, where I also have svn. Tom From owner-freebsd-current@freebsd.org Wed Sep 2 04:23:26 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 394E23CAC66; Wed, 2 Sep 2020 04:23:26 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ot1-x32e.google.com (mail-ot1-x32e.google.com [IPv6:2607:f8b0:4864:20::32e]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bh9mD6RCDz49Wk; Wed, 2 Sep 2020 04:23:24 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ot1-x32e.google.com with SMTP id g10so3147663otq.9; Tue, 01 Sep 2020 21:23:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=2E4p+l49tahZksxmd92P3rvflQzbojeQuliqZGzmVfM=; b=Uo6+riGpRCyLVjTtYhslzSaU7iych5sHFQqpBxYrLHiqapVhYypzmArfjiamrR5ssH a81e0D8wixC5xnxDZ2r31GW0yvI173MhwTw9T6y1ZUJzaVArM4ijR0omo5AOSvFOW+ij Cjty3/3gYz1F5H//MRP+g905lFZPSqN8Sl4AN/4YB4+EQcEnztdWQZMKPT9a1l/BJWo1 m6Nwchmdx/M6ZCDoULmDfdtP+e14jTs3bNRp8VpLkeyiF4el0/QQE78oiEe6VLd5PN2s OSlbN7AQ5FXJoFNId8rhiqC16F0OKJ5S/yA9HOiavWlkl7Nk6T3mNOqsqa2cYZdt5Zhx 3CAQ== X-Gm-Message-State: AOAM531p6lmmbNu3krVNRvmVAtsuSa+or+rfLO7w1PTdVE/iF4ADNbCt 4yrIICYYyL9VoEfP+HjPKJ/t8b5Tjs3qg8YUjsOW6jI5O31IlQ== X-Google-Smtp-Source: ABdhPJxPmKbxc0UYFe9dIHpcQJJPbKL9BCFU6vkNvPDfSOU62jvpMNZMyb0Nwc184gUcmpSz8WJ8VbQMctP5TI6wRgM= X-Received: by 2002:a9d:ea5:: with SMTP id 34mr3994274otj.199.1599020603290; Tue, 01 Sep 2020 21:23:23 -0700 (PDT) MIME-Version: 1.0 References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> <5f4f05be.1c69fb81.7ed46.d400SMTPIN_ADDED_MISSING@mx.google.com> In-Reply-To: <5f4f05be.1c69fb81.7ed46.d400SMTPIN_ADDED_MISSING@mx.google.com> From: Kevin Oberman Date: Tue, 1 Sep 2020 21:23:07 -0700 Message-ID: Subject: Re: Please check the current beta git conversions To: Thomas Mueller Cc: FreeBSD Current , freebsd-git@freebsd.org X-Rspamd-Queue-Id: 4Bh9mD6RCDz49Wk X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.62 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-1.03)[-1.028]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; NEURAL_HAM_LONG(-1.07)[-1.073]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.18)[0.179]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::32e:from]; FREEMAIL_TO(0.00)[twc.com]; FORGED_SENDER(0.30)[rkoberman@gmail.com,kob6558@gmail.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[rkoberman@gmail.com,kob6558@gmail.com]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 04:23:26 -0000 On Tue, Sep 1, 2020 at 7:38 PM Thomas Mueller wrote: > from Ed Maste: > > > > Any guidance on amount of diskspace and how long it takes to clone the > repo ? > > > I see just over 3GB in my clone, including about 2.5GB in the .git > directory. > > > If you have only one checkout git will require a bit more disk space > > than svn. However, if you have two or more working trees (say, vanilla > > FreeBSD and multiple work-in-progress trees, or head and stable > > branches, etc.) using "git worktree" will share the .git directory and > > in total will occupy less space than the equivalent in svn. > > > I'd expect clones to take minutes, although cgit-beta is running on a > > lower spec jail host and might have trouble if many people are cloning > > at the same time. > > 2.5 GB in .git directory sounds crazy and incomprehensible to me. > > Only src tree I would be interested in now is HEAD (13-current), though I > would also want the ports and doc trees. Would that mollify the diskspace > bloat? > > I had trouble with the ethernet and wireless network drivers in FreeBSD 12 > and 13-current, but there subsequently was a post on a big improvement to > the network drivers for HEAD but not 12-stable. > > So I am abandoning FreeBSD 12.x . > > Hopefully I could update 13-current from within 13-current where I have no > internet access but could use git from NetBSD, where I also have svn. > > Tom > Not really much different from subversion. .svn in /usr/sys is also 2.5G, at least for 12.1. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-current@freebsd.org Wed Sep 2 04:59:47 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 BAAD93CC129; Wed, 2 Sep 2020 04:59:47 +0000 (UTC) (envelope-from grog@lemis.com) Received: from lax.lemis.com (www.lemis.com [45.32.70.18]) by mx1.freebsd.org (Postfix) with ESMTP id 4BhBZB58ZTz4FMF; Wed, 2 Sep 2020 04:59:46 +0000 (UTC) (envelope-from grog@lemis.com) Received: from eureka.lemis.com (aussie-gw.lemis.com [167.179.139.35]) by lax.lemis.com (Postfix) with ESMTP id 4DEC3280BB; Wed, 2 Sep 2020 04:59:40 +0000 (UTC) Received: by eureka.lemis.com (Postfix, from userid 1004) id 8A2E826359A; Wed, 2 Sep 2020 14:59:39 +1000 (AEST) Date: Wed, 2 Sep 2020 14:59:39 +1000 From: Greg 'groggy' Lehey To: Ed Maste Cc: FreeBSD Current , freebsd-git@freebsd.org Subject: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902045939.GA15897@eureka.lemis.com> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: Organization: The FreeBSD Project Phone: +61-3-5309-0418 Mobile: +61-490-494-038. Use only as instructed. WWW-Home-Page: http://www.FreeBSD X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 User-Agent: Mutt/1.6.1 (2016-04-27) X-Rspamd-Queue-Id: 4BhBZB58ZTz4FMF X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.92 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.003]; FREEFALL_USER(0.00)[grog]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[FreeBSD.org]; AUTH_NA(1.00)[]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_LONG(-1.08)[-1.081]; NEURAL_HAM_SHORT(-0.03)[-0.032]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[grog@FreeBSD.org,grog@lemis.com]; RCVD_NO_TLS_LAST(0.10)[]; R_SPF_NA(0.00)[no SPF record]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20473, ipnet:45.32.64.0/19, country:US]; FROM_NEQ_ENVFROM(0.00)[grog@FreeBSD.org,grog@lemis.com]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 04:59:47 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tuesday, 1 September 2020 at 13:14:10 -0400, Ed Maste wrote: > We've been updating the svn-git converter and pushing out a new > converted repo every two weeks, and are now approaching the time where > we'd like to commit to the tree generated by the exporter, > ... Somehow I've missed this development. Reading between the lines, it seems that we're planning to move from svn to git, but I can't recall seeing any announcement on the subject. Can you give some background? It would also be nice to find a HOWTO both for the migration and for life with git. Greg -- Sent from my desktop computer. See complete headers for address and phone numbers. This message is digitally signed. If your Microsoft mail program reports problems, please read http://lemis.com/broken-MUA --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAl9PJrsACgkQIubykFB6QiOamACdGZMkEv6D63vgyTiSIk950cpl CrwAnRqfguEHTLSqoY6VinKfRXZ8z9js =6qY6 -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-freebsd-current@freebsd.org Wed Sep 2 05:20:25 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 5653B3CC4D7; Wed, 2 Sep 2020 05:20:25 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-il1-x142.google.com (mail-il1-x142.google.com [IPv6:2607:f8b0:4864:20::142]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhC201zr1z4G6v; Wed, 2 Sep 2020 05:20:24 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by mail-il1-x142.google.com with SMTP id t4so3928726iln.1; Tue, 01 Sep 2020 22:20:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=a9H556P5vNsCNTepSHbah4pYSxE5UMifPqs0vnuVcpU=; b=oUhJAwJXNEnt+tiffVjZJU1rjR8br0frI18sUcviNew1Sdx1jG0M6BauBTVKIbKLW/ yYhG9t3iWpEC6CQR8p5GSewZUy1G00yAZQGqVvEzdbmcPjxfvPu+6WlxG96psgHpj8h3 FKJY/U8zvZcnaGi+BrCF+FvFJOtQBKAcmp3R2myL1PsmexykZ8SUJjrtm+Jy3m6o6mKQ X5wfnCUZGf6JLY2mJjPCWOJBW9EVM1E3nse/r+ralq1LopRsKFMGP+Uav4qLzlEBtqBV brMTD5bC/KvpOFLTR6pmVSk8ELygpiHwwRrYakQ658crldQ6tLlU1O+W40uGD00AH/RK tzLg== X-Gm-Message-State: AOAM530QMXDZKEJAF/BYqKrHZGlVIi1+XEXC5CLaSK+67Yk7xL/ud/Y7 il1rfDMzPUCjWaFZGtx6N9I0p55j0I3My2Fit/EnKq/Oigti2A== X-Google-Smtp-Source: ABdhPJyLF8v0JXEOP84qYFZFXMWyVNcD+2KkWkzarRC6eQwKy6781w8qR/KmfG570BABKjnnD1OWWf6YpyhMXkDz9uU= X-Received: by 2002:a92:d452:: with SMTP id r18mr2325866ilm.174.1599024022757; Tue, 01 Sep 2020 22:20:22 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:a908:0:0:0:0:0 with HTTP; Tue, 1 Sep 2020 22:20:22 -0700 (PDT) In-Reply-To: <20200902045939.GA15897@eureka.lemis.com> References: <20200902045939.GA15897@eureka.lemis.com> From: grarpamp Date: Wed, 2 Sep 2020 01:20:22 -0400 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: freebsd-security@freebsd.org Cc: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhC201zr1z4G6v X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.17 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.04)[-1.037]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.03)[-1.033]; TO_DN_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::142:from]; NEURAL_HAM_SHORT(-0.10)[-0.101]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-security,freebsd-current,freebsd-git]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 05:20:25 -0000 The underlying initializing 'git init' commit hash must be signed by security officer key having sufficient human PGP-WoT. Git also supports sha-256 soon now, adoption should be researched from various online article series and work product before committing plans... https://lwn.net/Articles/823352/ https://git-scm.com/docs/hash-function-transition From owner-freebsd-current@freebsd.org Wed Sep 2 06:01:21 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 AA8903CD945 for ; Wed, 2 Sep 2020 06:01:21 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhCxF2lJ0z4Hrl; Wed, 2 Sep 2020 06:01:21 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1kDLpd-0005D4-5e; Wed, 02 Sep 2020 08:01:17 +0200 Date: Wed, 2 Sep 2020 08:01:17 +0200 From: Kurt Jaeger To: Greg 'groggy' Lehey Cc: FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902060117.GG53210@home.opsec.eu> References: <20200902045939.GA15897@eureka.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200902045939.GA15897@eureka.lemis.com> X-Rspamd-Queue-Id: 4BhCxF2lJ0z4Hrl X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 06:01:21 -0000 Hi! > On Tuesday, 1 September 2020 at 13:14:10 -0400, Ed Maste wrote: > > We've been updating the svn-git converter and pushing out a new > > converted repo every two weeks, and are now approaching the time where > > we'd like to commit to the tree generated by the exporter, > > ... > > Somehow I've missed this development. The list archive https://lists.freebsd.org/pipermail/freebsd-git/ has additional information. http://wiki.freebsd.org/GitWorkflow http://wiki.freebsd.org/UlrichSpoerlein/GitTalkDevSummit has more. The repo: https://cgit-beta.freebsd.org/ Freshports using git: devgit.freshports.org A short intro on git for svn users: https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view -- pi@opsec.eu +49 171 3101372 Now what ? From owner-freebsd-current@freebsd.org Wed Sep 2 06:31: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 2849B3CE533 for ; Wed, 2 Sep 2020 06:31:46 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhDcJ4zdPz4KGq; Wed, 2 Sep 2020 06:31:44 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 0826VaDU047557 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 1 Sep 2020 23:31:36 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 0826Va3Q047556; Tue, 1 Sep 2020 23:31:36 -0700 (PDT) (envelope-from sgk) Date: Tue, 1 Sep 2020 23:31:36 -0700 From: Steve Kargl To: Kurt Jaeger Cc: "Greg 'groggy' Lehey" , FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902063136.GA47543@troutmask.apl.washington.edu> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200902060117.GG53210@home.opsec.eu> X-Rspamd-Queue-Id: 4BhDcJ4zdPz4KGq X-Spamd-Bar: / X-Spamd-Result: default: False [0.33 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; DMARC_POLICY_SOFTFAIL(0.10)[washington.edu : No valid SPF, No valid DKIM,none]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.17)[-0.167]; MIME_GOOD(-0.10)[text/plain]; NEURAL_SPAM_SHORT(0.30)[0.302]; NEURAL_SPAM_MEDIUM(0.20)[0.199]; TO_DN_ALL(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 06:31:46 -0000 On Wed, Sep 02, 2020 at 08:01:17AM +0200, Kurt Jaeger wrote: > Hi! > > > On Tuesday, 1 September 2020 at 13:14:10 -0400, Ed Maste wrote: > > > We've been updating the svn-git converter and pushing out a new > > > converted repo every two weeks, and are now approaching the time where > > > we'd like to commit to the tree generated by the exporter, > > > ... > > > > Somehow I've missed this development. > > The list archive > > https://lists.freebsd.org/pipermail/freebsd-git/ > > has additional information. > > http://wiki.freebsd.org/GitWorkflow > http://wiki.freebsd.org/UlrichSpoerlein/GitTalkDevSummit > > has more. The repo: https://cgit-beta.freebsd.org/ > > Freshports using git: > devgit.freshports.org > > A short intro on git for svn users: > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view > ROTFL. From the "short intro", 2nd sentence. New committers are assumed to already be familiar with the basic operation of Git. If not, start by reading the Git Book. Define "short". -- Steve 20170425 https://www.youtube.com/watch?v=VWUpyCsUKR4 20161221 https://www.youtube.com/watch?v=IbCHE-hONow From owner-freebsd-current@freebsd.org Wed Sep 2 08:31:19 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 03C163D0F0D for ; Wed, 2 Sep 2020 08:31:19 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from p-impout006.msg.pkvw.co.charter.net (p-impout006aa.msg.pkvw.co.charter.net [47.43.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "Client", Issuer "CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhHGG1Ncqz4RPT for ; Wed, 2 Sep 2020 08:31:17 +0000 (UTC) (envelope-from mueller6722@twc.com) Received: from localhost ([96.28.177.163]) by cmsmtp with ESMTP id DOAhkPOeIi5bUDOAhkkzsN; Wed, 02 Sep 2020 08:31:11 +0000 X-Authority-Analysis: v=2.3 cv=CfB2G4jl c=1 sm=1 tr=0 a=xqrt2BZAGHte7XHhrxJgbA==:117 a=xqrt2BZAGHte7XHhrxJgbA==:17 a=HpEJnUlJZJkA:10 a=6I5d2MoRAAAA:8 a=LQBXWgoIJ-FbSpiPux8A:9 a=IjZwj45LgO3ly-622nXo:22 Date: Wed, 02 Sep 2020 08:30:28 +0000 From: "Thomas Mueller" To: freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> <5f4f05be.1c69fb81.7ed46.d400SMTPIN_ADDED_MISSING@mx.google.com> X-No-Longer-CC: freebsd-git@freebsd.org X-CMAE-Envelope: MS4wfPdEdhgaer32bXdLP5T4r85P6mkaNpd/LLF7n3VdjFPnyi+udhg+qHOIkr91itQo0yzOiwK/sI3l/zmPPPbrSGf+cPKEr3WX6BMoEamtmof6ujxsaM8l yLnBXKhdIhwqUWxHUIaiJnlhgpi95L8O5QlL1JTCnNx0iCX/UUt1tIrM X-Rspamd-Queue-Id: 4BhHGG1Ncqz4RPT X-Spamd-Bar: +++ X-Spamd-Result: default: False [3.03 / 15.00]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[twc.com]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[twc.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[twc.com]; NEURAL_SPAM_MEDIUM(0.59)[0.592]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.46)[-0.457]; MISSING_MID(2.50)[]; R_SPF_ALLOW(-0.20)[+ip4:47.43.26.0/24]; NEURAL_SPAM_SHORT(0.70)[0.699]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:40294, ipnet:47.43.24.0/21, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; RECEIVED_SPAMHAUS_PBL(0.00)[96.28.177.163:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 08:31:19 -0000 from Kevin Oberman: > > So I am abandoning FreeBSD 12.x . > > Hopefully I could update 13-current from within 13-current where I have no > > internet access but could use git from NetBSD, where I also have svn. > > Tom > Not really much different from subversion. .svn in /usr/sys is also 2.5G, > at least for 12.1. >- > Kevin Oberman, Part time kid herder and retired Network Engineer My cross-post to freebsd-git@freebsd.org was rejected because I was/am not subscribed to that list. So I deactivate that part for this post. I just checked du /usr/src/.svn ; this is on 11.1-STABLE old system, but this tree is for HEAD : 5817268 : is this 1K-blocks? Now I think it's 512 bytes, in contrast to df that shows diskspace in 1-KB blocks: confusing. I no longer track FreeBSD-11 src trees. Now I wonder how this compares to git and hg: NetBSD plans to switch from cvs to Mercurial. Tom From owner-freebsd-current@freebsd.org Wed Sep 2 08:51:57 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 639273D123D for ; Wed, 2 Sep 2020 08:51:57 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhHk32sDWz4SPS for ; Wed, 2 Sep 2020 08:51:55 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by mail-wr1-x430.google.com with SMTP id w5so4334583wrp.8 for ; Wed, 02 Sep 2020 01:51:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:reply-to:mime-version:content-transfer-encoding; bh=otPcswHlxS5twMFQ3r77FlNGbEj/bVrMiBooRIb+Y9E=; b=OFDyTWzhr9RG4/fScRXJoIu7yE39W8nQISwdBX8pSdtZpwIyBi7/V3bG7qqM4KnGso 4ce9ryVjndGBFQgJpy1cbOMMDbWQYdxlmDONKwTf2ibuyYIVmD03hE+B+jC+ZCDJk1eZ ib/xfopQgBwS/wQ4XR7sJ8kq0eGeivH5rSgHcOj+HWpfoCVYb5HcxYiUegRQxY15pGq3 9nfNKqfNBTE75p/T+fD7SZ3p5qKVLde3w+TYpshdhLNMRuMSXgT8FsCsQXVlU+VqBwxD pd6hxTIEqFfMWtefmrpnxxNwkr5jELN6tQXKAsMxcpoeIbxMUoFu7FkECZwDnNbZ5wLB x1ug== X-Gm-Message-State: AOAM532bCuJKUBhApfr8vM9neR1gJQZyp+LZ8bItFjLdQjYqbDaLLyKl W95aDOAQHfgJmGnSBQep/OR9Fw7JE9w= X-Google-Smtp-Source: ABdhPJwwu07t20E4NS/6PNSDW1h203rzys0no8/e8d896N4Buvg9O+2BpeO9POA6juulrQAXtDmuZQ== X-Received: by 2002:a5d:4c90:: with SMTP id z16mr6502078wrs.170.1599036712593; Wed, 02 Sep 2020 01:51:52 -0700 (PDT) Received: from ernst.home (pd9e23482.dip0.t-ipconnect.de. [217.226.52.130]) by smtp.gmail.com with ESMTPSA id d11sm6428643wrw.77.2020.09.02.01.51.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Sep 2020 01:51:51 -0700 (PDT) Date: Wed, 2 Sep 2020 10:51:50 +0200 From: Gary Jennejohn To: freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200902105150.3b84aaf9@ernst.home> In-Reply-To: <5f4f5866.1c69fb81.111dc.6648SMTPIN_ADDED_MISSING@mx.google.com> References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> <5f4f05be.1c69fb81.7ed46.d400SMTPIN_ADDED_MISSING@mx.google.com> <5f4f5866.1c69fb81.111dc.6648SMTPIN_ADDED_MISSING@mx.google.com> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BhHk32sDWz4SPS X-Spamd-Bar: - X-Spamd-Result: default: False [-1.99 / 15.00]; HAS_REPLYTO(0.00)[gljennjohn@gmail.com]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; REPLYTO_ADDR_EQ_FROM(0.00)[]; TO_DN_NONE(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.65)[-0.652]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RECEIVED_SPAMHAUS_PBL(0.00)[217.226.52.130:received]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.008]; MIME_GOOD(-0.10)[text/plain]; FREEMAIL_REPLYTO(0.00)[gmail.com]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_SHORT(0.67)[0.669]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::430:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 08:51:57 -0000 On Wed, 02 Sep 2020 08:30:28 +0000 "Thomas Mueller" wrote: > from Kevin Oberman: > > > > So I am abandoning FreeBSD 12.x . > > > > Hopefully I could update 13-current from within 13-current where I have no > > > internet access but could use git from NetBSD, where I also have svn. > > > > Tom > > > Not really much different from subversion. .svn in /usr/sys is also 2.5G, > > at least for 12.1. > >- > > Kevin Oberman, Part time kid herder and retired Network Engineer > > My cross-post to freebsd-git@freebsd.org was rejected because I was/am not subscribed to that list. > > So I deactivate that part for this post. > > I just checked du /usr/src/.svn ; this is on 11.1-STABLE old system, but this tree is for HEAD : 5817268 : is this 1K-blocks? Now I think it's 512 bytes, in contrast to df that shows diskspace in 1-KB blocks: confusing. I no longer track FreeBSD-11 src trees. > > Now I wonder how this compares to git and hg: NetBSD plans to switch from cvs to Mercurial. > This is HEAD updated a short time ago (r365233): du -sh /usr/src/.svn/ 2.0G /usr/src/.svn/ -- Gary Jennejohn From owner-freebsd-current@freebsd.org Wed Sep 2 11:51:30 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 809EE3D5144; Wed, 2 Sep 2020 11:51:30 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhMjG2sbkz4dkJ; Wed, 2 Sep 2020 11:51:30 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [IPv6:2a01:678:4:1::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 2FF42232C6; Wed, 2 Sep 2020 11:51:30 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from aching.in.mat.cc (aching.in.absolight.net [79.143.241.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id 26B7F942D81; Wed, 2 Sep 2020 11:51:27 +0000 (UTC) Date: Wed, 2 Sep 2020 13:50:55 +0200 From: Mathieu Arnold To: grarpamp Cc: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902115055.hen6uwjjmqsdmaby@aching.in.mat.cc> References: <20200902045939.GA15897@eureka.lemis.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="xzffyr5s2gs6lq6y" Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 11:51:30 -0000 --xzffyr5s2gs6lq6y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 02, 2020 at 01:20:22AM -0400, grarpamp wrote: > The underlying initializing 'git init' commit hash must be > signed by security officer key having sufficient human PGP-WoT. >=20 > Git also supports sha-256 soon now, adoption should > be researched from various online article series and > work product before committing plans... > https://lwn.net/Articles/823352/ > https://git-scm.com/docs/hash-function-transition "soon now" seems a bit vague, from what I have read on the subject, whilst the local repository operations are working with SHA256 hashes, it is still lacking remote transport, clones, and such. --=20 Mathieu Arnold --xzffyr5s2gs6lq6y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEVhwchfRfuV0unqO5KesJApEdfgIFAl9PhxtfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU2 MUMxQzg1RjQ1RkI5NUQyRTlFQTNCOTI5RUIwOTAyOTExRDdFMDIACgkQKesJApEd fgLtvBAAjKLZ17W6zJilCyke68mX28yPzpPYG6tjcfDDkjmre9svbJh85Xn40Lwp w9iArbQd2xqph23rk2ocreOstqe7SM31DdZDtN6VoPJTOMdrKTefrzyj4BjPXSvx G6Io4S2fPiri7FxoXhu5w1LyNFuANrqSJD4PEIg7OCG/rvC2sBbH5jwylGX/Fp6I wL4ondSpgjTHNfD3zN61WcTo9MmPzpwSe/naMdmlGm9fY9E4MaMV58gePbOoWyno 2kzH5sIQmfcTP0CwpRy9PQfxfKZgatAJsxSTKyBlt7sxvkonNU8kn6xSDre6EqrC H3neiV2ENd6JwDhLETx1tA8XtrnKE0utn/bTzPbQ8VpDW68QjLAwKBP/9SDVJajp JfbtKdQWuL0j10vBcWaZlsadJ1mfJkc5/P0jxFSzxyI83/not5NrqmvBsZIWES4I G469cyyHXyqhDveelATHB3yFl5Jb7h/8f2DQnMZLWya86M/PiZ6vC0rlSfWEqIi7 2R/RjT/x9t1MfehJ9a5Z+DqTrrxOdSOjkV5sMxrzr+rR3hEkH2AU3rg+jPWBu4Ao O0D4G+NvnA6xgd1OVcSESoRK5W0hsDEJU10VbV3BiL9Waprc/Hejk/8vrHYDMC0L AQ5z37Ne9fsnLjnkWI2BDp5yXzvr7rBKTDB2H4GENP3cfNSzCPA= =uP/M -----END PGP SIGNATURE----- --xzffyr5s2gs6lq6y-- From owner-freebsd-current@freebsd.org Wed Sep 2 12:28:32 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 52D0B3D6D80; Wed, 2 Sep 2020 12:28:32 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhNX01blpz4gqL; Wed, 2 Sep 2020 12:28:32 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [IPv6:2a01:678:4:1::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id F2F64233EB; Wed, 2 Sep 2020 12:28:31 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from aching.in.mat.cc (aching.in.absolight.net [79.143.241.230]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id CF7B5942D81; Wed, 2 Sep 2020 12:28:30 +0000 (UTC) Date: Wed, 2 Sep 2020 14:27:59 +0200 From: Mathieu Arnold To: Thomas Mueller Cc: freebsd-current@freebsd.org, freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200902122759.b6zhbc4qa4jgicdx@aching.in.mat.cc> References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="iwjxfviwa6s3u2l5" Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 12:28:32 -0000 --iwjxfviwa6s3u2l5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 02, 2020 at 02:37:45AM +0000, Thomas Mueller wrote: > from Ed Maste: >=20 > > > Any guidance on amount of diskspace and how long it takes to clone th= e repo ? >=20 > > I see just over 3GB in my clone, including about 2.5GB in the .git dire= ctory. >=20 > > If you have only one checkout git will require a bit more disk space > > than svn. However, if you have two or more working trees (say, vanilla > > FreeBSD and multiple work-in-progress trees, or head and stable > > branches, etc.) using "git worktree" will share the .git directory and > > in total will occupy less space than the equivalent in svn. >=20 > > I'd expect clones to take minutes, although cgit-beta is running on a > > lower spec jail host and might have trouble if many people are cloning > > at the same time. >=20 > 2.5 GB in .git directory sounds crazy and incomprehensible to me. 2.5GB is for the full history, if you only care about the main branch, you can clone with: git clone --branch=3Dmain --single-branch https... It will cut .git down to about 1.2GB. If you do not care about the history and only want the tip of the branch, you can also use: git clone --branch=3Dmain --depth 1 https... This will cut it down even more to about 270MB. --=20 Mathieu Arnold --iwjxfviwa6s3u2l5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEVhwchfRfuV0unqO5KesJApEdfgIFAl9Pj8tfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU2 MUMxQzg1RjQ1RkI5NUQyRTlFQTNCOTI5RUIwOTAyOTExRDdFMDIACgkQKesJApEd fgJjeA/+LOfcmiNV3LGpV+Las6F0/lzml7zyM1wxUScr9yoDhQormQjZdxVQoRtR sHN7CKbhxksuhvH0odeYGwdiAWepWujrrocMdRSU+2WANzMtmoK0a08dhEQj+ODA +HL7+fEiKQh9ILL7N3KFeZe2CfcNuUhjlhZYIX6jG94en6JrWAwm1r6gOckZ4E08 jy+8faGasvW1FtoQYHWY2KEODbWl+jk4zWFOVptEQT7F8DxRzr6g8H5Jxq9xrTQC GUDn9fz6MYNizY7SLpXMxY3dQU86pnJY5I3l84lugshSpUZCYxetBRkE2/F/yr/6 s++h1Vt2CsqTWtWg2ichXNyLtaW6cvHfcRJ2VHihJa17lrg7hlBYY6HQLx1GuTBn FMA9rdlIGu5vgNGue0oX2CWftZlD2at1Iim/b0td9EW1UGg9EbiwwKmHSiNSLWR0 KCS0RmGjai9sG/TiiwCkPE261uR0mHtfXqMMGG96UCz1r7d3qVpwqImxVh4USRjL 43c1Pr+0W5/rytDZMl98X0HaEPJeHYft+Bxgm23MGVPs/ZPUKi8jd3CobJZPjXsk IJLweeWqT7+RyBSDIA7g1MRWdUlogOU8oR0V9/4y+oXOYC7ZlKM7jqRGVcLOQ2f1 /rxgZXeQPHS6ILY0I75w1vwX8BXx/EJaGbCt++M1f1BvvfDU8sY= =opU3 -----END PGP SIGNATURE----- --iwjxfviwa6s3u2l5-- From owner-freebsd-current@freebsd.org Wed Sep 2 13:16:53 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 548BB3D7AA2; Wed, 2 Sep 2020 13:16:53 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhPbm3zfgz4k2P; Wed, 2 Sep 2020 13:16:52 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from ravel.localnet (unknown [2.15.195.171]) (Authenticated sender: olivier.freebsd@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id BD8DC13F8E7; Wed, 2 Sep 2020 15:16:38 +0200 (CEST) From: Olivier Certner To: Thomas Mueller Cc: freebsd-current@freebsd.org, freebsd-git@freebsd.org, Mathieu Arnold Subject: Re: Please check the current beta git conversions Date: Wed, 02 Sep 2020 15:16:38 +0200 Message-ID: <2970281.0P3pStmDMi@ravel> In-Reply-To: <20200902122759.b6zhbc4qa4jgicdx@aching.in.mat.cc> References: <20200902122759.b6zhbc4qa4jgicdx@aching.in.mat.cc> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhPbm3zfgz4k2P X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.03 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[free.fr]; NEURAL_HAM_SHORT(-0.34)[-0.341]; FREEMAIL_TO(0.00)[twc.com]; RECEIVED_SPAMHAUS_PBL(0.00)[2.15.195.171:received]; MIME_TRACE(0.00)[0:+]; CTE_CASE(0.50)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[free.fr]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[free.fr]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.42)[0.416]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_LONG(0.06)[0.056]; R_SPF_NA(0.00)[no SPF record]; MID_RHS_NOT_FQDN(0.50)[]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 13:16:53 -0000 Hi, > > 2.5 GB in .git directory sounds crazy and incomprehensible to me. > > 2.5GB is for the full history, if you only care about the main branch, > you can clone with: > > (snip) I do not reproduce this, but instead see `du` reporting 1.2GiB just after a simple clone (no options), which AFAIK contains the whole history. I have a complete mirror of SVN that I update with scripts around `svnrdump dump` and `svnadmin load`, and its size is 6.1GiB (I pack it regularly). For the record, here are the sizes of the `.svn` directories of some checkouts I currently have: - stable/12 at rev 355888: 1.9GiB - stable/12 at rev 361580: 2.4GiB - head at rev 361584: 2.7GiB I must point out that I don't remember the exact creation history of these. It is probable that, to create new ones, I did full copies (`cp -a`) of an old one followed by `svn switch`. Don't know if this can have an influence on these numbers (didn't test with pristine checkouts). Important tip: When using `du`, don't forget to pass the '-A' option, especially if using ZFS + compression. -- Olivier Certner From owner-freebsd-current@freebsd.org Wed Sep 2 13:28:08 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 2A4193D7C66; Wed, 2 Sep 2020 13:28:08 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhPrl3D3hz4kpD; Wed, 2 Sep 2020 13:28:07 +0000 (UTC) (envelope-from olivier.freebsd@free.fr) Received: from ravel.localnet (unknown [2.15.195.171]) (Authenticated sender: olivier.freebsd@free.fr) by smtp3-g21.free.fr (Postfix) with ESMTPSA id 7D34E13F8C0; Wed, 2 Sep 2020 15:28:01 +0200 (CEST) From: Olivier Certner To: freebsd-git@freebsd.org Cc: freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions Date: Wed, 02 Sep 2020 15:28:00 +0200 Message-ID: <1882086.EnoYUHA41c@ravel> In-Reply-To: <20200901192927.rtkby4jzrouibzly@tilda.center> References: <20200901192927.rtkby4jzrouibzly@tilda.center> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhPrl3D3hz4kpD X-Spamd-Bar: +++ X-Spamd-Result: default: False [3.75 / 15.00]; RCVD_TLS_ALL(0.00)[]; CTE_CASE(0.50)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; FREEMAIL_FROM(0.00)[free.fr]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[free.fr]; RECEIVED_SPAMHAUS_PBL(0.00)[2.15.195.171:received]; MID_RHS_NOT_FQDN(0.50)[]; NEURAL_SPAM_SHORT(0.61)[0.606]; NEURAL_SPAM_MEDIUM(0.50)[0.497]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.74)[0.742]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12322, ipnet:2a01:e00::/26, country:FR]; RCVD_COUNT_TWO(0.00)[2]; FREEMAIL_ENVFROM(0.00)[free.fr]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 13:28:08 -0000 > Receiving objects: 100% (3763254/3763254), 1.10 GiB | 876.00 KiB/s, done. > Executed in 30.36 mins Experienced a comparable full clone time yesterday afternoon from France (did not precisely `time` it). The bandwidth oscillated between 600 and 1.2MiB/s steadily during the transfer. The final reported bandwidth was 991KiB/s (same transfer size). -- Olivier Certner From owner-freebsd-current@freebsd.org Wed Sep 2 15:18:48 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 9586D3D9CC6; Wed, 2 Sep 2020 15:18:48 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhSJR5xqxz4r85; Wed, 2 Sep 2020 15:18:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f53.google.com with SMTP id d18so6136997iop.13; Wed, 02 Sep 2020 08:18:47 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=i0n4pSJHw42Y/xh0FsKHDL3FxVl1FQhhWLD4zHHA/tA=; b=I18m8Evctr/Ly+Mgh02nMd2LjV2FYmn0eg9z9/mbNVofG5OTCEegetnI62MeHsgR6a IEKls6b2juioVnIRtk2HZ5eNwy5G8wgMWqYTqMpMkMYZdrKN/s5gFc1XCsj2JE8NW8HK LfAF4kb8y8blGzMINiNeOBESxsb6ApTrA6rAtvcLLPtPg6tae4dUDPZrFfTbMUY6RF3Z haQIidGNqnhf8BfcX1mok6dIwfK5FXZmYfEW46NQt91kXLhkLjQuqSspZtX1busZn3Z8 3/m39Rvd9uMyTkcrHd4uXxcURK28Q3aLXousSzPRaMu68srD49fIwqAA0Ogv+DGg7Zav r5zA== X-Gm-Message-State: AOAM533OF9njGSDOJGjKsPpeRVDRy6guB2jVKxRIb135B5BHyQd05Xkh bJ6LG4j8F7rfq3cu/E0dKSeGBIMfr6Odfcf91Eo3aV6d X-Google-Smtp-Source: ABdhPJxD112hiYEPUN5tZvFhzluka1rUji1ds2wIgJO6AA7b1QKQgF3hf6h1MOdGcUGPloxwETuYHorFd6px8uNRl2c= X-Received: by 2002:a5d:8ad6:: with SMTP id e22mr3981880iot.102.1599059925769; Wed, 02 Sep 2020 08:18:45 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902115055.hen6uwjjmqsdmaby@aching.in.mat.cc> In-Reply-To: <20200902115055.hen6uwjjmqsdmaby@aching.in.mat.cc> From: Ed Maste Date: Wed, 2 Sep 2020 11:18:33 -0400 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Mathieu Arnold Cc: grarpamp , FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhSJR5xqxz4r85 X-Spamd-Bar: ---- 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-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 15:18:48 -0000 On Wed, 2 Sep 2020 at 07:51, Mathieu Arnold wrote: > > > Git also supports sha-256 soon now, adoption should > > be researched from various online article series and > > work product before committing plans... > > https://lwn.net/Articles/823352/ > > https://git-scm.com/docs/hash-function-transition > > "soon now" seems a bit vague, from what I have read on the subject, > whilst the local repository operations are working with SHA256 hashes, > it is still lacking remote transport, clones, and such. Yes, Git will migrate to SHA256 but will not be completely finished sufficiently soon to matter for our needs. We'll eventually deal with the migration the same way as everyone else. From owner-freebsd-current@freebsd.org Wed Sep 2 15:24:16 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 A1E483DA60D for ; Wed, 2 Sep 2020 15:24:16 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhSQm3tPnz4s5G for ; Wed, 2 Sep 2020 15:24:16 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:cc6b:be18:7e3b:e0e7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 552FC24A46 for ; Wed, 2 Sep 2020 15:24:16 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: /usr/src/cddl/sbin/zfs don't know how to make zfs-change-key.8 To: freebsd-current@freebsd.org References: <202009012342.081NgZXs013331@fire.js.berklix.net> From: Ryan Moeller Message-ID: <6bb6ee1f-cdf6-bbf3-0b14-af42a586a0ee@FreeBSD.org> Date: Wed, 2 Sep 2020 11:24:15 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <202009012342.081NgZXs013331@fire.js.berklix.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 15:24:16 -0000 On 9/1/20 7:42 PM, Julian H. Stacey wrote: > Hi current@freebsd.org, > > With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/cddl/sbin/zfs > # bmake[4]: don't know how to make zfs-change-key.8. Stop Thanks, fixed it: https://svnweb.freebsd.org/changeset/base/365250 -Ryan > Avoided for now with /etc/src.conf WITHOUT_ZFS=YES > > Cheers, > Julian From owner-freebsd-current@freebsd.org Wed Sep 2 16:14:22 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 DD43C3DB803 for ; Wed, 2 Sep 2020 16:14:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhTXZ12X0z3RTG; Wed, 2 Sep 2020 16:14:21 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f66.google.com with SMTP id u126so6340567iod.12; Wed, 02 Sep 2020 09:14:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YHEHqTLqPlf7m+4U+hkH5guEWXKwsvEEDFgcS/K7IOI=; b=IpY02xMuVoZfNVmPzG3jAW7/e0o6e6zCACTMwXrmAWlmWkKrQ/TZ+9sv54pyey09SL fZb2nOAR/JdHWxJb7Yf8fuX16mAYYY9aynf954tGILtQo0JJJ+QmG+nJWwRctGt2ImeD Lfjvjiai9TQ2WLob2W3oKGuL+kIqejd2fqltH/GOr/AxbCTO8R8e74ZyuULGpAFEcIq2 aRMSDyGJun2QxPUFS3IGoYRIzsFjdIWtf6d5eMWZ46E7/6Z8KDgous+le01BExketDCP TW2KJbgSZGzQSGJVQwk6XohAkp7JXt4NEHDWFullA9NroyWIoeIVfxV9Sxtv8uIhUEab y3Lw== X-Gm-Message-State: AOAM531SZuZ3lqIGW5AGPcu2yyCmPf4ZWnZEW95IXtY4Bo5w2FJW21Jr tw85HgFe+C4QUMFV7By3idN8IAfWZoU1mHugZt0tWtxdPJM= X-Google-Smtp-Source: ABdhPJwkfV9oKf93S5upiMmoastmiq0oqRtXXxspwiRJXgvdC2ckYy8xlI75zpR24JlzZLvgXOnBJnkE1Eqyr7W9kPU= X-Received: by 2002:a02:820b:: with SMTP id o11mr3942617jag.136.1599063260359; Wed, 02 Sep 2020 09:14:20 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> In-Reply-To: <20200902063136.GA47543@troutmask.apl.washington.edu> From: Ed Maste Date: Wed, 2 Sep 2020 12:14:08 -0400 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Steve Kargl Cc: Kurt Jaeger , "Greg 'groggy' Lehey" , FreeBSD Current Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhTXZ12X0z3RTG X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.06 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.94)[-0.935]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.08)[-1.079]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.05)[-0.048]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.66:from]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.66:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 16:14:22 -0000 On Wed, 2 Sep 2020 at 02:31, Steve Kargl wrote: > > > A short intro on git for svn users: > > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view > > > > ROTFL. From the "short intro", 2nd sentence. > > New committers are assumed to already be familiar with the basic > operation of Git. If not, start by reading the Git Book. This doc started as a direct translation of the Subversion primer, which has as its first sentence: > New committers are assumed to already be familiar with the basic operation of Subversion. If not, start by reading the Subversion Book. As with the Subversion primer the doc is intended to provide a quick reference for day-to-day commands, but not act as a reference or introduction to the entire theory of operation of the associated VCS. From owner-freebsd-current@freebsd.org Wed Sep 2 16:15:21 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 EB9583DB907; Wed, 2 Sep 2020 16:15:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhTYj5xN3z3RVT; Wed, 2 Sep 2020 16:15:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:470:7a58:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: dim) by smtp.freebsd.org (Postfix) with ESMTPSA id 96DD524FD2; Wed, 2 Sep 2020 16:15:21 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:470:7a58::1da0:87b4:f6b8:83b0] (unknown [IPv6:2001:470:7a58:0:1da0:87b4:f6b8:83b0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 3046A48ED6; Wed, 2 Sep 2020 18:15:19 +0200 (CEST) From: Dimitry Andric Message-Id: <0F7C95D8-08A3-4FC7-9D29-D5082355D756@FreeBSD.org> Content-Type: multipart/signed; boundary="Apple-Mail=_B2FD4671-CC79-4681-B412-3B4E45C9BDC2"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\)) Subject: Re: Plans for git (was: Please check the current beta git conversions) Date: Wed, 2 Sep 2020 18:15:10 +0200 In-Reply-To: Cc: Mathieu Arnold , grarpamp , FreeBSD Current , freebsd-git@freebsd.org To: Ed Maste References: <20200902045939.GA15897@eureka.lemis.com> <20200902115055.hen6uwjjmqsdmaby@aching.in.mat.cc> X-Mailer: Apple Mail (2.3445.104.15) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 16:15:22 -0000 --Apple-Mail=_B2FD4671-CC79-4681-B412-3B4E45C9BDC2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 2 Sep 2020, at 17:18, Ed Maste wrote: >=20 > On Wed, 2 Sep 2020 at 07:51, Mathieu Arnold wrote: >>=20 >>> Git also supports sha-256 soon now, adoption should >>> be researched from various online article series and >>> work product before committing plans... >>> https://lwn.net/Articles/823352/ >>> https://git-scm.com/docs/hash-function-transition >>=20 >> "soon now" seems a bit vague, from what I have read on the subject, >> whilst the local repository operations are working with SHA256 = hashes, >> it is still lacking remote transport, clones, and such. >=20 > Yes, Git will migrate to SHA256 but will not be completely finished > sufficiently soon to matter for our needs. We'll eventually deal with > the migration the same way as everyone else. Note that Subversion *also* uses SHA1, and has suffered from hash collisions. Which at some point broke the WebKit repository, because somebody thought it was fun to tweak two PDF files to have exactly the same SHA1. This is why Subversion added a few hook scripts to prevent adding such files: = https://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/reject-k= nown-sha1-collisions.sh?view=3Dmarkup = https://svn.apache.org/viewvc/subversion/trunk/tools/hook-scripts/reject-d= etected-sha1-collisions.sh?view=3Dmarkup -Dimitry --Apple-Mail=_B2FD4671-CC79-4681-B412-3B4E45C9BDC2 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCX0/FDwAKCRCwXqMKLiCW o8BaAKCCHT3JbL1hDF8ZPjVc4xVLCYjz/wCg3imoxXFp+JRfrs530UK5EfLHyLE= =aFzd -----END PGP SIGNATURE----- --Apple-Mail=_B2FD4671-CC79-4681-B412-3B4E45C9BDC2-- From owner-freebsd-current@freebsd.org Wed Sep 2 16:18:26 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 9CAE43DBB04 for ; Wed, 2 Sep 2020 16:18:26 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io1-xd44.google.com (mail-io1-xd44.google.com [IPv6:2607:f8b0:4864:20::d44]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhTdF70bLz3SDX for ; Wed, 2 Sep 2020 16:18:25 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io1-xd44.google.com with SMTP id b16so6394642ioj.4 for ; Wed, 02 Sep 2020 09:18:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:mime-version:subject:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=YPF22L+IuXFMBf7eQwcD4RiubTk06xClMBAKn0quCFE=; b=cpoxvww8Ysz4Mq4H+fDS/GIhXotMHsifDN6ZkxjGVFlNSUgcJLER5wr+Svcy6c3dvf ZNAtMwmXSYEIvv7ZGfKy/s3wAyIqE6n/bofyxuIiqaI2Acsi7Oj6mKEhvB5pTJ8Bt6kS Qzl0wZWW1KroBmgm+VlVcZkUvkvDS+4f5cl6oyptlTEGaxaQ9M5DBMxeia+EqMcdXQm8 FYc9fup/BhQtGTEjZWKhlLlBM+VII4m5kHVnYDYFKUKBuKNDiUdvR6UOfwQiC1fHkYlJ wa9mdk/jX2HS9XlHTYGBNPOdzKqKFEtk9MSRDYepTkh9Bsm3DV77jVtMx9RDaoTwYOFK zWDA== X-Gm-Message-State: AOAM532E9BTxyH7spBefdKfO8K9pQBNjZRw6SlAEjmHyl8xVJG7dTGkW /PseoJCoBxAmEIAXJNeYENeTLg== X-Google-Smtp-Source: ABdhPJzgQDcKW9YD4VzqoCztpAeKXCA8sj43tN5lNXIPpemlBzi3Fv856jAWKpBBM33vdmiOxzciiQ== X-Received: by 2002:a05:6638:2689:: with SMTP id o9mr4033724jat.37.1599063504700; Wed, 02 Sep 2020 09:18:24 -0700 (PDT) Received: from ?IPv6:2603:300b:6:5100:18db:d97a:14f0:179? ([2603:300b:6:5100:18db:d97a:14f0:179]) by smtp.gmail.com with ESMTPSA id a21sm16865ioh.12.2020.09.02.09.18.23 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Sep 2020 09:18:23 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Plans for git (was: Please check the current beta git conversions) In-Reply-To: <20200902045939.GA15897@eureka.lemis.com> Date: Wed, 2 Sep 2020 10:18:22 -0600 Cc: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <3DD3DA64-E353-4BC0-8F00-631F849E3D1E@gmail.com> References: <20200902045939.GA15897@eureka.lemis.com> To: Greg 'groggy' Lehey X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 4BhTdF70bLz3SDX X-Spamd-Bar: - X-Spamd-Result: default: False [-1.90 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.04)[-1.040]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; TO_DN_SOME(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.37)[-0.367]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::d44:from]; NEURAL_HAM_MEDIUM(-1.00)[-0.998]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 16:18:26 -0000 > On Sep 1, 2020, at 10:59 PM, Greg 'groggy' Lehey = wrote: >=20 > On Tuesday, 1 September 2020 at 13:14:10 -0400, Ed Maste wrote: >> We've been updating the svn-git converter and pushing out a new >> converted repo every two weeks, and are now approaching the time = where >> we'd like to commit to the tree generated by the exporter, >> ... >=20 > Somehow I've missed this development. Reading between the lines, it > seems that we're planning to move from svn to git, but I can't recall > seeing any announcement on the subject. Can you give some background? > It would also be nice to find a HOWTO both for the migration and for > life with git. We=E2=80=99ve been talking about the transition for about 5 years now. = So far, only people interested in git have showed up to do any work at = all. Subversion has lost, and even Apache, the main users of it, are = moving to git. We started early in the year with the firm plans and have = been working on it since then. These conversations have happened all = over the place, and we=E2=80=99ve been posting to developers for months = now... There=E2=80=99s some draft guides, but they need work which is on my = plate. They are OK, but have some issues on the more complicated bits. Warner From owner-freebsd-current@freebsd.org Wed Sep 2 16:22:04 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 48E233DBA60 for ; Wed, 2 Sep 2020 16:22:04 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io1-xd42.google.com (mail-io1-xd42.google.com [IPv6:2607:f8b0:4864:20::d42]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhTjR2xpLz3Sfb for ; Wed, 2 Sep 2020 16:22:03 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io1-xd42.google.com with SMTP id z25so6402689iol.10 for ; Wed, 02 Sep 2020 09:22:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:mime-version:subject:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=cGiSVOP6+bHRNrf7v0cy1Vz32cbrax1ewWGLZu0bLzQ=; b=UOD33mNCvurSWk2+lDTcPc1bZuJgVLrQiP624eKoKIaVT8sPHkgSKDGVEfClofYjaB ffNDDAzGl/KSra0k0SZ+2677U1awT9BX2vb5Nh3+SPfu+RdlPjOG3vd9b543dJA4LIVK rcxHp0MLCOVcnuVULEhrIH70GpWhB+ZZKFs3TpLI+3l6bx11NlaG66smqWcrNu/TQeEN OZyv4URpFDK8rYBzUFcGvQ6kuJwm6N8jMet9br9Ae6Mj8LIxPql+WiZ+o9NthKYVM/6a szusC3c1nzkN9vomwUtvjbkyE5nyGLCtiYj6x1/NKXkDey+9aIdg8C87o6uDOQYcI7Jy 3T4w== X-Gm-Message-State: AOAM530/RiBo67+60X2xOUdVfe9RAKjSRqBgJ5P+w51XPYwLjtE40Weu JfI/3y5AAK8X7lDuFSxCKACH/A== X-Google-Smtp-Source: ABdhPJypfP7Yg7ipGO/eksOf/3j8BbU19lt1f/HHxg5t8L9Y+2BmjwMhCkuaN7Y3X7JwEpeVGXqvxw== X-Received: by 2002:a02:820b:: with SMTP id o11mr3973967jag.136.1599063722299; Wed, 02 Sep 2020 09:22:02 -0700 (PDT) Received: from ?IPv6:2603:300b:6:5100:18db:d97a:14f0:179? ([2603:300b:6:5100:18db:d97a:14f0:179]) by smtp.gmail.com with ESMTPSA id k1sm8632iop.42.2020.09.02.09.22.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Sep 2020 09:22:01 -0700 (PDT) Sender: Warner Losh From: Warner Losh X-Google-Original-From: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: Plans for git (was: Please check the current beta git conversions) In-Reply-To: Date: Wed, 2 Sep 2020 10:22:00 -0600 Cc: Steve Kargl , Kurt Jaeger , Greg 'groggy' Lehey , FreeBSD Current Content-Transfer-Encoding: quoted-printable Message-Id: <7DA95AC3-853D-4C05-B5D8-E627095274FE@gmail.com> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> To: Ed Maste X-Mailer: Apple Mail (2.3445.104.11) X-Rspamd-Queue-Id: 4BhTjR2xpLz3Sfb X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.08 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; NEURAL_HAM_LONG(-1.05)[-1.047]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.58)[-0.582]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::d42:from]; NEURAL_HAM_MEDIUM(-0.95)[-0.948]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 16:22:04 -0000 > On Sep 2, 2020, at 10:14 AM, Ed Maste wrote: >=20 > On Wed, 2 Sep 2020 at 02:31, Steve Kargl > wrote: >>=20 >>> A short intro on git for svn users: >>> https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view >>>=20 >>=20 >> ROTFL. =46rom the "short intro", 2nd sentence. >>=20 >> New committers are assumed to already be familiar with the basic >> operation of Git. If not, start by reading the Git Book. >=20 > This doc started as a direct translation of the Subversion primer, > which has as its first sentence: >> New committers are assumed to already be familiar with the basic = operation of Subversion. If not, start by reading the Subversion Book. >=20 > As with the Subversion primer the doc is intended to provide a quick > reference for day-to-day commands, but not act as a reference or > introduction to the entire theory of operation of the associated VCS. The rest of the guide walks people through how to do the job, but = without all the theory for the basics. Again it needs some work for the advanced topic it currently just = omits... Warner= From owner-freebsd-current@freebsd.org Wed Sep 2 16:26: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 54DD33DBFFE; Wed, 2 Sep 2020 16:26:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io1-f45.google.com (mail-io1-f45.google.com [209.85.166.45]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhTps2ymSz3TbB; Wed, 2 Sep 2020 16:26:45 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io1-f45.google.com with SMTP id m17so4608961ioo.1; Wed, 02 Sep 2020 09:26:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QTuFydLB0vemaL/2CjMXkpcaQ3VkL9dtzfBAws7JHIk=; b=ESm9QA0kcqlFwfLL3B12dwBOztu/sYd4bmeWH8EcYa4xXs3Qv4w6FWcmnXI17iPtZu 81VLnNXL/GRXUaXH0mLyn5JJSdOBsFHee64qQPmIwY0Lj0/Fcja+KOnIj0ZK/r9ABP53 HDzUOMucQSryFP5NuCGJ+YJlRoSM9GOBqfilNMX1/uPOeVPpSx6hOXNVAcN9S4J9iP5E fX+w+a+qPfCNIRyZNY1gxrRRv+col8j2YFYDYjJrMN8jF1wdhvb4u3dUR4i0pxT85WMA koKlkv1Ha1yJbnk9GImjX5eC9s3aV4CBy0MJapbqlOIsX5P93zqDqbK48W02Oai9XKdb zIgg== X-Gm-Message-State: AOAM5326vVxkKLtZdtQDmaNW01MiyG0bWkUxByAX5DQU5AarHhIVvwiX QNoVOafC4iuaQ5DKdK6BjD9HpDodE8PexlD/LYqwINtC X-Google-Smtp-Source: ABdhPJygQALD8Sr3wq9LSVIjhPv8Jg+zT5OqKluaXESo/0RivuRwEPwK1IVDkIVz6/0ciMSHVA9UVxqxkEKKbN/bBEg= X-Received: by 2002:a5d:8ad6:: with SMTP id e22mr4222456iot.102.1599064004165; Wed, 02 Sep 2020 09:26:44 -0700 (PDT) MIME-Version: 1.0 References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> <5f4f05b0.1c69fb81.af9b5.8850SMTPIN_ADDED_MISSING@mx.google.com> In-Reply-To: <5f4f05b0.1c69fb81.af9b5.8850SMTPIN_ADDED_MISSING@mx.google.com> From: Ed Maste Date: Wed, 2 Sep 2020 12:26:32 -0400 Message-ID: Subject: Re: Please check the current beta git conversions To: Thomas Mueller Cc: FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhTps2ymSz3TbB X-Spamd-Bar: - X-Spamd-Result: default: False [-2.00 / 15.00]; RCVD_TLS_ALL(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; FREEFALL_USER(0.00)[carpeddiem]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; ARC_NA(0.00)[]; NEURAL_HAM_LONG(-1.09)[-1.086]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.12)[-0.123]; RCVD_IN_DNSWL_NONE(0.00)[209.85.166.45:from]; NEURAL_HAM_MEDIUM(-0.79)[-0.789]; FREEMAIL_TO(0.00)[twc.com]; FORGED_SENDER(0.30)[emaste@freebsd.org,carpeddiem@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.166.45:from]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[emaste@freebsd.org,carpeddiem@gmail.com]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 16:26:46 -0000 On Tue, 1 Sep 2020 at 22:38, Thomas Mueller wrote: > > from Ed Maste: > > > > Any guidance on amount of diskspace and how long it takes to clone the repo ? > > > I see just over 3GB in my clone, including about 2.5GB in the .git directory. In fact my clone was larger than it should be, because it had old leftover objects from earlier iterations of the conversion. After cleaning those up I see 1.5GB in .git, 2.2GB including the working tree. My .svn directory has 1.7GB of data. If you have only one working tree then Git's disk space requirements should be "about the same." Each additional working tree tips the scale increasingly in GIt's favour. If disk space is a concern you can clone with the -depth=1 option, which avoids fetching history. I tried that just now and have a .git directory of about 250MB. From owner-freebsd-current@freebsd.org Wed Sep 2 16:47:09 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 9B5CD3DC7E4 for ; Wed, 2 Sep 2020 16:47:09 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhVGP1SLGz3VtT; Wed, 2 Sep 2020 16:47:08 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 082Gl6xH050025 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 2 Sep 2020 09:47:06 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 082Gl6mB050024; Wed, 2 Sep 2020 09:47:06 -0700 (PDT) (envelope-from sgk) Date: Wed, 2 Sep 2020 09:47:06 -0700 From: Steve Kargl To: Ed Maste Cc: Kurt Jaeger , "Greg 'groggy' Lehey" , FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902164706.GA49777@troutmask.apl.washington.edu> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BhVGP1SLGz3VtT X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 16:47:09 -0000 On Wed, Sep 02, 2020 at 12:14:08PM -0400, Ed Maste wrote: > On Wed, 2 Sep 2020 at 02:31, Steve Kargl > wrote: > > > > > A short intro on git for svn users: > > > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view > > > > > > > ROTFL. From the "short intro", 2nd sentence. > > > > New committers are assumed to already be familiar with the basic > > operation of Git. If not, start by reading the Git Book. > > This doc started as a direct translation of the Subversion primer, > which has as its first sentence: > > New committers are assumed to already be familiar with the basic operation of Subversion. If not, start by reading the Subversion Book. > > As with the Subversion primer the doc is intended to provide a quick > reference for day-to-day commands, but not act as a reference or > introduction to the entire theory of operation of the associated VCS. Like GCC, which did the svn to git dance at start of the year, FreeBSD is throwing away a decade+ of corporate knowledge of working with svn and /usr/src. What is needed is a succinct translation of the most common svn commands translated to git. Checking out /usr/src as user@freebsd.org svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src git ... Checking out /usr/src without freebsd.org account svn checkout https://svn.freebsd.org/base/head ${HOME}/freebsd/src git ... Creating diff against updated head. svn update svn diff > patch.diff git ... Adding a new file svn add /usr/src/libm/msun/src/_s_sinpi.c git ... Committing a change to /usr/src svn update svn diff | more (everyone does one last check, right?) svn commit git ... -- Steve From owner-freebsd-current@freebsd.org Wed Sep 2 17:08:17 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 091EE3DD192 for ; Wed, 2 Sep 2020 17:08:17 +0000 (UTC) (envelope-from meka@tilda.center) Received: from mail.tilda.center (mail.tilda.center [45.63.43.31]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhVkm1jHLz3Wss; Wed, 2 Sep 2020 17:08:16 +0000 (UTC) (envelope-from meka@tilda.center) Received: from tilda.center (109-93-225-192.dynamic.isp.telekom.rs [109.93.225.192]) by mail.tilda.center (Postfix) with ESMTPSA id 42363200B8; Wed, 2 Sep 2020 19:08:13 +0200 (CEST) Date: Wed, 2 Sep 2020 19:08:12 +0200 From: Goran =?utf-8?B?TWVracSH?= To: Steve Kargl Cc: Ed Maste , Kurt Jaeger , Greg 'groggy' Lehey , FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902170812.rljhpkimyesaqn2x@tilda.center> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="u362vx7l2tnbzwyn" Content-Disposition: inline In-Reply-To: <20200902164706.GA49777@troutmask.apl.washington.edu> X-Rspamd-Queue-Id: 4BhVkm1jHLz3Wss X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.98 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[tilda.center:s=mail]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.02)[-1.024]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; NEURAL_HAM_MEDIUM(-1.01)[-1.007]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[tilda.center:+]; DMARC_POLICY_ALLOW(-0.50)[tilda.center,reject]; NEURAL_HAM_SHORT(-0.85)[-0.850]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20473, ipnet:45.63.40.0/22, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 17:08:17 -0000 --u362vx7l2tnbzwyn Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Wed, Sep 02, 2020 at 09:47:06AM -0700, Steve Kargl wrote: > Checking out /usr/src as user@freebsd.org > > svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src git checkout ssh://user@git.freebsd.org/base/head /usr/src > Checking out /usr/src without freebsd.org account > > svn checkout https://svn.freebsd.org/base/head ${HOME}/freebsd/src git checkout https://git.freebsd.org/base/head ${HOME}/freebsd/src > Creating diff against updated head. > > svn update > svn diff > patch.diff git pull git diff >patch.diff > Adding a new file > > svn add /usr/src/libm/msun/src/_s_sinpi.c git add /usr/src/libm/msun/src/_s_sinpi.c > Committing a change to /usr/src > > svn update > svn diff | more (everyone does one last check, right?) > svn commit git pull git add -A # add all files, even new ones # alternative would be "git add " git diff --cached git commit I "assumed" that user@git.freebsd.org is valid, but depending on configuration of the server, git@git.freebsd.org might be the right one. Someone with actual knowledge (and I'm looking at Ed) will fill in the right details. If needed for any doc/example/howto, feel free to copy these examples where suites best FreeBSD project/developers or tell me what to edit. Regards, meka --u362vx7l2tnbzwyn Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE1WIFkXy2ZeMKjjKEWj1TknovrLYFAl9P0XkACgkQWj1Tknov rLauEg//fB3P183We7ZlJctDYv1mRN7mBtwYtpiDIefMMTCRlQsfP3f1eDQm1BM2 Tr/OyTse/9NWpXAD2nlNDIpxgd7OkgX0ourB0tuipeKyHNHsxray5wm/wUl0zrld HCZkbwMEkzCIYFAmqX8x6c37sb+/vPfv7uOIHuZkcqUn/IxQIEMhrwJLr9Y0Birh 58QzIu7bW4i7djwyvt9rimCZFisJJ2EvL5xJyHaJc4OeOnOftDcOpxdEUFvpY9QX fOzRD7NlU1DZD/kgeJeYPkNgIZC5z9uLbqh9yozMmPl+EkOcwmpWQof6aBzHnJNd ARNnMizhe5LkZPPBA9xIJwYVeM4sBxJP60EcdKjxuV+rOncMbUq55/KsyQrg3moK j1slPSh7robzOAefh5n567h11HLwaUKFD6E4GX3oTn9MUAdp1dF26Iug0TDr9+ti 8JA6/ay+PykuhM4Hp2kREuM6wQ5G52C+gLUSxxZ5dj7WbOp0FaOOf6a/NJRe60RU FXZld71Wyj0C8CdmWBdHAh6l1KQAv1ohUbv2BdXkvMIKyzYuxq4fwrmiL17GhmX0 XdpFGPRN072TaHzfyz+Bxzwf4uoga13MJVT8X0Lt4PZb7iSS3TY1ClCXp0f4fIC6 ei884tU16wWSeq62U9k0a+i9JA3y4NPyVmGepe4yAf8pNM4ioCE= =qcEV -----END PGP SIGNATURE----- --u362vx7l2tnbzwyn-- From owner-freebsd-current@freebsd.org Wed Sep 2 17:12:02 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 55D9E3DD4A3 for ; Wed, 2 Sep 2020 17:12:02 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhVq563cXz3XB0 for ; Wed, 2 Sep 2020 17:12:01 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x843.google.com with SMTP id t20so4139076qtr.8 for ; Wed, 02 Sep 2020 10:12:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=618np/G3TyDUXw1Hl17VL/212YRNBe0z8zON6aQivB4=; b=o4kE9Q4puHWq0XnJC2w3ae3lEDuHZv+1GUf2kMqOuhfntHFHdgarUYM2SQZUfvVORM 6L9d0XDwALRjjEaKVIQF0+MuRcLmzs0TPpk4V4TKlyprgD26MgfKnL2BXBkbh9fGtG4W CHoP4Mm9juLoODWzjzBo48nZkmpUjEPtmIWyrhsuS9tX3veXKubAFZWKRnxsBavDSCqt doZitGTlEzenetmNshk0Qmedyxaw1L5xd7vA6xoyrNbWYApfMuDDCdvQWKfkNvic6rh3 no8PHP9M5bkhMAf0mCizK3it185xE/53OKBM2y6mQDETZgwYJGzKnKfXJsEi4OHb/GOn bIFw== X-Gm-Message-State: AOAM5325mCC10F4QMgTGxgXp+Nec22ztL0+GbFg9Eru/CXbYVubrQJgy Z64BgBv/631EC9PCN2HwwfH6L6iqqTfLhPgQW0Mwtw== X-Google-Smtp-Source: ABdhPJzDocRd1sKLutD9pn8v8o4zxgAT+CXG7MDv0i51MO3LMTIQ3hbXbKDwpeAm1TdNUqSHlBr2BQlWeTHDWUaKCiw= X-Received: by 2002:ac8:50a:: with SMTP id u10mr7611964qtg.175.1599066721071; Wed, 02 Sep 2020 10:12:01 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> In-Reply-To: <20200902164706.GA49777@troutmask.apl.washington.edu> From: Warner Losh Date: Wed, 2 Sep 2020 11:11:50 -0600 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Steve Kargl Cc: Ed Maste , Kurt Jaeger , "Greg 'groggy' Lehey" , FreeBSD Current X-Rspamd-Queue-Id: 4BhVq563cXz3XB0 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.25 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-0.57)[-0.573]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.975]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; RCPT_COUNT_FIVE(0.00)[5]; URI_COUNT_ODD(1.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.70)[-0.703]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::843:from]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 17:12:02 -0000 On Wed, Sep 2, 2020 at 10:47 AM Steve Kargl < sgk@troutmask.apl.washington.edu> wrote: > On Wed, Sep 02, 2020 at 12:14:08PM -0400, Ed Maste wrote: > > On Wed, 2 Sep 2020 at 02:31, Steve Kargl > > wrote: > > > > > > > A short intro on git for svn users: > > > > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view > > > > > > > > > > ROTFL. From the "short intro", 2nd sentence. > > > > > > New committers are assumed to already be familiar with the basic > > > operation of Git. If not, start by reading the Git Book. > > > > This doc started as a direct translation of the Subversion primer, > > which has as its first sentence: > > > New committers are assumed to already be familiar with the basic > operation of Subversion. If not, start by reading the Subversion Book. > > > > As with the Subversion primer the doc is intended to provide a quick > > reference for day-to-day commands, but not act as a reference or > > introduction to the entire theory of operation of the associated VCS. > > Like GCC, which did the svn to git dance at start of the year, > FreeBSD is throwing away a decade+ of corporate knowledge of > working with svn and /usr/src. What is needed is a succinct > translation of the most common svn commands translated to git. > > Checking out /usr/src as user@freebsd.org > > svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src > > git ... > > Checking out /usr/src without freebsd.org account > > svn checkout https://svn.freebsd.org/base/head ${HOME}/freebsd/src > > git ... > > Creating diff against updated head. > > svn update > svn diff > patch.diff > > git ... > > Adding a new file > > svn add /usr/src/libm/msun/src/_s_sinpi.c > > git ... > > Committing a change to /usr/src > > svn update > svn diff | more (everyone does one last check, right?) > svn commit > > git ... > This is an insultingly stupid comment to make. We don't need people to say the obvious. This sort of comment isn't helpful. People will just ignore you if you make too many of them like it. Warner From owner-freebsd-current@freebsd.org Wed Sep 2 17:38:39 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 A2A383DD97A; Wed, 2 Sep 2020 17:38:39 +0000 (UTC) (envelope-from theron.tarigo@gmail.com) Received: from mail-pj1-x1044.google.com (mail-pj1-x1044.google.com [IPv6:2607:f8b0:4864:20::1044]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhWPp45BCz3Ynf; Wed, 2 Sep 2020 17:38:38 +0000 (UTC) (envelope-from theron.tarigo@gmail.com) Received: by mail-pj1-x1044.google.com with SMTP id np15so2464720pjb.0; Wed, 02 Sep 2020 10:38:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:cc:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=NUH8YYhtAbmBNQ7htxvcCdSL4D2ucBfQ8Fs+bTmggbg=; b=VoaCiow+XjUPiczP5gBBRvREs211v11NExRH63ZGe6HwPFpZSQmnLQ1mSfm/7r5VT9 fDyWBP8c2T/7EOhZgfx9Kj+c89HkTyNGeywmbxFWSKjZHaZldTOFULyVA4KscEj/hCUo eCrEffXq1Xd/0mRpo4N+dMgOyLaIkFKjzSbb1tceoxEKpWzw0L/UbtKN+pYb2ijwV8fo 5WCwOoRzXeQ/Ee/i5vyZsyajF4rFADPAk7RsI1EW6Godl5IoT2Q98x6xRRK75yanejxB zPeFk24L3B8f0WRjCd3LkI8ZdEyXDPKfCANjgAUUvNDquodNibwDw1N8YHD86pvtYJvo gcgA== X-Gm-Message-State: AOAM532mFaGhz0BhI8BEnmgkaW4fOXvUT8QoNRinJJtqp18EgjWDGsc9 kP9DqwhIXsnuXe8n/JQS/a/kfKwkdqw= X-Google-Smtp-Source: ABdhPJzmOHclGG/CHv0HTGuUrhdleLsXlPwExbagdkuotLFziNwVrap2XVQGB/qOn8vBhTwgquO0bA== X-Received: by 2002:a17:90a:46c2:: with SMTP id x2mr3137389pjg.184.1599068316803; Wed, 02 Sep 2020 10:38:36 -0700 (PDT) Received: from [192.168.1.21] (c-76-126-107-221.hsd1.ca.comcast.net. [76.126.107.221]) by smtp.gmail.com with ESMTPSA id x5sm129861pfj.1.2020.09.02.10.38.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Sep 2020 10:38:35 -0700 (PDT) Sender: Theron Tarigo Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Steve Kargl , Ed Maste Cc: Kurt Jaeger , Greg 'groggy' Lehey , FreeBSD Current , freebsd-git@freebsd.org References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> From: Theron Message-ID: <704d7f5a-5624-13bb-7c4c-038574b11031@gmail.com> Date: Wed, 2 Sep 2020 13:38:09 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 MIME-Version: 1.0 In-Reply-To: <20200902164706.GA49777@troutmask.apl.washington.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4BhWPp45BCz3Ynf X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.71 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.64)[-0.640]; RECEIVED_SPAMHAUS_PBL(0.00)[76.126.107.221:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; TAGGED_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.046]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; NEURAL_HAM_LONG(-1.03)[-1.028]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::1044:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 17:38:39 -0000 On 2020-09-02 12:47, Steve Kargl wrote: > Checking out /usr/src as user@freebsd.org > > svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src > > git ... > > Checking out /usr/src without freebsd.org account > > svn checkout https://svn.freebsd.org/base/head ${HOME}/freebsd/src > > git ... "which svnlite" -> /usr/bin/svnlite (from /usr/src/usr.bin/svn) "which git" -> /usr/local/bin/git (from /usr/ports/devel/git) After the transition, will FreeBSD base contain the tool for the cloning the FreeBSD repository (not one of the mirrors?) Is there a plan to have 'git' or one of its clones added to the base system? Surprisingly, I can't seem to find any prominent discussion / debate on "git in base" (the tool itself). Theron From owner-freebsd-current@freebsd.org Wed Sep 2 17:41:49 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 251063DDE4C for ; Wed, 2 Sep 2020 17:41:49 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BhWTT0F77z3ZS1 for ; Wed, 2 Sep 2020 17:41:49 +0000 (UTC) (envelope-from se@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 0828D3DDCD4; Wed, 2 Sep 2020 17:41:49 +0000 (UTC) Delivered-To: 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 07F093DDF4E for ; Wed, 2 Sep 2020 17:41:49 +0000 (UTC) (envelope-from se@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhWTS6TKkz3ZDx; Wed, 2 Sep 2020 17:41:48 +0000 (UTC) (envelope-from se@freebsd.org) Received: from Stefans-MBP-WLAN.fritz.box (p200300cd5f16b9000017c9ae4f3517f8.dip0.t-ipconnect.de [IPv6:2003:cd:5f16:b900:17:c9ae:4f35:17f8]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: se/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 3B9D725FDE; Wed, 2 Sep 2020 17:41:48 +0000 (UTC) (envelope-from se@freebsd.org) To: "Julian H. Stacey" References: <202009012342.081NgURH013325@fire.js.berklix.net> From: Stefan Esser Cc: current@freebsd.org, Gavin Howard Subject: Re: /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/locales/en_US.UTF-8.msg Message-ID: Date: Wed, 2 Sep 2020 19:41:46 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.2.1 MIME-Version: 1.0 In-Reply-To: <202009012342.081NgURH013325@fire.js.berklix.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="xUYjhE8QUBM1qYSNZ8PiXyewEF6PCOab5" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 17:41:49 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --xUYjhE8QUBM1qYSNZ8PiXyewEF6PCOab5 Content-Type: multipart/mixed; boundary="nxEl86qplHrEbWq26EoHxvMKJvSHqR8lj"; protected-headers="v1" From: Stefan Esser To: "Julian H. Stacey" Cc: current@freebsd.org, Gavin Howard Message-ID: Subject: Re: /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/locales/en_US.UTF-8.msg References: <202009012342.081NgURH013325@fire.js.berklix.net> In-Reply-To: <202009012342.081NgURH013325@fire.js.berklix.net> --nxEl86qplHrEbWq26EoHxvMKJvSHqR8lj Content-Type: multipart/mixed; boundary="------------F2194693E52E17CBF5D02FDF" Content-Language: en-US This is a multi-part message in MIME format. --------------F2194693E52E17CBF5D02FDF Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Am 02.09.20 um 01:42 schrieb Julian H. Stacey: > Hi current@freebsd.org, >=20 > /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/local= es/en_US.UTF-8.msg > With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/usr.bin/gh= -bc Hi Julian, since I'm building -CURRENT at least once a day with this bc and there have been no other reports, this does appear to be a local problem on your system (or a problem with CTM). > Avoided for now with /etc/src.conf WITHOUT_GH_BC=3DYES Yes, but the correct fix is to provide the missing file, which is a symbolic link to en_US.msg. In fact, most of the message catalogs are provided by symlinks (71 of 96 files in the locales directory). My assumption is, that CTM does not correctly encode and create symbolic links, so you miss them ... (but I did not check the CTM sources to verify that assumption). This ought to be fixed in CTM and then a delta should be created that provides these missing symlinks - since you are one of very few CTM users left, you may want to create a patch ... Since the mail list strips binary attachments, I'm including a compresssed and uuencoded TAR file with these symlinks below. Extract from within src/contrib/bc/locales to generate them: begin 644 gh-bc-locales.tar.bz2 M0EIH.3%!6293618`GIIH`'ZI[JAY5#VJAUJ'0S MB5)<^7/.[OVC><;E,R%I@YC!.4$C!%0&\T"DP#,3(KT4RW8;8ZL<=3D^PJ'\5# MMBEQ*ABH=3DRH=3D50RH94.NHDD@:R,W/GV>3:MKS5-J$-83WJDS. M)1%%A['191"3G$0\(S*S-#O-:6214=3DJ+2@HJ,CILM%IM\<((&8``>!/:`2:D M`UNUOIK>%^6W9OX=3DW/T^/CPUIGHWXYQ\=3DI4-M:%0\]0^BH8J'XK\# MO8SO8QF,X3FF939;&8.-0ZE0RH>JH>;DJ'ON,DNYPY9FOK!SW<\J'94-;]CL M6M^I%DP@060$<&-XODQ>V8=3D20"BM(8:NE8B<)(!>+T9O4D`:<5G*7:#R20#- MX2Y(!CAAV:S,Z0V--71:%+%-XN5>7>I(!F2`60,2JD1@+-54NJ)C#AQJ&HVV MTWXU#THM];M^IOIIEF\-(+*24PU)`*M+=3D:<7JRV2`54-.&<=3D=3D=3D0X94.VH]TG M:B\D76B^^G&>V7DL@]%87K];RF:UIIFK6M9K@>-1E'6G"M+5>2+3Y3U9GG1< M65M3M1?DTG"H[?8,9,U)P>M?4J"P(OHDY2!**Z,5&+4D"H>1>,-@`P(<($XD MY3WP^Y/=3D\8ASA=3D*BJX555YBB'.%PF`G,;A1$V!^BP`_)=3D0Z=3D'LPS,F99VU#^ MR@D$#B+N2*<*$@+`$[F``` ` end But since further symlinks will occur if more locales are added, the problem will re-appear for CTM users, unless symlinks are supported by CTM. Regards, STefan --------------F2194693E52E17CBF5D02FDF-- --nxEl86qplHrEbWq26EoHxvMKJvSHqR8lj-- --xUYjhE8QUBM1qYSNZ8PiXyewEF6PCOab5 Content-Type: application/pgp-signature; name="OpenPGP_signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="OpenPGP_signature" -----BEGIN PGP SIGNATURE----- wsB5BAABCAAjFiEEo3HqZZwL7MgrcVMTR+u171r99UQFAl9P2VoFAwAAAAAACgkQR+u171r99UTO Ugf/S50c47sBXWsKLF8DXGT6e3o1bAIhKlPesuadD1JGz8EL7gVI7JczcOyLWHnKU6DfMfVgzJSG EYav2PtSMCcteL0+clpTRKFKlirQjm0Qlr3WGKFSeLkEF6XE3Gt7HH/QeNO1fDpLQNsBC/8CgCkN hqtrye1C9tOaiOsz4gKLXT+Qeg22KzwWgfKV1dPknihBF4SD2mYjBXRTtNKAGH/wgI4CJE5UXeeO g384KYy+0ghha5wcff9tXcvJU6TrCkvRV/M3U8Y67MTE/ntQiK8bNkn9ZZSvnGeZuE8j3q7ZF87D zr/UprnbK9kHU9sxB6kPu4JAEwDyJCTxeotbyHN61w== =ULsv -----END PGP SIGNATURE----- --xUYjhE8QUBM1qYSNZ8PiXyewEF6PCOab5-- From owner-freebsd-current@freebsd.org Wed Sep 2 18:23:26 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 39F863C3DD7 for ; Wed, 2 Sep 2020 18:23:26 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BhXPV01bpz41J6 for ; Wed, 2 Sep 2020 18:23:26 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.nyi.freebsd.org (Postfix) id 008E13C3DD6; Wed, 2 Sep 2020 18:23:26 +0000 (UTC) Delivered-To: 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 005753C3DD2 for ; Wed, 2 Sep 2020 18:23:26 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhXPS5P53z40wx; Wed, 2 Sep 2020 18:23:24 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 082INCEd057959 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Sep 2020 20:23:22 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 082INB8F069397; Wed, 2 Sep 2020 20:23:11 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 082IMuKq035988; Wed, 2 Sep 2020 20:23:06 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009021823.082IMuKq035988@fire.js.berklix.net> To: Stefan Esser cc: current@freebsd.org, Gavin Howard Subject: Re: /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/locales/en_US.UTF-8.msg From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://berklix.com/free/ X-From: http://www.berklix.org/~jhs/ In-reply-to: Your message "Wed, 02 Sep 2020 19:41:46 +0200." Date: Wed, 02 Sep 2020 20:22:56 +0200 X-Rspamd-Queue-Id: 4BhXPS5P53z40wx X-Spamd-Bar: - X-Spamd-Result: default: False [-1.26 / 15.00]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-1.08)[-1.081]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[berklix.com]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.18)[-0.181]; NEURAL_HAM_MEDIUM(-0.89)[-0.894]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; FREEMAIL_CC(0.00)[freebsd.org,gmail.com]; MAILMAN_DEST(0.00)[current]; RECEIVED_SPAMHAUS_PBL(0.00)[79.196.198.159:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:23:26 -0000 Thanks Stephan for your comprehensive analaysis, i'll look into all this & reports back inc. CC current. Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money From owner-freebsd-current@freebsd.org Wed Sep 2 18:36:16 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 7BBDC3C41FD for ; Wed, 2 Sep 2020 18:36:16 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound2k.ore.mailhop.org (outbound2k.ore.mailhop.org [54.148.219.64]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhXhJ0Hcrz41v6 for ; Wed, 2 Sep 2020 18:36:15 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1599071774; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=M5Yp1F/mm7ndQZppPmwH37Vqvz/BkDUqnzcQbGnZ+OY+GmlXNJk25qAn+g7wbg00RxWSNMxrD8xil jI2Sj76OkC0uBLmDqPn+BzlGFxtiVgRx6oK0vUnvFrLw9NMBCBfxVY8nfJKcTIDjqcjInoDuca/xXs 4ZvqmKxpEx/hKl+O89k0RVBQTdTJklR2lWtVvXj0ZOGAhguZzHqbeaAmLigQSkJ6U/k1nbJ9yvUWbR rn4SlSpPP5GvGZ50HRsSH1y8UwB8UvkhginkIpneyvSBaTTTBdV4opd7DHfJE/CKUDEsbyNoN0N7K3 1kN0mkQfg/dOVfwTXluWlvnF984jffQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=8Ieqy9+c47Y/xBXid3iSNOArU1JKe5c56zYi/5M96fY=; b=OXGmdLWP7+uecgFufvIu4aeltyKXbIA6fuJ4eAKXil0loB9a/bk+RAd7F6rDLMf+m+N4p/OAWivne 3Ho1664gLf6cMJ+qiuLc+4sGfFLPvn/3UCBZDsWCcLCUdl1Gb8FRg9pFXXfXhLQbzibf3/EBqt+Fbf 4sh7n0AgMHa4RYam72xZlmOKQeFGkry4tcJHCZRP2YuLJ5+WrikkNjYsDPpm4KwDrlskt1E9bMVM8a chDl0O00vajkFBBrOoJ4WZZOwl6lbF7lS4AvL2qH3UwJPuvdx745JdxcX9kCgWQGlnFk6AE4PMHDyp O5iwCdQFoqcTiVCvqrk53lT/0EcF94Q== ARC-Authentication-Results: i=1; outbound4.ore.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; X-MHO-RoutePath: aGlwcGll X-MHO-User: 2cefc480-ed4b-11ea-9e11-df46ed8f892f X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (c-67-177-211-60.hsd1.co.comcast.net [67.177.211.60]) by outbound4.ore.mailhop.org (Halon) with ESMTPSA id 2cefc480-ed4b-11ea-9e11-df46ed8f892f; Wed, 02 Sep 2020 18:36:13 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id 082IaBrq046515; Wed, 2 Sep 2020 12:36:11 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> Subject: Re: Plans for git (was: Please check the current beta git conversions) From: Ian Lepore To: Warner Losh , Steve Kargl Cc: FreeBSD Current Date: Wed, 02 Sep 2020 12:36:11 -0600 In-Reply-To: References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> Content-Type: text/plain; charset="ASCII" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BhXhJ0Hcrz41v6 X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:16509, ipnet:54.148.0.0/15, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:36:16 -0000 On Wed, 2020-09-02 at 11:11 -0600, Warner Losh wrote: > On Wed, Sep 2, 2020 at 10:47 AM Steve Kargl < > sgk@troutmask.apl.washington.edu> wrote: > > > On Wed, Sep 02, 2020 at 12:14:08PM -0400, Ed Maste wrote: > > > On Wed, 2 Sep 2020 at 02:31, Steve Kargl > > > wrote: > > > > > > > > > A short intro on git for svn users: > > > > > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view > > > > > > > > > > > > > ROTFL. From the "short intro", 2nd sentence. > > > > > > > > New committers are assumed to already be familiar with the > > > > basic > > > > operation of Git. If not, start by reading the Git Book. > > > > > > This doc started as a direct translation of the Subversion > > > primer, > > > which has as its first sentence: > > > > New committers are assumed to already be familiar with the > > > > basic > > > > operation of Subversion. If not, start by reading the Subversion > > Book. > > > > > > As with the Subversion primer the doc is intended to provide a > > > quick > > > reference for day-to-day commands, but not act as a reference or > > > introduction to the entire theory of operation of the associated > > > VCS. > > > > Like GCC, which did the svn to git dance at start of the year, > > FreeBSD is throwing away a decade+ of corporate knowledge of > > working with svn and /usr/src. What is needed is a succinct > > translation of the most common svn commands translated to git. > > > > Checking out /usr/src as user@freebsd.org > > > > svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src > > > > git ... > > > > Checking out /usr/src without freebsd.org account > > > > svn checkout https://svn.freebsd.org/base/head > > ${HOME}/freebsd/src > > > > git ... > > > > Creating diff against updated head. > > > > svn update > > svn diff > patch.diff > > > > git ... > > > > Adding a new file > > > > svn add /usr/src/libm/msun/src/_s_sinpi.c > > > > git ... > > > > Committing a change to /usr/src > > > > svn update > > svn diff | more (everyone does one last check, > > right?) > > svn commit > > > > git ... > > > > This is an insultingly stupid comment to make. We don't need people > to say > the obvious. > > This sort of comment isn't helpful. People will just ignore you if > you make > too many of them like it. > Seriously, Warner? I applaud Steve's message as being the first one in this thread that has any real value at all. Unlike everyone else, he has clearly seen what the basic problem is (zero communications about this impending cutover to the people who need to work with it every day), and he summarized it in a completely practical way. This assumption that everyone knows how to use git is mind-boggling. I think I installed it once, a few years ago. Then I uninstalled it because of how abysmally hard it was to try to learn even a few commands to do anything with it. I guess Steve & I are a couple dinosaurs and the whole rest of the freebsd user and committer community is laughing at our ignorance and thinking "we don't need their contributions anyway, so let's just mock them and move on." -- Ian From owner-freebsd-current@freebsd.org Wed Sep 2 18:45:23 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 1D9BD3C4C09 for ; Wed, 2 Sep 2020 18:45:23 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (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 (2048 bits) client-digest SHA256) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhXtp0VsDz42nF; Wed, 2 Sep 2020 18:45:21 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 082IjJ4p050848 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 2 Sep 2020 11:45:19 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 082IjJNi050847; Wed, 2 Sep 2020 11:45:19 -0700 (PDT) (envelope-from sgk) Date: Wed, 2 Sep 2020 11:45:19 -0700 From: Steve Kargl To: Warner Losh Cc: Ed Maste , Kurt Jaeger , "Greg 'groggy' Lehey" , FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902184519.GA50712@troutmask.apl.washington.edu> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BhXtp0VsDz42nF X-Spamd-Bar: - X-Spamd-Result: default: False [-1.32 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_MEDIUM(-0.48)[-0.476]; NEURAL_HAM_LONG(-0.81)[-0.806]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.04)[-0.040]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; DMARC_POLICY_SOFTFAIL(0.10)[washington.edu : No valid SPF, No valid DKIM, none] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:45:23 -0000 On Wed, Sep 02, 2020 at 11:11:50AM -0600, Warner Losh wrote: > On Wed, Sep 2, 2020 at 10:47 AM Steve Kargl < > sgk@troutmask.apl.washington.edu> wrote: > > This is an insultingly stupid comment to make. We don't need people to say > the obvious. > > This sort of comment isn't helpful. People will just ignore you if you make > too many of them like it. > I don't find it insulting at all. I have 15+ years experience using svn with both GCC and FreeBSD repositories. GCC changed from svn and git with little regard to its impact on developers (except for those pushing the move to git). gfortran has lost one of its most active bug fixer/contributors because he knows 0 about git. By extension FreeBSD lost one of the few users that actually tried to ensure GCC works on FreeBSD (hopefully, people don't use g++'s complex math without testing!). -- Steve From owner-freebsd-current@freebsd.org Wed Sep 2 18:46:12 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 797DD3C487A for ; Wed, 2 Sep 2020 18:46:12 +0000 (UTC) (envelope-from dan@langille.org) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhXvl3yJRz42rv; Wed, 2 Sep 2020 18:46:11 +0000 (UTC) (envelope-from dan@langille.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 827D2FC1; Wed, 2 Sep 2020 14:46:09 -0400 (EDT) Received: from imap36 ([10.202.2.86]) by compute2.internal (MEProxy); Wed, 02 Sep 2020 14:46:09 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudefledguddvlecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpedfffgr nhcunfgrnhhgihhllhgvfdcuoegurghnsehlrghnghhilhhlvgdrohhrgheqnecuggftrf grthhtvghrnhepgeetueejgfdugfeuhfevgeeuveevvdehleelgefhvdelhffftdetgeeu hfdtieeunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epuggrnheslhgrnhhgihhllhgvrdhorhhg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 6FBD3188007B; Wed, 2 Sep 2020 14:46:08 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-248-gcd102cb-fm-20200901.001-gcd102cb9 Mime-Version: 1.0 Message-Id: <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> In-Reply-To: <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> Date: Wed, 02 Sep 2020 14:45:45 -0400 From: "Dan Langille" To: "Ian Lepore" , "Warner Losh" , "Steve Kargl" Cc: "FreeBSD Current" Subject: =?UTF-8?Q?Re:_Plans_for_git_(was:_Please_check_the_current_beta_git_conv?= =?UTF-8?Q?ersions)?= Content-Type: text/plain X-Rspamd-Queue-Id: 4BhXvl3yJRz42rv X-Spamd-Bar: - X-Spamd-Result: default: False [-1.95 / 15.00]; XM_UA_NO_VERSION(0.01)[]; RWL_MAILSPIKE_GOOD(0.00)[64.147.123.25:from]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.25]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[langille.org:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; SUBJ_EXCESS_QP(1.20)[]; NEURAL_HAM_SHORT(-0.97)[-0.970]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.25:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.057]; R_DKIM_ALLOW(-0.20)[langille.org:s=fm2,messagingengine.com:s=fm3]; FREEFALL_USER(0.00)[dan]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.03)[-1.029]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:46:12 -0000 On Wed, Sep 2, 2020, at 2:36 PM, Ian Lepore wrote: > Seriously, Warner? Yes, seriously. We are adults. Act accordingly. Don't be confused. I also thought the message he was replying to was out of line. > I applaud Steve's message as being the first one in this thread that > has any real value at all. Unlike everyone else, he has clearly seen > what the basic problem is (zero communications about this impending > cutover to the people who need to work with it every day), and he > summarized it in a completely practical way. We disagree. The message could have been worded without being negative. > This assumption that everyone knows how to use git is mind-boggling. I > think I installed it once, a few years ago. Then I uninstalled it > because of how abysmally hard it was to try to learn even a few > commands to do anything with it. No, it's assumed you will learn. I did. We all can. Please, we cooperate on this project. We don't attack, and yes, these were attacks. > I guess Steve & I are a couple dinosaurs and the whole rest of the > freebsd user and committer community is laughing at our ignorance and > thinking "we don't need their contributions anyway, so let's just mock > them and move on." I don't think so. I'm guessing I'm older and more set in my ways. There are much better ways to communicate that in recent messages. -- Dan Langille dan@langille.org From owner-freebsd-current@freebsd.org Wed Sep 2 18:49: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 EAE093C4FBA for ; Wed, 2 Sep 2020 18:49:46 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x744.google.com (mail-qk1-x744.google.com [IPv6:2607:f8b0:4864:20::744]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhXzt2ZMNz43NH for ; Wed, 2 Sep 2020 18:49:46 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x744.google.com with SMTP id o5so654575qke.12 for ; Wed, 02 Sep 2020 11:49:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=3WZQhRvv0fxa841wzpp0pK3jSnfWV8s1kRvVFYtf01w=; b=GlZrjs+f9B7EkOBTjJVvPnIjwF7nMUCRwSA7sGq8pLj1SxTJiSTSLNFUbhlhz7ANl8 RbuMgp8hXCrZ3ZoALQ/wYj6bOpmwZtwcIZfyRERIEe8qEAlp1ec0HOkmxeTR0d4LRi5k 9EPWLRCMwLMZ1+9QOc0BCwXxcFrrfLuv2dVNmTQj2ufpSxgFfUuBp6nFIZwzJZj22yzh oBQhvSxz//R4qJOngtgVeSW6faRXqJWMQUQ+r2KpQMlpNHi0IK5tOoWn4cmQEZv4Ya6B hSCqWqoXzYgVSgmN7YT2zx3midpFRCSsDTPNYj6f8CNfq+RxH29xkWyggLpV82EvY5le xvtQ== X-Gm-Message-State: AOAM531axnDqJnA+By9GmtStzyk9o02OpPYGl3KI4cADYdif1qHXyESm 2gLPWWYhVwtyn2YuKtr7/+eNxiT6lEIHuioe4e80/vHW0qsl4Q== X-Google-Smtp-Source: ABdhPJxf7sVahObapw8OFVh/Z5tTyEs+Y6TvTpfTfh6efYV1GGoJlPDf4cpFdX5De1A5mj55ZJRO8NkNBKjTwRK8AEc= X-Received: by 2002:ae9:e315:: with SMTP id v21mr8589769qkf.215.1599072585341; Wed, 02 Sep 2020 11:49:45 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> In-Reply-To: <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> From: Warner Losh Date: Wed, 2 Sep 2020 12:49:34 -0600 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Ian Lepore Cc: Steve Kargl , FreeBSD Current X-Rspamd-Queue-Id: 4BhXzt2ZMNz43NH X-Spamd-Bar: / X-Spamd-Result: default: False [-0.59 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-0.86)[-0.861]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_SPAM_SHORT(0.30)[0.305]; NEURAL_HAM_LONG(-1.04)[-1.039]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; URI_COUNT_ODD(1.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::744:from]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:49:47 -0000 On Wed, Sep 2, 2020 at 12:36 PM Ian Lepore wrote: > On Wed, 2020-09-02 at 11:11 -0600, Warner Losh wrote: > > On Wed, Sep 2, 2020 at 10:47 AM Steve Kargl < > > sgk@troutmask.apl.washington.edu> wrote: > > > > > On Wed, Sep 02, 2020 at 12:14:08PM -0400, Ed Maste wrote: > > > > On Wed, 2 Sep 2020 at 02:31, Steve Kargl > > > > wrote: > > > > > > > > > > > A short intro on git for svn users: > > > > > > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view > > > > > > > > > > > > > > > > ROTFL. From the "short intro", 2nd sentence. > > > > > > > > > > New committers are assumed to already be familiar with the > > > > > basic > > > > > operation of Git. If not, start by reading the Git Book. > > > > > > > > This doc started as a direct translation of the Subversion > > > > primer, > > > > which has as its first sentence: > > > > > New committers are assumed to already be familiar with the > > > > > basic > > > > > > operation of Subversion. If not, start by reading the Subversion > > > Book. > > > > > > > > As with the Subversion primer the doc is intended to provide a > > > > quick > > > > reference for day-to-day commands, but not act as a reference or > > > > introduction to the entire theory of operation of the associated > > > > VCS. > > > > > > Like GCC, which did the svn to git dance at start of the year, > > > FreeBSD is throwing away a decade+ of corporate knowledge of > > > working with svn and /usr/src. What is needed is a succinct > > > translation of the most common svn commands translated to git. > > > > > > Checking out /usr/src as user@freebsd.org > > > > > > svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src > > > > > > git ... > > > > > > Checking out /usr/src without freebsd.org account > > > > > > svn checkout https://svn.freebsd.org/base/head > > > ${HOME}/freebsd/src > > > > > > git ... > > > > > > Creating diff against updated head. > > > > > > svn update > > > svn diff > patch.diff > > > > > > git ... > > > > > > Adding a new file > > > > > > svn add /usr/src/libm/msun/src/_s_sinpi.c > > > > > > git ... > > > > > > Committing a change to /usr/src > > > > > > svn update > > > svn diff | more (everyone does one last check, > > > right?) > > > svn commit > > > > > > git ... > > > > > > > This is an insultingly stupid comment to make. We don't need people > > to say > > the obvious. > > > > This sort of comment isn't helpful. People will just ignore you if > > you make > > too many of them like it. > > > > Seriously, Warner? > > I applaud Steve's message as being the first one in this thread that > has any real value at all. Unlike everyone else, he has clearly seen > what the basic problem is (zero communications about this impending > cutover to the people who need to work with it every day), and he > summarized it in a completely practical way. > > This assumption that everyone knows how to use git is mind-boggling. I > think I installed it once, a few years ago. Then I uninstalled it > because of how abysmally hard it was to try to learn even a few > commands to do anything with it. > > I guess Steve & I are a couple dinosaurs and the whole rest of the > freebsd user and committer community is laughing at our ignorance and > thinking "we don't need their contributions anyway, so let's just mock > them and move on." > I'm just extra grumpy today. First, the doc has what Steve requested already, so the high level snarkiness isn't helpful. Second, the doc isn't done, but there was no feedback on where in the doc it isn't clear, so the message isn't helpful. Third, you're reading too much into the first paragraph, which was copied verbatim from the current guide. That's what lead to my outburst. Warner From owner-freebsd-current@freebsd.org Wed Sep 2 18:50:32 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 0DAA93C4FEA for ; Wed, 2 Sep 2020 18:50:32 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from outbound5a.ore.mailhop.org (outbound5a.ore.mailhop.org [44.233.67.66]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhY0l43q0z43fV for ; Wed, 2 Sep 2020 18:50:31 +0000 (UTC) (envelope-from ian@freebsd.org) ARC-Seal: i=1; a=rsa-sha256; t=1599072624; cv=none; d=outbound.mailhop.org; s=arc-outbound20181012; b=SBFzGV74zGi6BFCuSEsbp50993A1ctHUEDxPpMA+lW9Ab2rDGe1T7biIEqfx0z1ahsPgqLNWIVPfS 4ybEHY5qLXUx0GxV1P67Mht2XXX6T4uzFLawz1Unzy6bb5aP1ZCp0YONtVB1uVXWylyrD4XCpvyfU1 byymoEOoARangfZQtI00IQGlD6k2/NOKxOwUhYaVY8+ik8LGw4Axydh8NAe02XLSu2Z4Dl2m5C6ieH O8HzLUjtks//3256JyPo00cYaH536VYyY/gNaqqacElPgnP4bESAf6TndfDFj0Fwp8fDUDia8PoEUc QawxtTMPOufuw++bNVvhZJm9TFivRng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=outbound.mailhop.org; s=arc-outbound20181012; h=content-transfer-encoding:mime-version:content-type:references:in-reply-to: date:cc:to:from:subject:message-id:dkim-signature:from; bh=QKDV9DLg1dSPjLtKDigrNM0aX6cANW4mmEJRz7HCqfk=; b=m7s5qxi1cOgvG8/xNKEC/+1cEsPhZVPpIOy+VczbxCLD4lLu7SzgONge9mFCuNzWz0KQ5XFVE9URl 4axmnhPNYApxW8XDPbgTYdY/6/MIUK9P+Laj3PkYZnVy1UESk+3EUPJnen/M7aeoeULb0dboomQTQ+ aBaNFfKfdM96AYQ10DKHfZvn1NfSOeTwfdR2Zzd0WlTnEqrf2i5C234lIRDTCYTL2z1ej186D+BLp5 TAbxmqq6vmX82TfSQpkoZ7rLxMwgXhSmgzyHd9kHvpXAX6ZdJ8A7WUBzf9AsDFvJaG2tPo1E9DbzcK qHPkvb82HXs6eJzyY8Nl5i7jI3uKbXQ== ARC-Authentication-Results: i=1; outbound3.ore.mailhop.org; spf=softfail smtp.mailfrom=freebsd.org smtp.remote-ip=67.177.211.60; dmarc=none header.from=freebsd.org; arc=none header.oldest-pass=0; X-MHO-RoutePath: aGlwcGll X-MHO-User: 276cd0f2-ed4d-11ea-8b38-614106969e8d X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 67.177.211.60 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (c-67-177-211-60.hsd1.co.comcast.net [67.177.211.60]) by outbound3.ore.mailhop.org (Halon) with ESMTPSA id 276cd0f2-ed4d-11ea-8b38-614106969e8d; Wed, 02 Sep 2020 18:50:23 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.15.2) with ESMTP id 082IoLuG046576; Wed, 2 Sep 2020 12:50:21 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) From: Ian Lepore To: Dan Langille , Warner Losh , Steve Kargl Cc: FreeBSD Current Date: Wed, 02 Sep 2020 12:50:21 -0600 In-Reply-To: <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> Content-Type: text/plain; charset="ASCII" X-Mailer: Evolution 3.28.5 FreeBSD GNOME Team Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BhY0l43q0z43fV X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:16509, ipnet:44.224.0.0/11, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:50:32 -0000 On Wed, 2020-09-02 at 14:45 -0400, Dan Langille wrote: > On Wed, Sep 2, 2020, at 2:36 PM, Ian Lepore wrote: > > > Seriously, Warner? > > Yes, seriously. We are adults. Act accordingly. > > Don't be confused. I also thought the message he was replying to was out of line. > > > I applaud Steve's message as being the first one in this thread that > > has any real value at all. Unlike everyone else, he has clearly seen > > what the basic problem is (zero communications about this impending > > cutover to the people who need to work with it every day), and he > > summarized it in a completely practical way. > > We disagree. The message could have been worded without being negative. > > > This assumption that everyone knows how to use git is mind-boggling. I > > think I installed it once, a few years ago. Then I uninstalled it > > because of how abysmally hard it was to try to learn even a few > > commands to do anything with it. > > No, it's assumed you will learn. I did. We all can. > > Please, we cooperate on this project. We don't attack, and yes, these were attacks. > > > I guess Steve & I are a couple dinosaurs and the whole rest of the > > freebsd user and committer community is laughing at our ignorance and > > thinking "we don't need their contributions anyway, so let's just mock > > them and move on." > > I don't think so. I'm guessing I'm older and more set in my ways. > > There are much better ways to communicate that in recent messages. > How typical: trim away ALL context of what's being discussed, then claim that the material was offensive in some way after destroying the contextual evidence that makes a lie of your claim. -- Ian From owner-freebsd-current@freebsd.org Wed Sep 2 18:51:20 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 561B63C5429 for ; Wed, 2 Sep 2020 18:51:20 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhY1g67yFz43hG for ; Wed, 2 Sep 2020 18:51:19 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x742.google.com with SMTP id u3so683313qkd.9 for ; Wed, 02 Sep 2020 11:51:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YQToYNvRPAu2YX4lreEpR6rjx2BTeyIq1/diTfZHaW0=; b=Jqxg6LZ01F+YSSh0DAx24ETn3VCqI6la0XedweS+hiLI6W5g4hwu3tm3SwXagAKtck JaPq/fZgRVxg4Tf3lNh19y6WFQbiM2uA4WmpxhseSnNxrAQAJzUV2g0buSEZm7VvMgAE 8puDnnJ65yeNGlZLL8lf0pKplFc5jpLCH9mdb/EaViewxcT+o3A7Vyc0wbd3MMGxT1OR 1A0YvaLp3kvN+rEzCPgOshl7SKGIUj8n9arjc3mDjlZfBXPdtdUidhuYaxwZ0k3rGpqL De6ocDyo8D6oLYqLFC+txUKLbv/INu43cA5QuDj7vGc9owjuDlgaDgzLawIjuUPAkaC+ YOdQ== X-Gm-Message-State: AOAM530mNft1NuWvm939yBcvQztmBWJ34PGWwbGsSkAH7jKN0QRCI4tS nxtCMVFtubcc7sn6MvKBFy4A2tXnv78bS61yQj/gAA== X-Google-Smtp-Source: ABdhPJxjzpMVXsFSsX+awCF7M4cAJtm/2D6pntOnPwlv+xwRhUyODf6JWfGW3wFN/wbTDr2xB2yJ3blwvisc7C0TroQ= X-Received: by 2002:a37:8f04:: with SMTP id r4mr8056020qkd.495.1599072678801; Wed, 02 Sep 2020 11:51:18 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> In-Reply-To: <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> From: Warner Losh Date: Wed, 2 Sep 2020 12:51:07 -0600 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Dan Langille Cc: Ian Lepore , Steve Kargl , FreeBSD Current X-Rspamd-Queue-Id: 4BhY1g67yFz43hG X-Spamd-Bar: - X-Spamd-Result: default: False [-1.87 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-0.98)[-0.976]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_SPAM_SHORT(0.16)[0.163]; NEURAL_HAM_LONG(-1.06)[-1.056]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::742:from]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:51:20 -0000 On Wed, Sep 2, 2020 at 12:46 PM Dan Langille wrote: > On Wed, Sep 2, 2020, at 2:36 PM, Ian Lepore wrote: > > > Seriously, Warner? > > Yes, seriously. We are adults. Act accordingly. > I agree it was over the top. > Don't be confused. I also thought the message he was replying to was out > of line. > > > I applaud Steve's message as being the first one in this thread that > > has any real value at all. Unlike everyone else, he has clearly seen > > what the basic problem is (zero communications about this impending > > cutover to the people who need to work with it every day), and he > > summarized it in a completely practical way. > > We disagree. The message could have been worded without being negative. > It could have been worded in a way that was actionable. > > This assumption that everyone knows how to use git is mind-boggling. I > > think I installed it once, a few years ago. Then I uninstalled it > > because of how abysmally hard it was to try to learn even a few > > commands to do anything with it. > > No, it's assumed you will learn. I did. We all can. > > Please, we cooperate on this project. We don't attack, and yes, these were > attacks. > > > I guess Steve & I are a couple dinosaurs and the whole rest of the > > freebsd user and committer community is laughing at our ignorance and > > thinking "we don't need their contributions anyway, so let's just mock > > them and move on." > > I don't think so. I'm guessing I'm older and more set in my ways. > > There are much better ways to communicate that in recent messages. > I agree. I apologize for my outburst. Just frustrated. Warner From owner-freebsd-current@freebsd.org Wed Sep 2 18:54:57 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 9E3143C5ECF for ; Wed, 2 Sep 2020 18:54:57 +0000 (UTC) (envelope-from dan@langille.org) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhY5r5rFJz44Y0 for ; Wed, 2 Sep 2020 18:54:56 +0000 (UTC) (envelope-from dan@langille.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id 5A666FCF for ; Wed, 2 Sep 2020 14:54:55 -0400 (EDT) Received: from imap36 ([10.202.2.86]) by compute2.internal (MEProxy); Wed, 02 Sep 2020 14:54:55 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudefledgudefudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpedfffgr nhcunfgrnhhgihhllhgvfdcuoegurghnsehlrghnghhilhhlvgdrohhrgheqnecuggftrf grthhtvghrnhepgeetueejgfdugfeuhfevgeeuveevvdehleelgefhvdelhffftdetgeeu hfdtieeunecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epuggrnheslhgrnhhgihhllhgvrdhorhhg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 91C49188007F; Wed, 2 Sep 2020 14:54:54 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-248-gcd102cb-fm-20200901.001-gcd102cb9 Mime-Version: 1.0 Message-Id: <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> In-Reply-To: References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> Date: Wed, 02 Sep 2020 14:54:33 -0400 From: "Dan Langille" To: "FreeBSD Current" Subject: =?UTF-8?Q?Re:_Plans_for_git_(was:_Please_check_the_current_beta_git_conv?= =?UTF-8?Q?ersions)?= Content-Type: text/plain X-Rspamd-Queue-Id: 4BhY5r5rFJz44Y0 X-Spamd-Bar: - X-Spamd-Result: default: False [-1.93 / 15.00]; XM_UA_NO_VERSION(0.01)[]; RWL_MAILSPIKE_GOOD(0.00)[64.147.123.25:from]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.25]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[langille.org:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; SUBJ_EXCESS_QP(1.20)[]; NEURAL_HAM_SHORT(-1.01)[-1.012]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.25:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.04)[-1.039]; R_DKIM_ALLOW(-0.20)[langille.org:s=fm2,messagingengine.com:s=fm3]; FREEFALL_USER(0.00)[dan]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.986]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; MAILMAN_DEST(0.00)[freebsd-current]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:54:57 -0000 On Wed, Sep 2, 2020, at 2:50 PM, Ian Lepore wrote: > On Wed, 2020-09-02 at 14:45 -0400, Dan Langille wrote: > > On Wed, Sep 2, 2020, at 2:36 PM, Ian Lepore wrote: > > > > > Seriously, Warner? > > > > Yes, seriously. We are adults. Act accordingly. > > > > Don't be confused. I also thought the message he was replying to was out of line. > > > > > I applaud Steve's message as being the first one in this thread that > > > has any real value at all. Unlike everyone else, he has clearly seen > > > what the basic problem is (zero communications about this impending > > > cutover to the people who need to work with it every day), and he > > > summarized it in a completely practical way. > > > > We disagree. The message could have been worded without being negative. > > > > > This assumption that everyone knows how to use git is mind-boggling. I > > > think I installed it once, a few years ago. Then I uninstalled it > > > because of how abysmally hard it was to try to learn even a few > > > commands to do anything with it. > > > > No, it's assumed you will learn. I did. We all can. > > > > Please, we cooperate on this project. We don't attack, and yes, these were attacks. > > > > > I guess Steve & I are a couple dinosaurs and the whole rest of the > > > freebsd user and committer community is laughing at our ignorance and > > > thinking "we don't need their contributions anyway, so let's just mock > > > them and move on." > > > > I don't think so. I'm guessing I'm older and more set in my ways. > > > > There are much better ways to communicate that in recent messages. > > > > How typical: trim away ALL context of what's being discussed, then > claim that the material was offensive in some way after destroying the > contextual evidence that makes a lie of your claim. I apologize for the excessive trimming. I regret posting, but still persist in my call for improved methods. Umm, as for the rest... I don't know how to reply to that. -- Dan Langille dan@langille.org From owner-freebsd-current@freebsd.org Wed Sep 2 18:56:45 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 AE0843C6099 for ; Wed, 2 Sep 2020 18:56:45 +0000 (UTC) (envelope-from dan@langille.org) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhY7x0dyhz44hj; Wed, 2 Sep 2020 18:56:45 +0000 (UTC) (envelope-from dan@langille.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id A681DFB8; Wed, 2 Sep 2020 14:56:43 -0400 (EDT) Received: from imap36 ([10.202.2.86]) by compute2.internal (MEProxy); Wed, 02 Sep 2020 14:56:43 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudefledgudefudcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfgjfhffhffvufgtsehttdertderreejnecuhfhrohhmpedfffgr nhcunfgrnhhgihhllhgvfdcuoegurghnsehlrghnghhilhhlvgdrohhrgheqnecuggftrf grthhtvghrnhepgeetueejgfdugfeuhfevgeeuveevvdehleelgefhvdelhffftdetgeeu hfdtieeunecuvehluhhsthgvrhfuihiivgepudenucfrrghrrghmpehmrghilhhfrhhomh epuggrnheslhgrnhhgihhllhgvrdhorhhg X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 5E2A1188007F; Wed, 2 Sep 2020 14:56:42 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-248-gcd102cb-fm-20200901.001-gcd102cb9 Mime-Version: 1.0 Message-Id: <57cee876-e552-4c51-9902-cf4d1e1b7d04@www.fastmail.com> In-Reply-To: References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> Date: Wed, 02 Sep 2020 14:56:21 -0400 From: "Dan Langille" To: "Ian Lepore" , "Warner Losh" , "Steve Kargl" Cc: "FreeBSD Current" Subject: =?UTF-8?Q?Re:_Plans_for_git_(was:_Please_check_the_current_beta_git_conv?= =?UTF-8?Q?ersions)?= Content-Type: text/plain X-Rspamd-Queue-Id: 4BhY7x0dyhz44hj X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.07 / 15.00]; XM_UA_NO_VERSION(0.01)[]; RWL_MAILSPIKE_GOOD(0.00)[64.147.123.25:from]; R_SPF_ALLOW(-0.20)[+ip4:64.147.123.25:c]; MV_CASE(0.50)[]; RCVD_COUNT_THREE(0.00)[4]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[langille.org:+,messagingengine.com:+]; DMARC_POLICY_ALLOW(-0.50)[langille.org,none]; SUBJ_EXCESS_QP(1.20)[]; NEURAL_HAM_SHORT(-1.09)[-1.091]; RCVD_IN_DNSWL_LOW(-0.10)[64.147.123.25:from]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:11403, ipnet:64.147.123.0/24, country:US]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.06)[-1.057]; R_DKIM_ALLOW(-0.20)[langille.org:s=fm2,messagingengine.com:s=fm3]; FREEFALL_USER(0.00)[dan]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.03)[-1.029]; MIME_GOOD(-0.10)[text/plain]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:56:45 -0000 resending, because I clearly have no clue. On Wed, Sep 2, 2020, at 2:50 PM, Ian Lepore wrote: > On Wed, 2020-09-02 at 14:45 -0400, Dan Langille wrote: > > On Wed, Sep 2, 2020, at 2:36 PM, Ian Lepore wrote: > > > > > Seriously, Warner? > > > > Yes, seriously. We are adults. Act accordingly. > > > > Don't be confused. I also thought the message he was replying to was out of line. > > > > > I applaud Steve's message as being the first one in this thread that > > > has any real value at all. Unlike everyone else, he has clearly seen > > > what the basic problem is (zero communications about this impending > > > cutover to the people who need to work with it every day), and he > > > summarized it in a completely practical way. > > > > We disagree. The message could have been worded without being negative. > > > > > This assumption that everyone knows how to use git is mind-boggling. I > > > think I installed it once, a few years ago. Then I uninstalled it > > > because of how abysmally hard it was to try to learn even a few > > > commands to do anything with it. > > > > No, it's assumed you will learn. I did. We all can. > > > > Please, we cooperate on this project. We don't attack, and yes, these were attacks. > > > > > I guess Steve & I are a couple dinosaurs and the whole rest of the > > > freebsd user and committer community is laughing at our ignorance and > > > thinking "we don't need their contributions anyway, so let's just mock > > > them and move on." > > > > I don't think so. I'm guessing I'm older and more set in my ways. > > > > There are much better ways to communicate that in recent messages. > > > > How typical: trim away ALL context of what's being discussed, then > claim that the material was offensive in some way after destroying the > contextual evidence that makes a lie of your claim. I apologize for the excessive trimming. I regret posting, but still persist in my call for improved methods. Umm, as for the rest... I don't know how to reply to that. -- Dan Langille dan@langille.org From owner-freebsd-current@freebsd.org Wed Sep 2 18:58:47 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 0611E3C6425; Wed, 2 Sep 2020 18:58:47 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2a05:fc87:1:5::15]) (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 (2048 bits) client-digest SHA256) (Client CN "www.spoerlein.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhYBG48qMz44v6; Wed, 2 Sep 2020 18:58:46 +0000 (UTC) (envelope-from uqs@freebsd.org) Received: from localhost (acme.spoerlein.net [IPv6:2a05:fc87:1:5:0:0:0:15]) by acme.spoerlein.net (8.15.2/8.15.2) with ESMTPS id 082IwZxx050438 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 2 Sep 2020 20:58:36 +0200 (CEST) (envelope-from uqs@freebsd.org) Date: Wed, 2 Sep 2020 20:58:35 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Olivier Certner Cc: Thomas Mueller , freebsd-git@freebsd.org, freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200902185835.GB3579@acme.spoerlein.net> Mail-Followup-To: Olivier Certner , Thomas Mueller , freebsd-git@freebsd.org, freebsd-current@freebsd.org References: <20200902122759.b6zhbc4qa4jgicdx@aching.in.mat.cc> <2970281.0P3pStmDMi@ravel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2970281.0P3pStmDMi@ravel> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 4BhYBG48qMz44v6 X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:39540, ipnet:2a05:fc87::/32, country:CH] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 18:58:47 -0000 On Wed, 2020-09-02 at 15:16:38 +0200, Olivier Certner wrote: > Hi, > > > > 2.5 GB in .git directory sounds crazy and incomprehensible to me. > > > > 2.5GB is for the full history, if you only care about the main branch, > > you can clone with: > > > > (snip) > > I do not reproduce this, but instead see `du` reporting 1.2GiB just after a > simple clone (no options), which AFAIK contains the whole history. That's correct, the repo size for src should be well under 2.0GiB but could be larger locally if you still have unused refs as can still happen with the conversion producing different commit hashes every once in a while. doc should be less than 500M and ports also under the 2GiB mark. It all depends a bit on how good the repo was repacked, so I can only give ballpark figures. Cheers Uli From owner-freebsd-current@freebsd.org Wed Sep 2 19:13:00 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 2E12E3C6C78; Wed, 2 Sep 2020 19:13:00 +0000 (UTC) (envelope-from mason@blisses.org) Received: from phlegethon.blisses.org (phlegethon.blisses.org [50.56.97.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhYVf6W9sz46Kl; Wed, 2 Sep 2020 19:12:58 +0000 (UTC) (envelope-from mason@blisses.org) Received: from cocytus.blisses.org (service.blisses.org [64.223.129.151]) by phlegethon.blisses.org (Postfix) with ESMTP id 03460194CFD; Wed, 2 Sep 2020 15:12:51 -0400 (EDT) Received: from blisses.org (acheron.int.blisses.org [10.0.1.10]) by cocytus.blisses.org (Postfix) with ESMTPSA id 56EAAA1; Wed, 2 Sep 2020 15:12:51 -0400 (EDT) Date: Wed, 2 Sep 2020 15:12:50 -0400 From: Mason Loring Bliss To: Theron Cc: Steve Kargl , Ed Maste , Greg 'groggy' Lehey , freebsd-git@freebsd.org, FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902191250.GF18446@blisses.org> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <704d7f5a-5624-13bb-7c4c-038574b11031@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2qXFWqzzG3v1+95a" Content-Disposition: inline In-Reply-To: <704d7f5a-5624-13bb-7c4c-038574b11031@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Rspamd-Queue-Id: 4BhYVf6W9sz46Kl X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.05 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.06)[-1.062]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[blisses.org]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.09)[-0.089]; NEURAL_HAM_MEDIUM(-0.99)[-0.993]; SIGNED_PGP(-2.00)[]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:19994, ipnet:50.56.0.0/17, country:US]; RCVD_TLS_LAST(0.00)[]; SUSPICIOUS_RECIPS(1.50)[]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 19:13:00 -0000 --2qXFWqzzG3v1+95a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Sep 02, 2020 at 01:38:09PM -0400, Theron wrote: > After the transition, will FreeBSD base contain the tool for the cloning = the > FreeBSD repository (not one of the mirrors?) Just to throw it out there, https://gameoftrees.org/ would be interesting to explore for this. --=20 Mason Loring Bliss mason@blisses.org They also surf, who only stand on waves. --2qXFWqzzG3v1+95a Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEEXtBZz1axB5rEDCEnrJXcHbvJVUFAl9P7q0ACgkQnrJXcHbv JVUKNQ/8DTcFIN41ymgl/qgauCNcp8n9shLrULy6veqBvdjj/Ulfstly8CwszmyE qiPuruGQD/9WFVxTEvaqd/Ryn+VMBo034bITRfMZidMomTrjg3yQ49gmeNuAQNQp mS9PbSUSve1FF8Qv0wiPuJry6hVp/14MZqkJFpI3MRAEEgoZ7VsBuX0LfDaTD+cD wdRfDAnBvpOmmc1FcB9FZeANbRtatsxN1QkAEmgetMFVw6M8DdmaPpkg82vAS/Hc vjO/82a7HMpyU1wKUoU9XbG7uXalKiPc+W6sjNhDT5qK1sHkiYhoWqECyoi8qOl0 J5OIgNltFw6dxxG87gaMe+hQ85u2kdwyp8MuurIp0owBOXoDUKLt+A0ePfQNBaym B8XoQzQYKtR1xkzY+zl0o0RfR0hPy3Zh7PC6kFNSc1imLPch6Obt3jeY+Qe5tCk/ ZjjOzLrI4e2zaaSKDWu5l62Zuo+dVOsuDGoz5P6+71PQ8MxbvkmgzxYkxxMewvy8 XDGaw6VgC6057IvNlrBRfFqurkrqURnyxsLMgx7QgaoCLnKsNvZldLuHqn56pLZO TpC5TBXjG3Y3oHjNlw68jFrX6TTP09aN1GtnSpS4OvzLGvkCL9RzRXwyyDy0t28B IasbsJJa1EqkQUu0r/L/uR4lPRS7DNe4MaHs9J+U96oL+Pe7Mak= =EMnG -----END PGP SIGNATURE----- --2qXFWqzzG3v1+95a-- From owner-freebsd-current@freebsd.org Wed Sep 2 19:24:43 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 BA2783C7196 for ; Wed, 2 Sep 2020 19:24:43 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id 4BhYm96ttRz47K5 for ; Wed, 2 Sep 2020 19:24:41 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Wed, 02 Sep 2020 21:23:45 +0200 Received-SPF: SoftFail (connect.ultra-secure.de: domain of ultra-secure.de does not designate 217.71.83.52 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=217.71.83.52; helo=[192.168.1.238]; envelope-from= Received: from [192.168.1.238] (217-071-083-052.ip-tech.ch [217.71.83.52]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id 7588B3A5-D6E7-4A36-8C13-74C6D34FFF34.1 envelope-from (authenticated bits=0); Wed, 02 Sep 2020 21:23:40 +0200 From: Rainer Duffner Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.15\)) Subject: Re: Plans for git (was: Please check the current beta git conversions) Date: Wed, 2 Sep 2020 21:24:28 +0200 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <7DA95AC3-853D-4C05-B5D8-E627095274FE@gmail.com> To: freebsd-current@freebsd.org In-Reply-To: <7DA95AC3-853D-4C05-B5D8-E627095274FE@gmail.com> Message-Id: <21C5C18A-AB92-4309-964E-EBE1D86AC1EC@ultra-secure.de> X-Mailer: Apple Mail (2.3445.104.15) X-Haraka-GeoIP: EU, CH, 451km X-Haraka-ASN: 24951 X-Haraka-GeoIP-Received: X-Haraka-ASN: 24951 217.71.80.0/20 X-Haraka-ASN-CYMRU: asn=24951 net=217.71.80.0/20 country=CH assignor=ripencc date=2003-08-07 X-Haraka-FCrDNS: 217-071-083-052.ip-tech.ch X-Haraka-p0f: os="Mac OS X " link_type="DSL" distance=14 total_conn=10 shared_ip=N X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, HTML_MESSAGE,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 14332, bad: 313, connections: 16097, history: 14019, asn_score: 342, asn_connections: 486, asn_good: 382, asn_bad: 40, pass:asn, relaying X-Rspamd-Queue-Id: 4BhYm96ttRz47K5 X-Spamd-Bar: / X-Spamd-Result: default: False [-0.62 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[ultra-secure.de]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.43)[-0.425]; NEURAL_HAM_MEDIUM(-0.85)[-0.846]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_SPAM_SHORT(0.35)[0.355]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 19:24:43 -0000 > Am 02.09.2020 um 18:22 schrieb Warner Losh : >=20 >=20 >=20 >> On Sep 2, 2020, at 10:14 AM, Ed Maste wrote: >>=20 >> On Wed, 2 Sep 2020 at 02:31, Steve Kargl >> wrote: >>>=20 >>>> A short intro on git for svn users: >>>> https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view >>>>=20 >>>=20 >>> ROTFL. =46rom the "short intro", 2nd sentence. >>>=20 >>> New committers are assumed to already be familiar with the basic >>> operation of Git. If not, start by reading the Git Book. >>=20 >> This doc started as a direct translation of the Subversion primer, >> which has as its first sentence: >>> New committers are assumed to already be familiar with the basic = operation of Subversion. If not, start by reading the Subversion Book. >>=20 >> As with the Subversion primer the doc is intended to provide a quick >> reference for day-to-day commands, but not act as a reference or >> introduction to the entire theory of operation of the associated VCS. >=20 > The rest of the guide walks people through how to do the job, but = without all the theory for the basics. >=20 > Again it needs some work for the advanced topic it currently just = omits=E2=80=A6 >=20 Sorry, but I had to think of this: https://xkcd.com/1597/ The project was announced a while back in the quarterly status report = (that=E2=80=99s the first time I read about it at least). It=E2=80=99s obviously a huge undertaking, the people taking part in it = should be commended, not ridiculed (IMO). For people who don=E2=80=99t have much exposure to git, it can be very = obnoxious.=20 Though these days, a lot of people assume git=3Dgithub and the GUI there = certainly makes things easier. If it wasn=E2=80=99t completely riddled with security-holes, I would = recommend the project to run its own gitlab instance - but for a project = this size, you=E2=80=99d be looking at a FTE just herding that bag of = cats and constantly upgrading it=E2=80=A6 =20 From owner-freebsd-current@freebsd.org Wed Sep 2 19:50:35 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 0CC053C7C12 for ; Wed, 2 Sep 2020 19:50:35 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router10G.digiware.nl (smtp.digiware.nl [176.74.240.9]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhZL20F8Vz49hb for ; Wed, 2 Sep 2020 19:50:33 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from router10g.digiware.nl (localhost.digiware.nl [127.0.0.1]) by router10G.digiware.nl (Postfix) with ESMTP id BE2FB6AA61; Wed, 2 Sep 2020 21:50:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.com Received: from router10G.digiware.nl ([127.0.0.1]) by router10g.digiware.nl (router10g.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gbbpdzxMTy_H; Wed, 2 Sep 2020 21:50:30 +0200 (CEST) Received: from [192.168.10.9] (vaio [192.168.10.9]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by router10G.digiware.nl (Postfix) with ESMTPSA id 3445E6AA60; Wed, 2 Sep 2020 21:50:30 +0200 (CEST) Subject: Re: Plans for git To: Rainer Duffner , freebsd-current@freebsd.org References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <7DA95AC3-853D-4C05-B5D8-E627095274FE@gmail.com> <21C5C18A-AB92-4309-964E-EBE1D86AC1EC@ultra-secure.de> From: Willem Jan Withagen Message-ID: Date: Wed, 2 Sep 2020 21:50:30 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <21C5C18A-AB92-4309-964E-EBE1D86AC1EC@ultra-secure.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: nl X-Rspamd-Queue-Id: 4BhZL20F8Vz49hb X-Spamd-Bar: - X-Spamd-Result: default: False [-1.15 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.04)[-1.037]; MIME_GOOD(-0.10)[text/plain]; HFILTER_HELO_IP_A(1.00)[router10g.digiware.nl]; HFILTER_HELO_NORES_A_OR_MX(0.30)[router10g.digiware.nl]; DMARC_NA(0.00)[digiware.nl]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.01)[-0.006]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.01)[-1.008]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:28878, ipnet:176.74.224.0/19, country:NL]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_IN_DNSWL_LOW(-0.10)[176.74.240.9:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 19:50:35 -0000 On 2-9-2020 21:24, Rainer Duffner wrote: > >> Am 02.09.2020 um 18:22 schrieb Warner Losh : >> >> >> >>> On Sep 2, 2020, at 10:14 AM, Ed Maste wrote: >>> >>> On Wed, 2 Sep 2020 at 02:31, Steve Kargl >>> wrote: >>>>> A short intro on git for svn users: >>>>> https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view >>>>> >>>> ROTFL. From the "short intro", 2nd sentence. >>>> >>>> New committers are assumed to already be familiar with the basic >>>> operation of Git. If not, start by reading the Git Book. >>> This doc started as a direct translation of the Subversion primer, >>> which has as its first sentence: >>>> New committers are assumed to already be familiar with the basic operation of Subversion. If not, start by reading the Subversion Book. >>> As with the Subversion primer the doc is intended to provide a quick >>> reference for day-to-day commands, but not act as a reference or >>> introduction to the entire theory of operation of the associated VCS. >> The rest of the guide walks people through how to do the job, but without all the theory for the basics. >> >> Again it needs some work for the advanced topic it currently just omits… >> > > > Sorry, but I had to think of this: > > > https://xkcd.com/1597/ > > > The project was announced a while back in the quarterly status report (that’s the first time I read about it at least). > > It’s obviously a huge undertaking, the people taking part in it should be commended, not ridiculed (IMO). > > For people who don’t have much exposure to git, it can be very obnoxious. > > Though these days, a lot of people assume git=github and the GUI there certainly makes things easier. > > If it wasn’t completely riddled with security-holes, I would recommend the project to run its own gitlab instance - but for a project this size, you’d be looking at a FTE just herding that bag of cats and constantly upgrading it… I was thrown in the deep when I started the Ceph-FreeBSD port, and it certainly is no walk in the park. But then again every new tools has that problem. Git in itself is a tool like any other, some things are easier, some are hard to grasp. For me Git without Github (or any other reviewing environment) is only half the change, so I'm wondering where code review will take place. But then perhaps I should read the document. Pushing PRs has sort of grown on me over time. --WjW From owner-freebsd-current@freebsd.org Wed Sep 2 20:19:55 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 4C02A3C8DB0 for ; Wed, 2 Sep 2020 20:19:55 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhZzt1dmDz4Dsg for ; Wed, 2 Sep 2020 20:19:53 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 338382EBE1; Wed, 2 Sep 2020 20:19:53 +0000 (UTC) Date: Wed, 2 Sep 2020 20:19:52 +0000 From: Mark Linimon To: Thomas Mueller Cc: freebsd-current@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200902201951.GB23584@lonesome.com> References: <20200901172340.ygmenn4uejciihlx@tilda.center> <90551.1598981857@critter.freebsd.dk> <5f4f05be.1c69fb81.7ed46.d400SMTPIN_ADDED_MISSING@mx.google.com> <20200902083132.A4FE34E3B9@mail.soaustin.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200902083132.A4FE34E3B9@mail.soaustin.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4BhZzt1dmDz4Dsg X-Spamd-Bar: - X-Spamd-Result: default: False [-1.03 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.96)[-0.963]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[18.222.6.11:from]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_SHORT(-0.14)[-0.137]; NEURAL_HAM_MEDIUM(-0.63)[-0.634]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[twc.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 20:19:55 -0000 On Wed, Sep 02, 2020 at 08:30:28AM +0000, Thomas Mueller wrote: > NetBSD plans to switch from cvs to Mercurial. So ... from square wheels, to triangular ones??? mcl From owner-freebsd-current@freebsd.org Wed Sep 2 20:46:36 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 F2D8D3C978D for ; Wed, 2 Sep 2020 20:46:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhbZh303xz4G7w; Wed, 2 Sep 2020 20:46:36 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id EDA254E3B9; Wed, 2 Sep 2020 20:46:34 +0000 (UTC) Date: Wed, 2 Sep 2020 20:46:33 +0000 From: Mark Linimon To: Kurt Jaeger Cc: Greg 'groggy' Lehey , FreeBSD Current Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200902204633.GA26552@lonesome.com> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200902060117.GG53210@home.opsec.eu> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4BhbZh303xz4G7w X-Spamd-Bar: / X-Spamd-Result: default: False [-0.08 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; NEURAL_SPAM_SHORT(0.14)[0.136]; NEURAL_HAM_LONG(-0.72)[-0.715]; NEURAL_HAM_MEDIUM(-0.20)[-0.198]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[18.222.6.11:from]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 20:46:37 -0000 On Wed, Sep 02, 2020 at 08:01:17AM +0200, Kurt Jaeger wrote: > A short intro on git for svn users: > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view For people like me that will not click on random URLs ... ... just feed "svn to git cheat-sheet" to your favorite search engine. Disclaimer: my initial experience with the Github UI has been a disaster. mcl From owner-freebsd-current@freebsd.org Wed Sep 2 20:59:04 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 28B863C9779; Wed, 2 Sep 2020 20:59:04 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhbs40JvNz4HDb; Wed, 2 Sep 2020 20:59:04 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dch/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id DBA7627214; Wed, 2 Sep 2020 20:59:03 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id EA1E727C0058; Wed, 2 Sep 2020 16:59:02 -0400 (EDT) Received: from imap6 ([10.202.2.56]) by compute4.internal (MEProxy); Wed, 02 Sep 2020 16:59:02 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudefledgudehhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefofgggkfffhffvufgtgfesthhqredtreerjeenucfhrhhomhepfdffrghv vgcuvehothhtlhgvhhhusggvrhdfuceouggthhesfhhrvggvsghsugdrohhrgheqnecugg ftrfgrthhtvghrnhephfeutdeltdeludejfeeugfevffeitdegleehheduteevuddtveeu feegffefkeevnecuffhomhgrihhnpeguphgrshhtvgdrohhrghdptghonhhfrdhlohgtrg hlpdhskhhunhhkfigvrhhkshdrrghtnecuvehluhhsthgvrhfuihiivgeptdenucfrrghr rghmpehmrghilhhfrhhomhepuggthhdomhgvshhmthhprghuthhhphgvrhhsohhnrghlih hthidqieejkedukeduhedvqdduvddufeduudejjedquggthheppehfrhgvvggsshgurdho rhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 96ABD1400A1; Wed, 2 Sep 2020 16:59:02 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-248-gcd102cb-fm-20200901.001-gcd102cb9 Mime-Version: 1.0 Message-Id: Date: Wed, 02 Sep 2020 20:58:42 +0000 From: "Dave Cottlehuber" To: "Ryan Moeller" , "Matthew Macy" Cc: freebsd-current@freebsd.org, freebsd-arm Subject: =?UTF-8?Q?[openzfs]__r365058_arm64_uefi_boot_fails_with_"unknown_filesys?= =?UTF-8?Q?tem"_after_launching_kernel?= Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 20:59:04 -0000 hi Matt, Ryan Something goes awry after loading kernel & zfs drivers, at point of moun= ting the root filesystem from boot env - unknown filesystem. Running ? to show available fs doesn't show zfs here, but as we loaded k= ernel already from zfs this is confusing. Any ideas? mountroot> ? List of GEOM managed disk devices: da1 ufs/FreeBSD_Install ufsid/5f3524aa78541663 da0s2 da0p1 da0 gpt/zfs0 gpt/swap0 msdosfs/EFISYS gpt/efiboot0 ada0p3 ada0p2 ada0p1 ada0 Additionally at this point, it doesn't appear to be possible to boot/mou= nt from the previous boot environment, as zfs.ko etc is already loaded, = I'm not sure if I can set this prior with `loaddev` or similar. full dmesg/logs here - https://dpaste.org/iwRd , trimmed below.=20 svn path=3D/head/; revision=3D365058 , commit 52a2c0f Consoles: EFI console =20 Reading loader env vars from /efi/freebsd/loader.env Setting currdev to disk1p1: FreeBSD/arm64 EFI loader, Revision 1.1 =E2=80=8B Command line arguments: loader.efi Image base: 0x9fe6d30000 EFI version: 2.70 EFI Firmware: American Megatrends (rev 5.13) Console: efi (0x20000000) Load Path: \EFI\FreeBSD\loader.efi Load Device: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(1,GPT= ,BE9634BF-D684-11EA-B300-001B21E07D7B,0x28,0x64000) BootCurrent: 0001 BootOrder: 0001[*] 0004 001b 001f 001a 000e 0000 0003 0005 0006 0007 = 001c 001d 001e BootInfo Path: HD(1,GPT,BE9634BF-D684-11EA-B300-001B21E07D7B,0x28,0x6= 4000)/\EFI\refind\refind_aa64.efi Ignoring Boot0001: Only one DP found Trying ESP: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(1,GPT,BE9= 634BF-D684-11EA-B300-001B21E07D7B,0x28,0x64000) Setting currdev to disk1p1: Trying: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(2,GPT,BE9A158= 1-D684-11EA-B300-001B21E07D7B,0x64800,0x2800000) Setting currdev to disk1p2: Trying: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(3,GPT,BEA23FF= C-D684-11EA-B300-001B21E07D7B,0x2864800,0x355DE800) Setting currdev to zfs:zroot/ROOT/13.0-CURRENT-20200901.193810: Loading /boot/defaults/loader.conf Loading /boot/defaults/loader.conf Loading /boot/device.hints Loading /boot/loader.conf Loading /boot/loader.conf.local Loading kernel... /boot/kernel/kernel text=3D0x2a8 text=3D0x799990 text=3D0x1e7a6c data=3D= 0x196b80 data=3D0x0+0x3a378e syms=3D[0x8+0x165978+0x8+0x158936] Loading configured modules... /boot/kernel/tmpfs.ko text=3D0x4421 text=3D0x8fec data=3D0x1110+0x18 sym= s=3D[0x8+0x1f68+0x8+0x13df] /boot/kernel/xz.ko text=3D0x850 text=3D0x22d0 data=3D0x268+0x400 syms=3D= [0x8+0x870+0x8+0x412] /boot/kernel/linuxkpi.ko text=3D0x709d text=3D0x13070 data=3D0x1970+0x75= 0 syms=3D[0x8+0x5a48+0x8+0x3dfb] /boot/entropy size=3D0x1000 /etc/hostid size=3D0x25 /boot/kernel/mlx5en.ko text=3D0x19b35 text=3D0x11a48 data=3D0x26d8+0x8 s= yms=3D[0x8+0x32e8+0x8+0x21ae] /boot/kernel/mlx5.ko text=3D0xc369 text=3D0x23e24 data=3D0x1b50+0x94 sym= s=3D[0x8+0x5100+0x8+0x3c65] /boot/kernel/fusefs.ko text=3D0x8236 text=3D0xcb48 data=3D0x3420+0x68 sy= ms=3D[0x8+0x4350+0x8+0x4894] /boot/kernel/opensolaris.ko text=3D0x12c3 text=3D0x94c data=3D0x468+0x68= 30 syms=3D[0x8+0x1050+0x8+0x8bb] /boot/kernel/mlxfw.ko text=3D0xed2 text=3D0x167c data=3D0x258 syms=3D[0x= 8+0x750+0x8+0x409] /boot/kernel/zfs.ko text=3D0xa3e88 text=3D0x1c8828 data=3D0x25908+0x1589= 90 syms=3D[0x8+0x2fa48+0x8+0x29ff3] =E2=80=8B Hit [Enter] to boot immediately, or any other key for command prompt. Booting [/boot/kernel/kernel]... =20 No valid device tree blob found! WARNING! Trying to fire up the kernel, but no device tree blob found! EFI framebuffer information: addr, size 0x430000000, 0x1d4c00 dimensions 800 x 600 stride 800 masks 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000 ---<>--- KDB: debugger backends: ddb KDB: current backend: ddb Copyright (c) 1992-2020 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994= The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 13.0-CURRENT r365058+d8f4c1a833bf-c271116(master) GENERIC arm64 FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvmo= rg-11.0.0-rc1-47-gff47911ddfc) WARNING: WITNESS option enabled, expect reduced performance. VT(efifb): resolution 800x600 module firmware already present! KLD file zfs.ko is missing dependencies module_register: cannot register tmpfs from kernel; already loaded from = tmpfs.ko Module tmpfs failed to register: 17 real memory =3D 137167400960 (130813 MB) avail memory =3D 133608034304 (127418 MB) FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs random: unblocking device. ... ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ACS-3 ATA SATA 3.x device ada0: Serial Number 191020FD543B ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) ada0: Command Queueing enabled ada0: 457862MB (937703088 512 byte sectors) ... sysctl_unregister_oid: failed(22) to unregister sysctl(tmpfs) Release APs...done Trying to mount root from zfs:zroot/ROOT/13.0-CURRENT-20200901.193810 []= ... Mounting from zfs:zroot/ROOT/13.0-CURRENT-20200901.193810 failed with er= ror 2: unknown file system. ... da0 at umass-sim0 bus 0 scbus4 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: Serial Number 512436A8 da0: 40.000MB/s transfers da0: 2006MB (4108288 512 byte sectors) da0: quirks=3D0x2 .. Loader variables: vfs.root.mountfrom=3Dzfs:zroot/ROOT/13.0-CURRENT-20200901.193810 =E2=80=8B Manual root filesystem specification:=20 =E2=80=94 Dave Cottlehuber +43 67 67 22 44 78 Managing Director Skunkwerks, GmbH http://skunkwerks.at/ ATU70126204 Firmenbuch 410811i From owner-freebsd-current@freebsd.org Wed Sep 2 21:01:35 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 D710E3C9CBE; Wed, 2 Sep 2020 21:01:35 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhbvz0L41z4HSq; Wed, 2 Sep 2020 21:01:34 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: by mail-pg1-x541.google.com with SMTP id g29so328319pgl.2; Wed, 02 Sep 2020 14:01:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=hfn6hWilIFJUaB9Um2psNvish5kVYAKuf/J/3lHk3T4=; b=gDk0rm5GZ5xKYYmClgjxYhx8dupql0rdsijpNPkGwkxMIhD80ub1hvCKYvAfQpLgJk ZYNqCHz08ZpNYew6gDSzQEGhuZZXDDzo7GgS1povCUGGhEL8qir6ODksAS2zKSrmIYmy jtGyZ+M2gcDDBsMvOmlSgp98vP02WEdaI0cIV4zXUOfBrDucvvtDYBKW++QeT5bHbI9b AGF/Pq/9Y7sB4lm7gOGj9zLDvVHCE5BoFRAqhKqnmvdV6R3O5xykYhi1LiUaO+61kVzD wNIBqxlG4fhIJK88AHflH9GeK63o12VJRGTy2VWIMrSYkdH4+ffxZweEFNOiHYgId5v8 EHCg== X-Gm-Message-State: AOAM530avdxluzjJKdVizsUMWn/jxQDCFRGQwBDP6JpKmu1/6jHX+QaR GWZx4tonDBQm8KThPMENeWPgg9ZoInw= X-Google-Smtp-Source: ABdhPJy/8lPN/JlTJRxZtrVLCzegzU9jIO6seHHlP/8LHMx/9O68n6faCXIzC+UGYf18gi2sPsWj2g== X-Received: by 2002:a17:902:8c94:: with SMTP id t20mr285595plo.76.1599080492296; Wed, 02 Sep 2020 14:01:32 -0700 (PDT) Received: from [10.192.166.0] (stargate.chelsio.com. [12.32.117.8]) by smtp.googlemail.com with ESMTPSA id q7sm258694pgg.10.2020.09.02.14.01.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Sep 2020 14:01:31 -0700 (PDT) Subject: Re: [openzfs] r365058 arm64 uefi boot fails with "unknown filesystem" after launching kernel To: Dave Cottlehuber , Ryan Moeller , Matthew Macy Cc: freebsd-current@freebsd.org, freebsd-arm References: From: Navdeep Parhar Message-ID: Date: Wed, 2 Sep 2020 14:01:30 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4Bhbvz0L41z4HSq X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.21 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; NEURAL_HAM_LONG(-1.02)[-1.017]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.01)[-1.014]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::541:from]; NEURAL_HAM_SHORT(-0.18)[-0.178]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-arm,freebsd-current]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 21:01:35 -0000 Load cryptodev manually from the loader to boot and then add cryptodev_load=3D"YES" to your loader.conf. Regards, Navdeep On 9/2/20 1:58 PM, Dave Cottlehuber wrote: > hi Matt, Ryan >=20 > Something goes awry after loading kernel & zfs drivers, at point of mou= nting the root filesystem from boot env - unknown filesystem. >=20 > Running ? to show available fs doesn't show zfs here, but as we loaded = kernel already from zfs this is confusing. >=20 > Any ideas? >=20 > mountroot> ? > List of GEOM managed disk devices: > da1 ufs/FreeBSD_Install ufsid/5f3524aa78541663 > da0s2 > da0p1 > da0 > gpt/zfs0 > gpt/swap0 > msdosfs/EFISYS > gpt/efiboot0 > ada0p3 > ada0p2 ada0p1 ada0 >=20 > Additionally at this point, it doesn't appear to be possible to boot/mo= unt from the previous boot environment, as zfs.ko etc is already loaded, = I'm not sure if I can set this prior with `loaddev` or similar. >=20 > full dmesg/logs here - https://dpaste.org/iwRd , trimmed below.=20 >=20 > svn path=3D/head/; revision=3D365058 , commit 52a2c0f >=20 > Consoles: EFI console =20 > Reading loader env vars from /efi/freebsd/loader.env > Setting currdev to disk1p1: > FreeBSD/arm64 EFI loader, Revision 1.1 > =E2=80=8B > Command line arguments: loader.efi > Image base: 0x9fe6d30000 > EFI version: 2.70 > EFI Firmware: American Megatrends (rev 5.13) > Console: efi (0x20000000) > Load Path: \EFI\FreeBSD\loader.efi > Load Device: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(1,GP= T,BE9634BF-D684-11EA-B300-001B21E07D7B,0x28,0x64000) > BootCurrent: 0001 > BootOrder: 0001[*] 0004 001b 001f 001a 000e 0000 0003 0005 0006 0007= 001c 001d 001e > BootInfo Path: HD(1,GPT,BE9634BF-D684-11EA-B300-001B21E07D7B,0x28,0x= 64000)/\EFI\refind\refind_aa64.efi > Ignoring Boot0001: Only one DP found > Trying ESP: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(1,GPT,BE= 9634BF-D684-11EA-B300-001B21E07D7B,0x28,0x64000) > Setting currdev to disk1p1: > Trying: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(2,GPT,BE9A15= 81-D684-11EA-B300-001B21E07D7B,0x64800,0x2800000) > Setting currdev to disk1p2: > Trying: PciRoot(0xFF)/Pci(0x1,0x0)/Sata(0x0,0xFFFF,0x0)/HD(3,GPT,BEA23F= FC-D684-11EA-B300-001B21E07D7B,0x2864800,0x355DE800) > Setting currdev to zfs:zroot/ROOT/13.0-CURRENT-20200901.193810: > Loading /boot/defaults/loader.conf > Loading /boot/defaults/loader.conf > Loading /boot/device.hints > Loading /boot/loader.conf > Loading /boot/loader.conf.local > Loading kernel... > /boot/kernel/kernel text=3D0x2a8 text=3D0x799990 text=3D0x1e7a6c data=3D= 0x196b80 data=3D0x0+0x3a378e syms=3D[0x8+0x165978+0x8+0x158936] > Loading configured modules... > /boot/kernel/tmpfs.ko text=3D0x4421 text=3D0x8fec data=3D0x1110+0x18 sy= ms=3D[0x8+0x1f68+0x8+0x13df] > /boot/kernel/xz.ko text=3D0x850 text=3D0x22d0 data=3D0x268+0x400 syms=3D= [0x8+0x870+0x8+0x412] > /boot/kernel/linuxkpi.ko text=3D0x709d text=3D0x13070 data=3D0x1970+0x7= 50 syms=3D[0x8+0x5a48+0x8+0x3dfb] > /boot/entropy size=3D0x1000 > /etc/hostid size=3D0x25 > /boot/kernel/mlx5en.ko text=3D0x19b35 text=3D0x11a48 data=3D0x26d8+0x8 = syms=3D[0x8+0x32e8+0x8+0x21ae] > /boot/kernel/mlx5.ko text=3D0xc369 text=3D0x23e24 data=3D0x1b50+0x94 sy= ms=3D[0x8+0x5100+0x8+0x3c65] > /boot/kernel/fusefs.ko text=3D0x8236 text=3D0xcb48 data=3D0x3420+0x68 s= yms=3D[0x8+0x4350+0x8+0x4894] > /boot/kernel/opensolaris.ko text=3D0x12c3 text=3D0x94c data=3D0x468+0x6= 830 syms=3D[0x8+0x1050+0x8+0x8bb] > /boot/kernel/mlxfw.ko text=3D0xed2 text=3D0x167c data=3D0x258 syms=3D[0= x8+0x750+0x8+0x409] > /boot/kernel/zfs.ko text=3D0xa3e88 text=3D0x1c8828 data=3D0x25908+0x158= 990 syms=3D[0x8+0x2fa48+0x8+0x29ff3] > =E2=80=8B > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... =20 > No valid device tree blob found! > WARNING! Trying to fire up the kernel, but no device tree blob found! > EFI framebuffer information: > addr, size 0x430000000, 0x1d4c00 > dimensions 800 x 600 > stride 800 > masks 0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000 > ---<>--- > KDB: debugger backends: ddb > KDB: current backend: ddb > Copyright (c) 1992-2020 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 199= 4 > The Regents of the University of California. All rights reserved. > FreeBSD is a registered trademark of The FreeBSD Foundation. > FreeBSD 13.0-CURRENT r365058+d8f4c1a833bf-c271116(master) GENERIC arm64= > FreeBSD clang version 11.0.0 (git@github.com:llvm/llvm-project.git llvm= org-11.0.0-rc1-47-gff47911ddfc) > WARNING: WITNESS option enabled, expect reduced performance. > VT(efifb): resolution 800x600 > module firmware already present! > KLD file zfs.ko is missing dependencies > module_register: cannot register tmpfs from kernel; already loaded from= tmpfs.ko > Module tmpfs failed to register: 17 > real memory =3D 137167400960 (130813 MB) > avail memory =3D 133608034304 (127418 MB) > FreeBSD/SMP: Multiprocessor System Detected: 32 CPUs > random: unblocking device. > ... > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada0: ACS-3 ATA SATA 3.x device > ada0: Serial Number 191020FD543B > ada0: 600.000MB/s transfers (SATA 3.x, UDMA6, PIO 8192bytes) > ada0: Command Queueing enabled > ada0: 457862MB (937703088 512 byte sectors) > ... > sysctl_unregister_oid: failed(22) to unregister sysctl(tmpfs) > Release APs...done > Trying to mount root from zfs:zroot/ROOT/13.0-CURRENT-20200901.193810 [= ]... > Mounting from zfs:zroot/ROOT/13.0-CURRENT-20200901.193810 failed with e= rror 2: unknown file system. > ... > da0 at umass-sim0 bus 0 scbus4 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: Serial Number 512436A8 > da0: 40.000MB/s transfers > da0: 2006MB (4108288 512 byte sectors) > da0: quirks=3D0x2 > .. > Loader variables: > vfs.root.mountfrom=3Dzfs:zroot/ROOT/13.0-CURRENT-20200901.193810 > =E2=80=8B > Manual root filesystem specification:=20 > =E2=80=94 > Dave Cottlehuber > +43 67 67 22 44 78 > Managing Director > Skunkwerks, GmbH > http://skunkwerks.at/ > ATU70126204 > Firmenbuch 410811i > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.o= rg" >=20 From owner-freebsd-current@freebsd.org Wed Sep 2 23:20:52 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 93E6B3CCFA5; Wed, 2 Sep 2020 23:20:52 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhg0g3rdGz4R3R; Wed, 2 Sep 2020 23:20:51 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: by sdaoden.eu (Postfix, from userid 1000) id A129916057; Thu, 3 Sep 2020 01:20:44 +0200 (CEST) Date: Thu, 03 Sep 2020 01:20:44 +0200 From: Steffen Nurpmeso To: Ed Maste Cc: FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200902232044.gcCl2%steffen@sdaoden.eu> In-Reply-To: References: Mail-Followup-To: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org User-Agent: s-nail v14.9.19-124-g67be92a3 OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. X-Rspamd-Queue-Id: 4Bhg0g3rdGz4R3R X-Spamd-Bar: - X-Spamd-Result: default: False [-1.44 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.953]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+a]; DMARC_NA(0.00)[sdaoden.eu]; NEURAL_HAM_LONG(-0.99)[-0.991]; NEURAL_HAM_SHORT(-0.19)[-0.194]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15987, ipnet:217.144.128.0/20, country:DE]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 23:20:52 -0000 Ed Maste wrote in : I tried simply updating my github clone by switching url = https://cgit-beta.freebsd.org/src.git #url = https://github.com/freebsd/freebsd.git and whereas ls-remote worked fine fetch -v --dry-run aborted as well as normal fetch, after dumping dozens of POSTs POST git-upload-pack (gzip 1472 to 804 bytes) ... POST git-upload-pack (gzip 976722 to 483608 bytes) POST git-upload-pack (chunked) error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly Maybe clone from scratch instead, but mysterious it is? Good night, and Ciao from Germany, --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) From owner-freebsd-current@freebsd.org Wed Sep 2 23:33:11 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 B7E803CD1EB; Wed, 2 Sep 2020 23:33:11 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (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 (2048 bits) client-digest SHA256) (Client CN "www.zefox.com", Issuer "www.zefox.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhgGt2JN4z4RSV; Wed, 2 Sep 2020 23:33:10 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id 082NXKbB067387 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 2 Sep 2020 16:33:20 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id 082NXJtL067386; Wed, 2 Sep 2020 16:33:19 -0700 (PDT) (envelope-from fbsd) Date: Wed, 2 Sep 2020 16:33:19 -0700 From: bob prohaska To: Hans Petter Selasky Cc: freebsd-arm@freebsd.org, freebsd-current@freebsd.org Subject: Re: Strange USB loop Message-ID: <20200902233319.GA67239@www.zefox.net> References: <20200824163736.GA9845@www.zefox.net> <42038cfd-425c-c5cd-d3de-d3cace1ecd89@selasky.org> <20200825050304.GA11333@www.zefox.net> <8be06d6f-9837-cde6-1878-a25e84656d84@selasky.org> <20200825182916.GA14015@www.zefox.net> <20200827170221.GA24247@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200827170221.GA24247@www.zefox.net> X-Rspamd-Queue-Id: 4BhgGt2JN4z4RSV X-Spamd-Bar: / X-Spamd-Result: default: False [0.43 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; WWW_DOT_DOMAIN(0.50)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.72)[-0.724]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[zefox.net]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.12)[-0.118]; NEURAL_HAM_MEDIUM(-0.63)[-0.631]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7065, ipnet:50.1.16.0/20, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-arm,freebsd-current]; MID_RHS_WWW(0.50)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Wed, 02 Sep 2020 23:33:11 -0000 On Thu, Aug 27, 2020 at 10:02:21AM -0700, bob prohaska wrote: > On Tue, Aug 25, 2020 at 11:29:16AM -0700, bob prohaska wrote: > > > With a _different_ FT232 plugged in it also came up normally. > > > > Both are thought to be genuine, but they are of different age > > and produce different recognition messages: > > > > The FT232 that causes trouble reports > > ugen1.4: at usbus1 > > uftdi0 on uhub1 > > uftdi0: on usbus1 > > > > The one that seems to work is newer and reports > > ugen1.4: at usbus1 > > uftdi0 on uhub1 > > uftdi0: on usbus1 > > With the system updated to r364900 both FT232 devices seem to be working. The machine boots from a USB disk successfully with mouse, keyboard and FT232 connected at powerup. Thanks for your help, bob prohaska From owner-freebsd-current@freebsd.org Thu Sep 3 00:07:05 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 225883CDDC8 for ; Thu, 3 Sep 2020 00:07:05 +0000 (UTC) (envelope-from marklmi@yahoo.com) Received: from sonic311-25.consmr.mail.gq1.yahoo.com (sonic311-25.consmr.mail.gq1.yahoo.com [98.137.65.206]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhh200CC6z4SfN for ; Thu, 3 Sep 2020 00:07:03 +0000 (UTC) (envelope-from marklmi@yahoo.com) X-YMail-OSG: NKuqDRYVM1lAtOWxPNCSQ3xye4iWC7dCGy5lj8QhwJ534BVSnpcQ3SFM5vs.XPu dD.SdD4vKZOBQi0FMeDQelZcc6yZg_Wtn0nmT9RS2M2gHywrkZjZjI3V9cOCPy2WV_E6DQW8FHR6 4DafmgwvY6AoJQGq_jGlniEbuz6vJ8PaowptPEfWuZ_BLDY2WbuV.SMY18NYpt5q3YD5OZk3p1CM 4WqcMuiRGGAxEKPwKVm6MRx5eM0H3Nn8sImNZcBqSG5G_MEu9ntwYS22SRsIns6hUfVIyIQ7KLdH G.TtLFwKalACCGkhvVg2bPybFdklsak86LPI5MVj8Kgurag4WKkhnIQTP2wXwFp4tsgqAcQu3izd J_9en9f.CkgIepk0Mb2mIufhkKc2ajjEzkSynD8OYRKW2oj3jggGGkPV_1XmCmA6ue5nAijinnwd KGPfFKFJmbpnABiXIn3yhNXgHRq5X7sguRYGf9yEm1MSg1ZY85dYGd7j1MFJ1U6U3tUZvoNHQxDJ KKyv9Q1bFE0299bpAQ6L3OD_q8wQIvwWp.qNayG8LeJWpusdKlU2Urw9._xO5cZzEsnpWCe4b3bp _MmRokXuvoXnZeLkKze1Mj401Lmz7cioUCSbzyw05CTZxTsAsckawlsY9Gqlc1Pc5qvEI9yJtFig iRriprwPq0hry2pDJc_zEk601PI_rPfm2Y2Af_a021HQI_plDUTOUQwUeUBLSWJtTR1rz8VzcHbG 4CITxDn_DNJ6iANhz4Pex6KIHZWwh1RCgLdNsifkuuAkvXsRsiuV9d83nHlc.2Y7DbY0atMKXghA DmWIbhsmdI0Vpc3nwk6MUGP0XaPWv19xbZ9jF4FTJIaAOsqTqcAU4fNbdeB2AhvJjVge1ZdMFfuq kqZJAEgZJsqYvx7gU8S2NyEn2MHv6p18WUH6N3cjaNFfNPuu7JEmMmIiQf18oCOkJfOB8oslDB3k wcFLjF_BBZf5Vp8ZmlWpt3Kd.ozLLjUzai2U2x9y.7W3_A3Qld1TcIK1Bd9.JYlWM7DALzV6MIk5 gmBwU92G6G8K39_qI_INWxxMM8qQ9uOkIcEXpYQi4Xq_oqstcwGoeWxySVP8Mtx36s2CLocyEVLj mVVhp_unWL_ejm1dtyftfHfXqOk1AsPyjZ6EEoW.Zxo9sJH8dG0Ga7eT45z5Nvx7Fy.Kk0i2j.4G ISxU_aGlb4WYSm21hzX.bKlMLowKfxutbBSVcS0UGE9qKHPuJ1A8rORQBIdYgKKS42BqbvExryAd zzXXQklIzSpOeAxwemkEWNM3birkYOuL4uxCSMCXeqwPm0_dok_4L3gI.SH3uBCHwtqGXaVs6KHU IQevWzHbmcbu30M2a_JypUQM4F7.djJrBb5xmxv9HG9vs4I5fdbjlZUW1zcbLg.jObXLBOPa7CD0 8.xRJr.14bqNTALDq358LfJ4UVlui2Bz3EKaFE0q8zn6Nrnik02oPW0aW8_6_7Al87.K8MGnBRP8 FpWFWihhwgZ9Kb4_z6luFUS.chJzj_BBGOHZunx1O9sWoBd75.NomPNWwng-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.gq1.yahoo.com with HTTP; Thu, 3 Sep 2020 00:07:02 +0000 Received: by smtp406.mail.bf1.yahoo.com (VZM Hermes SMTP Server) with ESMTPA ID e9d620a87e585b111608e2d15eb22942; Thu, 03 Sep 2020 00:06:20 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.1\)) Subject: Re: Plans for git Message-Id: Date: Wed, 2 Sep 2020 17:06:19 -0700 To: FreeBSD Current X-Mailer: Apple Mail (2.3608.120.23.2.1) References: X-Rspamd-Queue-Id: 4Bhh200CC6z4SfN X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.75 / 15.00]; FREEMAIL_FROM(0.00)[yahoo.com]; MV_CASE(0.50)[]; R_SPF_ALLOW(-0.20)[+ptr:yahoo.com]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[yahoo.com:+]; DMARC_POLICY_ALLOW(-0.50)[yahoo.com,reject]; NEURAL_HAM_SHORT(-0.21)[-0.206]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[yahoo.com]; ASN(0.00)[asn:36647, ipnet:98.137.64.0/20, country:US]; MID_RHS_MATCH_FROM(0.00)[]; DWL_DNSWL_NONE(0.00)[yahoo.com:dkim]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.04)[-1.036]; R_DKIM_ALLOW(-0.20)[yahoo.com:s=s2048]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.012]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[98.137.65.206:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[98.137.65.206:from]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 00:07:05 -0000 Willem Jan Withagen wjw at digiware.nl wrote on Wed Sep 2 19:50:35 UTC 2020 : > For me Git without Github (or any other reviewing environment) is only > half the change, so I'm wondering where code review will take place. When I look at the likes of, say, https://cgit-beta.freebsd.org/src/log/ and see content in columns for: Commit message (Expand) Author Age Files Lines and see lines like: Fix a buffer overrun. John Baldwin 31 hours 1 -3/+3 it gives me no clue where/what-area in the tree had changes that provided such a fix. (It is just an example of many where I find a subsystem context unable to be readily identified.) A https://cgit-beta.freebsd.org/src/ (summary) example is: Age Commit message Author Files Lines 12 hours Fix build fallout after r365054 . Hans Petter Selasky 1 -1/+1 I used to (still) monitor via the likes of: https://lists.freebsd.org/pipermail/svn-src-head/2020-September/thread.html Seeing things like "svn commit: r365039 - head/sys/arm64/arm64" was useful for how I used to monitor: a lot I could ignore based on the subsystem involved and selectively look at the ones of potential interest. Is there going to be some rough equivalent to the pipermail/svn-src-head/*-*/* list with identifications analogous to head/sys/arm64/arm64 ? (Something that can be browsed and easily allows selectively looking at specific commits.) === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-current@freebsd.org Thu Sep 3 01:56:22 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 68E9A3D1001; Thu, 3 Sep 2020 01:56:22 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-io1-xd41.google.com (mail-io1-xd41.google.com [IPv6:2607:f8b0:4864:20::d41]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhkS52xyMz4YkL; Thu, 3 Sep 2020 01:56:21 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by mail-io1-xd41.google.com with SMTP id d18so985995iop.13; Wed, 02 Sep 2020 18:56:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=HFgqH82Xt69oG3iVz2eFrspbQAPmaXUvdwTAGO5JWFo=; b=aWjFBpTf25ikX4+4Bxw7i/ubisC00IVvo5sRHZkcrglCORq/3ASClhGzPp0aeQViYa bESZG+k6j70MbrHtnIu+4QyVxAuZV6cPoa9dbJCcQHcrPN0sDvHQ1ejPm32Zge0H8yw6 whmeHhtVi9/b0gWcjege9Ss6y/zGEJDq2ZSnJSxR6JUhPSxoa1PFtRtzuk6FuFg5ctsb ibTsgCYR/qv33EwXkxSf8zdQ2m7xT1Orli2cOLfaoFHyBDF5IAVNlwIx0vU8hbZpF2Xk f4D2K873TI7M6z6b1h1EXXlpTXLxMypDFHFmOxgUJzZJzBGaV5lU8o1/lCGKpD5RqR87 NJHw== X-Gm-Message-State: AOAM531LAryJfKbaJzcTyxEuTb6RXnOOwuyXFfXXTsnGeFb3MeRJ/I9v x/F3OExZIcVtiTEjdGTNCMUZv+rdct/U+GVf/WREkwngqpRUu6Pg X-Google-Smtp-Source: ABdhPJyvO+85xy7LnoKXS+OsaOxz8Mw3dr4FHG1myv4oNvIuhT15UjP7qUwMZ2WtKSTl4zFRYG37NiYKOe0AgXx/3RQ= X-Received: by 2002:a05:6602:1616:: with SMTP id x22mr1076286iow.65.1599098179994; Wed, 02 Sep 2020 18:56:19 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:a908:0:0:0:0:0 with HTTP; Wed, 2 Sep 2020 18:56:19 -0700 (PDT) From: grarpamp Date: Wed, 2 Sep 2020 21:56:19 -0400 Message-ID: Subject: Where's the fingerprints and sigs? (was: Please check the current beta git conversions) To: freebsd-security@freebsd.org Cc: shawn.webb@hardenedbsd.org, Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhkS52xyMz4YkL X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.11 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; NEURAL_HAM_MEDIUM(-1.04)[-1.038]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; NEURAL_HAM_LONG(-1.02)[-1.021]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::d41:from]; NEURAL_HAM_SHORT(-1.06)[-1.055]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-security,freebsd-current,freebsd-git]; SUBJECT_HAS_QUESTION(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 01:56:22 -0000 On 9/1/20, Shawn Webb wrote: > I'm curious if there's any plans for read-only access over ssh. > Trusting FreeBSD's ssh key material is likely easier than trusting > HTTPS in certain regions. A bit moot when such key materials of all services, and repos, and ticketing, and reviews, and builds, and downloads, and packages, forums, and git hashtree initialization first hashes, and pubkey modulus not just the larger DER's by untrusted/attacking CA's, etc... are all not sha-256 fingerprint signed and attested to in a base included textfile, in repo and on website, etc by security officer keys having good WoT... for users to reference, import, validate, pin down, etc. And tools for accessing such services often not have fingerprint pinning options. Woes be to those using such untrustable massively MITM'd and spied upon networks as the Internet, Workplace, Home, Travel, VPN, WiFi, Tor Exits, etc not having any way to authenticate fingerprints and pin such services back to their favorite OS project's security apostille office yet. Security vaunted OpenBSD still serves up via cleartext non-hashtree anoncvs on non-ecc harware on non-zfs-skein filesystems etc... So the BSD world must still be thought secure, bit integral, and trustably accessible without any of these infrastructure tool fingerprint sig and pin basics... still no need to supply them since decades since TLS/SSH/etc were deployed... Right? Not. Cheers all :) [Same for Linux ;] From owner-freebsd-current@freebsd.org Thu Sep 3 02:41:15 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 EB4DC3D3A87; Thu, 3 Sep 2020 02:41:15 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-io1-xd42.google.com (mail-io1-xd42.google.com [IPv6:2607:f8b0:4864:20::d42]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhlRv2cTVz4dQp; Thu, 3 Sep 2020 02:41:15 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: by mail-io1-xd42.google.com with SMTP id r9so1150206ioa.2; Wed, 02 Sep 2020 19:41:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=h8a0zZ4prmPwlVHmIS91VKcj/a46mr+lyGaFGDAUTgs=; b=eAsF7Qy+4ZrXKaClkJX00LYVK3deCwGABY4whf7bxZFxg76TdCtLilYdXA4XSh6etV Djvh/7STSXgwMGKBgJsu8RPoZvT6gVKanmaVIMofA8pik+88Le+c1aUGn4Qr+GomNnZU oum35WD6D8b6NFK5nTiFaeQTjykg4AFUExAu7jzsWdEgWNFhM3E3FIXPUUe7qvPHezyI hROi8k5QnXRWFNKxyyfpAhCSHZP7XZw34qAK7d42oCcWu4KGFZ/jzBYNxjxEveJR1OoG g/gDaFcH3alNngZJDKwo8ngU+sQFXbk2oQoCexxyumClSphVEqRohPqmF4VR0Z4N/x0a NoIg== X-Gm-Message-State: AOAM531o9EzrWASS0qHJY17CTaG9jygzPJSh4Oi+8mAUXOQiqZk5z5px RnKI+Ghu0IneD56EFPHX02JGSrPgJfCJ0UMTsApQB+PJq43f3OKW X-Google-Smtp-Source: ABdhPJz2yRN5HUVz/9240EPgstisuxoeNv0GAqA2OLGfQbD1FDAgV+w5W9Vwp/00oIfWEZVU+byJHEPeemW8RYmXfWA= X-Received: by 2002:a5d:9ed3:: with SMTP id a19mr1245014ioe.28.1599100874176; Wed, 02 Sep 2020 19:41:14 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a02:a908:0:0:0:0:0 with HTTP; Wed, 2 Sep 2020 19:41:13 -0700 (PDT) In-Reply-To: References: <20200902045939.GA15897@eureka.lemis.com> From: grarpamp Date: Wed, 2 Sep 2020 22:41:13 -0400 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: freebsd-security@freebsd.org Cc: freebsd-current@freebsd.org, freebsd-git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4BhlRv2cTVz4dQp X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.51 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.050]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.05)[-1.048]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::d42:from]; NEURAL_HAM_SHORT(-0.41)[-0.411]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-security,freebsd-current,freebsd-git]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 02:41:16 -0000 > The underlying initializing 'git init' commit hash must be > signed by security officer key having sufficient human PGP-WoT. > > Git also supports sha-256 soon now, adoption should > be researched from various online article series and > work product before committing plans... > https://lwn.net/Articles/823352/ > https://git-scm.com/docs/hash-function-transition For those interested, additional topical from same site... https://github.com/bk2204/git/tree/transition-stage-4 https://lwn.net/Articles/823352/ Updating the Git protocol for SHA-256 https://lwn.net/Articles/811068/ A new hash algorithm for Git https://lwn.net/Articles/715716/ Moving Git past SHA-1 https://lwn.net/Articles/813646/ Attestation for kernel patches https://lwn.net/Articles/821367/ Merkle trees and build systems https://lwn.net/Articles/663875/ Changes in the TLS certificate ecosystem, part 1 https://lwn.net/Articles/468911/ Sovereign Keys for certificate verification https://lwn.net/Articles/652580/ Decentralization for the web From owner-freebsd-current@freebsd.org Thu Sep 3 03:20:24 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 D9F893D66E7; Thu, 3 Sep 2020 03:20:24 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhmK45MqKz3T8P; Thu, 3 Sep 2020 03:20:24 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from auth2-smtp.messagingengine.com (auth2-smtp.messagingengine.com [66.111.4.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dch/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 95C6B2A08D; Thu, 3 Sep 2020 03:20:24 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 4140227C0058; Wed, 2 Sep 2020 23:20:24 -0400 (EDT) Received: from imap6 ([10.202.2.56]) by compute4.internal (MEProxy); Wed, 02 Sep 2020 23:20:24 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudegtddgieelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgfgsehtqhertderreejnecuhfhrohhmpedfffgr vhgvucevohhtthhlvghhuhgsvghrfdcuoegutghhsehfrhgvvggsshgurdhorhhgqeenuc ggtffrrghtthgvrhhnpedugfduveeukeehleduteevffefhfeftdekhfetheetledvgfel geefgfduvdefleenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpegutghhodhmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdeijeekudek udehvddquddvudefuddujeejqdgutghhpeepfhhrvggvsghsugdrohhrghesfhgrshhtmh grihhlrdhfmh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 08DE91400A1; Wed, 2 Sep 2020 23:20:24 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-248-gcd102cb-fm-20200901.001-gcd102cb9 Mime-Version: 1.0 Message-Id: <61e83fa7-ac6d-42a4-885c-95a032100c23@www.fastmail.com> In-Reply-To: References: Date: Thu, 03 Sep 2020 03:20:03 +0000 From: "Dave Cottlehuber" To: "Navdeep Parhar" , "Ryan Moeller" , "Matthew Macy" Cc: freebsd-current@freebsd.org, freebsd-arm Subject: =?UTF-8?Q?Re:_[openzfs]_r365058_arm64_uefi_boot_fails_with_"unknown_file?= =?UTF-8?Q?system"_after_launching_kernel?= Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 03:20:24 -0000 On Wed, 2 Sep 2020, at 21:01, Navdeep Parhar wrote: > Load cryptodev manually from the loader to boot and then add > cryptodev_load=3D"YES" to your loader.conf. Hi Navdeep that was it - thanks! crisis averted. A+ Dave =E2=80=94 O for a muse of fire, that would ascend the brightest heaven of inventio= n! From owner-freebsd-current@freebsd.org Thu Sep 3 06:48:17 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 505043DD071; Thu, 3 Sep 2020 06:48:17 +0000 (UTC) (envelope-from agapon@gmail.com) Received: from mail-lj1-f180.google.com (mail-lj1-f180.google.com [209.85.208.180]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhrww3sp1z400J; Thu, 3 Sep 2020 06:48:16 +0000 (UTC) (envelope-from agapon@gmail.com) Received: by mail-lj1-f180.google.com with SMTP id w3so2255559ljo.5; Wed, 02 Sep 2020 23:48:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:autocrypt :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=F2qlvZScg2uz9urrqZSRixN463NsfuxlgzLkOoWiRQ0=; b=DDdD6cNH0JrN8DrmFhHRwRchiM5wbR6NZxCfczrHqluj5Mh1uCVHOreOjSwo2sUobe AYJrOPJBXAdrMTyUvsIWiL8btX0ShWiYm4FmjVTUKXce7yvNe/uuNU34PWfu7ajBbxPw c7KuoLz8TvqkhJ4Q534SJSTWdnXqfTZO9oOR92bUa8fiM13iX0F9tqSNu+zy0vE6Aiur qsG/P/10XrGeKDkaXk3nsHCJe+Bs8Acx/TPINOywUUXjkpogQIarX7xNEuTyZ5nTAOs7 Hz3yCazgZyFifnwT6ryGfRiWYCvp4dRCaNLfZCgWrQtB3vUmYu/K1dfXmSImsQ8gidM5 TswQ== X-Gm-Message-State: AOAM530pbFoKbI03x8Md+uBpEAFW7lw2xlgYqRzXwWPN5e7cgGl/ToSP VrT7EkUhVla0NTZLi7sp4Er/VWXkaHWhSw== X-Google-Smtp-Source: ABdhPJxHyXR/PCMcpAJ/CnKJWWVVpVrAu5V0joG/RYzo67x6Rcnb5TTs2d7a0IC5m4Ly0yHMI8L+CA== X-Received: by 2002:a2e:6a16:: with SMTP id f22mr414633ljc.15.1599115694251; Wed, 02 Sep 2020 23:48:14 -0700 (PDT) Received: from [192.168.0.88] (east.meadow.volia.net. [93.72.151.96]) by smtp.googlemail.com with ESMTPSA id z7sm369015lfc.59.2020.09.02.23.48.12 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 02 Sep 2020 23:48:13 -0700 (PDT) Subject: Re: [openzfs] r365058 arm64 uefi boot fails with "unknown filesystem" after launching kernel To: Navdeep Parhar , Dave Cottlehuber , Ryan Moeller , Matthew Macy Cc: freebsd-current@freebsd.org, freebsd-arm References: From: Andriy Gapon Openpgp: preference=signencrypt Autocrypt: addr=avg@FreeBSD.org; prefer-encrypt=mutual; keydata= mQINBFm4LIgBEADNB/3lT7f15UKeQ52xCFQx/GqHkSxEdVyLFZTmY3KyNPQGBtyvVyBfprJ7 mAeXZWfhat6cKNRAGZcL5EmewdQuUfQfBdYmKjbw3a9GFDsDNuhDA2QwFt8BmkiVMRYyvI7l N0eVzszWCUgdc3qqM6qqcgBaqsVmJluwpvwp4ZBXmch5BgDDDb1MPO8AZ2QZfIQmplkj8Y6Z AiNMknkmgaekIINSJX8IzRzKD5WwMsin70psE8dpL/iBsA2cpJGzWMObVTtCxeDKlBCNqM1i gTXta1ukdUT7JgLEFZk9ceYQQMJJtUwzWu1UHfZn0Fs29HTqawfWPSZVbulbrnu5q55R4PlQ /xURkWQUTyDpqUvb4JK371zhepXiXDwrrpnyyZABm3SFLkk2bHlheeKU6Yql4pcmSVym1AS4 dV8y0oHAfdlSCF6tpOPf2+K9nW1CFA8b/tw4oJBTtfZ1kxXOMdyZU5fiG7xb1qDgpQKgHUX8 7Rd2T1UVLVeuhYlXNw2F+a2ucY+cMoqz3LtpksUiBppJhw099gEXehcN2JbUZ2TueJdt1FdS ztnZmsHUXLxrRBtGwqnFL7GSd6snpGIKuuL305iaOGODbb9c7ne1JqBbkw1wh8ci6vvwGlzx rexzimRaBzJxlkjNfMx8WpCvYebGMydNoeEtkWldtjTNVsUAtQARAQABtB5BbmRyaXkgR2Fw b24gPGF2Z0BGcmVlQlNELm9yZz6JAlQEEwEIAD4WIQS+LEO7ngQnXA4Bjr538m7TUc1yjwUC WbgsiAIbIwUJBaOagAULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgAAKCRB38m7TUc1yj+JAEACV l9AK/nOWAt/9cufV2fRj0hdOqB1aCshtSrwHk/exXsDa4/FkmegxXQGY+3GWX3deIyesbVRL rYdtdK0dqJyT1SBqXK1h3/at9rxr9GQA6KWOxTjUFURsU7ok/6SIlm8uLRPNKO+yq0GDjgaO LzN+xykuBA0FlhQAXJnpZLcVfPJdWv7sSHGedL5ln8P8rxR+XnmsA5TUaaPcbhTB+mG+iKFj GghASDSfGqLWFPBlX/fpXikBDZ1gvOr8nyMY9nXhgfXpq3B6QCRYKPy58ChrZ5weeJZ29b7/ QdEO8NFNWHjSD9meiLdWQaqo9Y7uUxN3wySc/YUZxtS0bhAd8zJdNPsJYG8sXgKjeBQMVGuT eCAJFEYJqbwWvIXMfVWop4+O4xB+z2YE3jAbG/9tB/GSnQdVSj3G8MS80iLS58frnt+RSEw/ psahrfh0dh6SFHttE049xYiC+cM8J27Aaf0i9RflyITq57NuJm+AHJoU9SQUkIF0nc6lfA+o JRiyRlHZHKoRQkIg4aiKaZSWjQYRl5Txl0IZUP1dSWMX4s3XTMurC/pnja45dge/4ESOtJ9R 8XuIWg45Oq6MeIWdjKddGhRj3OohsltKgkEU3eLKYtB6qRTQypHHUawCXz88uYt5e3w4V16H lCpSTZV/EVHnNe45FVBlvK7k7HFfDDkryLkCDQRZuCyIARAAlq0slcsVboY/+IUJdcbEiJRW be9HKVz4SUchq0z9MZPX/0dcnvz/gkyYA+OuM78dNS7Mbby5dTvOqfpLJfCuhaNYOhlE0wY+ 1T6Tf1f4c/uA3U/YiadukQ3+6TJuYGAdRZD5EqYFIkreARTVWg87N9g0fT9BEqLw9lJtEGDY EWUE7L++B8o4uu3LQFEYxcrb4K/WKmgtmFcm77s0IKDrfcX4doV92QTIpLiRxcOmCC/OCYuO jB1oaaqXQzZrCutXRK0L5XN1Y1PYjIrEzHMIXmCDlLYnpFkK+itlXwlE2ZQxkfMruCWdQXye syl2fynAe8hvp7Mms9qU2r2K9EcJiR5N1t1C2/kTKNUhcRv7Yd/vwusK7BqJbhlng5ZgRx0m WxdntU/JLEntz3QBsBsWM9Y9wf2V4tLv6/DuDBta781RsCB/UrU2zNuOEkSixlUiHxw1dccI 6CVlaWkkJBxmHX22GdDFrcjvwMNIbbyfQLuBq6IOh8nvu9vuItup7qemDG3Ms6TVwA7BD3j+ 3fGprtyW8Fd/RR2bW2+LWkMrqHffAr6Y6V3h5kd2G9Q8ZWpEJk+LG6Mk3fhZhmCnHhDu6CwN MeUvxXDVO+fqc3JjFm5OxhmfVeJKrbCEUJyM8ESWLoNHLqjywdZga4Q7P12g8DUQ1mRxYg/L HgZY3zfKOqcAEQEAAYkCPAQYAQgAJhYhBL4sQ7ueBCdcDgGOvnfybtNRzXKPBQJZuCyIAhsM BQkFo5qAAAoJEHfybtNRzXKPBVwQAKfFy9P7N3OsLDMB56A4Kf+ZT+d5cIx0Yiaf4n6w7m3i ImHHHk9FIetI4Xe54a2IXh4Bq5UkAGY0667eIs+Z1Ea6I2i27Sdo7DxGwq09Qnm/Y65ADvXs 3aBvokCcm7FsM1wky395m8xUos1681oV5oxgqeRI8/76qy0hD9WR65UW+HQgZRIcIjSel9vR XDaD2HLGPTTGr7u4v00UeTMs6qvPsa2PJagogrKY8RXdFtXvweQFz78NbXhluwix2Tb9ETPk LIpDrtzV73CaE2aqBG/KrboXT2C67BgFtnk7T7Y7iKq4/XvEdDWscz2wws91BOXuMMd4c/c4 OmGW9m3RBLufFrOag1q5yUS9QbFfyqL6dftJP3Zq/xe+mr7sbWbhPVCQFrH3r26mpmy841ym dwQnNcsbIGiBASBSKksOvIDYKa2Wy8htPmWFTEOPRpFXdGQ27awcjjnB42nngyCK5ukZDHi6 w0qK5DNQQCkiweevCIC6wc3p67jl1EMFY5+z+zdTPb3h7LeVnGqW0qBQl99vVFgzLxchKcl0 R/paSFgwqXCZhAKMuUHncJuynDOP7z5LirUeFI8qsBAJi1rXpQoLJTVcW72swZ42IdPiboqx NbTMiNOiE36GqMcTPfKylCbF45JNX4nF9ElM0E+Y8gi4cizJYBRr2FBJgay0b9Cp Message-ID: Date: Thu, 3 Sep 2020 09:48:12 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Firefox/60.0 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bhrww3sp1z400J X-Spamd-Bar: - X-Spamd-Result: default: False [-1.87 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; RCPT_COUNT_FIVE(0.00)[6]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_SHORT(-0.06)[-0.064]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; FORGED_SENDER(0.30)[avg@FreeBSD.org,agapon@gmail.com]; RECEIVED_SPAMHAUS_PBL(0.00)[93.72.151.96:received]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[avg@FreeBSD.org,agapon@gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.76)[-0.761]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-1.05)[-1.048]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[209.85.208.180:from]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.208.180:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-arm,freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 06:48:17 -0000 On 03/09/2020 00:01, Navdeep Parhar wrote: > Load cryptodev manually from the loader to boot and then add > cryptodev_load="YES" to your loader.conf. I think that this shouldn't be needed *if* zfs module has a dependency on cryptodev module (MODULE_DEPEND in the code). The loader knows how to load dependencies. -- Andriy Gapon From owner-freebsd-current@freebsd.org Thu Sep 3 07:01:34 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 1C5863DD3F9; Thu, 3 Sep 2020 07:01:34 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhsDF73tTz40vP; Thu, 3 Sep 2020 07:01:33 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from auth1-smtp.messagingengine.com (auth1-smtp.messagingengine.com [66.111.4.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: dch/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id CF5442BD5A; Thu, 3 Sep 2020 07:01:33 +0000 (UTC) (envelope-from dch@freebsd.org) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailauth.nyi.internal (Postfix) with ESMTP id 90C3927C0054; Thu, 3 Sep 2020 03:01:33 -0400 (EDT) Received: from imap6 ([10.202.2.56]) by compute4.internal (MEProxy); Thu, 03 Sep 2020 03:01:33 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudegtddgudduhecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhepofgfggfkjghffffhvffutgfgse htqhertderreejnecuhfhrohhmpedfffgrvhgvucevohhtthhlvghhuhgsvghrfdcuoegu tghhsehfrhgvvggsshgurdhorhhgqeenucggtffrrghtthgvrhhnpedugfduveeukeehle duteevffefhfeftdekhfetheetledvgfelgeefgfduvdefleenucevlhhushhtvghrufhi iigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegutghhodhmvghsmhhtphgruhhthh hpvghrshhonhgrlhhithihqdeijeekudekudehvddquddvudefuddujeejqdgutghhpeep fhhrvggvsghsugdrohhrghesfhgrshhtmhgrihhlrdhfmh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 4FA6D1400A1; Thu, 3 Sep 2020 03:01:33 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-259-g88fbbfa-fm-20200903.003-g88fbbfa3 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Thu, 03 Sep 2020 07:01:12 +0000 From: "Dave Cottlehuber" To: "Andriy Gapon" Cc: freebsd-current@freebsd.org, freebsd-arm Subject: =?UTF-8?Q?Re:_[openzfs]_r365058_arm64_uefi_boot_fails_with_"unknown_file?= =?UTF-8?Q?system"_after_launching_kernel?= Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 07:01:34 -0000 On Thu, 3 Sep 2020, at 06:48, Andriy Gapon wrote: > On 03/09/2020 00:01, Navdeep Parhar wrote: > > Load cryptodev manually from the loader to boot and then add > > cryptodev_load=3D"YES" to your loader.conf. >=20 > I think that this shouldn't be needed *if* zfs module has a dependency= on > cryptodev module (MODULE_DEPEND in the code). > The loader knows how to load dependencies. emaste mentioned that this dependency walking doesn't work on aarch64 ye= t, until after loader stage is complete. A+ Dave =E2=80=94 O for a muse of fire, that would ascend the brightest heaven of inventio= n! From owner-freebsd-current@freebsd.org Thu Sep 3 07:16:32 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 BE8693DDEBD; Thu, 3 Sep 2020 07:16:32 +0000 (UTC) (envelope-from agapon@gmail.com) Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhsYV5ZCDz41sB; Thu, 3 Sep 2020 07:16:30 +0000 (UTC) (envelope-from agapon@gmail.com) Received: by mail-lj1-f196.google.com with SMTP id w3so2343922ljo.5; Thu, 03 Sep 2020 00:16:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:autocrypt :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=JcoBoDrGInXnI9nTBw8VNXJJU22coItt1VMCENOfbuk=; b=OtRqkQRIhg/pJ6XXQXop30VFzM7wqNtdkScI47AZStxahMskZTBX6XMpg1WLctP1Wc /30CoWrBjBKDq8Hu1H2HBS5aJ7/at9kHInMuAXq9XQPfrRyUA9q0aW2iUi6o8cw50e1o WIMfZqr/SdpjhLjTbvhuFT9yijdMdbKPScQnzJBdSNmdvVb7UK72Tn0Ea2SZw/hPTO/E aZembyGjPcEy+M3Fi4necBRhiRmrTT4ny95fLOYcmkn/xg4jby9A1yAlhIvOChHwwMqa iMiojEvhQh4S34i5LHiXX2vzcVdPp+LNiNCb6VnD9IKjg2NUIF22h0VqEO4d0uzar2IQ 078w== X-Gm-Message-State: AOAM530LLQvYcJN1yxJA68QdTSIXXkunr9xMLUqYqTTeTIy2IHplX8JI jZcVc79ZxiflbcieLUyy1EgLFvXDiZc= X-Google-Smtp-Source: ABdhPJyTVd1Lia+4mSfPkvAqx7DyTW8zGYHav3vUvKxukegIlPyXmVBilxC42fKVyo6ttal7IszTZQ== X-Received: by 2002:a2e:898a:: with SMTP id c10mr529373lji.175.1599117387973; Thu, 03 Sep 2020 00:16:27 -0700 (PDT) Received: from [192.168.0.88] (east.meadow.volia.net. [93.72.151.96]) by smtp.googlemail.com with ESMTPSA id f26sm414295ljo.57.2020.09.03.00.16.27 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Sep 2020 00:16:27 -0700 (PDT) Subject: Re: [openzfs] r365058 arm64 uefi boot fails with "unknown filesystem" after launching kernel To: Dave Cottlehuber Cc: freebsd-current@freebsd.org, freebsd-arm References: From: Andriy Gapon Openpgp: preference=signencrypt Autocrypt: addr=avg@FreeBSD.org; prefer-encrypt=mutual; keydata= mQINBFm4LIgBEADNB/3lT7f15UKeQ52xCFQx/GqHkSxEdVyLFZTmY3KyNPQGBtyvVyBfprJ7 mAeXZWfhat6cKNRAGZcL5EmewdQuUfQfBdYmKjbw3a9GFDsDNuhDA2QwFt8BmkiVMRYyvI7l N0eVzszWCUgdc3qqM6qqcgBaqsVmJluwpvwp4ZBXmch5BgDDDb1MPO8AZ2QZfIQmplkj8Y6Z AiNMknkmgaekIINSJX8IzRzKD5WwMsin70psE8dpL/iBsA2cpJGzWMObVTtCxeDKlBCNqM1i gTXta1ukdUT7JgLEFZk9ceYQQMJJtUwzWu1UHfZn0Fs29HTqawfWPSZVbulbrnu5q55R4PlQ /xURkWQUTyDpqUvb4JK371zhepXiXDwrrpnyyZABm3SFLkk2bHlheeKU6Yql4pcmSVym1AS4 dV8y0oHAfdlSCF6tpOPf2+K9nW1CFA8b/tw4oJBTtfZ1kxXOMdyZU5fiG7xb1qDgpQKgHUX8 7Rd2T1UVLVeuhYlXNw2F+a2ucY+cMoqz3LtpksUiBppJhw099gEXehcN2JbUZ2TueJdt1FdS ztnZmsHUXLxrRBtGwqnFL7GSd6snpGIKuuL305iaOGODbb9c7ne1JqBbkw1wh8ci6vvwGlzx rexzimRaBzJxlkjNfMx8WpCvYebGMydNoeEtkWldtjTNVsUAtQARAQABtB5BbmRyaXkgR2Fw b24gPGF2Z0BGcmVlQlNELm9yZz6JAlQEEwEIAD4WIQS+LEO7ngQnXA4Bjr538m7TUc1yjwUC WbgsiAIbIwUJBaOagAULCQgHAgYVCAkKCwIEFgIDAQIeAQIXgAAKCRB38m7TUc1yj+JAEACV l9AK/nOWAt/9cufV2fRj0hdOqB1aCshtSrwHk/exXsDa4/FkmegxXQGY+3GWX3deIyesbVRL rYdtdK0dqJyT1SBqXK1h3/at9rxr9GQA6KWOxTjUFURsU7ok/6SIlm8uLRPNKO+yq0GDjgaO LzN+xykuBA0FlhQAXJnpZLcVfPJdWv7sSHGedL5ln8P8rxR+XnmsA5TUaaPcbhTB+mG+iKFj GghASDSfGqLWFPBlX/fpXikBDZ1gvOr8nyMY9nXhgfXpq3B6QCRYKPy58ChrZ5weeJZ29b7/ QdEO8NFNWHjSD9meiLdWQaqo9Y7uUxN3wySc/YUZxtS0bhAd8zJdNPsJYG8sXgKjeBQMVGuT eCAJFEYJqbwWvIXMfVWop4+O4xB+z2YE3jAbG/9tB/GSnQdVSj3G8MS80iLS58frnt+RSEw/ psahrfh0dh6SFHttE049xYiC+cM8J27Aaf0i9RflyITq57NuJm+AHJoU9SQUkIF0nc6lfA+o JRiyRlHZHKoRQkIg4aiKaZSWjQYRl5Txl0IZUP1dSWMX4s3XTMurC/pnja45dge/4ESOtJ9R 8XuIWg45Oq6MeIWdjKddGhRj3OohsltKgkEU3eLKYtB6qRTQypHHUawCXz88uYt5e3w4V16H lCpSTZV/EVHnNe45FVBlvK7k7HFfDDkryLkCDQRZuCyIARAAlq0slcsVboY/+IUJdcbEiJRW be9HKVz4SUchq0z9MZPX/0dcnvz/gkyYA+OuM78dNS7Mbby5dTvOqfpLJfCuhaNYOhlE0wY+ 1T6Tf1f4c/uA3U/YiadukQ3+6TJuYGAdRZD5EqYFIkreARTVWg87N9g0fT9BEqLw9lJtEGDY EWUE7L++B8o4uu3LQFEYxcrb4K/WKmgtmFcm77s0IKDrfcX4doV92QTIpLiRxcOmCC/OCYuO jB1oaaqXQzZrCutXRK0L5XN1Y1PYjIrEzHMIXmCDlLYnpFkK+itlXwlE2ZQxkfMruCWdQXye syl2fynAe8hvp7Mms9qU2r2K9EcJiR5N1t1C2/kTKNUhcRv7Yd/vwusK7BqJbhlng5ZgRx0m WxdntU/JLEntz3QBsBsWM9Y9wf2V4tLv6/DuDBta781RsCB/UrU2zNuOEkSixlUiHxw1dccI 6CVlaWkkJBxmHX22GdDFrcjvwMNIbbyfQLuBq6IOh8nvu9vuItup7qemDG3Ms6TVwA7BD3j+ 3fGprtyW8Fd/RR2bW2+LWkMrqHffAr6Y6V3h5kd2G9Q8ZWpEJk+LG6Mk3fhZhmCnHhDu6CwN MeUvxXDVO+fqc3JjFm5OxhmfVeJKrbCEUJyM8ESWLoNHLqjywdZga4Q7P12g8DUQ1mRxYg/L HgZY3zfKOqcAEQEAAYkCPAQYAQgAJhYhBL4sQ7ueBCdcDgGOvnfybtNRzXKPBQJZuCyIAhsM BQkFo5qAAAoJEHfybtNRzXKPBVwQAKfFy9P7N3OsLDMB56A4Kf+ZT+d5cIx0Yiaf4n6w7m3i ImHHHk9FIetI4Xe54a2IXh4Bq5UkAGY0667eIs+Z1Ea6I2i27Sdo7DxGwq09Qnm/Y65ADvXs 3aBvokCcm7FsM1wky395m8xUos1681oV5oxgqeRI8/76qy0hD9WR65UW+HQgZRIcIjSel9vR XDaD2HLGPTTGr7u4v00UeTMs6qvPsa2PJagogrKY8RXdFtXvweQFz78NbXhluwix2Tb9ETPk LIpDrtzV73CaE2aqBG/KrboXT2C67BgFtnk7T7Y7iKq4/XvEdDWscz2wws91BOXuMMd4c/c4 OmGW9m3RBLufFrOag1q5yUS9QbFfyqL6dftJP3Zq/xe+mr7sbWbhPVCQFrH3r26mpmy841ym dwQnNcsbIGiBASBSKksOvIDYKa2Wy8htPmWFTEOPRpFXdGQ27awcjjnB42nngyCK5ukZDHi6 w0qK5DNQQCkiweevCIC6wc3p67jl1EMFY5+z+zdTPb3h7LeVnGqW0qBQl99vVFgzLxchKcl0 R/paSFgwqXCZhAKMuUHncJuynDOP7z5LirUeFI8qsBAJi1rXpQoLJTVcW72swZ42IdPiboqx NbTMiNOiE36GqMcTPfKylCbF45JNX4nF9ElM0E+Y8gi4cizJYBRr2FBJgay0b9Cp Message-ID: Date: Thu, 3 Sep 2020 10:16:26 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Firefox/60.0 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BhsYV5ZCDz41sB X-Spamd-Bar: - X-Spamd-Result: default: False [-1.85 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; NEURAL_HAM_LONG(-1.02)[-1.022]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.65)[-0.654]; NEURAL_HAM_SHORT(-0.18)[-0.175]; RCVD_IN_DNSWL_NONE(0.00)[209.85.208.196:from]; RECEIVED_SPAMHAUS_PBL(0.00)[93.72.151.96:received]; FORGED_SENDER(0.30)[avg@FreeBSD.org,agapon@gmail.com]; RWL_MAILSPIKE_POSSIBLE(0.00)[209.85.208.196:from]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[avg@FreeBSD.org,agapon@gmail.com]; MAILMAN_DEST(0.00)[freebsd-arm,freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 07:16:32 -0000 On 03/09/2020 10:01, Dave Cottlehuber wrote: > On Thu, 3 Sep 2020, at 06:48, Andriy Gapon wrote: >> On 03/09/2020 00:01, Navdeep Parhar wrote: >>> Load cryptodev manually from the loader to boot and then add >>> cryptodev_load="YES" to your loader.conf. >> >> I think that this shouldn't be needed *if* zfs module has a dependency on >> cryptodev module (MODULE_DEPEND in the code). >> The loader knows how to load dependencies. > > emaste mentioned that this dependency walking doesn't work on aarch64 yet, > until after loader stage is complete. Sorry for the noise then! I didn't know about that bug. -- Andriy Gapon From owner-freebsd-current@freebsd.org Thu Sep 3 10:06:22 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 022133E0F5E; Thu, 3 Sep 2020 10:06:22 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BhxKT6Dl7z4D2R; Thu, 3 Sep 2020 10:06:21 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1129) id BF5101D017; Thu, 3 Sep 2020 10:06:21 +0000 (UTC) Date: Thu, 3 Sep 2020 10:06:21 +0000 From: Li-Wen Hsu To: freebsd-testing@freebsd.org Cc: freebsd-current@freebsd.org, freebsd-stable@freebsd.org Subject: FreeBSD CI Weekly Report 2020-08-30 Message-ID: <20200903100621.GA68392@freefall.freebsd.org> Reply-To: freebsd-testing@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599127581; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type; bh=nIQSGD/SKKCPALN9TIOLqMp5rmQ483seM0eWtbQsnfk=; b=PMrzAyecWIHUzIJjzteB4RfTldwm4rNvra1WBN8VKj+E2DUHqeSDEzNyJ/1gb47L5U+fE+ abXiZrJApP6Cuw/7AHmtS15ytzzznpkLl0oKQv+3Va0uZhnMf38lpz8lcWEFmcNjS+F2hX G1kgxnwqe7cpBZ9WACRRIvpRAxPFER5SKmP+waZrzdecWBjVAFj99d2zGoFBwxxop87aK1 Rh6EEv3NAzX9OLsizRLHorkvmPvMpbBbWgOIBq/3O/RZ5duOvBVUibyaiPVzc3cX6affIc gogKSfax81lkzft3TnYvx/Cmsi8UrAFtI3nVEG3Q9XESpblu3fKldi7HVchPOA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599127581; a=rsa-sha256; cv=none; b=GBS5ih1crIeXixrDIq0caoQixA05L9V7IJt6jUW5h2HpivVmjTMXHKdE8jJprYkzfWhdfz WZZ060nvvpTT+a9o4Bhz5Qs+PKz76uiVluJdRbAqPGmUiCnrAQ/sf5RyteP0X0OV59jInl TLRclmG2T2Wi9O9bX4l5+RK/InlmMoS5ypBKYgTzAmq4PJbDnP9cBd6eXzf4sq0hKZctPj JfWY2aeF67T9Fl0VrWmBqAz4m2hhxqvxpi7q6mJlXvTd7+AnNRUbKuAXat7vuyXhRZsYEV y6dinxZudPObhiA63qr797jkoHjJhHSJfn9hyPcHuv3hbJWHi7bNQ/PzBWvHdw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 10:06:22 -0000 (Please send the followup to freebsd-testing@ and note Reply-To is set.) FreeBSD CI Weekly Report 2020-08-30 =================================== Here is a summary of the FreeBSD Continuous Integration results for the period from 2020-08-24 to 2020-08-30. During this period, we have: * 2429 builds (88.3% (+0.4) passed, 11.7% (-0.4) failed) of buildworld and buildkernel (GENERIC and LINT) were executed on aarch64, amd64, armv6, armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64, sparc64 architectures for head, stable/12, stable/11 branches. * 274 test runs (45.3% (-8.1) passed, 27.7% (-8.0) unstable, 27.0% (+16.1) exception) were executed on amd64, i386, riscv64 architectures for head, stable/12, stable/11 branches. * 24 doc and www builds (100% (0) passed) Test case status (on 2020-08-30 23:59): | Branch/Architecture | Total | Pass | Fail | Skipped | | ------------------- | --------- | ---------- | ----- | -------- | | head/amd64 | 7876 (+1) | 7785 (+1) | 1 (0) | 90 (0) | | head/i386 | 7873 (0) | 7773 (-3) | 0 (0) | 100 (+3) | | 12-STABLE/amd64 | 7626 (0) | 7569 (0) | 0 (0) | 57 (0) | | 12-STABLE/i386 | 7624 (0) | 7559 (+3) | 0 (0) | 65 (-3) | | 11-STABLE/amd64 | 6912 (0) | 6861 (-30) | 0 (0) | 51 (+30) | | 11-STABLE/i386 | 6910 (0) | 6854 (-3) | 0 (0) | 56 (+3) | (The statistics from experimental jobs are omitted) If any of the issues found by CI are in your area of interest or expertise please investigate the PRs listed below. The latest web version of this report is available at https://hackmd.io/@FreeBSD-CI/report-20200830 and archive is available at https://hackmd.io/@FreeBSD-CI/ , any help is welcomed. ## News * Numbers of FreeBSD-head-amd64-test_zfs are changed after OpenZFS importing, we encouage everyone check and fix the failing and skipped test cases. ## Failing jobs * https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/ There are still mutiple errors when building with gcc6, error log available at https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/lastCompletedBuild/console See also: https://lists.freebsd.org/pipermail/svn-src-all/2020-September/202307.html ## Failing test cases * sys.kern.kern_copyin.kern_copyin Fails after somewhere in (r364509, r364542] https://bugs.freebsd.org/248933 * lib.libbe.be_create.* and sbin.bectl.bectl_test.* https://bugs.freebsd.org/249055 ## Regressions * lib.libexecinfo.backtrace_test.backtrace_fmt_basic starts failing on amd64 after r360915 https://bugs.freebsd.org/246537 * lib.msun.ctrig_test.test_inf_inputs starts failing after llvm10 import https://bugs.freebsd.org/244732 Needs to check if llvm11 import fixes this. * Lock-order reversals triggered by tests under sys.net.if_lagg_test.* on i386 https://bugs.freebsd.org/244163 Discovered by newly endabled sys.net.* tests. ([r357857](https://svnweb.freebsd.org/changeset/base/357857)) * sys.net.if_lagg_test.lacp_linkstate_destroy_stress panics i386 kernel https://bugs.freebsd.org/244168 Discovered by newly endabled sys.net.* tests. ([r357857](https://svnweb.freebsd.org/changeset/base/357857)) Fix committed as https://svnweb.freebsd.org/changeset/base/364220 , needs more verification. * sys.kern.kern_copyin.kern_copyin https://bugs.freebsd.org/248933 ## Failing and Flaky tests (from experimental jobs) * https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/ * cddl.usr.sbin.dtrace.common.misc.t_dtrace_contrib.tst_dynopt_d * https://bugs.freebsd.org/237641 * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/ * Total 681 tests, 525 success, 46 failures, 110 skipped, see https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/ for more details * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/ * Total 3749 tests, 2292 success, 644 failures, 813 skipped ## Disabled Tests * sys.fs.tmpfs.mount_test.large https://bugs.freebsd.org/212862 * sys.fs.tmpfs.link_test.kqueue https://bugs.freebsd.org/213662 * sys.kqueue.libkqueue.kqueue_test.main https://bugs.freebsd.org/233586 * sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop https://bugs.freebsd.org/220841 * lib.libc.regex.exhaust_test.regcomp_too_big (i386 only) https://bugs.freebsd.org/237450 * sys.netinet.socket_afinet.socket_afinet_bind_zero https://bugs.freebsd.org/238781 * sys.netpfil.pf.names.names * sys.netpfil.pf.synproxy.synproxy https://bugs.freebsd.org/238870 * sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger https://bugs.freebsd.org/239292 * sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger https://bugs.freebsd.org/239397 * sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger https://bugs.freebsd.org/239399 * sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger https://bugs.freebsd.org/239425 * sys.sys.qmath_test.qdivq_s64q https://bugs.freebsd.org/240219 * sys.kern.ptrace_test.ptrace__getppid https://bugs.freebsd.org/240510 * lib.libc.sys.stat_test.stat_socket https://bugs.freebsd.org/240621 * lib.libarchive.functional_test.test_write_filter_zstd https://bugs.freebsd.org/240683 * lib.libcasper.services.cap_dns.dns_test.main lib.libcasper.services.cap_net.net_test.* https://bugs.freebsd.org/241435 * local.kyua.* (31 cases) & local.lutok.* (3 cases) on 11-i386 https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/2278/testReport/ * sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child https://bugs.freebsd.org/243605 * sys.kern.ptrace_test.ptrace__parent_wait_after_attach https://bugs.freebsd.org/244055 * sys.kern.ptrace_test.ptrace__parent_exits_before_child https://bugs.freebsd.org/244056 * sys.net.if_lagg_test.witness (i386) https://bugs.freebsd.org/244163 * PipePdfork.WildcardWait in sys.capsicum.capsicum-test.main https://bugs.freebsd.org/244165 * sys.net.if_lagg_test.lacp_linkstate_destroy_stress (i386) https://bugs.freebsd.org/244168 * sys.netinet6.frag6.frag6_07.frag6_07 https://bugs.freebsd.org/244170 * sys.netinet.fibs_test.udp_dontroute6 https://bugs.freebsd.org/244172 * sys.netpfil.pf.nat.exhaust https://bugs.freebsd.org/244703 * sys.geom.class.gate.ggate_test.ggated (i386) https://bugs.freebsd.org/244737 * sys.kern.sysv_test.msg https://bugs.freebsd.org/233649 ## Issues ### Cause build fails * https://bugs.freebsd.org/233769 Possible build race: ld: error: unable to find library -lgcc_s ### Cause kernel panics * https://bugs.freebsd.org/238870 sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause panic ### Open * https://bugs.freebsd.org/237641 Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d * https://bugs.freebsd.org/237656 "Freed UMA keg (rtentry) was not empty (18 items). Lost 1 pages of memory." seen when running sys/netipsec tests * https://bugs.freebsd.org/238781 sys.netinet.socket_afinet.socket_afinet_bind_zero does not work when mac_portacl(4) loaded * https://bugs.freebsd.org/239292 Flakey test case: sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger * https://bugs.freebsd.org/239397 Flakey test case: sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger * https://bugs.freebsd.org/239399 Flakey test case: sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger * https://bugs.freebsd.org/239425 Flakey test case: sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger * https://bugs.freebsd.org/241662 Flakey test case: lib.libarchive.functional_test.test_fuzz_iso9660 * https://bugs.freebsd.org/246443 sys.net.if_clone_test.epair_stress sometimes exceeds timeout limit but not caught by kyua * https://bugs.freebsd.org/247510 sys.net.if_lagg_test.status_stress panics kernel on i386 ### Others * [Tickets related to testing@](https://preview.tinyurl.com/y9maauwg) From owner-freebsd-current@freebsd.org Thu Sep 3 10:21:43 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 7605E3E1A9D for ; Thu, 3 Sep 2020 10:21:43 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BhxgC1r0xz4DfB for ; Thu, 3 Sep 2020 10:21:43 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.nyi.freebsd.org (Postfix) id 3E9EF3E1B8F; Thu, 3 Sep 2020 10:21:43 +0000 (UTC) Delivered-To: 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 3E5B53E1776 for ; Thu, 3 Sep 2020 10:21:43 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhxg962WBz4F1n for ; Thu, 3 Sep 2020 10:21:41 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 083ALYMo068413 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Sep 2020 12:21:38 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 083ALYpG075704; Thu, 3 Sep 2020 12:21:34 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 083ALJBp042125; Thu, 3 Sep 2020 12:21:29 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009031021.083ALJBp042125@fire.js.berklix.net> To: Rick Macklem cc: current@freebsd.org Subject: Re: /sys/modules/ nfscl & nfsd From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://berklix.com/free/ X-From: http://www.berklix.org/~jhs/ In-reply-to: Your message "Thu, 03 Sep 2020 03:32:53 +0200." Date: Thu, 03 Sep 2020 12:21:19 +0200 X-Rspamd-Queue-Id: 4Bhxg962WBz4F1n X-Spamd-Bar: - X-Spamd-Result: default: False [-1.99 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.949]; NEURAL_HAM_LONG(-0.98)[-0.977]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.968]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[current]; RECEIVED_SPAMHAUS_PBL(0.00)[79.196.198.159:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 10:21:43 -0000 "Julian H. Stacey" wrote: > Rick Macklem wrote: > > Julian H. Stacey wrote: > > >Hi current@freebsd.org, > > > > > >/sys/modules/ nfscl & nfsd > > >With .ctm_status src-cur 14656 .svn_revision 364986 > > > > > >/usr/src/sys/fs/nfsclient/nfs_clkrpc.c:40:10: fatal error: 'opt_kern_tls.h' file not found > > ># #include "opt_kern_tls.h" > > > > > ># /usr/src/sys/modules/nfsd > > ># /usr/src/sys/fs/nfsserver/nfs_nfsdkrpc.c:41:10: fatal error: 'opt_kern_tls.h' file not found > > > > > >Avoided for now by manualy patching out modules/Makefile > > Should be fixed by r365262. > > > > Thanks for reporting it, rick > > Thanks Rick. > The CTM src-cur system hasnt delivered that yet, it's up to > src-cur 365248 from ctm Sep 2 16:44 src-cur.14659.gz (TZ=+01:00) > So i'll wait on that. My src/ now at .svn_revision 365287 & I confirm compiles OK, Thanks! Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money Probe Russian Brexit Referendum https://petition.parliament.uk/petitions/332293 From owner-freebsd-current@freebsd.org Thu Sep 3 11:49:07 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 CA7B33E2E3A; Thu, 3 Sep 2020 11:49:07 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-qt1-x834.google.com (mail-qt1-x834.google.com [IPv6:2607:f8b0:4864:20::834]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhzc238yVz4JPf; Thu, 3 Sep 2020 11:49:06 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: by mail-qt1-x834.google.com with SMTP id e7so1578467qtj.11; Thu, 03 Sep 2020 04:49:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:subject:to:references:from:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=baEpTpQDQKQkJV4dKY1UfC3IChV6tEgBy5x/gvR+Gb0=; b=myioZUWP3eIl5i0w7OrKVS1iotSjRKMszdc62cPbPYpgv5TyuF+4j/93g9jZ8Mc07h Q2mAvNN0b8tdLkA9X8rWSBCAqUDp0i1T4P2QgkzdS7azFtFf6bYUAlgtySKwRM33cbOD 3F2MLcLS0aAZ3RR1sdjThm6Tfxw3pEg1n8vQ8LHsNf4aNd0ch2uMIo0r84DtkSJdJbe+ oulqd2ia7/p2MMQqlHxzbXt2/H7JtoHD68VuE+3qFJEk5UQoyZFySysYzEveVm+S5u4X fo83kYPAeirQrOYJVPJO/mIQZL+PwQnUIMCuOwD1lLNNnaaKPK8zzroSqvAsdtwPGotE p0dg== X-Gm-Message-State: AOAM531LNQj3X1/0SdcKtzQWblLGYsrwzGbBY1wMkseCQLCEfHrF0Kbm nUzCZdLl/RBFintnaoJ3dfwZJImqeFxEew== X-Google-Smtp-Source: ABdhPJxjxjBnKgbOwXu56WAMyppFFFi2j4oXYena1uV7m7ELJpQUXUFP2kA4Nqat85fwCKwLAJ7Jsw== X-Received: by 2002:ac8:acd:: with SMTP id g13mr24598qti.196.1599133744054; Thu, 03 Sep 2020 04:49:04 -0700 (PDT) Received: from mbp.home ([2804:f1c:7300:f900:db9:1939:5b3c:89fd]) by smtp.gmail.com with ESMTPSA id k72sm1963559qke.121.2020.09.03.04.49.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Sep 2020 04:49:02 -0700 (PDT) Sender: Renato Botelho Subject: Re: Please check the current beta git conversions To: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org References: <20200902232044.gcCl2%steffen@sdaoden.eu> From: Renato Botelho Message-ID: Date: Thu, 3 Sep 2020 08:48:59 -0300 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.2.0 MIME-Version: 1.0 In-Reply-To: <20200902232044.gcCl2%steffen@sdaoden.eu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bhzc238yVz4JPf X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.69 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[FreeBSD.org]; NEURAL_HAM_LONG(-0.99)[-0.993]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-0.98)[-0.975]; DKIM_TRACE(0.00)[gmail.com:+]; NEURAL_HAM_SHORT(-0.52)[-0.519]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::834:from]; FORGED_SENDER(0.30)[garga@FreeBSD.org,gargabsd@gmail.com]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; TAGGED_FROM(0.00)[]; FROM_NEQ_ENVFROM(0.00)[garga@FreeBSD.org,gargabsd@gmail.com]; MAILMAN_DEST(0.00)[freebsd-git,freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 11:49:07 -0000 On 02/09/20 20:20, Steffen Nurpmeso wrote: > Ed Maste wrote in > : > > I tried simply updating my github clone by switching > > url = https://cgit-beta.freebsd.org/src.git > #url = https://github.com/freebsd/freebsd.git > > and whereas ls-remote worked fine fetch -v --dry-run aborted as > well as normal fetch, after dumping dozens of POSTs > > POST git-upload-pack (gzip 1472 to 804 bytes) > ... > POST git-upload-pack (gzip 976722 to 483608 bytes) > POST git-upload-pack (chunked) > error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 > fatal: the remote end hung up unexpectedly > > Maybe clone from scratch instead, but mysterious it is? > Good night, and Ciao from Germany, github and cgit-beta repositories are not the same. Commit hashes won't match so you cannot simply change the URL. Look at this example. Same commit with different hash: https://github.com/freebsd/freebsd/commit/33ad4343e75940eae87391cc2198ddb617246ea3 https://cgit-beta.freebsd.org/src/commit/?id=f04d830d76bdba3c5d2f3a184a72f64413dafe44 From owner-freebsd-current@freebsd.org Thu Sep 3 11:59:36 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 EC6B33E3343; Thu, 3 Sep 2020 11:59:36 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhzr85v65z4JmQ; Thu, 3 Sep 2020 11:59:36 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from mail.j.mat.cc (owncloud.cube.mat.cc [IPv6:2a01:678:4:1::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.mat.cc", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 922E82DEF0; Thu, 3 Sep 2020 11:59:36 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from aching.in.mat.cc (unknown [IPv6:2a01:678:ab:50:6689:584:f972:a14b]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: mat@mat.cc) by mail.j.mat.cc (Postfix) with ESMTPSA id 4B044942D81; Thu, 3 Sep 2020 11:59:33 +0000 (UTC) Date: Thu, 3 Sep 2020 13:59:32 +0200 From: Mathieu Arnold To: Renato Botelho Cc: FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200903115932.q6koqk3k3ohez2ie@aching.in.mat.cc> References: <20200902232044.gcCl2%steffen@sdaoden.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ujn7xkfrz2izbhmc" Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 11:59:37 -0000 --ujn7xkfrz2izbhmc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 03, 2020 at 08:48:59AM -0300, Renato Botelho wrote: > On 02/09/20 20:20, Steffen Nurpmeso wrote: > > Ed Maste wrote in > > : > >=20 > > I tried simply updating my github clone by switching > >=20 > > url =3D https://cgit-beta.freebsd.org/src.git > > #url =3D https://github.com/freebsd/freebsd.git > >=20 > > and whereas ls-remote worked fine fetch -v --dry-run aborted as > > well as normal fetch, after dumping dozens of POSTs > >=20 > > POST git-upload-pack (gzip 1472 to 804 bytes) > > ... > > POST git-upload-pack (gzip 976722 to 483608 bytes) > > POST git-upload-pack (chunked) > > error: RPC failed; HTTP 413 curl 22 The requested URL returned error= : 413 > > fatal: the remote end hung up unexpectedly > >=20 > > Maybe clone from scratch instead, but mysterious it is? > > Good night, and Ciao from Germany, >=20 > github and cgit-beta repositories are not the same. Commit hashes won't > match so you cannot simply change the URL. Right now, it is true, they differ, in the near future, when we switch, the Github repository will be overwritten and they will be identical. --=20 Mathieu Arnold --ujn7xkfrz2izbhmc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAABCgB9FiEEVhwchfRfuV0unqO5KesJApEdfgIFAl9Q2p9fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDU2 MUMxQzg1RjQ1RkI5NUQyRTlFQTNCOTI5RUIwOTAyOTExRDdFMDIACgkQKesJApEd fgJODg/+NYgBqGm78FOW3cHppvZm01yzRln9mq47vbo3Lw4ksYSeBkkg99knozVI 70I14EeKd56URo/7rFrrSsR03VtKKUYTKLG7Q7ic1FQ5xBd7A/kIuXOYofnpOsa4 qw2xxYVL+fAM9Fu29ThAzEeIhI4uWpaRH+BqZJDw+8sdxX94qOEj9kgduqbvnzob L7Gxfq5K7aEeXTgLdUH7wQmN3jasE58DjtRtgpAljrjK/IjBZPThGQwXFTa1fENH PpL3/iAVb76g9d3VdeYGFPRCBLIV8ZN5KaQ/rxFNk3sMnhYGnwY0pLbxZF9/We8f DVneKvonm34tNGkOJM2mQBOgPFOLAMbBOH8scfW7lAVsU5aXN88NRtK8OYU01hFP ENdZNKztzoUm15bmd5KsH5ShfmJc5W3m9ZvZHH/ugDzmVn2Awb4I39f3Jn/iGSS7 CRp4nXUkmIOBfwvL293GZRhVkbd0NYo5k1C9uubDITrPh1zRupr6Fayp/UzpiIEA g0rvFiOczQhzeDzq2dpMfjBA7x6PtfbLCmHvGrEyCsmhhUK9lRFmqO9TTymKSEEk ZPP8iBlq7mdbc0uKQ9FWFB1CTdeNJX7gt1V6L2a2wvcduVvwp5GGutIeJynMIxUU 5zWuLIns+nr0W9ELG+Z71vZcXEH9JWFmN1JTsSD9ugGZjzOOkPU= =vVoa -----END PGP SIGNATURE----- --ujn7xkfrz2izbhmc-- From owner-freebsd-current@freebsd.org Thu Sep 3 12:57:45 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 034123E5655; Thu, 3 Sep 2020 12:57:45 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj17C4r2Jz4NWF; Thu, 3 Sep 2020 12:57:43 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ot1-f51.google.com with SMTP id 37so2603486oto.4; Thu, 03 Sep 2020 05:57:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1VXEyccbbA5EWepylkFeIarXh5OsUZ91861ORVsblaM=; b=UIOYdKR2vL6pJKz7uSBEU57dzJoFTypaDn5BoeWki4f5Ghc535PP0XOAIR5LCa/NIW bvNHul57nfdCbhhPFu3CgNnpXeYLUP5963jhDEW4paQRQewaBHV/XQT2b6Hfg0FUl379 KIszD63EGER2dxgxrOdTmKVPip37r3+U+OEMHEvJWYtaqunqTBkz3aVTOsXRlg+NCiil ijDPN5XoCERME0mVKyI5cGKAUhkkHGrgZh3tECwJPr/3kcOzsbqfn32X9z1SpJ9iV98X MA2wZ98PH3mL76R6dpNH/6RD4rP3T/zbypkytHfwtKdmSbtNtdNwaFzKkP5hFyPUMt40 oNnA== X-Gm-Message-State: AOAM530zVDNcubiOSyk14B45Ynjwe7yTRq0fifRXcvy6bVVpER9AdH0R 8HF/pNQWaEWefNPhwl1QZ3rVKM4tspUZGIMwpw1HFMMnq9k= X-Google-Smtp-Source: ABdhPJwjSFkzhtCO/+geQfMEDBSKA8XBKuSJnpRhqD3nYIBx6GaInM1pkTJQy/JSzxjN4SJRjhpEpX7W/FG3wtlSdQA= X-Received: by 2002:a05:6830:1e30:: with SMTP id t16mr1552580otr.18.1599137862235; Thu, 03 Sep 2020 05:57:42 -0700 (PDT) MIME-Version: 1.0 References: <20200903100621.GA68392@freefall.freebsd.org> In-Reply-To: <20200903100621.GA68392@freefall.freebsd.org> From: Alan Somers Date: Thu, 3 Sep 2020 06:57:31 -0600 Message-ID: Subject: Re: FreeBSD CI Weekly Report 2020-08-30 To: "freebsd-testing@freebsd.org" Cc: FreeBSD CURRENT , FreeBSD X-Rspamd-Queue-Id: 4Bj17C4r2Jz4NWF X-Spamd-Bar: - X-Spamd-Result: default: False [-1.78 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[asomers]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; DMARC_NA(0.00)[freebsd.org]; RWL_MAILSPIKE_GOOD(0.00)[209.85.210.51:from]; RCVD_TLS_ALL(0.00)[]; NEURAL_HAM_LONG(-1.02)[-1.017]; NEURAL_HAM_MEDIUM(-0.94)[-0.938]; NEURAL_SPAM_SHORT(0.17)[0.174]; RCVD_IN_DNSWL_NONE(0.00)[209.85.210.51:from]; FORGED_SENDER(0.30)[asomers@freebsd.org,asomers@gmail.com]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; FROM_NEQ_ENVFROM(0.00)[asomers@freebsd.org,asomers@gmail.com]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MAILMAN_DEST(0.00)[freebsd-testing,freebsd-current,freebsd-stable] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 12:57:45 -0000 On Thu, Sep 3, 2020 at 4:06 AM Li-Wen Hsu wrote: > (Please send the followup to freebsd-testing@ and note Reply-To is set.) > > FreeBSD CI Weekly Report 2020-08-30 > =================================== > > Here is a summary of the FreeBSD Continuous Integration results for the > period > from 2020-08-24 to 2020-08-30. > > During this period, we have: > > * 2429 builds (88.3% (+0.4) passed, 11.7% (-0.4) failed) of buildworld and > buildkernel (GENERIC and LINT) were executed on aarch64, amd64, armv6, > armv7, i386, mips, mips64, powerpc, powerpc64, powerpcspe, riscv64, > sparc64 architectures for head, stable/12, stable/11 branches. > * 274 test runs (45.3% (-8.1) passed, 27.7% (-8.0) unstable, 27.0% (+16.1) > exception) were executed on amd64, i386, riscv64 architectures for head, > stable/12, stable/11 branches. > * 24 doc and www builds (100% (0) passed) > > Test case status (on 2020-08-30 23:59): > | Branch/Architecture | Total | Pass | Fail | Skipped | > | ------------------- | --------- | ---------- | ----- | -------- | > | head/amd64 | 7876 (+1) | 7785 (+1) | 1 (0) | 90 (0) | > | head/i386 | 7873 (0) | 7773 (-3) | 0 (0) | 100 (+3) | > | 12-STABLE/amd64 | 7626 (0) | 7569 (0) | 0 (0) | 57 (0) | > | 12-STABLE/i386 | 7624 (0) | 7559 (+3) | 0 (0) | 65 (-3) | > | 11-STABLE/amd64 | 6912 (0) | 6861 (-30) | 0 (0) | 51 (+30) | > | 11-STABLE/i386 | 6910 (0) | 6854 (-3) | 0 (0) | 56 (+3) | > > (The statistics from experimental jobs are omitted) > > If any of the issues found by CI are in your area of interest or expertise > please investigate the PRs listed below. > > The latest web version of this report is available at > https://hackmd.io/@FreeBSD-CI/report-20200830 and archive is available at > https://hackmd.io/@FreeBSD-CI/ , any help is welcomed. > > ## News > > * Numbers of FreeBSD-head-amd64-test_zfs are changed after OpenZFS > importing, > we encouage everyone check and fix the failing and skipped test cases. > > ## Failing jobs > > * https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/ > There are still mutiple errors when building with gcc6, error log > available at > > https://ci.freebsd.org/job/FreeBSD-head-amd64-gcc6_build/lastCompletedBuild/console > See also: > > https://lists.freebsd.org/pipermail/svn-src-all/2020-September/202307.html > > ## Failing test cases > > * sys.kern.kern_copyin.kern_copyin > Fails after somewhere in (r364509, r364542] > https://bugs.freebsd.org/248933 > > * lib.libbe.be_create.* and sbin.bectl.bectl_test.* > https://bugs.freebsd.org/249055 > > ## Regressions > > * lib.libexecinfo.backtrace_test.backtrace_fmt_basic starts failing on > amd64 after r360915 > https://bugs.freebsd.org/246537 > > * lib.msun.ctrig_test.test_inf_inputs starts failing after llvm10 import > https://bugs.freebsd.org/244732 > Needs to check if llvm11 import fixes this. > > * Lock-order reversals triggered by tests under sys.net.if_lagg_test.* on > i386 > https://bugs.freebsd.org/244163 > Discovered by newly endabled sys.net.* tests. ([r357857]( > https://svnweb.freebsd.org/changeset/base/357857)) > > * sys.net.if_lagg_test.lacp_linkstate_destroy_stress panics i386 kernel > https://bugs.freebsd.org/244168 > Discovered by newly endabled sys.net.* tests. ([r357857]( > https://svnweb.freebsd.org/changeset/base/357857)) > Fix committed as https://svnweb.freebsd.org/changeset/base/364220 , > needs more verification. > > * sys.kern.kern_copyin.kern_copyin > https://bugs.freebsd.org/248933 > > ## Failing and Flaky tests (from experimental jobs) > > * https://ci.freebsd.org/job/FreeBSD-head-amd64-dtrace_test/ > * cddl.usr.sbin.dtrace.common.misc.t_dtrace_contrib.tst_dynopt_d > * https://bugs.freebsd.org/237641 > > * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/ > * Total 681 tests, 525 success, 46 failures, 110 skipped, see > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/ > for more details > That's 35 more failures than we used to have. What changed? Was this using the openzfs kmod? It looks like test run 7392 was when the change happened. https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/7392/changes > > * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_ltp/ > * Total 3749 tests, 2292 success, 644 failures, 813 skipped > > ## Disabled Tests > > * sys.fs.tmpfs.mount_test.large > https://bugs.freebsd.org/212862 > * sys.fs.tmpfs.link_test.kqueue > https://bugs.freebsd.org/213662 > * sys.kqueue.libkqueue.kqueue_test.main > https://bugs.freebsd.org/233586 > * sys.kern.ptrace_test.ptrace__PT_KILL_competing_stop > https://bugs.freebsd.org/220841 > * lib.libc.regex.exhaust_test.regcomp_too_big (i386 only) > https://bugs.freebsd.org/237450 > * sys.netinet.socket_afinet.socket_afinet_bind_zero > https://bugs.freebsd.org/238781 > * sys.netpfil.pf.names.names > * sys.netpfil.pf.synproxy.synproxy > https://bugs.freebsd.org/238870 > * > sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger > https://bugs.freebsd.org/239292 > * > sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger > > https://bugs.freebsd.org/239397 > * sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger > https://bugs.freebsd.org/239399 > * > sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger > https://bugs.freebsd.org/239425 > * sys.sys.qmath_test.qdivq_s64q > https://bugs.freebsd.org/240219 > * sys.kern.ptrace_test.ptrace__getppid > https://bugs.freebsd.org/240510 > * lib.libc.sys.stat_test.stat_socket > https://bugs.freebsd.org/240621 > * lib.libarchive.functional_test.test_write_filter_zstd > https://bugs.freebsd.org/240683 > * lib.libcasper.services.cap_dns.dns_test.main > lib.libcasper.services.cap_net.net_test.* > https://bugs.freebsd.org/241435 > * local.kyua.* (31 cases) & local.lutok.* (3 cases) on 11-i386 > https://ci.freebsd.org/job/FreeBSD-stable-11-i386-test/2278/testReport/ > * sys.kern.ptrace_test.ptrace__procdesc_reparent_wait_child > https://bugs.freebsd.org/243605 > * sys.kern.ptrace_test.ptrace__parent_wait_after_attach > https://bugs.freebsd.org/244055 > * sys.kern.ptrace_test.ptrace__parent_exits_before_child > https://bugs.freebsd.org/244056 > * sys.net.if_lagg_test.witness (i386) > https://bugs.freebsd.org/244163 > * PipePdfork.WildcardWait in sys.capsicum.capsicum-test.main > https://bugs.freebsd.org/244165 > * sys.net.if_lagg_test.lacp_linkstate_destroy_stress (i386) > https://bugs.freebsd.org/244168 > * sys.netinet6.frag6.frag6_07.frag6_07 > https://bugs.freebsd.org/244170 > * sys.netinet.fibs_test.udp_dontroute6 > https://bugs.freebsd.org/244172 > * sys.netpfil.pf.nat.exhaust > https://bugs.freebsd.org/244703 > * sys.geom.class.gate.ggate_test.ggated (i386) > https://bugs.freebsd.org/244737 > * sys.kern.sysv_test.msg > https://bugs.freebsd.org/233649 > > ## Issues > > ### Cause build fails > * https://bugs.freebsd.org/233769 > Possible build race: ld: error: unable to find library -lgcc_s > > ### Cause kernel panics > * https://bugs.freebsd.org/238870 > sys.netpfil.pf.names.names and sys.netpfil.pf.synproxy.synproxy cause > panic > > ### Open > * https://bugs.freebsd.org/237641 > Flakey test case: common.misc.t_dtrace_contrib.tst_dynopt_d > * https://bugs.freebsd.org/237656 > "Freed UMA keg (rtentry) was not empty (18 items). Lost 1 pages of > memory." seen when running sys/netipsec tests > * https://bugs.freebsd.org/238781 > sys.netinet.socket_afinet.socket_afinet_bind_zero does not work when > mac_portacl(4) loaded > * https://bugs.freebsd.org/239292 > Flakey test case: > sys.kern.ptrace_test.ptrace__follow_fork_child_detached_unrelated_debugger > * https://bugs.freebsd.org/239397 > Flakey test case: > sys.kern.ptrace_test.ptrace__follow_fork_both_attached_unrelated_debugger > * https://bugs.freebsd.org/239399 > Flakey test case: > sys.kern.ptrace_test.ptrace__parent_sees_exit_after_child_debugger > * https://bugs.freebsd.org/239425 > Flakey test case: > sys.kern.ptrace_test.ptrace__follow_fork_parent_detached_unrelated_debugger > * https://bugs.freebsd.org/241662 > Flakey test case: lib.libarchive.functional_test.test_fuzz_iso9660 > * https://bugs.freebsd.org/246443 > sys.net.if_clone_test.epair_stress sometimes exceeds timeout limit but > not caught by kyua > * https://bugs.freebsd.org/247510 > sys.net.if_lagg_test.status_stress panics kernel on i386 > > ### Others > > * [Tickets related to testing@](https://preview.tinyurl.com/y9maauwg) > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org" > From owner-freebsd-current@freebsd.org Thu Sep 3 14:05:23 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 4BAE13E72F1; Thu, 3 Sep 2020 14:05:23 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj2dG71Wwz4Tqr; Thu, 3 Sep 2020 14:05:22 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from lrrr.mouf.net (cpe-76-182-16-135.nc.res.rr.com [76.182.16.135]) (authenticated bits=0) by mouf.net (8.14.9/8.14.9) with ESMTP id 083E57dW054386 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Thu, 3 Sep 2020 14:05:13 GMT (envelope-from swills@FreeBSD.org) Subject: Re: Please check the current beta git conversions To: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org References: From: Steve Wills Message-ID: <6d075e0d-5a0d-ad6a-e3c2-f58029ddc401@FreeBSD.org> Date: Thu, 3 Sep 2020 10:05:02 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 03 Sep 2020 14:05:13 +0000 (UTC) X-Spam-Status: No, score=-0.4 required=4.5 tests=KHOP_HELO_FCRDNS, NICE_REPLY_A autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mouf.net X-Virus-Scanned: clamav-milter 0.99.2 at mouf.net X-Virus-Status: Clean X-Rspamd-Queue-Id: 4Bj2dG71Wwz4Tqr X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; ASN(0.00)[asn:36236, ipnet:2607:fc50::/36, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 14:05:23 -0000 Hi, On 9/1/20 1:14 PM, Ed Maste wrote: > We've been updating the svn-git converter and pushing out a new > converted repo every two weeks, and are now approaching the time where > we'd like to commit to the tree generated by the exporter, and > guarantee that hashes will remain consistent from this point. At this > point the Git Working Group believes the conversion represents a > high-fidelity translation of the Subversion history, but would > appreciate additional review in case we've missed anything. > > I'd ask folks with an interest in the FreeBSD repository to clone the > beta conversion and review the converted history in the specific areas > they are interested in - e.g., specific contrib/ software, device > drivers, etc. This will also present our final opportunity to change > the author map file, if necessary. > > The beta src tree can be cloned via: > % git clone https://cgit-beta.freebsd.org/src.git freebsd-cgit-beta > > Please follow up this week if you notice any discrepancies or author > entries that require updates. One issue that's been seen is adding this remote to an existing repo: $ git remote add cgit-beta https://cgit-beta.freebsd.org/ports.git $ git fetch cgit-beta error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413 fatal: the remote end hung up unexpectedly 413 is Payload too large This is because when you fetch, you're telling the other end what hashes you have and it's figuring out what to send you, and that list is too large, over 10m, I guess: https://stackoverflow.com/questions/7489813/github-push-error-rpc-failed-result-22-http-code-413#15021750 It's unclear if there's a way to tell the client to skip that and just fetch everything or if it's required to change the upload limit on the web server and if so how large would be appropriate/required. Note fresh clone works fine. Steve From owner-freebsd-current@freebsd.org Thu Sep 3 14:50:56 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 A27E33C0842 for ; Thu, 3 Sep 2020 14:50:56 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from tor1-11.mx.scaleengine.net (tor1-11.mx.scaleengine.net [209.51.186.6]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj3dr280Bz4Xcw for ; Thu, 3 Sep 2020 14:50:56 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (Seawolf.HML3.ScaleEngine.net [209.51.186.28]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by tor1-11.mx.scaleengine.net (Postfix) with ESMTPSA id C959E1FD1F for ; Thu, 3 Sep 2020 14:50:49 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.10.3 tor1-11.mx.scaleengine.net C959E1FD1F Subject: Re: Please check the current beta git conversions To: freebsd-current@freebsd.org References: <6d075e0d-5a0d-ad6a-e3c2-f58029ddc401@FreeBSD.org> From: Allan Jude Autocrypt: addr=allanjude@freebsd.org; prefer-encrypt=mutual; keydata= xsFNBFVwZcYBEADwrZDH0xe0ZVjc9ORCc6PcBLwS/RTXA6NkvpD6ea02pZ8lPOVgteuuugFc D34LdDbiWr+479vfrKBh+Y38GL0oZ0/13j10tIlDMHSa5BU0y6ACtnhupFvVlQ57+XaJAb/q 7qkfSiuxVwQ3FY3PL3cl1RrIP5eGHLA9hu4eVbu+FOX/q/XVKz49HaeIaxzo2Q54572VzIo6 C28McX9m65UL5fXMUGJDDLCItLmehZlHsQQ+uBxvODLFpVV2lUgDR/0rDa0B9zHZX8jY8qQ7 ZdCSy7CwClXI054CkXZCaBzgxYh/CotdI8ezmaw7NLs5vWNTxaDEFXaFMQtMVhvqQBpHkfOD 7rjjOmFw00nJL4FuPE5Yut0CPyx8vLjVmNJSt/Y8WxxmhutsqJYFgYfWl/vaWkrFLur/Zcmz IklwLw35HLsCZytCN5A3rGKdRbQjD6QPXOTJu0JPrJF6t2xFkWAT7oxnSV0ELhl2g+JfMMz2 Z1PDmS3NRnyEdqEm7NoRGXJJ7bgxDbN+9SXTyOletqGNXj/bSrBvhvZ0RQrzdHAPwQUfVSU2 qBhQEi2apSZstgVNMan0GUPqCdbE2zpysg+zT7Yhvf9EUQbzPL4LpdK1llT9fZbrdMzEXvEF oSvwJFdV3sqKmZc7b+E3PuxK6GTsKqaukd/3Cj8aLHG1T1im1QARAQABzSJBbGxhbiBKdWRl IDxhbGxhbmp1ZGVAZnJlZWJzZC5vcmc+wsF/BBMBAgApBQJVcGXGAhsjBQkSzAMABwsJCAcD AgEGFQgCCQoLBBYCAwECHgECF4AACgkQGZU1PhKYC34Muw/+JOKpSfhhysWFYiRXynGRDe07 Z6pVsn7DzrPUMRNZfHu8Uujmmy3p2nx9FelIY9yjd2UKHhug+whM54MiIFs90eCRVa4XEsPR 4FFAm0DAWrrb7qhZFcE/GhHdRWpZ341WAElWf6Puj2devtRjfYbikvj5+1V1QmDbju7cEw5D mEET44pTuD2VMRJpu2yZZzkM0i+wKFuPxlhqreufA1VNkZXI/rIfkYWK+nkXd9Efw3YdCyCQ zUgTUCb88ttSqcyhik/li1CDbXBpkzDCKI6I/8fAb7jjOC9LAtrZJrdgONywcVFoyK9ZN7EN AVA+xvYCmuYhR/3zHWH1g4hAm1v1+gIsufhajhfo8/wY1SetlzPaYkSkVQLqD8T6zZyhf+AN bC7ci44UsiKGAplB3phAXrtSPUEqM86kbnHg3fSx37kWKUiYNOnx4AC2VXvEiKsOBlpyt3dw WQbOtOYM+vkfbBwDtoGOOPYAKxc4LOIt9r+J8aD+gTooi9Eo5tvphATf9WkCpl9+aaGbSixB tUpvQMRnSMqTqq4Z7DeiG6VMRQIjsXDSLJEUqcfhnLFo0Ko/RiaHd5xyAQ4DhQ9QpkyQjjNf /3f/dYG7JAtoD30txaQ5V8uHrz210/77DRRX+HJjEj6xCxWUGvQgvEZf5XXyxeePvqZ+zQyT DX61bYw6w6bOwU0EVXBlxgEQAMy7YVnCCLN4oAOBVLZ5nUbVPvpUhsdA94/0/P+uqCIh28Cz ar56OCX0X19N/nAWecxL4H32zFbIRyDB2V/MEh4p9Qvyu/j4i1r3Ex5GhOT2hnit43Ng46z5 29Es4TijrHJP4/l/rB2VOqMKBS7Cq8zk1cWqaI9XZ59imxDNjtLLPPM+zQ1yE3OAMb475QwN UgWxTMw8rkA7CEaqeIn4sqpTSD5C7kT1Bh26+rbgJDZ77D6Uv1LaCZZOaW52okW3bFbdozV8 yM2u+xz2Qs8bHz67p+s+BlygryiOyYytpkiK6Iy4N7FTolyj5EIwCuqzfk0SaRHeOKX2ZRjC qatkgoD/t13PNT38V9tw3qZVOJDS0W6WM8VSg+F+bkM9LgJ8CmKV+Hj0k3pfGfYPOZJ/v18i +SmZmL/Uw2RghnwDWGAsPCKu4uZR777iw7n9Io6Vfxndw2dcS0e9klvFYoaGS6H2F13Asygr WBzFNGFQscN4mUW+ZYBzpTOcHkdT7w8WS55BmXYLna+dYer9/HaAuUrONjujukN4SPS1fMJ2 /CS/idAUKyyVVX5vozoNK2JVC1h1zUAVsdnmhEzNPsvBoqcVNfyqBFROEVLIPwq+lQMGNVjH ekLTKRWf59MEhUC2ztjSKkGmwdg73d6xSXMuq45EgIJV2wPvOgWQonoHH/kxABEBAAHCwWUE GAECAA8FAlVwZcYCGwwFCRLMAwAACgkQGZU1PhKYC34w5A//YViBtZyDV5O+SJT9FFO3lb9x Zdxf0trA3ooCt7gdBkdnBM6T5EmjgVZ3KYYyFfwXZVkteuCCycMF/zVw5eE9FL1+zz9gg663 nY9q2F77TZTKXVWOLlOV2bY+xaK94U4ytogOGhh9b4UnQ/Ct3+6aviCF78Go608BXbmF/GVT 7uhddemk7ItxM1gE5Hscx3saxGKlayaOsdPKeGTVJCDEtHDuOc7/+jGh5Zxpk/Hpi+DUt1ot 8e6hPYLIQa4uVx4f1xxxV858PQ7QysSLr9pTV7FAQ18JclCaMc7JWIa3homZQL/MNKOfST0S 2e+msuRwQo7AnnfFKBUtb02KwpA4GhWryhkjUh/kbVc1wmGxaU3DgXYQ5GV5+Zf4kk/wqr/7 KG0dkTz6NLCVLyDlmAzuFhf66DJ3zzz4yIo3pbDYi3HB/BwJXVSKB3Ko0oUo+6/qMrOIS02L s++QE/z7K12CCcs7WwOjfCYHK7VtE0Sr/PfybBdTbuDncOuAyAIeIKxdI2nmQHzl035hhvQX s4CSghsP319jAOQiIolCeSbTMD4QWMK8RL/Pe1FI1jC3Nw9s+jq8Dudtbcj2UwAP/STUEbJ9 5rznzuuhPjE0e++EU/RpWmcaIMK/z1zZDMN+ce2v1qzgV936ZhJ3iaVzyqbEE81gDxg3P+IM kiYh4ZtPB4Q= Message-ID: <52dcdf09-faed-7cea-5ea5-fdcc5984f817@freebsd.org> Date: Thu, 3 Sep 2020 10:50:41 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <6d075e0d-5a0d-ad6a-e3c2-f58029ddc401@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="90W9bFKJqwcHGxwR6vKxlKDy7RVZ8ZbLc" X-Rspamd-Queue-Id: 4Bj3dr280Bz4Xcw X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:6939, ipnet:209.51.160.0/19, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 14:50:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --90W9bFKJqwcHGxwR6vKxlKDy7RVZ8ZbLc Content-Type: multipart/mixed; boundary="278wel5Kv4EcIrGjRwOcblVjUgPjlVVlk"; protected-headers="v1" From: Allan Jude To: freebsd-current@freebsd.org Message-ID: <52dcdf09-faed-7cea-5ea5-fdcc5984f817@freebsd.org> Subject: Re: Please check the current beta git conversions References: <6d075e0d-5a0d-ad6a-e3c2-f58029ddc401@FreeBSD.org> In-Reply-To: <6d075e0d-5a0d-ad6a-e3c2-f58029ddc401@FreeBSD.org> --278wel5Kv4EcIrGjRwOcblVjUgPjlVVlk Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 2020-09-03 10:05, Steve Wills wrote: > Hi, >=20 > On 9/1/20 1:14 PM, Ed Maste wrote: >> We've been updating the svn-git converter and pushing out a new >> converted repo every two weeks, and are now approaching the time where= >> we'd like to commit to the tree generated by the exporter, and >> guarantee that hashes will remain consistent from this point. At this >> point the Git Working Group believes the conversion represents a >> high-fidelity translation of the Subversion history, but would >> appreciate additional review in case we've missed anything. >> >> I'd ask folks with an interest in the FreeBSD repository to clone the >> beta conversion and review the converted history in the specific areas= >> they are interested in - e.g., specific contrib/ software, device >> drivers, etc. This will also present our final opportunity to change >> the author map file, if necessary. >> >> The beta src tree can be cloned via: >> % git clone https://cgit-beta.freebsd.org/src.git freebsd-cgit-beta >> >> Please follow up this week if you notice any discrepancies or author >> entries that require updates. >=20 > One issue that's been seen is adding this remote to an existing repo: >=20 > $ git remote add cgit-beta https://cgit-beta.freebsd.org/ports.git > $ git fetch cgit-beta > error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 4= 13 > fatal: the remote end hung up unexpectedly >=20 > 413 is Payload too large >=20 > This is because when you fetch, you're telling the other end what hashe= s > you have and it's figuring out what to send you, and that list is too > large, over 10m, I guess: >=20 > https://stackoverflow.com/questions/7489813/github-push-error-rpc-faile= d-result-22-http-code-413#15021750 >=20 >=20 > It's unclear if there's a way to tell the client to skip that and just > fetch everything or if it's required to change the upload limit on the > web server and if so how large would be appropriate/required. >=20 > Note fresh clone works fine. >=20 > Steve > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.o= rg" I have raised the client_max_body_size setting on the web server that serves the git repo, and people report it is working now. You might still hit this error if you have a lot of unrelated histories in your checkout, but, this should solve the issue for most people. --=20 Allan Jude --278wel5Kv4EcIrGjRwOcblVjUgPjlVVlk-- --90W9bFKJqwcHGxwR6vKxlKDy7RVZ8ZbLc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (MingW32) iQIcBAEBAgAGBQJfUQLIAAoJEBmVNT4SmAt+/DkP/RJhIn0c6aWMZZJfDsJy1vHK K8WTQuAmY7a5vkHYVJGJVGaKJWXlXje2Xa72g4ifrVY4wgp6DcOMJ1gPUeksbcAT MhxWzJu5FhAiuJfygTR4Du4lC0ybhXF8JRA1OO8vVvM0mjshr57D52Jk4V/qN4u8 rB1EKQAiDJqo8FhaWRmUVbZh0F60V3shKLv1tVi+/e/51gdfgs29xwdqSOKZvD01 fSsGl3DORhlOFJKJALzc0nSPi4rUdDemugZY0E2l5JXYKazQ6JKMjhLBjK6PxogO IfDmYhLlpCmBxl5lsY+TS3MMe2DiFpdFgZ59fOvD2PHxg4Fn7YjfyaI8BqjDBbkh MtYKMGHQm2Gs5X92bmGjsQ3WBPRHZCakSl/d2LiITJwnlnmR7Q8jqo2u4WpP4HPk Uoc4Oriw/PGjdZ/nBWqtfkZ005tx5iVj/9m3LWNII0mGLPc2n4t5F0ytJIne9OHk XsDZtZvJSO2L5V6SpFNfel7BoyGlS7sLUq3kYwuQNpf+H8ejyxO0nr8iSMHSutr+ zwNtVkRR/PuQnhQhrZQX21o8BUEI2KtcVqB4BaICz7FLPoIrlW9rQgqQfBtXCS+H LAnU4xJn/dNhc9gAv7uT9izkKR2Us27ljzNI8gsZlvjhAJwHaC+tkIcYEfZN7uk4 n24N5uhbtikzoz4z4ZHr =LSGa -----END PGP SIGNATURE----- --90W9bFKJqwcHGxwR6vKxlKDy7RVZ8ZbLc-- From owner-freebsd-current@freebsd.org Thu Sep 3 15:02:48 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 B0A4E3C0DA3; Thu, 3 Sep 2020 15:02:48 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj3vX4jmFz4Ydd; Thu, 3 Sep 2020 15:02:48 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id 2F81F1478; Thu, 3 Sep 2020 15:02:48 +0000 (UTC) (envelope-from gjb@freebsd.org) Date: Thu, 3 Sep 2020 15:02:45 +0000 From: Glen Barber To: freebsd-snapshots@freebsd.org Cc: freebsd-current@freebsd.org, freebsd-git@freebsd.org Subject: New FreeBSD snapshots available: main (20200903 c122cf32f2a) Message-ID: <20200903150245.GS61041@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599145368; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type; bh=/87c8yKmlBC8tYfvJPbj5WPwbXCQker6Jngx6wSVJnY=; b=qHkFeCjGOvIdiz4vK2QUGMKrQGP4t/yuvmU1Zwa2Yn8IFr3/C7kUVXQwMX2lMWUz57wZxj vW1/DxZXuEqe2KLlWqPT+xc5uwIlS73EpfNlhSXvUH/aC70+b/7enz+bzKzqFOoKbW8GwK mvVUeXFn8yuW2pn+IgTYDJxa7i94THnKgcnKHXaY2qE1V1M1F1/CK4vqoSpJQhjoMTcVzJ Uzn9/ic3q/AaRUbK0U+CL7NBrFmqYuBrQnm6DZU7svWvm2cBfd13grPQjHGBtnbesORjNK HaAI5+ByAuFE7F51Bvn5PxKJv3mtq4j9CWdXi9quezKYlOVBzYowMtbKKy1jVg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599145368; a=rsa-sha256; cv=none; b=JYQUyRKL6Iug874P4ubVehGxcuc0f1GvaUYLmV4fYZBziz/1iHacTm9x1B6M1cl2DUXgLW 3SuDIZNlrDyL1Y3Joy7F4+XUW4JWteyMaUQc3C0kVtCpRhQns1js6MUZYEWm+ZTtfUME7I NXTVOLlunZ5BLFHul0rwy/V2pv/SkUK2K+Zs1VAlXS1zqHVBh7jfTmLlFNB8JLNVW3MU80 NwpjUvq9TRoZ9J/FgwHkC07re69mQRmxqr+Oz1lKMN2q/3K6oU6+poX8YwGNbgkec4/JPM HkRf+t/GNHfKgu/4SxNhF/v6AWuLHMBT6aq9WAmu1+3GHgYYPCwQ5Q+t9Ikr1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 15:02:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 New FreeBSD development branch installation ISOs and virtual machine disk images have been uploaded to the FreeBSD Project mirrors. NOTE: These are the first snapshots built from the FreeBSD Git sources. Also note: The armv6 and armv7 builds failed, and the cause is being investigated. As with any development branch, the installation snapshots are not intended for use on production systems. We do, however, encourage testing on non-production systems as much as possible. Please also consider installing the sysutils/panicmail port, which can help in providing FreeBSD developers the necessary information regarding system crashes. Checksums for the installation ISOs and the VM disk images follow at the end of this email. === Installation ISOs === Installation images are available for: o 13.0-CURRENT amd64 GENERIC o 13.0-CURRENT i386 GENERIC o 13.0-CURRENT powerpc GENERIC o 13.0-CURRENT powerpc64 GENERIC64 o 13.0-CURRENT powerpcspe MPC85XXSPE o 13.0-CURRENT aarch64 GENERIC Snapshots may be downloaded from the corresponding architecture directory from: https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/ Please be patient if your local mirror has not yet caught up with the changes. Problems, bug reports, or regression reports should be reported through the Bugzilla PR system or the appropriate mailing list such as -current@ or -stable@ . === Virtual Machine Disk Images === VM disk images are available for the following architectures: o 13.0-CURRENT amd64 o 13.0-CURRENT i386 o 13.0-CURRENT aarch64 Disk images may be downloaded from the following URL (or any of the FreeBSD Project mirrors): https://download.freebsd.org/ftp/snapshots/VM-IMAGES/ Images are available in the following disk image formats: ~ RAW ~ QCOW2 (qemu) ~ VMDK (qemu, VirtualBox, VMWare) ~ VHD (qemu, xen) The partition layout is: ~ 512k - freebsd-boot GPT partition type (bootfs GPT label) ~ 1GB - freebsd-swap GPT partition type (swapfs GPT label) ~ 24GB - freebsd-ufs GPT partition type (rootfs GPT label) Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI loader file is needed for qemu-system-aarch64 to be able to boot the virtual machine images. See this page for more information: https://wiki.freebsd.org/arm64/QEMU To boot the VM image, run: % qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ -drive if=none,file=VMDISK,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -device virtio-net-device,netdev=net0 \ -netdev user,id=net0 Be sure to replace "VMDISK" with the path to the virtual machine image. === Amazon EC2 AMI Images === FreeBSD/amd64 EC2 AMIs are available in the following regions: af-south-1 region: ami-08c85df99f131c41e eu-north-1 region: ami-092fee473b57ce293 ap-south-1 region: ami-0f164c2f77d17c733 eu-west-3 region: ami-0c76f6b53f6785c66 eu-west-2 region: ami-029e99eecce2dccd7 eu-south-1 region: ami-0631457525932e458 eu-west-1 region: ami-052c5e4b4db76c3fb ap-northeast-2 region: ami-03ca41a3cd4d23104 me-south-1 region: ami-05cb623a383daf32f ap-northeast-1 region: ami-06542baa9c54e8f57 sa-east-1 region: ami-0b23146320070808d ca-central-1 region: ami-0775c8ea1d4c51202 ap-east-1 region: ami-0936d677fddabc97a ap-southeast-1 region: ami-05e8f51cac90600cb ap-southeast-2 region: ami-0f7682c07043d35b2 eu-central-1 region: ami-0c18f8b05b7cf56ff us-east-1 region: ami-0a95c17e40e205461 us-east-2 region: ami-0df13af87e013a831 us-west-1 region: ami-05a2ad30864e0a1f7 us-west-2 region: ami-086dac6ecc576e960 FreeBSD/aarch64 EC2 AMIs are available in the following regions: af-south-1 region: ami-073a95521080cd18a eu-north-1 region: ami-0c3fd8908dbb8d2d5 ap-south-1 region: ami-05594776938632a06 eu-west-3 region: ami-09f042df7c4285573 eu-west-2 region: ami-05940e5f4a220a528 eu-south-1 region: ami-02963fa721e775744 eu-west-1 region: ami-0f70514fd820b09cd ap-northeast-2 region: ami-03211c36231fe7bae me-south-1 region: ami-0d9711b19def01556 ap-northeast-1 region: ami-08c8af0923a2ec4f4 sa-east-1 region: ami-0405529811b49b9c2 ca-central-1 region: ami-0d2cdbbb55b331683 ap-east-1 region: ami-062a657fbd373cc97 ap-southeast-1 region: ami-0c4f30d508c70f510 ap-southeast-2 region: ami-00abe4775d151fb72 eu-central-1 region: ami-030dc94d2caf60616 us-east-1 region: ami-0035735483d37330c us-east-2 region: ami-01fc78890c9d8cf9d us-west-1 region: ami-014662c19db8b8287 us-west-2 region: ami-07f9261cecfeaf8f1 === Vagrant Images === FreeBSD/amd64 images are available on the Hashicorp Atlas site for the VMWare Desktop and VirtualBox providers, and can be installed by running: % vagrant init freebsd/FreeBSD-13.0-CURRENT % vagrant up == ISO CHECKSUMS == o 13.0-CURRENT amd64 GENERIC: SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso) = 2361315c75a8d60fcdc57c730192badd830529a0a7384ff5d23954e2c09593633872132981c0afac8b15120b3e1c0f9df93b4e01434b74fa288e35812c322330 SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso.xz) = 53349b129ad799e955d1d90ba465280795b656452dd12d46fbb1465f5ea564583d0e5c042407d30418e5602347b119d9e08d2b1a6b688d69484359d5562820e8 SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso) = 22f92520c7cd3f794e3c69a0b07fe29dd581c81306650b7ca66358e55c22a3a43a3af4f24b612cb96522ce16320b7d252380598744178ae3863f571edf2580cb SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso.xz) = 26e587bc66b93e438ff9541c19436cfece0d213043a9b34f824cd618e65ab456dae430dacbda7a952a4892190d85218b9ddef298b7f076208f5ee4a23a8167bc SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img) = a6d7f721f204f65391f472eb3c7f79e96cdccc1d767eb0faf6edda4967b6a5fbdf07effaf78c5646ea6b18e6fd0b812f92cd53933764c1b79e84b5e9bf45ea13 SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img.xz) = f03adcf6039ed827876ffb1f914c2d4a145fbb82475aa5fef9f381240678523f9d45b14775f0a1d448b195dfd88e1d071fdcff1216015c7c3905506fab80fc01 SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img) = fd169b9c048ce907d94e64bafe880cbbf9890531a543f3bbd060179ab1f43c3a6deaa81262ea26f83a75a35bc811ec25550cd73b219e3a32bbc44f3e3dcb2d48 SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img.xz) = 8dbc3f7fbe78667d34418771e182d190a375e10ff15993d9d70eb79141c4907c7425dbfdcdbfc4ce5f6965e3ce0a8a6f703cbddc8fd0cac92b4262dbff62de46 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso) = eca24527ba37e4ece01863971fb57dcb3dd62bf806f06495c98dc087e7bda6a9 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso.xz) = 190e77a1f7dd66336eb1cc3255451b5a5c2207e9ba2a9ebc8fa9f6f12a918e6c SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso) = 3d233a177304a9904069ad6b32c7207f6fa1d269b54b65c083ac8b7c65247db4 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso.xz) = 00e5ef9c2f4d7e9bdc76acb03acfcbf14b94a514dc857e0ef6dc9c53ef7860ff SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img) = 8b397b7f7c1e32ab49afd009aa8e51e501713b842c0f3db1e72b308a8c0a9359 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img.xz) = b1301e2a84daea494a17f2d5a0c7674d11ca5b57f0dfa711224730a74436d246 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img) = 9b9150d382b9f5b4a4cc6b9b04afc880d83c8fdc598cdb5a3282994d8c2dd9ea SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img.xz) = cca83937cb58e392b8f27e763aa373703aadfaed25c7a95cca2f6d916ea122d0 o 13.0-CURRENT i386 GENERIC: SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso) = edfe8d146a23f47816fa5339309729f0612dcd783b2d0a58eb272e4403e3404638646b7843757fc8c44fb094f0cc766241485c57f27155541bc1cc75ad5c0ca0 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso.xz) = 95b81382e0928f0ae0e29024b748c0884599310ba021dca384994f10eb9ac5cfa90d1ee00adfe33c30982e51b9efe5e24ab8a7bdc459a51cd93baaf8ef9b7151 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso) = 162859db7b263916f855f9a5dc22d43a9c42898798e11d5cc699170935d282c95426c12354a149d1aa50e66fdf8bb72caf6c65848e0c311fef76908486a388b7 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso.xz) = 6dca51e88133d652dfe6c5ac45c163676a1eb336f9221c2269f4f364c305578cb53e22775bcdecc1a97bc46663f052492f7ad6543bddc83fedc16a46bc4d7c16 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img) = 96330a17807fe44bf4e51c644ed082bc3f5e771abb3cdf77e59bcb8a37e70f7c97964dba5c6ec1798217f2ec16181745be92a39715c721575a1c2be6daa13435 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img.xz) = 356fac5ea36fa12047a12cef71f02f9d2ee83d4c5cbfe03252c9107b50c451c3b9683e66723a73bbe4de73472905a46b202ac0e8fcaea727e7e6b898694d6f08 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img) = f5d3066abf59ea9218684181258132667d005a8e678bdc33ac0fcee65a564df584fe6783b6dfc938f8ff45e5745cf2bfb9f2518b8f5e94a1dd822976cd4ba447 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img.xz) = e7bc882b159e5c453e37d020dc8c6eb29bd06c718556fc0bff10beda7b06091bcbecdfb7a2c0957d2b448f2fec6af0cc148acca83a90e9bf29d7b8110d3c0687 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso) = a27081c821e1b10bcff82a57fdd01f6a9ea420e2b8c0e330c807604869876140 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso.xz) = ae7effbc495f39db7614a9881cd22a6d685cda5caf6eb74fe59468ca55e9d9f4 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso) = 05342cde2a77a896fe8e34a8b5cf584d61bbd07046295efe916cdb054957c277 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso.xz) = 3899b7b7d9cec5fd0ff51d093f4dd3a8a403e847382493c865473f26db8814a8 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img) = d9e8d98c07a14936bf94787a9825513417593f1610e934858307bde27e8486e0 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img.xz) = f7876e9cbedb1381f6d8e201ece31af76177de9662cf4c6a00157e851f35c2ac SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img) = a312b23fd40f6fabdbd2170c021b45573c93e71bf6d5c2f361d276f73cf4da01 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img.xz) = e5cf2b6b02a605f7da5965c1dc3f8e91bf357f1fe4421a555549c4d01de9c24d o 13.0-CURRENT powerpc GENERIC: SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso) = 62e13eaff55c200ca57ff124820001a1703ca93f1455162facf63385bf4841d8c465ce0e6de890b44f8cfe1a705dc5581940911fb50927986135f73b6f6238d9 SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso.xz) = 97452fca39a0b294adb97c4a3268cb24a109fd0c700072321b0e147e18d1d6581622dcf55a489c67ec8a8a7c4f9f8b545c56d7aac3e95fbd0f4daa5e39119379 SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso) = 3c56a51f964d60d2878bb8c88ec1702455c461e29b9b998f6153894a9bd8dfb75f54bab3bdb6b4edd8882403c76eb82cb2eae595a010a394e5368ce9042682aa SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso.xz) = bb92e7a8aeb8648bfbc36122d1167d33a3d62b52c7a786391c90ae5d746cec054c7767a63cffa0e3b1d34932643dad7f91988497e4b9244c5e768f137febaebf SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img) = 13af46f746ce4dbb7f26bcc1f998f8e501ee2628a03fd734d88200f742faa64764f2d8f9aeef29eb8c1236f0f426ea3141344d3b2002e394bbbfed8865b11c1a SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img.xz) = 20ed8ba4f96b2f900bdcf8eb08df9363749e9334fc23f1a33caa5b35ace93a5a888b2bd6dac74808ae3dc7bcbfd79e79723c01ebf6117381f83ad61fa6816153 SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img) = 9f9c760ba7867e569de46deec6720dacfeaad05f1384e996f5f561332ffb57d7ca44043d918125f97654aac748fad9bf0b04b15ba9ef6ea8ef264dbcdf1d3eeb SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img.xz) = 64641fbb6c459d81db714a2f42bde86e670d4892d46fac0b981aa5dfbd082436ff5ae280f5f95cc634b64fd7509b20ceb06d335ed65ffd72c28b971d964ae505 SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso) = f80cae996b05c34cca3be44fa136b5bd263028714913b196d8cd49f079f8ce2e SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso.xz) = 0fc3a9b528aba21300984d05ea183faec1f359dac633ac48514a372822134dcc SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso) = 9c45daee7c5a482847a5da72158255762009a3a2e7db11be4bc988994a070cb6 SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso.xz) = e9a4bd1e19d8ec31122b814d06c144d15e7c20e1905aa5b552073f7f9a940b50 SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img) = 4d40b035279c6f699aa4aa96ff63c4174be31df258ace2648ec6b7fb35bfa503 SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img.xz) = f8fcc929f821f0723bcca57f1c0236ab44e17934a7aff881b5fdef0b2f049c72 SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img) = 9979f1c0895abc51290747ab970c84418a481eaa92a31080c37492e2b6e3f3ce SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img.xz) = 9fbdb3b78fcb8f0ed3ccef3b2c55d879b5c0ab6b9aa2dfbb17d85e030f9acb1e o 13.0-CURRENT powerpc64 GENERIC64: SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso) = 6b272266ffe99922fa7609e7ff1d4d3092026a8e84a86e36b5f4071eb53a486f0d023aff0674971528fa282a83a4c27c52a96c2beee0a559e1c4ea6756219ff7 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso.xz) = 477aa14bed3c007cc6f3f3aaf8c7b17560707f2fc8b7af1dcb465d4eac4021d83f163bf4b9baf71cf0f3243a424823f06d7c0012d2006720ef13e2affd1265ab SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso) = 4ab65abc83d70643938cda3477f3b10fa773a71e1f59486146cf274771fee22292e600415dad94a5674c51b32182b03c4ad052113c6431b28ddb5803733a2000 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso.xz) = 213a1ded1d6ef8e7eeacf647926ec82eb26ede786044c32ff12b02985cd6b4672aa893949df9296c63494fd5a0e7ca1990d294e30277c9ca2242a4ebd1b8c33e SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img) = 3c9191f287b6819d6bf8906ea1b3fe833c03b494344beeea7d0e920143c09a39ecab03a7f14109c75e87eb4500d05618b75d159bab5ffcc83af98749da2f10e8 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img.xz) = 23acfae79f1d23ad77d20c91568decfd47a9b5c74f038e4b8a1d95e7fe1da3a917d5e0056d9f956f1919c4ed956c9296be97509c3152694e69d04b6e6acc9b5e SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img) = a6ca4e1166280f34a1c38c65872cdfbf333bd0e9f8f5be1a44f1545512acae206f855804adb4db2a28f7b72905dbe319e6cdcde603af91967f6daf24c655850e SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img.xz) = 52f81fc39a02211feca4769bdda5679e216d32f9e349f463259191a19a284eaf0ee40748de3a1edcdb59f24d9af40436d6ba36de23ac4b234bae48b480886413 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso) = 8c58faf15b335d0b8e0bb085f54f2e1bcb3b9dbfd93089925cf4113a82fdf103 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso.xz) = 83865d54f9f20d1dba2ae7da53b514a4a4e391df2d27ec7864f84a1d12371376 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso) = 0339c050b0ea4392274fb377a2433c13dbe5a97f13eba4bfde74e4dd312f08e8 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso.xz) = 87dbeac7c5dff4bf0cbb8831b9db78e6517994747a011d1e7fc9c5d2c1bbb71e SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img) = ae6dd847b8a2bc59fa0e652a70b3d58aeaca76fb334bb691a8fb25da9e8dbc20 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img.xz) = caaabfcf754fbf07503a91b7b507b20e63f7965ac308ff97b7058e5669e971b6 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img) = 44051d8ef4f0c1471d3b9d3021dbb12e81863de8f972c7a1136dfefbec5fdaef SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img.xz) = e3c01330c293164482615d7c3d399f2ea7ce751f2dd66fcbe5b32821956ea6a4 o 13.0-CURRENT powerpcspe MPC85XXSPE: SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso) = 84fa296a3307d78addf12b5166aa5a46b07d5e148f9b087915044892c6df2a29673e8cc7ed7a4be7d9263f7e47ba018914786b6f2ff59dfdc4d08477951913a2 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso.xz) = 69f3873196541f5ea98fb8130f9fa2d1f6587b1989c2bc06c710fd4ae1ea143a0faeea6e760e25c55c3ce30f5eea1898cb60696c45977694b8c145ab4a930e56 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso) = fda23ce6f3d01c7c491970ac16668ff400083b0a8d72cf0cde4e96a07cc8d3e964ee0446580faebb9611046470155436d3d2cf6c824802cd7d3ae65167bcdfb2 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso.xz) = 54f825aa72b5c26275e08056aed76d40808e4d8162ca29ec97a1a8658a3037ecf2149173c0420e6eb93e59b5e375bae69483ddf86aa81736dffd7ead882ac5dd SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img) = 4a38f3154ff5ddf64931898eb7ff7e6efd43de3d45553522c268f29f1fe627c26c450a16f97716091e7312226ffc29ca42b7a3ad422b26cc4216c32ed580630a SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img.xz) = 28a780f5805c76a1d613ec36a6120e29381eb33f4ef03f9612122b797687abd2bd1aa22b5e819bb8e011a6ea1b005af20f4b68640c2f1dd32857aeda4e3a8719 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img) = b93d5c96f52313148f030db7587370aff4450ebbf0c136cfab71afd0e0ef6edf7bcaccefbb859a971a09acab9006c1017ec89e045e9cedc713583f88718b9964 SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img.xz) = b1f1a930a02535146a10260a6d65f0fddafa851ea891888181e6b767fe2c38c22f3b0fa22154db5c83253368bb9a181cedc5fcea0d9ae7e5cdb0e1b1cc6f7a13 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso) = 031e63be19bae38c77b9b8a08c3175137a482718d2f9e46c27e58dc95e01448a SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso.xz) = 6dad638adc0f221372eb7d64edf35bdce4e84c7274d8bc8c8266f0910290f8b6 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso) = fe9786e025f8b30e7bcbd5681ffa54a200ad1a455af48257253f59882c688d16 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso.xz) = 110f44344c7549154ddfa38395a407b9a31668660d013421517fe81e419aa2bd SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img) = a93e91f93f47c0ccf07c5ffc9199b6354f84233505f4e819980a47337ff15363 SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img.xz) = fbc9ad9e3d6bed2a2d8d8f3325d3d4b17ba97e3c6e52b04eced11096d8234b7e SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img) = 303b7f23a37f9faf158056af6f661752b04fb0288276427674432628e26d918c SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img.xz) = a4a9ac87993c2843931cd8f0de1c54b428c1507e1ed18d3f247b5d1e358cc8f5 o 13.0-CURRENT aarch64 GENERIC: SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img) = e18bd7cabe84d26d900bdd55bfefecaf7c1ce3bca70e555bdd809b01e7aa2aedeab149d282dba35bf19f96aa7ed31932d2454307ac9f2de43a5b6fa136d49dcd SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img.xz) = 899b0579cd305b43cadd1e37e75d95e2b2089ea7d1caa95744ca5dca2fc592306b4c97c148a971205394c8f5d2a3ed8d70e47c795ce91bd48ca3be7bd99ef3bb SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img) = 4e89a4a1f6847de65e1eed90237dee709272fd11d3d4f18f84c61e3b6ac1208dba67b721eebe4442ade8266a781643b1467125586f4184a6b0405cfe8d0ec8a7 SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img.xz) = dddace9cbb8f1563fce49f2c3eb3fda165e0cc372a65d31a7e9e28216d8e6a90b4f88d4495360ab4b10271acaf6492adfb0b3fe1d0dbb6b55cff2a75e13fbc32 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img) = 44c59785b06293d9639c3ce3c8344397debdd07adea57a8b350f74ebcbcf2ae9 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img.xz) = 5c3e461e36f3bd5c3f2ea9fc6e7375e1dd04c1569f38463d1efffc23076222b9 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img) = 1f40b712961990de4f92cb1ee9e8d411ca806ab6f7405d82ac81b4449f954cf8 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img.xz) = 47e675cedde17d74fad6a637dc1725de7f83a13474257520f38f80349d3f0357 == VM IMAGE CHECKSUMS == o 13.0-CURRENT amd64: SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.qcow2.xz) = 2f947532f551f710220f41baf7c8d7aac9155f6755deb312fe192b1f8678ae126975269e4245ddefde8731ead704d0df181f49b78afc6e71590fc8bc335610ce SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.raw.xz) = 0715715ba9cc1f2b930af04d2db37d24c72b45b6a47e4de64a3b6d4e7ee73a2a3b97331363821188c0c344cee5d3744ab3156e5b69bac0e98fb7499ec17d2bd3 SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vhd.xz) = 6d1c01902c0a2c34125147fe35b59470ab0a66d1643d9384ced58deee7601012ebae669b9f594dea1725da847ea04d3b4de9008d5bef89f12b634935e960149a SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vmdk.xz) = 41b7a026d1ee6b13a62cbf585d723e4b1a867bee550e76356ec35a432d357d0348150e61aaebc453fd908baef0c3ff7a4adc3d7f0a4f572a5e897dc55a235a1f SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.qcow2.xz) = b73e6beb2bc8f9ef61cacc9fc0f0f6f95fb531c0d705f1e6789cd34d95a13ede SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.raw.xz) = de32475e162fc25df224a564c7a679a8e1f95b429f247b7806e07c1e1886d841 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vhd.xz) = cdbf1fe3ec3ca31213e0c5d3816a73a6e83d1acc2b1f47472cf93b1e4c166eb1 SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vmdk.xz) = 47c2ab7beb670178d1ef537be3d6a3fe082475749c40e5f6a19479db329f4e75 o 13.0-CURRENT i386: SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.qcow2.xz) = ecd6f92961ba22c9f8abf4dc0d9049eda814a89cd5dcb76ec0b2b2a587087e9b314e2e7a3a66be7c1ccfc72f036d0c12fab5776f94a5074777963bf6904c6310 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.raw.xz) = 16b7b2746fb5dd00a04527a9741ed32ed09ddf3acff27dbf712503fd27bcfa92d020999e93040690b0d1618647e00af72687a387560ffa76a70895ea9ce16e61 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vhd.xz) = d0dfc43b99987540837977722b0525867c1e2a724de29e9a7e99e9a0e731091ac7f8b9fa391a306290b83f4ecd5ac2f4b7e8ca065f5b359c8c7d5b55279cb637 SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vmdk.xz) = bd08a356b4d8cd93815a68b1b572d9b3930264f68608a71c085037ee94bb50f1c9733e50c185d996c4480001f03533410229ad443c7f24d3da655ff2b3ebe062 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.qcow2.xz) = 19ebe05527887c1bd77a0f64f71849e559cfcf4b598af02e7a275be44bd43df5 SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.raw.xz) = 330962c111dca2eee00cc74947d0c6c17f0e0100b8691f4e3bab5816d531b11b SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vhd.xz) = 8c927c800f9063fbfa7b0cc29d2d45ba7d57490edf566ae75fd7b1200e423c2f SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vmdk.xz) = 048eeacc8bfbd609a87a09f65907d78bb73969e94213c28a0591eca850d45ff1 o 13.0-CURRENT aarch64: SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.qcow2.xz) = 27271c817add01cc08cad66dbf534e8de01fd9a048de93c3778e63e8097f7417de3772f4740346520b56a07733c5fe5984282b25af70d66f10c6e4006fd8528a SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.raw.xz) = 5ea379e64d534468033a84b62d1696f715843073cb25ef34d7cdc0b2bd459e90325c77f270b0546d39589aa08108cb1a5622a856992f33e41ea7f882fda9c33a SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vhd.xz) = d86bfa42b8f6adcfe8e5377312d7a918bbd713ecc2a273bc7b35423709ba9b680fc2b4270c322920e690cbbde9f63eae7cc1d905ca956c9a18fc10bec7441803 SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vmdk.xz) = d72ea26a292613a1481da39e5afae4a20cb9731b4c0e99b5ef41ee3b5e4bbecdec46342f3481d175cb6222a4873fa81db3b9c6f0cf8b2bc06d158a67dd3386e2 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.qcow2.xz) = 4caacd5bf858bbf2fd346963af103c06f9abb9cfa5b1f7e0cd5a9b9763d7ee58 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.raw.xz) = 7ac321d23dd3280b7ea5c72730b6f5586027bb709365663258e7154e47071e50 SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vhd.xz) = cb9849e4c832d04cc6235cb42619a30ad0705aa012949e3658a5ae3d97a05ece SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vmdk.xz) = 198cbd12b5143d45af7702a43fa76f0003a036d8bb79466fba77bf8309913f4a Regards, Glen Love FreeBSD? Support this and future releases with a donation to the FreeBSD Foundation! https://www.freebsdfoundation.org/donate/ -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAl9RBZUACgkQAxRYpUeP 4pMLBg/9EHxM0cnCo80mXhguMQWaWvhPUH+ZaGgAfYda5i/MK9O28Ni7FcURsBK+ E0OzQYFre26xfHfDNWj8s2PMJGx/Vs45yuXVXsRPno6idZjdCEpmifeHuvdeuAhs AfgA7wWdBKSTgZHVXgfsKwhZarbaAAD3n4qA1rGQWHp2eYvza7KlciJzWNDfecUZ x1T+TAiGY1/UG/QD3bCLM/cFkhshAbLaxDiT5L9BAi/YsbGwBie2UaXhtWLQdlWy A+dDGw+PNJwPzV7gWZ3o1k8qv9/j25fFClKQO0SZFlq73j/+hEziYvkL9q1+cin/ R+3KkAO+hjCfyLZefqK/ox2yWT2tTxNuf5UX+iTFYEbPWZNy+6XsEbaLG2Uy/bz4 lv3LnhPTXFGNJLEDRiVwaBR8l+8FvsXblu4GtW3gI2eH6h8zX3RRq+g+NKKvz/gs wuosAJziJajTv4JWjf+HV8T4RmgU2LEiPUCZXvtkIsw59kueRucNiaU3J86iRHzG 4AE30G12zYMHXDEE9vlZsFCNRfHDjBqjABSPrui+x1IMHRMlj9ixyMr7xp6klTun nuZJ+5DS4bDh7lfG9Y5dKMYb5kFMBKeGHTZ830ovWEd39YD9bbO+uLJO7pbT3Zch 6NQ670ogcJ8TAzUbjuFZ1EBnPfjqDkpg9jtQFDSGllF8UNsTI4E= =x/JX -----END PGP SIGNATURE----- From owner-freebsd-current@freebsd.org Thu Sep 3 15:18:28 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 A37FD3C14E9; Thu, 3 Sep 2020 15:18:28 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj4Fb6Hz1z4ZDY; Thu, 3 Sep 2020 15:18:27 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: by sdaoden.eu (Postfix, from userid 1000) id 873F816057; Thu, 3 Sep 2020 17:18:25 +0200 (CEST) Date: Thu, 03 Sep 2020 17:18:25 +0200 From: Steffen Nurpmeso To: Renato Botelho Cc: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200903151825.G_Rv9%steffen@sdaoden.eu> In-Reply-To: References: <20200902232044.gcCl2%steffen@sdaoden.eu> Mail-Followup-To: Renato Botelho , Ed Maste , FreeBSD Current , freebsd-git@freebsd.org User-Agent: s-nail v14.9.19-124-g67be92a3 OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. X-Rspamd-Queue-Id: 4Bj4Fb6Hz1z4ZDY X-Spamd-Bar: - X-Spamd-Result: default: False [-1.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.93)[-0.926]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+a]; DMARC_NA(0.00)[sdaoden.eu]; NEURAL_HAM_LONG(-0.95)[-0.955]; NEURAL_HAM_SHORT(-0.52)[-0.522]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15987, ipnet:217.144.128.0/20, country:DE]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 15:18:28 -0000 Renato Botelho wrote in : |On 02/09/20 20:20, Steffen Nurpmeso wrote: |> Ed Maste wrote in |> : |> |> I tried simply updating my github clone by switching |> |> url = https://cgit-beta.freebsd.org/src.git |> #url = https://github.com/freebsd/freebsd.git |> |> and whereas ls-remote worked fine fetch -v --dry-run aborted as |> well as normal fetch, after dumping dozens of POSTs |> |> POST git-upload-pack (gzip 1472 to 804 bytes) |> ... |> POST git-upload-pack (gzip 976722 to 483608 bytes) |> POST git-upload-pack (chunked) |> error: RPC failed; HTTP 413 curl 22 The requested URL returned \ |> error: 413 |> fatal: the remote end hung up unexpectedly |> |> Maybe clone from scratch instead, but mysterious it is? |> Good night, and Ciao from Germany, | |github and cgit-beta repositories are not the same. Commit hashes won't |match so you cannot simply change the URL. Yes i know that, but most of the blobs are of course the same, no? The same files. All that is new are likely the notes and commit objects, even the directory tree objects could often be the same, but i do not know, also because i do not have the new data yet. (But it is 100% that i will not actually inspect this deeply.) Maybe they should split in cgit. and scm. (or .git) and use the git-http-backend for clones on scm. (or .git) and then redirect some requests, this works fine for years: url.redirect = ( "^.*/([^/]+\.git/objects/.*)" => "https://???/scm/$1", "^.*/([^/]+\.git/info/refs\?service.*)" => "https://????/scm/$1" ) I mean i really like saving some download that would go over thousands of kilometres for absolutely nothing. And i think it would be cool if all the many people which clone the github repo just update to the finally landed freebsd.org instance. --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) From owner-freebsd-current@freebsd.org Thu Sep 3 15:34:02 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 EBDCF3C1931; Thu, 3 Sep 2020 15:34:02 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (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 (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj4bY4kBzz4bMy; Thu, 3 Sep 2020 15:34:01 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from skull.home.blih.net (lfbn-idf2-1-1138-237.w90-92.abo.wanadoo.fr [90.92.20.237]) by mx.blih.net (OpenSMTPD) with ESMTPSA id 80c1b632 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Thu, 3 Sep 2020 15:33:54 +0000 (UTC) Date: Thu, 3 Sep 2020 17:33:54 +0200 From: Emmanuel Vadot To: Glen Barber Cc: freebsd-snapshots@freebsd.org, freebsd-current@freebsd.org, freebsd-git@freebsd.org Subject: Re: New FreeBSD snapshots available: main (20200903 c122cf32f2a) Message-Id: <20200903173354.33e97d36921d22506f58934b@bidouilliste.com> In-Reply-To: <20200903150245.GS61041@FreeBSD.org> References: <20200903150245.GS61041@FreeBSD.org> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd13.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bj4bY4kBzz4bMy X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.21 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[bidouilliste.com:s=mx]; FREEFALL_USER(0.00)[manu]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; R_SPF_ALLOW(-0.20)[+mx]; ARC_NA(0.00)[]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; NEURAL_HAM_LONG(-0.99)[-0.986]; NEURAL_HAM_MEDIUM(-0.97)[-0.971]; DKIM_TRACE(0.00)[bidouilliste.com:+]; DMARC_POLICY_ALLOW(-0.50)[bidouilliste.com,none]; NEURAL_HAM_SHORT(-0.75)[-0.754]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-snapshots,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 15:34:03 -0000 Hello, On Thu, 3 Sep 2020 15:02:45 +0000 Glen Barber wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > New FreeBSD development branch installation ISOs and virtual machine > disk images have been uploaded to the FreeBSD Project mirrors. > > NOTE: These are the first snapshots built from the FreeBSD Git sources. > Also note: The armv6 and armv7 builds failed, and the cause is being > investigated. There is also no embbeded aarch64 image (pine64* rpi3 etc ...), do you have more info ? Thanks, > As with any development branch, the installation snapshots are not > intended for use on production systems. We do, however, encourage > testing on non-production systems as much as possible. > > Please also consider installing the sysutils/panicmail port, which can > help in providing FreeBSD developers the necessary information regarding > system crashes. > > Checksums for the installation ISOs and the VM disk images follow at > the end of this email. > > === Installation ISOs === > > Installation images are available for: > > o 13.0-CURRENT amd64 GENERIC > o 13.0-CURRENT i386 GENERIC > o 13.0-CURRENT powerpc GENERIC > o 13.0-CURRENT powerpc64 GENERIC64 > o 13.0-CURRENT powerpcspe MPC85XXSPE > o 13.0-CURRENT aarch64 GENERIC > > Snapshots may be downloaded from the corresponding architecture > directory from: > > https://download.freebsd.org/ftp/snapshots/ISO-IMAGES/ > > Please be patient if your local mirror has not yet caught up with the > changes. > > Problems, bug reports, or regression reports should be reported through > the Bugzilla PR system or the appropriate mailing list such as -current@ > or -stable@ . > > === Virtual Machine Disk Images === > > VM disk images are available for the following architectures: > > o 13.0-CURRENT amd64 > o 13.0-CURRENT i386 > o 13.0-CURRENT aarch64 > > Disk images may be downloaded from the following URL (or any of the > FreeBSD Project mirrors): > > https://download.freebsd.org/ftp/snapshots/VM-IMAGES/ > > Images are available in the following disk image formats: > > ~ RAW > ~ QCOW2 (qemu) > ~ VMDK (qemu, VirtualBox, VMWare) > ~ VHD (qemu, xen) > > The partition layout is: > > ~ 512k - freebsd-boot GPT partition type (bootfs GPT label) > ~ 1GB - freebsd-swap GPT partition type (swapfs GPT label) > ~ 24GB - freebsd-ufs GPT partition type (rootfs GPT label) > > Note regarding arm64/aarch64 virtual machine images: a modified QEMU EFI > loader file is needed for qemu-system-aarch64 to be able to boot the > virtual machine images. See this page for more information: > > https://wiki.freebsd.org/arm64/QEMU > > To boot the VM image, run: > > % qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ > -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ > -drive if=none,file=VMDISK,id=hd0 \ > -device virtio-blk-device,drive=hd0 \ > -device virtio-net-device,netdev=net0 \ > -netdev user,id=net0 > > Be sure to replace "VMDISK" with the path to the virtual machine image. > > === Amazon EC2 AMI Images === > > FreeBSD/amd64 EC2 AMIs are available in the following regions: > > af-south-1 region: ami-08c85df99f131c41e > eu-north-1 region: ami-092fee473b57ce293 > ap-south-1 region: ami-0f164c2f77d17c733 > eu-west-3 region: ami-0c76f6b53f6785c66 > eu-west-2 region: ami-029e99eecce2dccd7 > eu-south-1 region: ami-0631457525932e458 > eu-west-1 region: ami-052c5e4b4db76c3fb > ap-northeast-2 region: ami-03ca41a3cd4d23104 > me-south-1 region: ami-05cb623a383daf32f > ap-northeast-1 region: ami-06542baa9c54e8f57 > sa-east-1 region: ami-0b23146320070808d > ca-central-1 region: ami-0775c8ea1d4c51202 > ap-east-1 region: ami-0936d677fddabc97a > ap-southeast-1 region: ami-05e8f51cac90600cb > ap-southeast-2 region: ami-0f7682c07043d35b2 > eu-central-1 region: ami-0c18f8b05b7cf56ff > us-east-1 region: ami-0a95c17e40e205461 > us-east-2 region: ami-0df13af87e013a831 > us-west-1 region: ami-05a2ad30864e0a1f7 > us-west-2 region: ami-086dac6ecc576e960 > > FreeBSD/aarch64 EC2 AMIs are available in the following regions: > > af-south-1 region: ami-073a95521080cd18a > eu-north-1 region: ami-0c3fd8908dbb8d2d5 > ap-south-1 region: ami-05594776938632a06 > eu-west-3 region: ami-09f042df7c4285573 > eu-west-2 region: ami-05940e5f4a220a528 > eu-south-1 region: ami-02963fa721e775744 > eu-west-1 region: ami-0f70514fd820b09cd > ap-northeast-2 region: ami-03211c36231fe7bae > me-south-1 region: ami-0d9711b19def01556 > ap-northeast-1 region: ami-08c8af0923a2ec4f4 > sa-east-1 region: ami-0405529811b49b9c2 > ca-central-1 region: ami-0d2cdbbb55b331683 > ap-east-1 region: ami-062a657fbd373cc97 > ap-southeast-1 region: ami-0c4f30d508c70f510 > ap-southeast-2 region: ami-00abe4775d151fb72 > eu-central-1 region: ami-030dc94d2caf60616 > us-east-1 region: ami-0035735483d37330c > us-east-2 region: ami-01fc78890c9d8cf9d > us-west-1 region: ami-014662c19db8b8287 > us-west-2 region: ami-07f9261cecfeaf8f1 > > === Vagrant Images === > > FreeBSD/amd64 images are available on the Hashicorp Atlas site for the > VMWare Desktop and VirtualBox providers, and can be installed by > running: > > % vagrant init freebsd/FreeBSD-13.0-CURRENT > % vagrant up > > == ISO CHECKSUMS == > > o 13.0-CURRENT amd64 GENERIC: > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso) = 2361315c75a8d60fcdc57c730192badd830529a0a7384ff5d23954e2c09593633872132981c0afac8b15120b3e1c0f9df93b4e01434b74fa288e35812c322330 > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso.xz) = 53349b129ad799e955d1d90ba465280795b656452dd12d46fbb1465f5ea564583d0e5c042407d30418e5602347b119d9e08d2b1a6b688d69484359d5562820e8 > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso) = 22f92520c7cd3f794e3c69a0b07fe29dd581c81306650b7ca66358e55c22a3a43a3af4f24b612cb96522ce16320b7d252380598744178ae3863f571edf2580cb > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso.xz) = 26e587bc66b93e438ff9541c19436cfece0d213043a9b34f824cd618e65ab456dae430dacbda7a952a4892190d85218b9ddef298b7f076208f5ee4a23a8167bc > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img) = a6d7f721f204f65391f472eb3c7f79e96cdccc1d767eb0faf6edda4967b6a5fbdf07effaf78c5646ea6b18e6fd0b812f92cd53933764c1b79e84b5e9bf45ea13 > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img.xz) = f03adcf6039ed827876ffb1f914c2d4a145fbb82475aa5fef9f381240678523f9d45b14775f0a1d448b195dfd88e1d071fdcff1216015c7c3905506fab80fc01 > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img) = fd169b9c048ce907d94e64bafe880cbbf9890531a543f3bbd060179ab1f43c3a6deaa81262ea26f83a75a35bc811ec25550cd73b219e3a32bbc44f3e3dcb2d48 > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img.xz) = 8dbc3f7fbe78667d34418771e182d190a375e10ff15993d9d70eb79141c4907c7425dbfdcdbfc4ce5f6965e3ce0a8a6f703cbddc8fd0cac92b4262dbff62de46 > > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso) = eca24527ba37e4ece01863971fb57dcb3dd62bf806f06495c98dc087e7bda6a9 > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-bootonly.iso.xz) = 190e77a1f7dd66336eb1cc3255451b5a5c2207e9ba2a9ebc8fa9f6f12a918e6c > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso) = 3d233a177304a9904069ad6b32c7207f6fa1d269b54b65c083ac8b7c65247db4 > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-disc1.iso.xz) = 00e5ef9c2f4d7e9bdc76acb03acfcbf14b94a514dc857e0ef6dc9c53ef7860ff > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img) = 8b397b7f7c1e32ab49afd009aa8e51e501713b842c0f3db1e72b308a8c0a9359 > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-memstick.img.xz) = b1301e2a84daea494a17f2d5a0c7674d11ca5b57f0dfa711224730a74436d246 > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img) = 9b9150d382b9f5b4a4cc6b9b04afc880d83c8fdc598cdb5a3282994d8c2dd9ea > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a-mini-memstick.img.xz) = cca83937cb58e392b8f27e763aa373703aadfaed25c7a95cca2f6d916ea122d0 > > > o 13.0-CURRENT i386 GENERIC: > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso) = edfe8d146a23f47816fa5339309729f0612dcd783b2d0a58eb272e4403e3404638646b7843757fc8c44fb094f0cc766241485c57f27155541bc1cc75ad5c0ca0 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso.xz) = 95b81382e0928f0ae0e29024b748c0884599310ba021dca384994f10eb9ac5cfa90d1ee00adfe33c30982e51b9efe5e24ab8a7bdc459a51cd93baaf8ef9b7151 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso) = 162859db7b263916f855f9a5dc22d43a9c42898798e11d5cc699170935d282c95426c12354a149d1aa50e66fdf8bb72caf6c65848e0c311fef76908486a388b7 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso.xz) = 6dca51e88133d652dfe6c5ac45c163676a1eb336f9221c2269f4f364c305578cb53e22775bcdecc1a97bc46663f052492f7ad6543bddc83fedc16a46bc4d7c16 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img) = 96330a17807fe44bf4e51c644ed082bc3f5e771abb3cdf77e59bcb8a37e70f7c97964dba5c6ec1798217f2ec16181745be92a39715c721575a1c2be6daa13435 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img.xz) = 356fac5ea36fa12047a12cef71f02f9d2ee83d4c5cbfe03252c9107b50c451c3b9683e66723a73bbe4de73472905a46b202ac0e8fcaea727e7e6b898694d6f08 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img) = f5d3066abf59ea9218684181258132667d005a8e678bdc33ac0fcee65a564df584fe6783b6dfc938f8ff45e5745cf2bfb9f2518b8f5e94a1dd822976cd4ba447 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img.xz) = e7bc882b159e5c453e37d020dc8c6eb29bd06c718556fc0bff10beda7b06091bcbecdfb7a2c0957d2b448f2fec6af0cc148acca83a90e9bf29d7b8110d3c0687 > > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso) = a27081c821e1b10bcff82a57fdd01f6a9ea420e2b8c0e330c807604869876140 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-bootonly.iso.xz) = ae7effbc495f39db7614a9881cd22a6d685cda5caf6eb74fe59468ca55e9d9f4 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso) = 05342cde2a77a896fe8e34a8b5cf584d61bbd07046295efe916cdb054957c277 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-disc1.iso.xz) = 3899b7b7d9cec5fd0ff51d093f4dd3a8a403e847382493c865473f26db8814a8 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img) = d9e8d98c07a14936bf94787a9825513417593f1610e934858307bde27e8486e0 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-memstick.img.xz) = f7876e9cbedb1381f6d8e201ece31af76177de9662cf4c6a00157e851f35c2ac > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img) = a312b23fd40f6fabdbd2170c021b45573c93e71bf6d5c2f361d276f73cf4da01 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a-mini-memstick.img.xz) = e5cf2b6b02a605f7da5965c1dc3f8e91bf357f1fe4421a555549c4d01de9c24d > > > o 13.0-CURRENT powerpc GENERIC: > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso) = 62e13eaff55c200ca57ff124820001a1703ca93f1455162facf63385bf4841d8c465ce0e6de890b44f8cfe1a705dc5581940911fb50927986135f73b6f6238d9 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso.xz) = 97452fca39a0b294adb97c4a3268cb24a109fd0c700072321b0e147e18d1d6581622dcf55a489c67ec8a8a7c4f9f8b545c56d7aac3e95fbd0f4daa5e39119379 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso) = 3c56a51f964d60d2878bb8c88ec1702455c461e29b9b998f6153894a9bd8dfb75f54bab3bdb6b4edd8882403c76eb82cb2eae595a010a394e5368ce9042682aa > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso.xz) = bb92e7a8aeb8648bfbc36122d1167d33a3d62b52c7a786391c90ae5d746cec054c7767a63cffa0e3b1d34932643dad7f91988497e4b9244c5e768f137febaebf > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img) = 13af46f746ce4dbb7f26bcc1f998f8e501ee2628a03fd734d88200f742faa64764f2d8f9aeef29eb8c1236f0f426ea3141344d3b2002e394bbbfed8865b11c1a > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img.xz) = 20ed8ba4f96b2f900bdcf8eb08df9363749e9334fc23f1a33caa5b35ace93a5a888b2bd6dac74808ae3dc7bcbfd79e79723c01ebf6117381f83ad61fa6816153 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img) = 9f9c760ba7867e569de46deec6720dacfeaad05f1384e996f5f561332ffb57d7ca44043d918125f97654aac748fad9bf0b04b15ba9ef6ea8ef264dbcdf1d3eeb > SHA512 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img.xz) = 64641fbb6c459d81db714a2f42bde86e670d4892d46fac0b981aa5dfbd082436ff5ae280f5f95cc634b64fd7509b20ceb06d335ed65ffd72c28b971d964ae505 > > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso) = f80cae996b05c34cca3be44fa136b5bd263028714913b196d8cd49f079f8ce2e > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-bootonly.iso.xz) = 0fc3a9b528aba21300984d05ea183faec1f359dac633ac48514a372822134dcc > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso) = 9c45daee7c5a482847a5da72158255762009a3a2e7db11be4bc988994a070cb6 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-disc1.iso.xz) = e9a4bd1e19d8ec31122b814d06c144d15e7c20e1905aa5b552073f7f9a940b50 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img) = 4d40b035279c6f699aa4aa96ff63c4174be31df258ace2648ec6b7fb35bfa503 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-memstick.img.xz) = f8fcc929f821f0723bcca57f1c0236ab44e17934a7aff881b5fdef0b2f049c72 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img) = 9979f1c0895abc51290747ab970c84418a481eaa92a31080c37492e2b6e3f3ce > SHA256 (FreeBSD-13.0-CURRENT-powerpc-20200903-c122cf32f2a-mini-memstick.img.xz) = 9fbdb3b78fcb8f0ed3ccef3b2c55d879b5c0ab6b9aa2dfbb17d85e030f9acb1e > > > o 13.0-CURRENT powerpc64 GENERIC64: > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso) = 6b272266ffe99922fa7609e7ff1d4d3092026a8e84a86e36b5f4071eb53a486f0d023aff0674971528fa282a83a4c27c52a96c2beee0a559e1c4ea6756219ff7 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso.xz) = 477aa14bed3c007cc6f3f3aaf8c7b17560707f2fc8b7af1dcb465d4eac4021d83f163bf4b9baf71cf0f3243a424823f06d7c0012d2006720ef13e2affd1265ab > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso) = 4ab65abc83d70643938cda3477f3b10fa773a71e1f59486146cf274771fee22292e600415dad94a5674c51b32182b03c4ad052113c6431b28ddb5803733a2000 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso.xz) = 213a1ded1d6ef8e7eeacf647926ec82eb26ede786044c32ff12b02985cd6b4672aa893949df9296c63494fd5a0e7ca1990d294e30277c9ca2242a4ebd1b8c33e > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img) = 3c9191f287b6819d6bf8906ea1b3fe833c03b494344beeea7d0e920143c09a39ecab03a7f14109c75e87eb4500d05618b75d159bab5ffcc83af98749da2f10e8 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img.xz) = 23acfae79f1d23ad77d20c91568decfd47a9b5c74f038e4b8a1d95e7fe1da3a917d5e0056d9f956f1919c4ed956c9296be97509c3152694e69d04b6e6acc9b5e > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img) = a6ca4e1166280f34a1c38c65872cdfbf333bd0e9f8f5be1a44f1545512acae206f855804adb4db2a28f7b72905dbe319e6cdcde603af91967f6daf24c655850e > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img.xz) = 52f81fc39a02211feca4769bdda5679e216d32f9e349f463259191a19a284eaf0ee40748de3a1edcdb59f24d9af40436d6ba36de23ac4b234bae48b480886413 > > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso) = 8c58faf15b335d0b8e0bb085f54f2e1bcb3b9dbfd93089925cf4113a82fdf103 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-bootonly.iso.xz) = 83865d54f9f20d1dba2ae7da53b514a4a4e391df2d27ec7864f84a1d12371376 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso) = 0339c050b0ea4392274fb377a2433c13dbe5a97f13eba4bfde74e4dd312f08e8 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-disc1.iso.xz) = 87dbeac7c5dff4bf0cbb8831b9db78e6517994747a011d1e7fc9c5d2c1bbb71e > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img) = ae6dd847b8a2bc59fa0e652a70b3d58aeaca76fb334bb691a8fb25da9e8dbc20 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-memstick.img.xz) = caaabfcf754fbf07503a91b7b507b20e63f7965ac308ff97b7058e5669e971b6 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img) = 44051d8ef4f0c1471d3b9d3021dbb12e81863de8f972c7a1136dfefbec5fdaef > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpc64-20200903-c122cf32f2a-mini-memstick.img.xz) = e3c01330c293164482615d7c3d399f2ea7ce751f2dd66fcbe5b32821956ea6a4 > > > o 13.0-CURRENT powerpcspe MPC85XXSPE: > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso) = 84fa296a3307d78addf12b5166aa5a46b07d5e148f9b087915044892c6df2a29673e8cc7ed7a4be7d9263f7e47ba018914786b6f2ff59dfdc4d08477951913a2 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso.xz) = 69f3873196541f5ea98fb8130f9fa2d1f6587b1989c2bc06c710fd4ae1ea143a0faeea6e760e25c55c3ce30f5eea1898cb60696c45977694b8c145ab4a930e56 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso) = fda23ce6f3d01c7c491970ac16668ff400083b0a8d72cf0cde4e96a07cc8d3e964ee0446580faebb9611046470155436d3d2cf6c824802cd7d3ae65167bcdfb2 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso.xz) = 54f825aa72b5c26275e08056aed76d40808e4d8162ca29ec97a1a8658a3037ecf2149173c0420e6eb93e59b5e375bae69483ddf86aa81736dffd7ead882ac5dd > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img) = 4a38f3154ff5ddf64931898eb7ff7e6efd43de3d45553522c268f29f1fe627c26c450a16f97716091e7312226ffc29ca42b7a3ad422b26cc4216c32ed580630a > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img.xz) = 28a780f5805c76a1d613ec36a6120e29381eb33f4ef03f9612122b797687abd2bd1aa22b5e819bb8e011a6ea1b005af20f4b68640c2f1dd32857aeda4e3a8719 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img) = b93d5c96f52313148f030db7587370aff4450ebbf0c136cfab71afd0e0ef6edf7bcaccefbb859a971a09acab9006c1017ec89e045e9cedc713583f88718b9964 > SHA512 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img.xz) = b1f1a930a02535146a10260a6d65f0fddafa851ea891888181e6b767fe2c38c22f3b0fa22154db5c83253368bb9a181cedc5fcea0d9ae7e5cdb0e1b1cc6f7a13 > > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso) = 031e63be19bae38c77b9b8a08c3175137a482718d2f9e46c27e58dc95e01448a > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-bootonly.iso.xz) = 6dad638adc0f221372eb7d64edf35bdce4e84c7274d8bc8c8266f0910290f8b6 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso) = fe9786e025f8b30e7bcbd5681ffa54a200ad1a455af48257253f59882c688d16 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-disc1.iso.xz) = 110f44344c7549154ddfa38395a407b9a31668660d013421517fe81e419aa2bd > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img) = a93e91f93f47c0ccf07c5ffc9199b6354f84233505f4e819980a47337ff15363 > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-memstick.img.xz) = fbc9ad9e3d6bed2a2d8d8f3325d3d4b17ba97e3c6e52b04eced11096d8234b7e > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img) = 303b7f23a37f9faf158056af6f661752b04fb0288276427674432628e26d918c > SHA256 (FreeBSD-13.0-CURRENT-powerpc-powerpcspe-20200903-c122cf32f2a-mini-memstick.img.xz) = a4a9ac87993c2843931cd8f0de1c54b428c1507e1ed18d3f247b5d1e358cc8f5 > > > o 13.0-CURRENT aarch64 GENERIC: > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img) = e18bd7cabe84d26d900bdd55bfefecaf7c1ce3bca70e555bdd809b01e7aa2aedeab149d282dba35bf19f96aa7ed31932d2454307ac9f2de43a5b6fa136d49dcd > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img.xz) = 899b0579cd305b43cadd1e37e75d95e2b2089ea7d1caa95744ca5dca2fc592306b4c97c148a971205394c8f5d2a3ed8d70e47c795ce91bd48ca3be7bd99ef3bb > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img) = 4e89a4a1f6847de65e1eed90237dee709272fd11d3d4f18f84c61e3b6ac1208dba67b721eebe4442ade8266a781643b1467125586f4184a6b0405cfe8d0ec8a7 > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img.xz) = dddace9cbb8f1563fce49f2c3eb3fda165e0cc372a65d31a7e9e28216d8e6a90b4f88d4495360ab4b10271acaf6492adfb0b3fe1d0dbb6b55cff2a75e13fbc32 > > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img) = 44c59785b06293d9639c3ce3c8344397debdd07adea57a8b350f74ebcbcf2ae9 > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-memstick.img.xz) = 5c3e461e36f3bd5c3f2ea9fc6e7375e1dd04c1569f38463d1efffc23076222b9 > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img) = 1f40b712961990de4f92cb1ee9e8d411ca806ab6f7405d82ac81b4449f954cf8 > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a-mini-memstick.img.xz) = 47e675cedde17d74fad6a637dc1725de7f83a13474257520f38f80349d3f0357 > > > == VM IMAGE CHECKSUMS == > > o 13.0-CURRENT amd64: > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.qcow2.xz) = 2f947532f551f710220f41baf7c8d7aac9155f6755deb312fe192b1f8678ae126975269e4245ddefde8731ead704d0df181f49b78afc6e71590fc8bc335610ce > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.raw.xz) = 0715715ba9cc1f2b930af04d2db37d24c72b45b6a47e4de64a3b6d4e7ee73a2a3b97331363821188c0c344cee5d3744ab3156e5b69bac0e98fb7499ec17d2bd3 > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vhd.xz) = 6d1c01902c0a2c34125147fe35b59470ab0a66d1643d9384ced58deee7601012ebae669b9f594dea1725da847ea04d3b4de9008d5bef89f12b634935e960149a > SHA512 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vmdk.xz) = 41b7a026d1ee6b13a62cbf585d723e4b1a867bee550e76356ec35a432d357d0348150e61aaebc453fd908baef0c3ff7a4adc3d7f0a4f572a5e897dc55a235a1f > > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.qcow2.xz) = b73e6beb2bc8f9ef61cacc9fc0f0f6f95fb531c0d705f1e6789cd34d95a13ede > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.raw.xz) = de32475e162fc25df224a564c7a679a8e1f95b429f247b7806e07c1e1886d841 > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vhd.xz) = cdbf1fe3ec3ca31213e0c5d3816a73a6e83d1acc2b1f47472cf93b1e4c166eb1 > SHA256 (FreeBSD-13.0-CURRENT-amd64-20200903-c122cf32f2a.vmdk.xz) = 47c2ab7beb670178d1ef537be3d6a3fe082475749c40e5f6a19479db329f4e75 > > > o 13.0-CURRENT i386: > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.qcow2.xz) = ecd6f92961ba22c9f8abf4dc0d9049eda814a89cd5dcb76ec0b2b2a587087e9b314e2e7a3a66be7c1ccfc72f036d0c12fab5776f94a5074777963bf6904c6310 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.raw.xz) = 16b7b2746fb5dd00a04527a9741ed32ed09ddf3acff27dbf712503fd27bcfa92d020999e93040690b0d1618647e00af72687a387560ffa76a70895ea9ce16e61 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vhd.xz) = d0dfc43b99987540837977722b0525867c1e2a724de29e9a7e99e9a0e731091ac7f8b9fa391a306290b83f4ecd5ac2f4b7e8ca065f5b359c8c7d5b55279cb637 > SHA512 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vmdk.xz) = bd08a356b4d8cd93815a68b1b572d9b3930264f68608a71c085037ee94bb50f1c9733e50c185d996c4480001f03533410229ad443c7f24d3da655ff2b3ebe062 > > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.qcow2.xz) = 19ebe05527887c1bd77a0f64f71849e559cfcf4b598af02e7a275be44bd43df5 > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.raw.xz) = 330962c111dca2eee00cc74947d0c6c17f0e0100b8691f4e3bab5816d531b11b > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vhd.xz) = 8c927c800f9063fbfa7b0cc29d2d45ba7d57490edf566ae75fd7b1200e423c2f > SHA256 (FreeBSD-13.0-CURRENT-i386-20200903-c122cf32f2a.vmdk.xz) = 048eeacc8bfbd609a87a09f65907d78bb73969e94213c28a0591eca850d45ff1 > > > o 13.0-CURRENT aarch64: > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.qcow2.xz) = 27271c817add01cc08cad66dbf534e8de01fd9a048de93c3778e63e8097f7417de3772f4740346520b56a07733c5fe5984282b25af70d66f10c6e4006fd8528a > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.raw.xz) = 5ea379e64d534468033a84b62d1696f715843073cb25ef34d7cdc0b2bd459e90325c77f270b0546d39589aa08108cb1a5622a856992f33e41ea7f882fda9c33a > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vhd.xz) = d86bfa42b8f6adcfe8e5377312d7a918bbd713ecc2a273bc7b35423709ba9b680fc2b4270c322920e690cbbde9f63eae7cc1d905ca956c9a18fc10bec7441803 > SHA512 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vmdk.xz) = d72ea26a292613a1481da39e5afae4a20cb9731b4c0e99b5ef41ee3b5e4bbecdec46342f3481d175cb6222a4873fa81db3b9c6f0cf8b2bc06d158a67dd3386e2 > > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.qcow2.xz) = 4caacd5bf858bbf2fd346963af103c06f9abb9cfa5b1f7e0cd5a9b9763d7ee58 > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.raw.xz) = 7ac321d23dd3280b7ea5c72730b6f5586027bb709365663258e7154e47071e50 > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vhd.xz) = cb9849e4c832d04cc6235cb42619a30ad0705aa012949e3658a5ae3d97a05ece > SHA256 (FreeBSD-13.0-CURRENT-arm64-aarch64-20200903-c122cf32f2a.vmdk.xz) = 198cbd12b5143d45af7702a43fa76f0003a036d8bb79466fba77bf8309913f4a > > Regards, > > Glen > > Love FreeBSD? Support this and future releases with a donation to > the FreeBSD Foundation! https://www.freebsdfoundation.org/donate/ > > -----BEGIN PGP SIGNATURE----- > > iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAl9RBZUACgkQAxRYpUeP > 4pMLBg/9EHxM0cnCo80mXhguMQWaWvhPUH+ZaGgAfYda5i/MK9O28Ni7FcURsBK+ > E0OzQYFre26xfHfDNWj8s2PMJGx/Vs45yuXVXsRPno6idZjdCEpmifeHuvdeuAhs > AfgA7wWdBKSTgZHVXgfsKwhZarbaAAD3n4qA1rGQWHp2eYvza7KlciJzWNDfecUZ > x1T+TAiGY1/UG/QD3bCLM/cFkhshAbLaxDiT5L9BAi/YsbGwBie2UaXhtWLQdlWy > A+dDGw+PNJwPzV7gWZ3o1k8qv9/j25fFClKQO0SZFlq73j/+hEziYvkL9q1+cin/ > R+3KkAO+hjCfyLZefqK/ox2yWT2tTxNuf5UX+iTFYEbPWZNy+6XsEbaLG2Uy/bz4 > lv3LnhPTXFGNJLEDRiVwaBR8l+8FvsXblu4GtW3gI2eH6h8zX3RRq+g+NKKvz/gs > wuosAJziJajTv4JWjf+HV8T4RmgU2LEiPUCZXvtkIsw59kueRucNiaU3J86iRHzG > 4AE30G12zYMHXDEE9vlZsFCNRfHDjBqjABSPrui+x1IMHRMlj9ixyMr7xp6klTun > nuZJ+5DS4bDh7lfG9Y5dKMYb5kFMBKeGHTZ830ovWEd39YD9bbO+uLJO7pbT3Zch > 6NQ670ogcJ8TAzUbjuFZ1EBnPfjqDkpg9jtQFDSGllF8UNsTI4E= > =x/JX > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" -- Emmanuel Vadot From owner-freebsd-current@freebsd.org Thu Sep 3 15:39:24 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 9BBE03C1E2F for ; Thu, 3 Sep 2020 15:39:24 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from connect.ultra-secure.de (connect.ultra-secure.de [88.198.71.201]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bj4jk6VTYz4bSB; Thu, 3 Sep 2020 15:39:22 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: (Haraka outbound); Thu, 03 Sep 2020 17:37:48 +0200 Received-SPF: SoftFail (connect.ultra-secure.de: domain of ultra-secure.de does not designate 127.0.0.10 as permitted sender) receiver=connect.ultra-secure.de; identity=mailfrom; client-ip=127.0.0.10; helo=connect.ultra-secure.de; envelope-from= Received: from connect.ultra-secure.de (webmail [127.0.0.10]) by connect.ultra-secure.de (Haraka/2.6.2-toaster) with ESMTPSA id 63A27843-54B4-49CC-BDE3-02DF5FD58D4F.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=AES256-SHA verify=NO); Thu, 03 Sep 2020 17:37:41 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 03 Sep 2020 17:37:40 +0200 From: rainer@ultra-secure.de To: Glen Barber Cc: freebsd-current@freebsd.org Subject: Re: New FreeBSD snapshots available: main (20200903 c122cf32f2a) In-Reply-To: <20200903150245.GS61041@FreeBSD.org> References: <20200903150245.GS61041@FreeBSD.org> Message-ID: <194dc1cebaec4ffe3552f1d33db34232@ultra-secure.de> X-Sender: rainer@ultra-secure.de User-Agent: Roundcube Webmail/1.2.0 X-Haraka-GeoIP: --, , NaNkm X-Haraka-GeoIP-Received: X-Haraka-p0f: os="undefined undefined" link_type="undefined" distance=undefined total_conn=undefined shared_ip=Y X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on spamassassin X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=ALL_TRUSTED,BAYES_00, SPF_SOFTFAIL autolearn=no autolearn_force=no version=3.4.1 X-Haraka-Karma: score: 6, good: 1251, bad: 0, connections: 1257, history: 1251, pass:all_good, relaying X-Rspamd-Queue-Id: 4Bj4jk6VTYz4bSB X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.35 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ultra-secure.de]; NEURAL_HAM_LONG(-1.00)[-1.001]; NEURAL_HAM_MEDIUM(-0.97)[-0.970]; NEURAL_HAM_SHORT(-0.18)[-0.181]; RCPT_COUNT_TWO(0.00)[2]; FROM_NO_DN(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.198.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 15:39:24 -0000 Am 2020-09-03 17:02, schrieb Glen Barber: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > New FreeBSD development branch installation ISOs and virtual machine > disk images have been uploaded to the FreeBSD Project mirrors. > === Virtual Machine Disk Images === > > VM disk images are available for the following architectures: > > o 13.0-CURRENT amd64 > o 13.0-CURRENT i386 > o 13.0-CURRENT aarch64 > > Disk images may be downloaded from the following URL (or any of the > FreeBSD Project mirrors): > > https://download.freebsd.org/ftp/snapshots/VM-IMAGES/ > > Images are available in the following disk image formats: > > ~ RAW > ~ QCOW2 (qemu) > ~ VMDK (qemu, VirtualBox, VMWare) > ~ VHD (qemu, xen) > > The partition layout is: > > ~ 512k - freebsd-boot GPT partition type (bootfs GPT label) > ~ 1GB - freebsd-swap GPT partition type (swapfs GPT label) > ~ 24GB - freebsd-ufs GPT partition type (rootfs GPT label) > > Note regarding arm64/aarch64 virtual machine images: a modified QEMU > EFI > loader file is needed for qemu-system-aarch64 to be able to boot the > virtual machine images. See this page for more information: > > https://wiki.freebsd.org/arm64/QEMU > > To boot the VM image, run: > > % qemu-system-aarch64 -m 4096M -cpu cortex-a57 -M virt \ > -bios QEMU_EFI.fd -serial telnet::4444,server -nographic \ > -drive if=none,file=VMDISK,id=hd0 \ > -device virtio-blk-device,drive=hd0 \ > -device virtio-net-device,netdev=net0 \ > -netdev user,id=net0 > Hi, what about adding net/cloud-init to the images so that they can be used out-of-the-box on OpenStack? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238068 Best Regards Rainer From owner-freebsd-current@freebsd.org Thu Sep 3 16:00:54 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 6185E3C2B4A; Thu, 3 Sep 2020 16:00:54 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj5BZ1tRvz4d3l; Thu, 3 Sep 2020 16:00:54 +0000 (UTC) (envelope-from gjb@freebsd.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by freefall.freebsd.org (Postfix) with ESMTPS id B51352786; Thu, 3 Sep 2020 16:00:53 +0000 (UTC) (envelope-from gjb@freebsd.org) Date: Thu, 3 Sep 2020 16:00:51 +0000 From: Glen Barber To: Emmanuel Vadot Cc: freebsd-current@freebsd.org, freebsd-git@freebsd.org Subject: Re: New FreeBSD snapshots available: main (20200903 c122cf32f2a) Message-ID: <20200903160051.GV61041@FreeBSD.org> References: <20200903150245.GS61041@FreeBSD.org> <20200903173354.33e97d36921d22506f58934b@bidouilliste.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="L7gbXl6dnBG3y424" Content-Disposition: inline In-Reply-To: <20200903173354.33e97d36921d22506f58934b@bidouilliste.com> ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599148854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=O3fRVNfFZPb++hFi9aOnQsTTx490fOQRF/CzZ4t58P8=; b=rUDaZMrK0HL4Y3nqPsF0/kKpfUALVhjZtys8Ucwzt+1z0tvE5hsWyV2vB4ewTRe13eG+mi KTqWfNaqysaFcN8mtdVyUbK3Md8UmcEjVaMS/H/aNrRiLOcgYTdkjSpjruj4ioj9uVAd0h hnorYq60+KiKiMDq5IbVBvaEReG0yrx4NtYyUJUHi1UCHdnWhBJy1jAsQFvWMzzj4fniuz telGJjvSTts7kfwfWSxcHZChgQSB5n1BVU7tkpTZ27AF0HqWUqTrt9WMv8LsMwu4/YPfXQ APCCUFSWGAr+++Ir9pcbmkw1t+NZBhoCwVWl+YQl9zHKwGRAhPy+FzEgVmjAYg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599148854; a=rsa-sha256; cv=none; b=nat68vbK2IbCKseY9AQY4acgf+CIZXrMAutuBLeK5OIT3Y5/5G5UIf03BzryoZqusRJTvw oTXB5gnv5M2oX9PnFQcq/yUkRLw3HVejSolIwcsNwcVCXhlM2nYGYLjRutmIKiQvkXCoTm gkf8AsEa6OY9O+CDUlurXTYXjGLdzyhc08eI6Tbsd7tkeLtUOSi/6UAycbywzqNBEeie47 31+0zRLy2jpiwejpFr/xxpVwYfHIE60AcnpO9U6BqZRjDjTlDMHGm4w5hkIsl+kw6Xy5gZ KAoV1U8Hl66mNcYCcaBbCb9AFx6dzxlW6XjxBOf0gjXGSrii6TQnIda12YIhFQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 16:00:54 -0000 --L7gbXl6dnBG3y424 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 03, 2020 at 05:33:54PM +0200, Emmanuel Vadot wrote: >=20 > Hello, >=20 > On Thu, 3 Sep 2020 15:02:45 +0000 > Glen Barber wrote: >=20 > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA256 > >=20 > > New FreeBSD development branch installation ISOs and virtual machine > > disk images have been uploaded to the FreeBSD Project mirrors. > >=20 > > NOTE: These are the first snapshots built from the FreeBSD Git sources. > > Also note: The armv6 and armv7 builds failed, and the cause is being > > investigated. >=20 > There is also no embbeded aarch64 image (pine64* rpi3 etc ...), do you > have more info ? >=20 The ports tree failed to mount within the chroot directory. I think I see why, and am testing a fix now. Glen --L7gbXl6dnBG3y424 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEjRJAPC5sqwhs9k2jAxRYpUeP4pMFAl9REzMACgkQAxRYpUeP 4pOriBAAg7JTdAOvD1Y7ObVQXOLwcVkEsLXBkaIkLY1CaNVYS1EURknXJEdWZl2k KEiWI5Cs4nMUXTTU5UQSTKvkaM7bz+o2RL/Kufhx9WjDq6qeg4PNqtFb4/7gQxhA hAq7Atgvghn+zzK/enYA9ykONNc2KX4SXnpM1IEbu7JBS6sSE6N8+B/yLkGqw4hX t1U9V0rFNruIrRhXp2Vygrp1ub8YYWFD49B39fuzosxqyoj3h47bdTQyhnToupq5 52VAQdGeHvWwXbGaZ8d2Bcqr+f6L8rwLhU4VEv1Kxu463UxjT5QbR9b2z0Utte72 m45ucGLlMRbQAKI64FRRehjPNbQwckYt1f4ci7H+y93ldcxGr7qM+Iq7UvmA4kcD Zw5d9tLjW71gPsFn2CyVqQSDrIattiuPSMN81/y/pTRbQOv4T+Qp4ngbwdmMF0Ic mDPivW8iTczZdXIv7eRmhoOfsXFuxonCB0kMUg+FJ22c+/SZcjliRWbDnTn1cOzP DPx4k7UnmCRonGrQ3WpYphlpDaR+myhhjhjSkajIRz/atN7r+JfyFg15Do4dfr/W 7ME8m9lzoJXsamkeD1APHnLTrGf7URnN4oQcGIZJ1Gro9CtYNYPe+a3GLVOCuZCe xixuyq62jOADt3rLo65o7ZIwoGkUVgw5hbonflq4eAEL1qGWOUQ= =RA/K -----END PGP SIGNATURE----- --L7gbXl6dnBG3y424-- From owner-freebsd-current@freebsd.org Thu Sep 3 17:55:51 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 DAA283C58C2 for ; Thu, 3 Sep 2020 17:55:51 +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 4Bj7lC38W3z3X5r for ; Thu, 3 Sep 2020 17:55:51 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 083HuB4f051674; Thu, 3 Sep 2020 10:56:17 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) MIME-Version: 1.0 Date: Thu, 03 Sep 2020 10:56:11 -0700 From: Chris To: Dan Langille Cc: FreeBSD Current Subject: Re: Plans for git In-Reply-To: <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> User-Agent: UDNSMS/17.0 Message-ID: <0be2ae57d1c58e2091f4cc4484731df0@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: 4Bj7lC38W3z3X5r 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.33 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: Thu, 03 Sep 2020 17:55:51 -0000 I've been wanting to comment on the git(1) ==> svn(1) switch for some time now. I feel quite strongly about it, and rightfully so for many reasons. But _because_ I feel so strongly about it. I've refrained from doing so. So as to speak in an objective manner -- I'm not _quite_ there yet. But I want to make a statement I feel could have averted much of the strong feelings expressed regarding this (inevitable) change; Why was the intention to switch NOT announced as such MUCH sooner? I, like perhaps many others, feel blindsided by the change. IMHO having done so, could've solicited some productive input. Rather than reactive commentary. In fact, I'd go so far as to say, it would have garnered additional help for the changes required. That's all I feel I can constructively say ATM. :-) @Ian I'm 60-something. I guess that makes me a dinosaur too. :-) @wlosh Please don't put me in your ~/.ignorelist ~/.killfile ;-) --Chris From owner-freebsd-current@freebsd.org Thu Sep 3 18:03:58 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 535423C6119 for ; Thu, 3 Sep 2020 18:03:58 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj7wZ04zpz3XSP for ; Thu, 3 Sep 2020 18:03:57 +0000 (UTC) (envelope-from pi@freebsd.org) Received: from pi by home.opsec.eu with local (Exim 4.92.3 (FreeBSD)) (envelope-from ) id 1kDtaL-000MNK-T4; Thu, 03 Sep 2020 20:03:45 +0200 Date: Thu, 3 Sep 2020 20:03:45 +0200 From: Kurt Jaeger To: Chris Cc: FreeBSD Current Subject: Re: Plans for git Message-ID: <20200903180345.GH53210@home.opsec.eu> References: <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> X-Rspamd-Queue-Id: 4Bj7wZ04zpz3XSP X-Spamd-Bar: / X-Spamd-Result: default: False [0.00 / 15.00]; local_wl_from(0.00)[freebsd.org]; ASN(0.00)[asn:12502, ipnet:2001:14f8::/32, country:DE] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 18:03:58 -0000 Hi! > Why was the intention to switch NOT announced as such MUCH sooner? Because communicating complex issues which might cause conflict and flame wars etc is not easy. Everyone prefers to hack on code, and possibly procrastinates on the hard stuff 8-} And all those that do the really heavy work are very, very short on time and capacity. -- pi@opsec.eu +49 171 3101372 Now what ? From owner-freebsd-current@freebsd.org Thu Sep 3 18:16:36 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 A8D263C6902 for ; Thu, 3 Sep 2020 18:16:36 +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 4Bj8C82K68z3YHY for ; Thu, 3 Sep 2020 18:16:35 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [IPv6:0:0:0:0:0:0:0:1]) by udns.ultimatedns.net (8.16.1/8.16.1) with ESMTP id 083IGvv0026570 for ; Thu, 3 Sep 2020 11:17:03 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) MIME-Version: 1.0 Date: Thu, 03 Sep 2020 11:16:57 -0700 From: Chris To: FreeBSD Current Subject: Re: Plans for git In-Reply-To: <20200903180345.GH53210@home.opsec.eu> References: <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> <20200903180345.GH53210@home.opsec.eu> User-Agent: UDNSMS/17.0 Message-ID: X-Sender: bsd-lists@bsdforge.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4Bj8C82K68z3YHY 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.33 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: Thu, 03 Sep 2020 18:16:36 -0000 On 2020-09-03 11:03, Kurt Jaeger wrote: > Hi! > >> Why was the intention to switch NOT announced as such MUCH sooner? > > Because communicating complex issues which might cause conflict > and flame wars etc is not easy. Everyone prefers to hack on code, > and possibly procrastinates on the hard stuff 8-} > > And all those that do the really heavy work are very, very short on > time and capacity. I commented on both of these in the original post. But you trimmed that out. :-( --Chris From owner-freebsd-current@freebsd.org Thu Sep 3 18:34:05 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 9B9B33C6A46 for ; Thu, 3 Sep 2020 18:34:05 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj8bK3jzMz3ZbS; Thu, 3 Sep 2020 18:34:05 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id 4FC8F2FFEB; Thu, 3 Sep 2020 18:34:05 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 627F71B2D6; Thu, 3 Sep 2020 20:34:03 +0200 (CEST) From: "Kristof Provost" To: Chris Cc: "Dan Langille" , "FreeBSD Current" Subject: Re: Plans for git Date: Thu, 03 Sep 2020 20:33:58 +0200 X-Mailer: MailMate (1.13.2r5672) Message-ID: <967D73EA-880E-413D-B748-62A406C46524@FreeBSD.org> In-Reply-To: <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 18:34:05 -0000 On 3 Sep 2020, at 19:56, Chris wrote: > Why was the intention to switch NOT announced as such MUCH sooner? > There was discussion about a possible switch to git on the freebsd-git mailing list as early as February 2017: https://lists.freebsd.org/pipermail/freebsd-git/2017-February/000092.html Ed gave a talk about FreeBSD and git back in 2018: https://www.youtube.com/watch?v=G8wQ88d85s4 The Git Transition Working group was mentioned in the quarterly status reports a year ago: https://www.freebsd.org/news/status/report-2019-07-2019-09.html and https://www.freebsd.org/news/status/report-2019-04-2019-06.html Regards, Kristof From owner-freebsd-current@freebsd.org Thu Sep 3 18:40:25 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 079913C72D7; Thu, 3 Sep 2020 18:40:25 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj8kb2Y3tz3bFK; Thu, 3 Sep 2020 18:40:22 +0000 (UTC) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id 083IeHQ6049493; Thu, 3 Sep 2020 11:40:17 -0700 (PDT) (envelope-from freebsd-rwg@gndrsh.dnsmgr.net) Received: (from freebsd-rwg@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id 083IeHel049492; Thu, 3 Sep 2020 11:40:17 -0700 (PDT) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <202009031840.083IeHel049492@gndrsh.dnsmgr.net> Subject: Re: Plans for git (was: Please check the current beta git conversions) In-Reply-To: <3DD3DA64-E353-4BC0-8F00-631F849E3D1E@gmail.com> To: Warner Losh Date: Thu, 3 Sep 2020 11:40:17 -0700 (PDT) CC: "Greg 'groggy' Lehey" , Ed Maste , FreeBSD Current , freebsd-git@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 4Bj8kb2Y3tz3bFK X-Spamd-Bar: / X-Spamd-Result: default: False [-0.31 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.950]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.49)[0.491]; NEURAL_HAM_LONG(-0.75)[-0.748]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 18:40:25 -0000 > > > > On Sep 1, 2020, at 10:59 PM, Greg 'groggy' Lehey wrote: > > > > On Tuesday, 1 September 2020 at 13:14:10 -0400, Ed Maste wrote: > >> We've been updating the svn-git converter and pushing out a new > >> converted repo every two weeks, and are now approaching the time where > >> we'd like to commit to the tree generated by the exporter, > >> ... > > > > Somehow I've missed this development. Reading between the lines, it > > seems that we're planning to move from svn to git, but I can't recall > > seeing any announcement on the subject. Can you give some background? > > It would also be nice to find a HOWTO both for the migration and for > > life with git. > > We?ve been talking about the transition for about 5 years now. So far, only people interested in git have showed up to do any work at all. Subversion has lost, and even Apache, the main users of it, are moving to git. We started early in the year with the firm plans and have been working on it since then. These conversations have happened all over the place, and we?ve been posting to developers for months now... To the contrary 5 years ago the project on @developers basically ran off one of the committers over the very idea of using git for the project. It was shortly after I returned, so I find it very ironic that now its all "git git git and we being heading to this for 5 years...." Would you expect those opposed to this idea to help with it? Really? > There?s some draft guides, but they need work which is on my plate. They are OK, but have some issues on the more complicated bits. > > Warner -- Rod Grimes rgrimes@freebsd.org From owner-freebsd-current@freebsd.org Thu Sep 3 18:46:44 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 6C5F63C78A8; Thu, 3 Sep 2020 18:46:44 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj8sv6s35z3bmb; Thu, 3 Sep 2020 18:46:43 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 86E2C4E3BA; Thu, 3 Sep 2020 18:46:43 +0000 (UTC) Date: Thu, 3 Sep 2020 18:46:42 +0000 From: Mark Linimon To: "Rodney W. Grimes" Cc: Warner Losh , Greg 'groggy' Lehey , Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Plans for git (was: Please check the current beta git conversions) Message-ID: <20200903184642.GD7636@lonesome.com> References: <3DD3DA64-E353-4BC0-8F00-631F849E3D1E@gmail.com> <202009031840.083IeHel049492@gndrsh.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202009031840.083IeHel049492@gndrsh.dnsmgr.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4Bj8sv6s35z3bmb X-Spamd-Bar: / X-Spamd-Result: default: False [-0.13 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[lonesome.com]; AUTH_NA(1.00)[]; RCPT_COUNT_FIVE(0.00)[6]; NEURAL_HAM_LONG(-0.79)[-0.792]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.94)[0.941]; RCVD_IN_DNSWL_MED(-0.20)[18.222.6.11:from]; NEURAL_HAM_MEDIUM(-0.98)[-0.978]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 18:46:44 -0000 On Thu, Sep 03, 2020 at 11:40:17AM -0700, Rodney W. Grimes wrote: > To the contrary 5 years ago the project on @developers basically > ran off one of the committers over the very idea of using git > for the project. It was shortly after I returned, so I find it > very ironic that now its all "git git git and we being heading > to this for 5 years...." Five years ago "all of my friends say that" was given as a fact, when it was actually an anecdote. That was why people (including myself) were opposed to it. Last year FreeBSD took a user survey. That contained data. And AFAIK that was the basis of the decision. Plus, the industry had changed in the ensuing 4 years. mcl From owner-freebsd-current@freebsd.org Thu Sep 3 19:14:13 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 F0A063C816B; Thu, 3 Sep 2020 19:14:13 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: from sdaoden.eu (sdaoden.eu [217.144.132.164]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bj9Td15P3z3dBr; Thu, 3 Sep 2020 19:14:12 +0000 (UTC) (envelope-from steffen@sdaoden.eu) Received: by sdaoden.eu (Postfix, from userid 1000) id 1D09216057; Thu, 3 Sep 2020 21:14:11 +0200 (CEST) Date: Thu, 03 Sep 2020 21:14:10 +0200 From: Steffen Nurpmeso To: Renato Botelho Cc: Ed Maste , FreeBSD Current , freebsd-git@freebsd.org Subject: Re: Please check the current beta git conversions Message-ID: <20200903191410.sgjUQ%steffen@sdaoden.eu> In-Reply-To: <20200903151825.G_Rv9%steffen@sdaoden.eu> References: <20200902232044.gcCl2%steffen@sdaoden.eu> <20200903151825.G_Rv9%steffen@sdaoden.eu> Mail-Followup-To: Renato Botelho , Ed Maste , FreeBSD Current , freebsd-git@freebsd.org User-Agent: s-nail v14.9.19-124-g67be92a3 OpenPGP: id=EE19E1C1F2F7054F8D3954D8308964B51883A0DD; url=https://ftp.sdaoden.eu/steffen.asc; preference=signencrypt BlahBlahBlah: Any stupid boy can crush a beetle. But all the professors in the world can make no bugs. X-Rspamd-Queue-Id: 4Bj9Td15P3z3dBr X-Spamd-Bar: - X-Spamd-Result: default: False [-1.30 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.93)[-0.929]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+a:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[sdaoden.eu]; NEURAL_HAM_LONG(-0.96)[-0.959]; TO_DN_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.12)[-0.116]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:15987, ipnet:217.144.128.0/20, country:DE]; MAILMAN_DEST(0.00)[freebsd-current,freebsd-git] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 19:14:14 -0000 For one: thanks all, it now works! Steffen Nurpmeso wrote in <20200903151825.G_Rv9%steffen@sdaoden.eu>: |Renato Botelho wrote in | : ||On 02/09/20 20:20, Steffen Nurpmeso wrote: ||> Ed Maste wrote in ||> : ||> ||> I tried simply updating my github clone by switching ||> ||> url = https://cgit-beta.freebsd.org/src.git ||> #url = https://github.com/freebsd/freebsd.git ||> ||> and whereas ls-remote worked fine fetch -v --dry-run aborted as ||> well as normal fetch, after dumping dozens of POSTs ||> ||> POST git-upload-pack (gzip 1472 to 804 bytes) ||> ... ||> POST git-upload-pack (gzip 976722 to 483608 bytes) ||> POST git-upload-pack (chunked) ||> error: RPC failed; HTTP 413 curl 22 The requested URL returned \ ||> error: 413 ||> fatal: the remote end hung up unexpectedly ||> ||> Maybe clone from scratch instead, but mysterious it is? ||> Good night, and Ciao from Germany, || ||github and cgit-beta repositories are not the same. Commit hashes won't ||match so you cannot simply change the URL. | |Yes i know that, but most of the blobs are of course the same, no? Having said that, i switched to git in i think 2011 and never ever read anything about the protocol or almost anything else ever since ... Except that rev-parse changed its output order which broke a (primitive) script (git-topic-creator) of mine, but that was in 2013. So: it may well be that git does not really take care for finding local data blobs unless there are commits with shared ancestors or what (the two repositories anyway show up as "warning: no common commits"). Let's see where this ends... That reminds me of the fossil/venti storage system of Plan9, with the short-time local cache and the hash-based backing store, which just stores digested blocks. There was a graphic which showed how data consumption exploded at the beginning, but the curve went flatter and flatter, and it was explicitly noted that the masses of people in Bell Labs did a lot with multimedia, videos and such. Which i found surprising. Old github pack -r--r----- 1 steffen code 1526603739 Aug 2 01:47 pack-92bcd61e50e1a09e27e8aa4a67e0878468f01f79.pack -r--r----- 1 steffen code 136779336 Aug 2 01:47 pack-92bcd61e50e1a09e27e8aa4a67e0878468f01f79.idx warning: no common commits remote: Enumerating objects: 920487, done. remote: Counting objects: 100% (920487/920487), done. remote: Compressing objects: 100% (254705/254705), done. remote: Total 4909613 (delta 876272), reused 665791 (delta 665782), pack-reused 3989126 Receiving objects: 100% (4909613/4909613), 1.25 GiB | 396.00 KiB/s, done. Hm. It definetely must have downloaded masses of duplicate data. I must admit, the largest repo which had to be updated very often (despite the borked NetBSD thing on github, years ago) was ghostscript. There i looked, but find it quite different, if i recall correctly. I did not blame git for the mess there. Resolving deltas: 100% (3429285/3429285), done. From https://cgit-beta.freebsd.org/src + 606d234876ce...101374bc1b34 releng/5.5 -> origin/releng/5.5 (forced update) + 2132c100d27f...385a94b8751c releng/6.4 -> origin/releng/6.4 (forced update) + c462a28e0cae...f864cd1bca00 releng/7.4 -> origin/releng/7.4 (forced update) + 3ffe9881628f...b4323ad1fd9f releng/8.4 -> origin/releng/8.4 (forced update) + 34073209c9c9...6845fb3a0339 releng/9.3 -> origin/releng/9.3 (forced update) + 57fbb64699be...c032bc8ca5d4 releng/10.3 -> origin/releng/10.4 (forced update) + da2894488950...889f726543f5 releng/11.4 -> origin/releng/11.4 (forced update) + e1a11e350964...6fb517db6dea releng/12.1 -> origin/releng/12.1 (forced update) + a9ff142f7dcc...6a26cffb5427 stable/12 -> origin/stable/12 (forced update) + c660a28c68a8...88fc88f77538 main -> origin/main (forced update) A masterpiece! + 16be7204f705...ef7e23176ea6 refs/notes/commits -> refs/notes/commits (forced update) * [new tag] release/10.3.0 -> release/10.3.0 * [new tag] release/11.4.0 -> release/11.4.0 * [new tag] release/12.1.0 -> release/12.1.0 * [new tag] release/5.5.0 -> release/5.5.0 * [new tag] release/6.4.0 -> release/6.4.0 * [new tag] release/7.4.0 -> release/7.4.0 * [new tag] release/8.1.0 -> release/8.1.0 - [new tag] release/8.4.0 -> release/8.4.0 - [new tag] release/9.3.0 -> release/9.3.0 -r--r----- 1 steffen code 1344409784 Sep 3 20:44 pack-0f656d44c6c8301d98ee51b69c3aacd8db9255ac.pack -r--r----- 1 steffen code 137470236 Sep 3 20:44 pack-0f656d44c6c8301d98ee51b69c3aacd8db9255ac.idx I then garbage collected aggressively and pruned the two into -r--r----- 1 steffen code 1332929811 Sep 3 21:11 pack-36abb45e074081791b5f3595bdefe8b48b0223bb.pack -r--r----- 1 steffen code 147240528 Sep 3 21:12 pack-36abb45e074081791b5f3595bdefe8b48b0223bb.idx And you know what always amazes me: $ du -sh /x/os/linux.git/.git/objects/pack/ 1.7G /x/os/linux.git/.git/objects/pack/ which is url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/ fetch = +refs/heads/linux-4.19.y:refs/remotes/origin/linux-4.19.y fetch = +refs/heads/linux-5.8.y:refs/remotes/origin/linux-5.8.y Ciao. And thanks for fixing! --steffen | |Der Kragenbaer, The moon bear, |der holt sich munter he cheerfully and one by one |einen nach dem anderen runter wa.ks himself off |(By Robert Gernhardt) From owner-freebsd-current@freebsd.org Thu Sep 3 19:32:04 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 384463C8E06 for ; Thu, 3 Sep 2020 19:32:04 +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 4Bj9tC5Zl9z3fGM; Thu, 3 Sep 2020 19:32:03 +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 083JWNcU066485; Thu, 3 Sep 2020 12:32:29 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) MIME-Version: 1.0 Date: Thu, 03 Sep 2020 12:32:23 -0700 From: Chris To: Kristof Provost Cc: FreeBSD Current Subject: Re: Plans for git In-Reply-To: <967D73EA-880E-413D-B748-62A406C46524@FreeBSD.org> References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> <967D73EA-880E-413D-B748-62A406C46524@FreeBSD.org> User-Agent: UDNSMS/17.0 Message-ID: <9f89dc553e7d7b0884c2862329bdfeae@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: 4Bj9tC5Zl9z3fGM 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.33 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: Thu, 03 Sep 2020 19:32:04 -0000 On 2020-09-03 11:33, Kristof Provost wrote: > On 3 Sep 2020, at 19:56, Chris wrote: >> Why was the intention to switch NOT announced as such MUCH sooner? >> > There was discussion about a possible switch to git on the freebsd-git > mailing > list as early as February 2017: > https://lists.freebsd.org/pipermail/freebsd-git/2017-February/000092.html > > Ed gave a talk about FreeBSD and git back in 2018: > https://www.youtube.com/watch?v=G8wQ88d85s4 > > The Git Transition Working group was mentioned in the quarterly status > reports a > year ago: https://www.freebsd.org/news/status/report-2019-07-2019-09.html > and > https://www.freebsd.org/news/status/report-2019-04-2019-06.html It appears to me that the references you make here all allude to _investigation_ of a _possibility_ as opposed to a _likelihood_, or an _inevitable_. IMHO a change as significant as this, which will require tossing years of tooling out the window, and an untold amount of _re_tooling. Should have created an announcement at _least_ as significant as a new release gets on the mailing lists. Thanks for taking the time to reply, Kristof. > > Regards, > Kristof --Chris From owner-freebsd-current@freebsd.org Thu Sep 3 20:19:07 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 5E35B3C9F93 for ; Thu, 3 Sep 2020 20:19:07 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjBwV3lT8z3yDN for ; Thu, 3 Sep 2020 20:19:06 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qt1-x82c.google.com with SMTP id v54so2960924qtj.7 for ; Thu, 03 Sep 2020 13:19:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=6NCU0HvIuTm2XiUylTwYzygFUDLhMa3w8lxN+r06LuM=; b=sZ2mlPuswLDMiVm1zhVAzIwfnyv0070pOdXK0kkFuxQa1AVYDThrSc4IUL46VBpMoi cf3lkxRh+HxZQ9ViXse9khSHkoUC5Qvu4HkuvsXqNHJBLANvwYSeZVDxZn7TgBJjxuXD zO0C2zxLdz8CdXHEJ1OhmAYjtLpPrnn2n/eOCjsussNKebqNBDrtbsKEPy74j5AtWfbW coIR/k24W9XFZXBNGA1LLJZOilmZGCm2ludXIbvoU39QxRo5U1/MKkHIze1xECkrQf+Q qC9qjliWVtp/0mlFKEG1nAehsDOyJvsPqOyKjJ1qGikp772rzK++dl5LnnMkhEfCA433 HSqQ== X-Gm-Message-State: AOAM532PsNDuFNYct1uUjrZmLdJNB1n3g4tV8WFVB3sAnWZgrWgvpmNR eUyYk0BKlrhSB7I8guTkMe+tePx2wtihHqk2Zeae9Q== X-Google-Smtp-Source: ABdhPJzandj7WSp+2zsgXf2ppqIzmBV8tB2Ok3KlhLgwMSuEACrtr2OHejZeA8kKxZc40B20ZTQSQr2C6u1S6Pl4M5w= X-Received: by 2002:ac8:7388:: with SMTP id t8mr5366812qtp.187.1599164345373; Thu, 03 Sep 2020 13:19:05 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> <5c89b4d27281f5dfffc3252a90013b0ac6c763d7.camel@freebsd.org> <5c832482-b2bc-47e4-8762-8f5a886d5f11@www.fastmail.com> <68585ca4-5ca4-40d3-b2f4-67ff3b35b6ae@www.fastmail.com> <0be2ae57d1c58e2091f4cc4484731df0@bsdforge.com> <967D73EA-880E-413D-B748-62A406C46524@FreeBSD.org> <9f89dc553e7d7b0884c2862329bdfeae@bsdforge.com> In-Reply-To: <9f89dc553e7d7b0884c2862329bdfeae@bsdforge.com> From: Warner Losh Date: Thu, 3 Sep 2020 14:18:54 -0600 Message-ID: Subject: Re: Plans for git To: Chris Cc: Kristof Provost , FreeBSD Current X-Rspamd-Queue-Id: 4BjBwV3lT8z3yDN X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.39 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-0.95)[-0.946]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; NEURAL_HAM_LONG(-1.00)[-1.001]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.45)[-0.445]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::82c:from]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 20:19:07 -0000 On Thu, Sep 3, 2020 at 1:32 PM Chris wrote: > On 2020-09-03 11:33, Kristof Provost wrote: > > On 3 Sep 2020, at 19:56, Chris wrote: > >> Why was the intention to switch NOT announced as such MUCH sooner? > >> > > There was discussion about a possible switch to git on the freebsd-git > > mailing > > list as early as February 2017: > > > https://lists.freebsd.org/pipermail/freebsd-git/2017-February/000092.html > > > > Ed gave a talk about FreeBSD and git back in 2018: > > https://www.youtube.com/watch?v=G8wQ88d85s4 > > > > The Git Transition Working group was mentioned in the quarterly status > > reports a > > year ago: > https://www.freebsd.org/news/status/report-2019-07-2019-09.html > > and > > https://www.freebsd.org/news/status/report-2019-04-2019-06.html > It appears to me that the references you make here all allude to > _investigation_ > of a _possibility_ as opposed to a _likelihood_, or an _inevitable_. > IMHO a change as significant as this, which will require tossing years of > tooling > out the window, and an untold amount of _re_tooling. Should have created an > announcement at _least_ as significant as a new release gets on the mailing > lists. > Yes. We've been working on this for years. We've been working on the retooling in earnest for the last 6 months. We didn't make an announcement because we wanted to have most of the pieces in place before we did that. We've been doing the multi-year process for multiple years now. I'll also point out that only the 'git' people showed. A number of other ideas were suggested, but nothing else was stood up in a serious way (hg came the closest to setting up an exporter). Since there was really no alternatives being proposed to git, the process was less visible than if we'd had to have had a hg vs git bake off. One step has lead to the next, with much status reporting done for years. Subversion, btw, is not viable in the long run. The Apache foundation has moved all its projects from svn to git. The velocity of features with svn has diminished, and the number of CI/CT/etc tool sets that supported svn well has been dropping over time. It's also been identified as a barrier to entry for the project. Sure, some people climb the learning curve to learn and understand it, but our survey data has shown that for every one that did take the time, many others did not and simply didn't contribute. All of these issues have been discussed at length at conferences for the last 5 years at least, with increasing levels of sophistication. Had there been a BSDcan this year, I'd hoped to do a talk / BOF on this to help socialize the ideas and to get people's feedback in real time (rather than the slow and difficult process of getting it just in email). We've also talked about this in the BSD office hours and core election forums over the past year. We've been rolling out the beta git repo now for 3 months. People have found issues and we've been correcting them. We've heard from people that their automated tooling needs a bit of transition time, so we'll be exporting the stable/11 and stable/12 branches back into subversion (and the release branches) after the conversion for the life of those branches, though we don't plan on doing it for the current nor stable/13 branches (due to the inefficiencies of git-svn, we need separate trees for each, and each tree takes over a day to setup). We know we need some better docs (we have some decent preliminary ones, but there's some missing bits in them, and they are too long for more casual users). We need to spell out different commit policies, how we're going to have to shift our "MFC" terminology because that's very CVS/SVN centric (in git a merge means a more specific thing than it does in svn. A cherry-pick in git is also called a merge in svn, for example). We need to document to the developers how to make the shift (this doc is mostly complete and was posted earlier, though it could use some TLC). We'd hoped to have the documents done, the policies written and vetted and have a good test system before making an announcement. The last thing I wanted was to make a big announcement, only to fail to deliver. And since each step of the process followed naturally, there wasn't a clear A/B decision point where an announcement could have been generated. We were getting close to publishing the final schedule when this thread popped up, though, since it is finally feeling like it will be real soon. I also had hoped to refine things so that existing developers and users would have only minor disruption at the cut over because things were well documented. And once we have all the basics of phase 1 (which is just going to be 'do FreeBSD's current workflow in git, making minimal changes initially), we'll start on the refinements to the workflow that will help improve the quality of code, make it easier to integrate changes, etc. There's quite the diversity of views and opinions in the larger open source world on what best practices are here, with different projects doing different things. It will take some time for the project to adopt these new tools, new work flows and realize that in some cases a diversity of tools can be an advantage rather than a liability. This may be especially true as the needs of the ports tree differ from the needs of the src tree and what's optimal for one may not work too well for the other. So a lot of my reaction in the past few days has been frustration that this came up about a week before we had all our ducks in a row to talk about it effectively and talk about the transition plans. I apologize for being so snarky about it. Warner From owner-freebsd-current@freebsd.org Thu Sep 3 23:42:05 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 A9C823CE944 for ; Thu, 3 Sep 2020 23:42:05 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjHQh54GVz4C9F for ; Thu, 3 Sep 2020 23:42:04 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mail-wm1-x335.google.com with SMTP id v4so4438923wmj.5 for ; Thu, 03 Sep 2020 16:42:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=+R95h9S9ekZQS+54v6ICBtmxOEmHp3UmMsXxyBfdD6E=; b=REjjKZGRET7uZWrlEkRY2/MLQaIavp4TwTbM9euzVuji3y/X6vLOr3/TVoEjTfW7M0 E0Lxs86oJPK/Os23+szhj8Hpk9ULMa/wXFBN0rI04qb1RdXwJ1I7NZc5msVn1BVPHzWd d3QAz0t3Jc0k6Icja19QbzjXaSV2ljV6Y7yl/IdjnMACQKO5LS/bYzPqzDBjyl6S6gUR hFnpyf/Nm52Tw5pTSR4NC4ENmy0I2/nzMp0sdlrxAjJ+vzzVhYmM527NjGxSgnpMw8no DoSBkxhZOKSF0Zm80yeqTiYnbFip2q2AsDygZEyo2W9Tiev7BOR0dDa6IMKgAg4QDrl2 6H5w== X-Gm-Message-State: AOAM530fIUnYPsfzTTF1eM+p+TtmRCDGZ9qaaMX9hnHo5+G+mH9kWzdn LhWJ7trMFaECr1snm9U41NW8WS4YQ5lEuQ== X-Google-Smtp-Source: ABdhPJz+LAJx4vKFHg1sY33AiIzYk4CPzYqZPh6lDlc0f5zl8BepGWKX40i60Wbpusxrsfiy6SCHGA== X-Received: by 2002:a1c:e108:: with SMTP id y8mr4814968wmg.178.1599176522023; Thu, 03 Sep 2020 16:42:02 -0700 (PDT) Received: from [192.168.1.12] (79-66-147-78.dynamic.dsl.as9105.com. [79.66.147.78]) by smtp.gmail.com with ESMTPSA id f3sm7168640wmb.35.2020.09.03.16.42.01 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Sep 2020 16:42:01 -0700 (PDT) To: FreeBSD Current From: Graham Perrin Subject: suspend/resume versus OpenZFS on USB Message-ID: Date: Fri, 4 Sep 2020 00:42:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4BjHQh54GVz4C9F X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.35 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.38)[-0.384]; RECEIVED_SPAMHAUS_PBL(0.00)[79.66.147.78:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.951]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.02)[-1.015]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::335:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 03 Sep 2020 23:42:05 -0000 This week for the first time I toyed with OpenZFS on a USB device: a mobile hard disk drive connected to the dock of an HP EliteBook 8570p. A light test, with the pool imported but not writing to the dataset at suspend time. At resume time (22:31), the device was still physically connected but the pool suffered an I/O failure (and the keyboard and trackball on USB were unusable). Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11239]: vdev state changed, pool_guid=$8076233369858608335 vdev_guid=$13893535540375859253 Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11243]: pool I/O failure, zpool=$Transcend error=$28 Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11247]: pool I/O failure, zpool=$Transcend error=$28 Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11251]: pool I/O failure, zpool=$Transcend error=$28 Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11255]: pool I/O failure, zpool=$Transcend error=$28 Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11259]: catastrophic pool I/O failure, zpool=$Transcend I cleared pool errors (after which the keyboard and trackball became usable), exported the pool, physically disconnected the drive, restarted the OS, reconnected, imported and – luckily – cleared the remaining metadata errors through a scrub. Please, might something be done to improve suspend/resume reliability with storage on USB? Might I/O failures be less likely if I connect the drive to the notebook instead of its dock? TIA ---- More from /var/log/messages at https://pastebin.com/CqRYbFZm Other relevant info below. root@momh167-gjp4-8570p:~ # date ; uptime ; uname -v Thu Sep  3 22:45:07 BST 2020 10:45PM  up 6 mins, 6 users, load averages: 0.20, 0.27, 0.13 FreeBSD 13.0-CURRENT #63 r364768: Tue Aug 25 20:08:23 BST 2020 root@momh167-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG root@momh167-gjp4-8570p:~ # zpool status -v   pool: copperbowl  state: ONLINE status: Some supported features are not enabled on the pool. The pool can         still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done,         the pool may no longer be accessible by software that does not support         the features. See zpool-features(5) for details.   scan: scrub repaired 0B in 01:39:31 with 0 errors on Thu Sep  3 01:12:21 2020 config:         NAME          STATE     READ WRITE CKSUM         copperbowl    ONLINE       0     0     0           ada0p4.eli  ONLINE       0     0     0 errors: No known data errors root@momh167-gjp4-8570p:~ # zpool import Transcend && zfs load-key Transcend/VirtualBox Enter passphrase for 'Transcend/VirtualBox': root@momh167-gjp4-8570p:~ # zpool status -v Transcend   pool: Transcend  state: ONLINE status: One or more devices has experienced an error resulting in data         corruption.  Applications may be affected. action: Restore the file in question if possible.  Otherwise restore the         entire pool from backup.    see: https://zfsonlinux.org/msg/ZFS-8000-8A   scan: scrub repaired 0B in 00:15:33 with 0 errors on Wed Sep  2 22:38:56 2020 config:         NAME        STATE     READ WRITE CKSUM         Transcend   ONLINE       0     0     0           da0p1     ONLINE       0     0     0 errors: Permanent errors have been detected in the following files:         :<0x0>         :<0x3d> root@momh167-gjp4-8570p:~ # zpool scrub Transcend root@momh167-gjp4-8570p:~ # zfs version zfs-0.8.0-1 zfs-kmod-0.8.0-1 root@momh167-gjp4-8570p:~ # zpool status -v Transcend   pool: Transcend  state: ONLINE   scan: scrub repaired 0B in 00:17:53 with 0 errors on Thu Sep  3 23:03:57 2020 config:         NAME        STATE     READ WRITE CKSUM         Transcend   ONLINE       0     0     0           da0p1     ONLINE       0     0     0 errors: No known data errors root@momh167-gjp4-8570p:~ # zfs get compression,compressratio,encryption,used,referenced,mountpoint Transcend Transcend/VirtualBox NAME                  PROPERTY       VALUE SOURCE Transcend             compression    zstd                      local Transcend             compressratio  1.70x                     - Transcend             encryption     off default Transcend             used           76.4G                     - Transcend             referenced     76.4G                     - Transcend             mountpoint     /Volumes/t500             local Transcend/VirtualBox  compression    zstd inherited from Transcend Transcend/VirtualBox  compressratio  1.00x                     - Transcend/VirtualBox  encryption     aes-256-gcm               - Transcend/VirtualBox  used           200K                      - Transcend/VirtualBox  referenced     200K                      - Transcend/VirtualBox  mountpoint     /Volumes/t500/VirtualBox inherited from Transcend root@momh167-gjp4-8570p:~ # ls -hl /Volumes/t500/VirtualBox/Windows/Windows.vdi -rw-------  1 grahamperrin  grahamperrin    69G Sep  3 16:58 /Volumes/t500/VirtualBox/Windows/Windows.vdi root@momh167-gjp4-8570p:~ # du -hs /Volumes/t500/VirtualBox/Windows/Windows.vdi  36G    /Volumes/t500/VirtualBox/Windows/Windows.vdi root@momh167-gjp4-8570p:~ # From owner-freebsd-current@freebsd.org Fri Sep 4 01:20:44 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 8FFE53D1638 for ; Fri, 4 Sep 2020 01:20:44 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from CAN01-QB1-obe.outbound.protection.outlook.com (mail-qb1can01on061f.outbound.protection.outlook.com [IPv6:2a01:111:f400:fe5c::61f]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjKcW3pjNz4JkM for ; Fri, 4 Sep 2020 01:20:43 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=m0HvK32aAiebsw6E8xxGCUWQJ8vKIdDEX4QNgBLuBpIFFd3P3q/aIXaBufbKggbjSbSQsabXSqPpMNJYSNUj892ACnqoCXJCutectxzKjwYTyOm/s0a6llUId09WMLLwMtPaaxcEJ2ZQfcN6SA4X1Q5gBbCl/qN4pme/5BUFyNW249cDFBD3jUs6LYSq4yREqalK+eMPiHJBhaSOvql5NU07EEBwvrqUivRq/QsWISqujlXOihvbQSSnRcG839DwX9KFI2YGPZjgzPUv1XTNMygCdfrkaSv5kQ+c7E2mtqqoRSsl/lzdiAs7B32E5AQPtxTw+mkchAg67kgXqjfcgg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7AE7umRMns9DY9q8nVqufLyCY4FyARZLY7cgWp7wwwg=; b=Cv7EwXw+JsKp8/DXcoXKHePeQm0fMvFQKgxdaQDvJJw19X559weqqRr4Lfnkc4V/TiuRr1nZA4O4FL8LBObqpWfAJkkZy3eClIIwMpWE4rqwP6Xor6D1hlBY5CJOcjeeFdOWvTHpGfp3JYrAdm32AmTEQeW1kyAkcxS0w/K7NkneVF5xXNTzMPa5solnvEDLSgRrUHtptKEtV1lq2hY8TyIqC0xzF1Vk/UDwwnYo0BU3eTq+rvO3swpw+jeuHjugxvxZ6XE0GJWIEUAZ8bk21RGt2IAJreN4jZFJnxIakTiavgX8qr0KpYpifDCmZAhRz09iAHjR0WJ6CnTR/Meypg== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uoguelph.ca; dmarc=pass action=none header.from=uoguelph.ca; dkim=pass header.d=uoguelph.ca; arc=none Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:24::27) by YTBPR01MB2830.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:16::30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3348.15; Fri, 4 Sep 2020 01:20:36 +0000 Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20]) by YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20%6]) with mapi id 15.20.3348.016; Fri, 4 Sep 2020 01:20:35 +0000 From: Rick Macklem To: "freebsd-current@freebsd.org" Subject: rfc: should extant TLS connections be closed when a CRL is updated? Thread-Topic: rfc: should extant TLS connections be closed when a CRL is updated? Thread-Index: AQHWglkASBYleWH1wEypwb+mRG1+HQ== Date: Fri, 4 Sep 2020 01:20:35 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: b8a4b578-d713-4be4-4ba1-08d85070b9f6 x-ms-traffictypediagnostic: YTBPR01MB2830: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:8273; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: lt8HXG6mJrpPcW3FTMPqvW5q/nddLxdWzTvPgsjkd43FwUYPxIpCAl3J10OB4a/867Kwy6SnenkLjqXiX1sVjXAzBMsQATNVOW5mQDxx8CJWz9zpcWsMysXDVPs/31EZ/uGnPwOaAb3nO/TTr75rqvsCkdyQb9lK3F2fOTIz/tdj+Qh8W6FqDBCRyEAp0nKDzS7oFBtyPtGi8uUIdf4VgHkS6iyhrrj3YOeXqr205I/bAf3iqAMHOI8ruoMHUigjjkFYM2fCeuPV5VpPdD3xDjiV0zAdHgiDHLSExriNHXtmCy5xs8dH6QVdkD9JCbnCDD2Oz30EqBdkdssW/82wzw== x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(376002)(136003)(366004)(346002)(39860400002)(396003)(8936002)(6506007)(316002)(186003)(83380400001)(55016002)(786003)(9686003)(15650500001)(478600001)(6916009)(8676002)(86362001)(7696005)(33656002)(66556008)(4744005)(71200400001)(5660300002)(66946007)(76116006)(91956017)(2906002)(66476007)(66446008)(52536014)(64756008); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata: MFJcyblEDHsB+ah1OWID25BiY1gdIxQzc1lx3EV4HLVA5JKZ91Zg6K4MEvrGRCOF4Tltiayh09K7tnjHuN0FlZeL40HT4AWYZ3R8mN7haJeBumLEWHSpDNxIgTTDVJg7X6/XmI6d9VCJjKFodHpImQMVOQOyR58h8WG6u0H4dYWc0vf+oUK/CToH0+TFKv6cBxJc/VIGhhxuVkKBxZHocQA9da++Vy7diqDHrsMDg+HQ87S8fKm6xNx5pRiNcX6hvA3w2hx3O/VPeoQzAc/IZ4RKUgaRtRAD88d/v9S87Z53ZvwI5zItM2HVRko47DEI4iOb/pqoSLbaAuIOUZptR0XgxydD1A/N4eKMICMfev0+hgP0tIuHZHY0b5ycEvrolVx94bBnBmtGuD4Krn6bNw+JeS1qEPhlNdiCxt5EHK52jV6MBexkazQ0D9nbL9Wu2pZS6ujHAqfs+Ghhqzjx6ogiWOVi+A0zBlRSD+lCmkd8MxE7uiFwsPpssAV+L7cQNgH67AMfL3/WufuD099eznwFjlqY3tR3wisjeS1ryVeZLBlhmcY1jEzFP2B//o02rHR5ASEgaZbcOrhhanZpNwo9kwCztvB3vXIzz79jNESJiXF9th9IHa7yMPvg2ZksdAvWg5zynvD9MRcNhyhfDPqKY5RMNa0+Ws7CDUjXAY8bAFlMGyi0ZfqiGpQ/RyXCdgYkHMeDKdhvM5njofFljw== x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uoguelph.ca X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: b8a4b578-d713-4be4-4ba1-08d85070b9f6 X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Sep 2020 01:20:35.8361 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: be62a12b-2cad-49a1-a5fa-85f4f3156a7d X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: YLOOmw+QsZc0mx9Ovsj03mwboBHKeWR47P9gzky9dl2NhDSqCftTXWZuKDuc7pFxnu3BrBEp7ysWRqlfoXuTMg== X-MS-Exchange-Transport-CrossTenantHeadersStamped: YTBPR01MB2830 X-Rspamd-Queue-Id: 4BjKcW3pjNz4JkM X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.87 / 15.00]; NEURAL_HAM_MEDIUM(-0.97)[-0.974]; R_DKIM_ALLOW(-0.20)[uoguelph.ca:s=selector1]; FREEFALL_USER(0.00)[rmacklem]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:111:f400::/48]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-1.00)[-1.004]; RCPT_COUNT_ONE(0.00)[1]; DWL_DNSWL_LOW(-1.00)[uoguelph.ca:dkim]; RCVD_COUNT_THREE(0.00)[3]; DKIM_TRACE(0.00)[uoguelph.ca:+]; DMARC_POLICY_ALLOW(-0.50)[uoguelph.ca,none]; NEURAL_HAM_SHORT(-0.89)[-0.892]; TO_DN_EQ_ADDR_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:8075, ipnet:2a01:111:f000::/36, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 01:20:44 -0000 Hi,=0A= =0A= The server side NFS over TLS daemon (rpc.tlsservd) can reload an updated=0A= CRL (Certificate Revocation List) when a SIGHUP is posted to it.=0A= However, it does not SSL_shutdown()/close() extant TCP connections using TL= S.=0A= (Those would only be closed if the daemon is restarted.)=0A= =0A= I am now thinking that, maybe, an SSL_shutdown()/close() should be done on= =0A= all extant TCP connections using NFS over TLS when an updated CRL is loaded= ,=0A= since a connection might have used a revoked certificate for its handshake.= =0A= =0A= What do others think?=0A= =0A= Thanks, rick=0A= From owner-freebsd-current@freebsd.org Fri Sep 4 08:02:01 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 753593DA429 for ; Fri, 4 Sep 2020 08:02:01 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjVWW3jmqz4g1c for ; Fri, 4 Sep 2020 08:01:58 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 54C2D2602B8; Fri, 4 Sep 2020 10:01:57 +0200 (CEST) Subject: Re: suspend/resume versus OpenZFS on USB To: Graham Perrin , FreeBSD Current References: From: Hans Petter Selasky Message-ID: <6824e9f5-0496-a9ba-9cf2-01a6c8b34a4e@selasky.org> Date: Fri, 4 Sep 2020 10:01:30 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4BjVWW3jmqz4g1c X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.62 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net:c]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; NEURAL_HAM_LONG(-0.99)[-0.994]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.30)[-0.300]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_HAM_MEDIUM(-1.02)[-1.022]; FREEMAIL_TO(0.00)[gmail.com,freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:88.99.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 08:02:01 -0000 On 2020-09-04 01:42, Graham Perrin wrote: > This week for the first time I toyed with OpenZFS on a USB device: a > mobile hard disk drive connected to the dock of an HP EliteBook 8570p. > > A light test, with the pool imported but not writing to the dataset at > suspend time. > > At resume time (22:31), the device was still physically connected but > the pool suffered an I/O failure (and the keyboard and trackball on USB > were unusable). > > Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11239]: vdev state changed, > pool_guid=$8076233369858608335 vdev_guid=$13893535540375859253 > Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11243]: pool I/O failure, > zpool=$Transcend error=$28 > Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11247]: pool I/O failure, > zpool=$Transcend error=$28 > Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11251]: pool I/O failure, > zpool=$Transcend error=$28 > Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11255]: pool I/O failure, > zpool=$Transcend error=$28 > Sep  3 22:31:03 momh167-gjp4-8570p ZFS[11259]: catastrophic pool I/O > failure, zpool=$Transcend > > I cleared pool errors (after which the keyboard and trackball became > usable), exported the pool, physically disconnected the drive, restarted > the OS, reconnected, imported and – luckily – cleared the remaining > metadata errors through a scrub. > > Please, might something be done to improve suspend/resume reliability > with storage on USB? > > Might I/O failures be less likely if I connect the drive to the notebook > instead of its dock? > > TIA > > ---- > > More from /var/log/messages at https://pastebin.com/CqRYbFZm > > Other relevant info below. > > root@momh167-gjp4-8570p:~ # date ; uptime ; uname -v > Thu Sep  3 22:45:07 BST 2020 > 10:45PM  up 6 mins, 6 users, load averages: 0.20, 0.27, 0.13 > FreeBSD 13.0-CURRENT #63 r364768: Tue Aug 25 20:08:23 BST 2020 > root@momh167-gjp4-8570p:/usr/obj/usr/src/amd64.amd64/sys/GENERIC-NODEBUG > root@momh167-gjp4-8570p:~ # zpool status -v >   pool: copperbowl >  state: ONLINE > status: Some supported features are not enabled on the pool. The pool can >         still be used, but some features are unavailable. > action: Enable all features using 'zpool upgrade'. Once this is done, >         the pool may no longer be accessible by software that does not > support >         the features. See zpool-features(5) for details. >   scan: scrub repaired 0B in 01:39:31 with 0 errors on Thu Sep  3 > 01:12:21 2020 > config: > >         NAME          STATE     READ WRITE CKSUM >         copperbowl    ONLINE       0     0     0 >           ada0p4.eli  ONLINE       0     0     0 > > errors: No known data errors > root@momh167-gjp4-8570p:~ # zpool import Transcend && zfs load-key > Transcend/VirtualBox > Enter passphrase for 'Transcend/VirtualBox': > root@momh167-gjp4-8570p:~ # zpool status -v Transcend >   pool: Transcend >  state: ONLINE > status: One or more devices has experienced an error resulting in data >         corruption.  Applications may be affected. > action: Restore the file in question if possible.  Otherwise restore the >         entire pool from backup. >    see: https://zfsonlinux.org/msg/ZFS-8000-8A >   scan: scrub repaired 0B in 00:15:33 with 0 errors on Wed Sep  2 > 22:38:56 2020 > config: > >         NAME        STATE     READ WRITE CKSUM >         Transcend   ONLINE       0     0     0 >           da0p1     ONLINE       0     0     0 > > errors: Permanent errors have been detected in the following files: > >         :<0x0> >         :<0x3d> > root@momh167-gjp4-8570p:~ # zpool scrub Transcend > root@momh167-gjp4-8570p:~ # zfs version > zfs-0.8.0-1 > zfs-kmod-0.8.0-1 > root@momh167-gjp4-8570p:~ # zpool status -v Transcend >   pool: Transcend >  state: ONLINE >   scan: scrub repaired 0B in 00:17:53 with 0 errors on Thu Sep  3 > 23:03:57 2020 > config: > >         NAME        STATE     READ WRITE CKSUM >         Transcend   ONLINE       0     0     0 >           da0p1     ONLINE       0     0     0 > > errors: No known data errors > root@momh167-gjp4-8570p:~ # zfs get > compression,compressratio,encryption,used,referenced,mountpoint > Transcend Transcend/VirtualBox > NAME                  PROPERTY       VALUE SOURCE > Transcend             compression    zstd                      local > Transcend             compressratio  1.70x                     - > Transcend             encryption     off default > Transcend             used           76.4G                     - > Transcend             referenced     76.4G                     - > Transcend             mountpoint     /Volumes/t500             local > Transcend/VirtualBox  compression    zstd inherited from Transcend > Transcend/VirtualBox  compressratio  1.00x                     - > Transcend/VirtualBox  encryption     aes-256-gcm               - > Transcend/VirtualBox  used           200K                      - > Transcend/VirtualBox  referenced     200K                      - > Transcend/VirtualBox  mountpoint     /Volumes/t500/VirtualBox inherited > from Transcend > root@momh167-gjp4-8570p:~ # ls -hl > /Volumes/t500/VirtualBox/Windows/Windows.vdi > -rw-------  1 grahamperrin  grahamperrin    69G Sep  3 16:58 > /Volumes/t500/VirtualBox/Windows/Windows.vdi > root@momh167-gjp4-8570p:~ # du -hs > /Volumes/t500/VirtualBox/Windows/Windows.vdi >  36G    /Volumes/t500/VirtualBox/Windows/Windows.vdi > root@momh167-gjp4-8570p:~ # > We need output from "procstat -akk" to see where ZFS/USB is hanging. --HPS From owner-freebsd-current@freebsd.org Fri Sep 4 08:52:27 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 C5AE43DB205; Fri, 4 Sep 2020 08:52:27 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjWdl4wnBz3TL0; Fri, 4 Sep 2020 08:52:27 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f169.google.com (mail-yb1-f169.google.com [209.85.219.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 8C7C5177B7; Fri, 4 Sep 2020 08:52:27 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f169.google.com with SMTP id s92so4028125ybi.2; Fri, 04 Sep 2020 01:52:27 -0700 (PDT) X-Gm-Message-State: AOAM532mJuloakaz6ca9Hf3Qke/Zt4Rmm1T39f7wRxRE6W9t/cfzUa3x HAeWeqywOv+UtpbPuc5mhzOYZlql6OqDCq0NBsU= X-Google-Smtp-Source: ABdhPJzWvC004dmBBR+TBoXCmRm0kPleg3cVTDju9PiPiRXeAyauaY6AmWLpcq6xqlRCUqakJ2RtHSE9BKAM4BrQsN4= X-Received: by 2002:a25:70c1:: with SMTP id l184mr8121339ybc.241.1599209546518; Fri, 04 Sep 2020 01:52:26 -0700 (PDT) MIME-Version: 1.0 References: <20200903100621.GA68392@freefall.freebsd.org> In-Reply-To: From: Li-Wen Hsu Date: Fri, 4 Sep 2020 16:52:15 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: FreeBSD CI Weekly Report 2020-08-30 To: Alan Somers Cc: "freebsd-testing@freebsd.org" , FreeBSD CURRENT Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 08:52:27 -0000 On Thu, Sep 3, 2020 at 8:57 PM Alan Somers wrote: > > On Thu, Sep 3, 2020 at 4:06 AM Li-Wen Hsu wrote: > > > > > FreeBSD CI Weekly Report 2020-08-30 > > =================================== > > * https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/ > > * Total 681 tests, 525 success, 46 failures, 110 skipped, see > > > > https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/lastCompletedBuild/testReport/ > > for more details > > > That's 35 more failures than we used to have. What changed? Was this > using the openzfs kmod? It looks like test run 7392 was when the change > happened. > https://ci.freebsd.org/job/FreeBSD-head-amd64-test_zfs/7392/changes Yes as described in the news section, the statistics are from the build after openzfs importing. Best, Li-Wen From owner-freebsd-current@freebsd.org Fri Sep 4 10:28:23 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 0C3213DCD06 for ; Fri, 4 Sep 2020 10:28:23 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjYmN6GRQz3YGv for ; Fri, 4 Sep 2020 10:28:20 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 084AS7PX082169 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 4 Sep 2020 12:28:11 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 084AS7qZ084450 for ; Fri, 4 Sep 2020 12:28:07 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 084ARuuQ096659 for ; Fri, 4 Sep 2020 12:28:06 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009041028.084ARuuQ096659@fire.js.berklix.net> To: freebsd-current@freebsd.org Subject: Re: /usr/src/cddl/sbin/zfs don't know how to make zfs-change-key.8 From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://berklix.com/free/ X-From: http://www.berklix.org/~jhs/ In-reply-to: Your message "Wed, 02 Sep 2020 11:24:15 -0400." <6bb6ee1f-cdf6-bbf3-0b14-af42a586a0ee@FreeBSD.org> Date: Fri, 04 Sep 2020 12:27:56 +0200 X-Rspamd-Queue-Id: 4BjYmN6GRQz3YGv X-Spamd-Bar: / X-Spamd-Result: default: False [0.20 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.07)[-0.068]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[berklix.com]; NEURAL_HAM_SHORT(-0.44)[-0.436]; NEURAL_HAM_MEDIUM(-0.19)[-0.194]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RECEIVED_SPAMHAUS_PBL(0.00)[79.196.198.159:received] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 10:28:23 -0000 Ryan Moeller wrote: > > On 9/1/20 7:42 PM, Julian H. Stacey wrote: > > Hi current@freebsd.org, > > > > With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/cddl/sbin/zfs > > # bmake[4]: don't know how to make zfs-change-key.8. Stop > > > Thanks, fixed it: https://svnweb.freebsd.org/changeset/base/365250 Thanks Ryan, src/cddl/sbin/zfs builds here on 365287 Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money Probe Russian Brexit Referendum https://petition.parliament.uk/petitions/332293 From owner-freebsd-current@freebsd.org Fri Sep 4 10:30:12 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 AB3DE3DCBD8 for ; Fri, 4 Sep 2020 10:30:12 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjYpT61r7z3YFw for ; Fri, 4 Sep 2020 10:30:09 +0000 (UTC) (envelope-from ohartmann@walstatt.org) X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from freyja ([46.88.94.26]) by mail.gmx.com (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1M5fIW-1kBNpN1ZVK-007CBv for ; Fri, 04 Sep 2020 12:30:07 +0200 Date: Fri, 4 Sep 2020 12:30:00 +0200 From: "O. Hartmann" To: freebsd-current Subject: CURRENT: r365325: mounting ZFS within JAIL now fails: /sbin/zfs mount -a: failed Message-ID: <20200904122954.3da376fd@freyja> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:ZsXjIkzhS7A9/VjQz4pd4p9Zi14svgTkH8ZyOswu0sek3T1mjGB Y9M03tSh5Lnq4Gx90rMlv7+TD4cQ4VF4cMp2DQqSUrGa6PFnw3a8hrG9ZIUtuEl0ct254kR u9OQrC47Bz9GoPkY2AY1nBAKtXeXNpxsjzSr7Si29Zo8SUvtqd6EcFXYkxCJYKPlkDlz693 OPGUj2jR4EKiwe7+vDW3Q== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:XCb7ApzrGnc=:CQceOY5WyJku5hLoeKPEI7 BH+fFc54dWVyurFdUg56hTWaHiqQ2OFNAKCmP1N1VU+tevEXB6v+RsmC6O8wZ88viQl2SOQkI SqlWDOQse7npHI/AkzxNgXoxGM55hQpbNZFIwIz0P7AYn7dZ4XmMiFUP6Z8R8xTWIgw1tAuE7 /c4xwOl/Hmw9Qw0rR1uESRJC7SklA0QWoeNuRVXWg5aXhVaCg1cMsIrVyCrvvtO4LZEJXKm5N zF37Jslt5ajnp4ikLlHb4Cz9fYLNL19eds0Ov/KGENlsOhlgqXQ6Ya3DcuAiLUL4f+KvxMv1X aOG476pVHdRLvpqPcsudlh7DOTMpHG/GpVH04RMT0pn3Jt6sm+SBLBqrrTGwn6UQXfw6Qt1jW QtlNtcZoWVOKh+IpDO9qUsbgeLyDdPHZoGkSb3E1Ouz9P9UeCURsW2vFI0unA4fKKxqaaZY5X WM+VthQV6ec6maDKq+0z4ddAZrFfQZ9sbLUnJCDI8aQuZWum4+hxFzHD4YZBdNK4oYagS2Ip0 hC9TJbHEeJ90wxXMibdlxIdBvn1ijDgr65FQdAIw454q5xtSjvOYttK2GlCXb8W2XwOLFPJa1 +reu1NyvegUMK7hvF7unM4ONzvKGikojVoztiwIaMFD4jnt0Xw1ZBbK4tDnQHTacdFbiwKHVO 7XtpnYpD9hl5HduB1r8nncStEYITBIAuVq3ykz67/YGm/LBbQTAicHzZSSobb/ZILz3Ek2DMk oTilKn7qDLMyKOhDZX5Zxus0y+9PgsYsmN6thKhOOUoxyeSktAiP2HvfI13WTKiDQU9vUKDtO tLAqHHiE68CzcjfHuqc4xwL6Jpsco6tL0J5R6FeCqFqngS2u0k5XNJNGPvSKktquQUYQIomVp GQY3mc8nkH7BMx+MbTb092rzOdMmTSSnHbwpudHi0oG7sRwadPyZeDlAM7mRK1W1Ag3/wxTBi uY0Ad8Y9PMstsjWJ02UpHfuLjDQUp91EP4a2/3+qAnwhZuwAtv0EE2Fsl7a82GRw3Te/4WvcG je8uvH9jC/xxED7AD8C1bArA260WsqiMDSaD5Q1/aJSCjhaT+aEImFt/u+ttU/iRy13lQTEvR +nWvUQvpHdXeR8yhRUn7YePN764Mu4kSU9rOJ9SicnnLNoTV4KHOJXSvsWyOS2Fe3s24wC+6L 0KXE2TE3jtjIK0poDgdEfh26TrpBh5O3POiERfltXS/Iienivs02jMFO36rmwQMmpQyDZmtMR Vu6QK0U8Ypw/6xwAXV7QLzAhCWIGf7uVXVpA2GA== X-Rspamd-Queue-Id: 4BjYpT61r7z3YFw X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.06 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; RCVD_IN_DNSWL_LOW(-0.10)[212.227.15.15:from]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.86)[-0.863]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[walstatt.org]; RCPT_COUNT_ONE(0.00)[1]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.15.15:from]; NEURAL_HAM_MEDIUM(-0.77)[-0.770]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmx.net:+]; NEURAL_HAM_SHORT(-0.53)[-0.528]; RECEIVED_SPAMHAUS_PBL(0.00)[46.88.94.26:received]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 10:30:12 -0000 Running a most recent CURRENT (FreeBSD 13.0-CURRENT #1 r365325: Fri Sep 4 11:28:14 CEST 2020 amd64) with JAILS also running CURRENT of the very same version, one specific jail which is designated to be a poudriere jail with ZFS filesystems doesn't start after an update today. The message is: [...] cannot mount 'POOL00/ezjail': Insufficient privileges cannot mount 'POOL00': Insufficient privileges Prior to the update today, everything worked fine and the jail was able to mount its pool; "enforce_statfs= "1";" worked so far, I have no clue what is going wrong here. Can someone shed some light on this? Addendum: As mentioned in /usr/src/UPDATING, 20200824, I did not upgrade the pool. The host has been rebuild from clean /usr/src/obj and so the jail's image (using ezjail and /usr/src as the jail's base). Help is appreciated, thanks in advance, kind regards oh From owner-freebsd-current@freebsd.org Fri Sep 4 11:26:17 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 6C10C3DDBD6 for ; Fri, 4 Sep 2020 11:26:17 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjb3D1kwtz3cFW; Fri, 4 Sep 2020 11:26:15 +0000 (UTC) (envelope-from o.hartmann@walstatt.org) X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from freyja ([46.88.94.26]) by mail.gmx.com (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MWASe-1k2feh1PXW-00XZas; Fri, 04 Sep 2020 13:26:13 +0200 Date: Fri, 4 Sep 2020 13:26:11 +0200 From: "O. Hartmann" To: Mateusz Guzik Cc: "Hartmann, O." , FreeBSD CURRENT , mmacy@freebsd.org, freqlabs@freebsd.org Subject: Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 Message-ID: <20200904132607.11a7917c@freyja> In-Reply-To: References: <20200828120706.7b2c3396@hermann.fritz.box> <20200828130539.18ba7437@hermann.fritz.box> <20200830131657.4803768b@hermann.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:53lojGXnAgQhHoTCG3yjDCerB2mvB7jMxy4auKJhYe+m8klALLJ Q6g7A5gBhNANFfyNZTip23m9CqGs5oKKmqS6WerMoNUhSdL5kPyU9uuBt64A3x232h+Zzow aAZI8NWRh2O6wUbThfs5GCX982KG8kiDqrmf2F0KoZRjRYko/UO0tN4FLAIz87ExQ+rEr4Q 4qXwgIdNbRH0E/tsKN3AA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:/4zLw3Ya9oA=:9IqnJSIIC1vU+fVxSkuEi/ XJ2AxU8bK/XliSEscwcJAugAnLAo+6swiEbEmv0Cd76GsChL+EutunFYWbcrzLW4tUlS2DHWm YhOkHN5vXPoPdrQjfIR4GfhvsgFr+Z+JnVyFKMhDHRNgTA0c6RxpKtc+Gu/Z82DXd02xruO8q Em2fU2U/gabnHeh2dsDRsKJk5sLC3+zCpgH8STUv9ijHZp+FMrsrqJJPdRh1Bpz20rBEAO/e7 C+lAVcFXVxtmriemCNmglhvLvdDPYM9M5MHauGDk9uwpQRJBOMGdkTOCh3i3FB7awElBB7Smo myOfR+4v+lrv4mj68DORgqHVmROAW9WTpmlzSW2oXG5EHOg6qOfSPspLpgrxtdvyupBNrC5WH 5arNHCv4oBjicAj5ekQ15hp8e9G/npy2+t68R9nvNLZkt6GqGzta25jDkkRA7N5T1PS+gu7Kq 8v7bvSjeMEe6RlWC8Z2xmwGafMvunJzpoenN0TsSmCpSALn0VyTaC6xh064+KITGoRrD8zt/B FbMNoqGs7XbusmmkkcDRoxMsV+yuBWGOwYOG5qUbUfDHo+GyJVWG331k5chubL57VSe3FAKdP HBwAl3fimfGA0SMRawjAVLYj0jwCQJC7/VHKPlldju3HQ06rV2YsdpfRyPpH7NAKq2u8ZTsQc Xwy7pY4IUQ33P/sa2lZtCH9DsKPrm2ISV9hby9ypCLvMeVrv9CUcnbgzX+A+gD3QK5rwHxcZh gU2ZBLy+DVK35w5qCHMqfpjs1TgnxpfY2oNi03Hj5QX8jDdQNjUh8osB44rGpEPcdYu6bm8pr F4X/fD8LNAs209Xlmsqh5blGPFaj+08V+BPUr+jGHxc3MoALpa+9Ed17gI72i4PyZ5vzfD+Y2 xOtzXXvYLgwxXsIbG5BqqdMvsFPrfZ0m2qhMY/kP02/8GWSpyVngljMmD28Bp9e9uUGrnbA+G tpKBpeLMM1kH8s+9zh0gWqVk29RU3C1cgJvXnP9enWwR6Y+0ji2PxAk2GvZaOi/4+gdNpDRd8 uqB9HtbuxoTYOBhEfmF9ISkoPldP+nLiuKFGkpeKKa4NalFCyEAGusM3uxm+h/nr2V5R4GeQv pVkNM6cDgrywklybx2rSxZJqXbpH6QFPyvij+fM+mszyV1qzwW8ukb07Pkxkt8T00prSvhM04 FyTq59HJfQBfso9IZibAfVwAublJyz0QJhKajcg0HtZdVyirsNBvCEogNUiqHAr5vE/6cMGtb xN3NXmgEL2nDHqlGKab9XmD8ZoSMmDlUSqxlBLg== X-Rspamd-Queue-Id: 4Bjb3D1kwtz3cFW X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.55 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.980]; NEURAL_HAM_LONG(-0.94)[-0.944]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[walstatt.org]; RCPT_COUNT_FIVE(0.00)[5]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.15.19:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmx.net:+]; NEURAL_HAM_SHORT(-0.73)[-0.726]; RECEIVED_SPAMHAUS_PBL(0.00)[46.88.94.26:received]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_IN_DNSWL_LOW(-0.10)[212.227.15.19:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 11:26:17 -0000 On Tue, 1 Sep 2020 19:21:36 +0200 Mateusz Guzik wrote: > It's not my bug but i'll make sure it is taken care of. Oh, I'm sorry. But I grasp for every help I can get ... The problem is that I do not know whether the process "make installkernel"= does silently proceed and drop the error message and everything is fine or the = fact that zfs.ko is the very last kernel module in the alphabetical order makes= it by accident work. So, rebooting with an inconsistent /boot/kernel folder h= as revealed itself as a very unpleasant situation in the past. Thanks anyway for your concern. Kind regards Oliver > > On 8/30/20, Hartmann, O. wrote: > > On Fri, 28 Aug 2020 13:16:05 +0200 > > Mateusz Guzik wrote: > > > >> On 8/28/20, Hartmann, O. wrote: > >> > On Fri, 28 Aug 2020 12:31:21 +0200 > >> > Mateusz Guzik wrote: > >> > > >> >> Can you show more of the log? > >> >> > >> >> When you installkernel you should see: > >> >> mkdir -p /boot/kernel > >> >> install -p -m 555 -o root -g wheel kernel /boot/kernel/ > >> > > >> > These lines are seen right after the beginning of "make > >> > installkernel". > >> >> mkdir -p /usr/lib/debug/boot/kernel > >> >> install -p -m 555 -o root -g wheel kernel.debug > >> >> /usr/lib/debug/boot/kernel/ > >> > > >> > I wouldn't expect these lines according to my /etc/src.conf, since = I > >> > disbaled debugging and installing debugging infos. > >> >> > >> >> Did these succeed? Do these dirs exist now? > >> > > >> > It is not existent, as expected: > >> > > >> > > >> > # ll /usr/lib/debug/boot/kernel/ > >> > ls: /usr/lib/debug/boot/kernel/: No such file or directory > >> > > >> > >> Ok. I recently made changes to the namecache, which if buggy, could > >> have resulted in woes like the above. > >> > >> Thus it looks like the newly imported zfs does not respect > >> WITHOUT_DEBUG_FILES. > > > > Even in r364973 the problem still remains. > > Disabling option WITHOUT_DEBUG_FILES in src.conf is exhausting the > > /usr/obj partition (using UFS/FFS) and no option. > > > > Got now several boxes having "make installkernel" issued with a runnin= g > > system but incomplete kernel installation, as buildkernel suggested a > > clean build. Can this be fixed, please? > > > > > >> > >> >> > >> >> On 8/28/20, Hartmann, O. wrote: > >> >> > On CURRENT (FreeBSD 13.0-CURRENT #185 r364767: Tue Aug 25 > >> >> > 16:10:50 CEST 2020 amd64), /usr/src at revision 364907, > >> >> > installkernel fails now due to an error as shown below. For the > >> >> > record, "options ZFS" ist statically in the kernel config file. > >> >> > > >> >> > Also deleting /usr/obj and restarting buildworld and buildkernel > >> >> > from scratch doesn't solve the problem. The buildworld and > >> >> > buildkernel mutually finish without error (I do not see any on > >> >> > the console), installworld also finishes fine, but installkernel > >> >> > not. > >> >> > > >> >> > /etc/src.conf looks as follows: > >> >> > > >> >> > [...] > >> >> > CPUTYPE?=3D native > >> >> > # World > >> >> > CFLAGS+=3D -O3 > >> >> > #CFLAGS+=3D -DNDEBUG > >> >> > # Kernel > >> >> > COPTFLAGS+=3D -O3 > >> >> > #COPTFLAGS+=3D -DNDEBUG > >> >> > #CXXFLAGS+=3D -std=3Dc++17 > >> >> > WITH_CLANG_EXTRAS=3D YES > >> >> > WITH_LLDB=3D YES > >> >> > #WITH_BSD_GREP=3D YES > >> >> > WITH_OFED_EXTRA=3D YES > >> >> > WITH_NAND=3D YES > >> >> > #WITH_CTF=3D YES > >> >> > WITH_SVN=3D YES > >> >> > WITH_BEARSSL=3D YES > >> >> > WITH_PIE=3D YES > >> >> > WITH_SORT_THREADS=3D YES > >> >> > WITH_ZONEINFO_LEAPSECONDS_SUPPORT=3D YES > >> >> > MALLOC_PRODUCTION=3D YES > >> >> > WITHOUT_ASSERT_DEBUG=3D YES > >> >> > WITHOUT_TESTS=3D YES > >> >> > WITHOUT_PROFILE=3D YES > >> >> > WITHOUT_DEBUG_FILES=3D YES > >> >> > WITHOUT_REPRODUCIBLE_BUILD=3D YES > >> >> > > >> >> > [...] > >> >> > > >> >> > Debugging facilities are disabled as src.conf indicates. > >> >> > > >> >> > [...] > >> >> > install -T release -o root -g wheel -m 555 xz.ko > >> >> > /boot/kernel/ =3D=3D=3D> zfs (install) > >> >> > install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel= / > >> >> > install -T dbg -o root -g wheel -m 555 zfs.ko.debug > >> >> > /usr/lib/debug/boot/kernel= / > >> >> > install: /usr/lib/debug/boot/kernel/: No such file or directory > >> >> > *** Error code 71 > >> >> > > >> >> > Stop. > >> >> > make[4]: stopped in /usr/src/sys/modules/zfs > >> >> > *** Error code 1 > >> >> > *** Error code 1 > >> >> > > >> >> > >> >> > >> > > >> > > >> > >> > > > > > > From owner-freebsd-current@freebsd.org Fri Sep 4 12:06:18 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 91DC73DF60F; Fri, 4 Sep 2020 12:06:18 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjbxN3Sbkz3g3V; Fri, 4 Sep 2020 12:06:15 +0000 (UTC) (envelope-from ohartmann@walstatt.org) X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from freyja ([46.88.94.26]) by mail.gmx.com (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MfYPY-1klJN80lzM-00fwRz; Fri, 04 Sep 2020 14:06:14 +0200 Date: Fri, 4 Sep 2020 14:06:12 +0200 From: "O. Hartmann" To: Matthew Macy Cc: freebsd-current , freebsd-fs , freebsd-hackers@freebsd.org Subject: Re: OpenZFS support merged: problem mounting ZFS within JAILs Message-ID: <20200904140612.7a7c517a@freyja> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:RzCnQsfjgzZGnL150j98qhdJ3UBkFkkcbFkHVoZDVNk22XAOIim 68eAOrVhtSQSyQkTW/8AcsDeWXvYCM44sV7fSoY0I49iIpJ6MyC6qA0WkuLpSPAmrGgnZLK 0PNxPQZUzhJE95x0nL49l8y75sdE/b2tPd5suiqN6eZSbBWXTA24EajdDux6zPnD5Pbw3kN UNHpTqUPPloPfDiOFUlzA== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:2OKKhEQRfDA=:DtSaYEPuslsFMweaAPKfAp xi0zVNA5UeK+2gy+GJ/rJ2UpWsg1K1h6NaugwriuqzVY0h7E1Y44ksn7LWho1lugwIqo9TOeV 3ahYzkArzqSoT+61ej+U5sDbwwIs5DmwiKDYMDIEdwtGJJaj5pSBGcGYeB/ktDBs4OA3IpTW3 2BnMSLLG2NAo6aU2qZbj0FC1R9ByxC3zi3lzEr5cUxdTMQftw93jUiNWaFy3RPvz1mS0c4evs Lu4zG8y+I0HSTYgQZr1swju0NrG/rYhOWyJHA3A9Km5Oyd1PTW1eRLrVkd0pJLoHCRn8ZcM4u 3kRloOrrlACUeLbr4x2lgLLT/PH37DQ+0rPjdHAuOdDVs2otrbeb4CALk00Hj9fBSGEeSINzu PiZ0Ic4GSCEYwmMQo1C6YKESBk2M9GJRPJPnCOJRTOQuzr7jiWPUeUG9c0kkGSn7kCtH9CTAC vq1uNqudQ50OGSLxgcQvKBNqzZSfm9gd4a631DOVUNQeixZ/KyG0OQJ7lW2pDstBbMBQsDyl3 yY0KG3VFCLaYssppLrvDE5AEHNj2HWVD3zumHIkEBAGT98+K1cUnwQhzcpWPaMcAGU0+GKpFT kKTEMHaNOaLIB1gjSre9JOQZYiv7rVxXSy7qSf9NfA7ydwPO0tiwV9N+/4J867sp+nXrkQlP1 fCll2yKtAy7WNdBP4o0MI/9K48MYrSq40xbnNEU1tloKP20z618vFw299Mmngh5Me6qENmS2a R0jUoZfICwLpVevkkt9V9mujeI9X5fZxYeMTSYwJyxVrDzgYqHkIUnfn75HFUEgNvr8Qo5dNS 6+lOdMwLmAynEW12+RPmT7v3Kq7yMH71qkJlpEJJaOHdtv9HqYTF2Z8mBBJdySoxTIhmiZesR VsPrtMPkPFXX31p0JtWmgjfEJo9A7LVhow9rbenoleYOXbUd4ktwV8GvaSCYynTvidnD2MVs3 xlqPqz4egmRl/rIQmzMqoTS0FEklHYchSOo9YBBbHDnmwdgC9/1l+ZlASD2HzgzAQFtSqB5tm sH8VrDwj+E67HeNNtfypasLuoLJw5XAc3MLWyU0nNUHikioyxFlwCSdsREZNHAZx0vS0JNKoC jSL36+EnvJKJ88JMV8ze2ysGYLEXgk+qfWbIcDOkf/trL8qc2a1QDjwlLlq/+DAyf0Ea2xDCq kB21OPaoAYCiT5nAXnUBtRH4A/YPCnYIclwz9Ybu5D4UsiC2HVcV4pqQfVPn29qGWAPrWseDa HqpaZ72YqSx7SEQrPMnGfM2ryiTe2H/oMEZJxMA== X-Rspamd-Queue-Id: 4BjbxN3Sbkz3g3V X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.43 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; RCVD_IN_DNSWL_LOW(-0.10)[212.227.17.21:from]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[walstatt.org]; NEURAL_HAM_LONG(-0.93)[-0.931]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.17.21:from]; NEURAL_HAM_MEDIUM(-0.94)[-0.936]; DKIM_TRACE(0.00)[gmx.net:+]; NEURAL_HAM_SHORT(-0.67)[-0.665]; RECEIVED_SPAMHAUS_PBL(0.00)[46.88.94.26:received]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-hackers,freebsd-fs,freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 12:06:18 -0000 On Mon, 24 Aug 2020 19:38:53 -0700 Matthew Macy wrote: > r364746 merged OpenZFS support in to HEAD. > > The change should be transparent unless you want to use new features. > I caution against 'zpool upgrade' for the next few weeks. > > https://svnweb.freebsd.org/base?view=3Drevision&revision=3D364746 > > If you encounter problems please report them to me, Ryan Moeller, and > -current. _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" Hello. We just upgraded several boxes running CURRENT to r365325. These systems a= re running customized kernels with ZFS statically compiled in. the host's OS = is derived from "make buildworld buildkernel" in /usr/src. Jails on that hosts are maintained vi /etc/jail.conf, but system is instal= led by misusage of ezjail. So far the environemnt. One of the jails is a dedicated poudriere jail using ZFS. This worked so f= ar. Every pool this specific jail or any other jail is mounting is located bel= ow POOL/ezjail therefore we consider enforce_statfs=3D "1"; in /etc/jail.conf as sufficient. After updating all /etc/default/ and /etc/rc.d of those poudriere-jails with ZFS everything should be inline regarding new requests for OpenZFS . But now enforce_statfs=3D "1"; isn't sufficient anymore, the jais fail to = startup with a mount error complaining about insufficient access rights. The probl= em partially disappear by setting enforce_statfs=3D "0";, but this isn't what= we want and personally I consider it a risk. But furthermore, several ZFS dat= asets prior to the upgrade successfully being exported from the hosts pools and = mount from withing the jail are now invisible within the jail. According to /usr/src/UPDATING, tag 20200824, the features of the ZFS pool= s of the main hosts have been left untouched so far, no feature upgrade has bee= n performed. Some hints would be nice. Kind regards, oh From owner-freebsd-current@freebsd.org Fri Sep 4 12:13:23 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 51AB73DF89C for ; Fri, 4 Sep 2020 12:13:23 +0000 (UTC) (envelope-from ohartmann@walstatt.org) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass Class 2 CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjc5Y5jLYz3gNy for ; Fri, 4 Sep 2020 12:13:21 +0000 (UTC) (envelope-from ohartmann@walstatt.org) X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from freyja ([46.88.94.26]) by mail.gmx.com (mrgmx105 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MfYPY-1klJXr3C24-00g07j for ; Fri, 04 Sep 2020 14:13:19 +0200 Date: Fri, 4 Sep 2020 14:13:18 +0200 From: "O. Hartmann" To: freebsd-current Subject: Fw: OpenZFS support merged: problem mounting ZFS within JAILs Message-ID: <20200904141314.566d1d38@freyja> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Provags-ID: V03:K1:TgUq4HLLgirLattSMzmItFf7jvGILDDn1dM3mtyx0KqYDTy9bBN UaFJPFTXA2ZRO3Y3t85msiJl6hfhRi8kc/Hbsf+w1D01RXnd5YCYik/6qiClx16G1gI21/V zy+vXZcT1PisTXa940z+pbudodit3PlVvkRe99A4AGtbZ7XQoOt/N7dFTt0D4knTff/mBvd obnOcHqpvXtp2Qv3Ekexg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:J4Ry0NpxTHE=:EFbPFWFhXrAt+4WTel2QJm uTekW65bUfmlLTltQN84bvC0ChQJ6oavHnLU2zuBOlRhWd+WaXSVHIGqwhGDsFmPwZYrqjhHa M5/Zwv5ARWcOhORDwgFotQIVBpW6GfnjvEc+s05l/7QM6yW9k3qmmdv5TE2Rr1m/MbBUWt+CI Irlj3lU9IYRJ9QSSz4y2zNFo2D/j36s3KicB0vOeFnTnX5xNeA91rqnd0OK0EYI8I8td6PCnE Ebuc1G5tASLGxqiD9Sx+IrsSzBbso1ZEDR77DkMMP2JUecRrzh/1YS6j52y02SpUyTdIV4gW5 4QOr8BBdEPtnuCRYTCxOZy2LHaaHw+F1uDC33+e7Vo+F0AB/GoLj1z8AgyBX1f99T1o7nFVW8 AXJIDyuCW1qOBwY2GTGecRklbBQjVdxi6XRyxTYsUSWgO33Ttem4niFDoWY6/KkrToJO4y3is pHhv1Gp4bK7ttUzJCZ03YUEuTJg0b/eEvbOepIW6kBK2xbuyfnYumIxFOZnCfeeg+FO6QpXFd 9jt39u2Nu6fnW/LdpDKDkOooSXpuK0DKaQbfi1W/TnvqaZcq2jUp9eXxuHNkpuRyvKgKx6GJp /U/2385V0IXaUsJiH0V4cttgml1ACgXN2nB3bSJSitEbJF+XwO7BwJPdxTdnktOYXQHhU45Qj mAIRl6uPI/VV+v3lrQ5pt+zRzbyPVczxqWWCidXNO+llFJLhKPen6QquIVFwW7rqNv1oeY1Jb yV4xOWn+X/S9p/P95hExoIBI27IITu8uCFmQibfY0V3w8JhCMM6RKQww19lYGmzt4ChUQ0uSE PVwzEroCY0CvmDMxgORMVshnmiR0Zb9x6g7t/PB7puM+RXxA9S6NKXdAlpW9Io1YCH7pacjn/ MJVNODaUAeVMTNNlFHDbLphJjcayIHxr3Xy3M3FZMu/4LEqamHJ/2QmmTLMF7XW4YfYpbj/uy nzkcw2JdLb7Q53QtZgbHdcgGqUxCbMnAOvF8/P02W5Jd0BSFH6GtXVrnhr4Dt0F8bcNi0yXWk gcsVHHtoSxFaw2/qoSCYwAGllTxaaD88Uf/+84PkYTSu0RKss7KJDC5MUaamtfPwm9Z2qQ9q4 5oep4IkMAAYhkzVSDHAjWuVkOewouEgl9q95i1Tmyr6pwAShXTX4F8cTpYS+xpp5Klr0mGC2q M204k5w7TD0160advpwupCcLF3RDwhLqj1JqWzx+VEs3jU7EWheDPz19dfJJEer19RmGnXo5U WOegrbcqLktxGSy+YNeqXcqa+tF5UnOaW8YJE6A== X-Rspamd-Queue-Id: 4Bjc5Y5jLYz3gNy X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.12 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmx.net:s=badeba3b8450]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.85)[-0.849]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[walstatt.org]; RCPT_COUNT_ONE(0.00)[1]; RWL_MAILSPIKE_POSSIBLE(0.00)[212.227.17.20:from]; NEURAL_HAM_MEDIUM(-0.77)[-0.775]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmx.net:+]; NEURAL_HAM_SHORT(-0.60)[-0.597]; RECEIVED_SPAMHAUS_PBL(0.00)[46.88.94.26:received]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_NOT_FQDN(0.50)[]; ASN(0.00)[asn:8560, ipnet:212.227.0.0/16, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_IN_DNSWL_LOW(-0.10)[212.227.17.20:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 12:13:23 -0000 Begin forwarded message: Date: Fri, 4 Sep 2020 14:06:12 +0200 From: "O. Hartmann" To: Matthew Macy Cc: freebsd-current , freebsd-fs , freebsd-hackers@freebsd.org Subject: Re: OpenZFS support merged: problem mounting ZFS within JAILs On Mon, 24 Aug 2020 19:38:53 -0700 Matthew Macy wrote: > r364746 merged OpenZFS support in to HEAD. > > The change should be transparent unless you want to use new features. > I caution against 'zpool upgrade' for the next few weeks. > > https://svnweb.freebsd.org/base?view=3Drevision&revision=3D364746 > > If you encounter problems please report them to me, Ryan Moeller, and > -current. _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.or= g" Hello. We just upgraded several boxes running CURRENT to r365325. These systems a= re running customized kernels with ZFS statically compiled in. the host's OS = is derived from "make buildworld buildkernel" in /usr/src. Jails on that hosts are maintained vi /etc/jail.conf, but system is instal= led by misusage of ezjail. So far the environemnt. One of the jails is a dedicated poudriere jail using ZFS. This worked so f= ar. Every pool this specific jail or any other jail is mounting is located bel= ow POOL/ezjail therefore we consider enforce_statfs=3D "1"; in /etc/jail.conf as sufficient. After updating all /etc/default/ and /etc/rc.d of those poudriere-jails with ZFS everything should be inline regarding new requests for OpenZFS . But now enforce_statfs=3D "1"; isn't sufficient anymore, the jais fail to = startup with a mount error complaining about insufficient access rights. The probl= em partially disappear by setting enforce_statfs=3D "0";, but this isn't what= we want and personally I consider it a risk. But furthermore, several ZFS dat= asets prior to the upgrade successfully being exported from the hosts pools and = mount from withing the jail are now invisible within the jail. According to /usr/src/UPDATING, tag 20200824, the features of the ZFS pool= s of the main hosts have been left untouched so far, no feature upgrade has bee= n performed. Some hints would be nice. Kind regards, oh _______________________________________________ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-current@freebsd.org Fri Sep 4 13:03:13 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 9D0053C1A65 for ; Fri, 4 Sep 2020 13:03:13 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from dec.sakura.ne.jp (dec.sakura.ne.jp [210.188.226.8]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjdC36DGqz41l2; Fri, 4 Sep 2020 13:03:11 +0000 (UTC) (envelope-from junchoon@dec.sakura.ne.jp) Received: from kalamity.joker.local (180-198-4-200.nagoya1.commufa.jp [180.198.4.200]) (authenticated bits=0) by dec.sakura.ne.jp (8.15.2/8.15.2/[SAKURA-WEB]/20080708) with ESMTPA id 084D32gn088363; Fri, 4 Sep 2020 22:03:02 +0900 (JST) (envelope-from junchoon@dec.sakura.ne.jp) Date: Fri, 4 Sep 2020 22:03:01 +0900 From: Tomoaki AOKI To: freebsd-current@freebsd.org Cc: mmacy@FreeBSD.org Subject: Fatal trap 18 on boot after OpenZFS import Message-Id: <20200904220301.7fac6b4008f1bc7ad8d803c9@dec.sakura.ne.jp> Reply-To: junchoon@dec.sakura.ne.jp Organization: Junchoon corps X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd12.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Fri__4_Sep_2020_22_03_01_+0900_B7zojx0.zqE3+2O9" X-Rspamd-Queue-Id: 4BjdC36DGqz41l2 X-Spamd-Bar: / X-Spamd-Result: default: False [0.45 / 15.00]; HAS_REPLYTO(0.00)[junchoon@dec.sakura.ne.jp]; RCVD_VIA_SMTP_AUTH(0.00)[]; MV_CASE(0.50)[]; HAS_ATTACHMENT(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; TO_DN_NONE(0.00)[]; HAS_ORG_HEADER(0.00)[]; NEURAL_HAM_SHORT(-0.17)[-0.170]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:9370, ipnet:210.188.224.0/19, country:JP]; MID_RHS_MATCH_FROM(0.00)[]; RECEIVED_SPAMHAUS_PBL(0.00)[180.198.4.200:received]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.77)[-0.768]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.01)[-0.012]; MIME_GOOD(-0.10)[multipart/mixed,text/plain]; DMARC_NA(0.00)[sakura.ne.jp]; AUTH_NA(1.00)[]; R_SPF_NA(0.00)[no SPF record]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 13:03:13 -0000 This is a multi-part message in MIME format. --Multipart=_Fri__4_Sep_2020_22_03_01_+0900_B7zojx0.zqE3+2O9 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi. Encountering boot failure with fatal trap 18 on boot, happening at (maybe) just before init() starts. Possibly on root remount by kernel or zpool import by rc.d script. The last revision tried is r365316 (r364788 is the last tried clean rebuild). The last health revision is r364744, just before actual switch to OpenZFS. amd64 on ThinkPad P52 (Core i7-8750H) w/descrete nvidia GPU. r364751 with diff of r364777 and r364788 (to successfully built Without unrelated-to-OpenZFS changes) fails. Any suggestions and fixes are appreciated. Trap screen is something like below (text attached), typed up from relatively clear photo, so could be some typo. This is shown just after usual kernel startup outputs. boot1.efi (as EFI/bootx64.efi on ESP) starts /boot/loader.efi properly, and loader.efi seems to boot kernel properly. As even single user shell selection doesn't appear, loader.efi is of r364744. But they works even if I proceeded irregular process, 1)Update src tree 2)Clean obj tree 3)buildworld 4)etcupdate -p 5)buildkernel 6)installkernel 7)shutdown to single user WITHOUT reboot <- Irregular! 8)installworld 9)etcupdate 10)rebuild src/sys-dependent ports (kmods, nvidia-driver, ...) 11)reboot loader.efi looks doing its job and panics after kernel startup ends. Needless to say, rolling back to r364744 state from stable/12 on nvd0 Fixes the issue. Regards. ===== Fatal trap 18: integer divide fault while in kernel mode cpuid = 2; apic id = 02 instruction pointer = 0x20:0xffffffff82bfa320 stack pointer = 0x28:0xfffffe00e20c6900 frame pointer = 0x28:0xfffffe00e20c6960 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 27 (vdev_open) trap number = 18 panic: integer divide fault cpuid = 2 time = 16 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe00e20c6610 vpanic() at vpanic+0x182/frame fffffe00e20c6660 panic() at panic+0x43/frame fffffe00e20c66c0 trap_fatal() at trap_fatal+0x387/frame fffffe00e20c6720 trap() at trap+0x8e/frame fffffe00e20c6830 calltrap() at calltrap+0x8/frame fffffe00e20c6830 --- trap 0x12, rip = 0xffffffff82bfa320, rsp = 0xfffffe00e20c6900, rbp = 0xfffffe00e20c6960 --- zio_wait() at zio_wait+0x60/frame 0xfffffe00e20c6960 vdev_open() at vdev_open+0x74d/frame 0xfffffe00e20c69c0 vdev_open_child() at vdev_open_child+0x1e/frame 0xfffffe00e20c69e0 taskq_run() at taskq_run+0x1f/frame 0xfffffe00e20c6a00 taskqueue_run_locked() at taskqueue_run_locked+0x181/frame 0xfffffe00e20c6a80 taskqueue_thread_loop() at taskqueue_thread_loop+0x118/frame 0xfffffe00e20c6ab0 fork_exit() at fork_exit+0x7d/frame 0xfffffe00e20c6af0 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe00e20c6af0 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- KDB: enter: panic [ thread pid 27 tid 100570 ] Stopped at kdb_enter+0x37: movq $0,0x1091556(%rip) db> ===== Additional info: *Clean build with killing CPUTYPE from command line and make.conf (so should be equivalent with nocona) didn't help. *Clean build with commenting out WITH_KERNEL_RETPOLINE line and WITH_RETPOLINE line in src.conf didn't help. *Combination of the above two didn't help, too (at r364788). *There are two root pools in different physical drive. stable/12 on nvd0 (primary) and head on ada0 (secondary). *GENERIC-NODEBUG based (added options CAM_IOSCHED_DYNAMIC) kernel. -- Tomoaki AOKI --Multipart=_Fri__4_Sep_2020_22_03_01_+0900_B7zojx0.zqE3+2O9 Content-Type: application/octet-stream; name="Fatal_trap_18_on_head_after_r364744.log" Content-Disposition: attachment; filename="Fatal_trap_18_on_head_after_r364744.log" Content-Transfer-Encoding: base64 RmF0YWwgdHJhcCAxODogaW50ZWdlciBkaXZpZGUgZmF1bHQgd2hpbGUgaW4ga2VybmVsIG1vZGUK Y3B1aWQgPSAyOyBhcGljIGlkID0gMDIKaW5zdHJ1Y3Rpb24gcG9pbnRlciAgICAgPSAweDIwOjB4 ZmZmZmZmZmY4MmJmYTMyMApzdGFjayBwb2ludGVyICAgICAgICAgICA9IDB4Mjg6MHhmZmZmZmUw MGUyMGM2OTAwCmZyYW1lIHBvaW50ZXIgICAgICAgICAgID0gMHgyODoweGZmZmZmZTAwZTIwYzY5 NjAKY29kZSBzZWdtZW50ICAgICAgICAgICAgPSBiYXNlIDB4MCwgbGltaXQgMHhmZmZmZiwgdHlw ZSAweDFiCiAgICAgICAgICAgICAgICAgICAgICAgID0gRFBMIDAsIHByZXMgMSwgbG9uZyAxLCBk ZWYzMiAwLCBncmFuIDEKcHJvY2Vzc29yIGVmbGFncyAgICAgICAgPSBpbnRlcnJ1cHQgZW5hYmxl ZCwgcmVzdW1lLCBJT1BMID0gMApjdXJyZW50IHByb2Nlc3MgICAgICAgICA9IDI3ICh2ZGV2X29w ZW4pCnRyYXAgbnVtYmVyICAgICAgICAgICAgID0gMTgKcGFuaWM6IGludGVnZXIgZGl2aWRlIGZh dWx0CmNwdWlkID0gMgp0aW1lID0gMTYKS0RCOiBzdGFjayBiYWNrdHJhY2U6CmRiX3RyYWNlX3Nl bGZfd3JhcHBlcigpIGF0IGRiX3RyYWNlX3NlbGZfd3JhcHBlcisweDJiL2ZyYW1lIDB4ZmZmZmZl MDBlMjBjNjYxMAp2cGFuaWMoKSBhdCB2cGFuaWMrMHgxODIvZnJhbWUgZmZmZmZlMDBlMjBjNjY2 MApwYW5pYygpIGF0IHBhbmljKzB4NDMvZnJhbWUgZmZmZmZlMDBlMjBjNjZjMAp0cmFwX2ZhdGFs KCkgYXQgdHJhcF9mYXRhbCsweDM4Ny9mcmFtZSBmZmZmZmUwMGUyMGM2NzIwCnRyYXAoKSBhdCB0 cmFwKzB4OGUvZnJhbWUgZmZmZmZlMDBlMjBjNjgzMApjYWxsdHJhcCgpIGF0IGNhbGx0cmFwKzB4 OC9mcmFtZSBmZmZmZmUwMGUyMGM2ODMwCi0tLSB0cmFwIDB4MTIsIHJpcCA9IDB4ZmZmZmZmZmY4 MmJmYTMyMCwgcnNwID0gMHhmZmZmZmUwMGUyMGM2OTAwLCByYnAgPSAweGZmZmZmZTAwZTIwYzY5 NjAgLS0tCnppb193YWl0KCkgYXQgemlvX3dhaXQrMHg2MC9mcmFtZSAweGZmZmZmZTAwZTIwYzY5 NjAKdmRldl9vcGVuKCkgYXQgdmRldl9vcGVuKzB4NzRkL2ZyYW1lIDB4ZmZmZmZlMDBlMjBjNjlj MAp2ZGV2X29wZW5fY2hpbGQoKSBhdCB2ZGV2X29wZW5fY2hpbGQrMHgxZS9mcmFtZSAweGZmZmZm ZTAwZTIwYzY5ZTAKdGFza3FfcnVuKCkgYXQgdGFza3FfcnVuKzB4MWYvZnJhbWUgMHhmZmZmZmUw MGUyMGM2YTAwCnRhc2txdWV1ZV9ydW5fbG9ja2VkKCkgYXQgdGFza3F1ZXVlX3J1bl9sb2NrZWQr MHgxODEvZnJhbWUgMHhmZmZmZmUwMGUyMGM2YTgwCnRhc2txdWV1ZV90aHJlYWRfbG9vcCgpIGF0 IHRhc2txdWV1ZV90aHJlYWRfbG9vcCsweDExOC9mcmFtZSAweGZmZmZmZTAwZTIwYzZhYjAKZm9y a19leGl0KCkgYXQgZm9ya19leGl0KzB4N2QvZnJhbWUgMHhmZmZmZmUwMGUyMGM2YWYwCmZvcmtf dHJhbXBvbGluZSgpIGF0IGZvcmtfdHJhbXBvbGluZSsweGUvZnJhbWUgMHhmZmZmZmUwMGUyMGM2 YWYwCi0tLSB0cmFwIDAsIHJpcCA9IDAsIHJzcCA9IDAsIHJicCA9IDAgLS0tCktEQjogZW50ZXI6 IHBhbmljClsgdGhyZWFkIHBpZCAyNyB0aWQgMTAwNTcwIF0KU3RvcHBlZCBhdCAgICAgIGtkYl9l bnRlcisweDM3OiBtb3ZxICAgICQwLDB4MTA5MTU1NiglcmlwKQpkYj4gCg== --Multipart=_Fri__4_Sep_2020_22_03_01_+0900_B7zojx0.zqE3+2O9-- From owner-freebsd-current@freebsd.org Fri Sep 4 15:02:32 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 626623C4EC8 for ; Fri, 4 Sep 2020 15:02:32 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjgrm20Hwz49LL for ; Fri, 4 Sep 2020 15:02:32 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:1124:2860:e830:40fe]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 19A991A3ED for ; Fri, 4 Sep 2020 15:02:32 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) From: Ryan Moeller Subject: Re: CURRENT: r365325: mounting ZFS within JAIL now fails: /sbin/zfs mount -a: failed To: freebsd-current@freebsd.org References: <20200904122954.3da376fd@freyja> Message-ID: <8794cbed-91a1-1703-19b6-b950c592c140@FreeBSD.org> Date: Fri, 4 Sep 2020 11:02:31 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200904122954.3da376fd@freyja> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 15:02:32 -0000 On 9/4/20 6:30 AM, O. Hartmann wrote: > Running a most recent CURRENT (FreeBSD 13.0-CURRENT #1 r365325: Fri Sep 4 > 11:28:14 CEST 2020 amd64) with JAILS also running CURRENT of the very same > version, one specific jail which is designated to be a poudriere jail > with ZFS > filesystems doesn't start after an update today. > > The message is: > > [...] > cannot mount 'POOL00/ezjail': Insufficient privileges > cannot mount 'POOL00': Insufficient privileges I've recently committed some bug fixes in the jails <-> zones translations upstream after seeing a report like this. It seems to resolve this particular issue. Expect it to be a few days until the commit gets pulled in through the vendor branch. -Ryan > > Prior to the update today, everything worked fine and the jail was able to > mount its pool; "enforce_statfs= "1";" worked so far, I have no clue > what is > going wrong here. > > Can someone shed some light on this? > > Addendum: As mentioned in /usr/src/UPDATING, 20200824, I did not > upgrade the > pool. > > The host has been rebuild from clean /usr/src/obj and so the jail's image > (using ezjail and /usr/src as the jail's base). > > Help is appreciated, > > thanks in advance, > > kind regards > > oh > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-current@freebsd.org Fri Sep 4 18:27:56 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 19A8D3CB708 for ; Fri, 4 Sep 2020 18:27:56 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjmPl6xWfz4QNJ for ; Fri, 4 Sep 2020 18:27:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from [127.0.0.1] (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id A10C917EDB for ; Fri, 4 Sep 2020 18:27:55 +0000 (UTC) (envelope-from rm@FreeBSD.org) To: FreeBSD Current From: Ruslan Makhmatkhanov Subject: openzfs related kernel install fails (r365296) Message-ID: Date: Fri, 4 Sep 2020 21:27:54 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599244076; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=uCXXDJLnGYShxTqVdvxYZLxYVf5a1gMswGZj38CTjfA=; b=UY0ESdCr1L7kI+lPUDz0m8VjqR5/beue31Rp+qBqqhD2NLo9Cr+Fot/ZdFvVKx1mPQhMWt FIIeawfFXcUBTnJoBJ0CTAmGaNLoxF7pjDjDJFbX2A+uCavqRDqbG0CObMx/OI698MWHHc wu6YmnKJbqUI88pSlnIwRLVDmVZnmoqJvlbGaeZ5Eiz5kEu7vbBSis5rOOpTXGG07BQdc4 EINieoAY98pd/6unmETBR6L3pq1AZaHn4FDcoSTk7g3rgRGFVLudCAp091zzRCciap1ZDp fJy4XnfiAXbASlvGssnAeYjJ82nTVZdMGMhaOJU1VXzW+dfzrMrPwQPbYjy+0g== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599244076; a=rsa-sha256; cv=none; b=nu2V8VBclvrROJD8GfPRwCMz+8AufMOjI69LwimfHj4zxo9GVmeIk2M3xasaL6p5t5k34q hNJWDJ4/15A3lZR1FXPdxTN+ihyTZxufo7C6f7OSJL3uI23AN9k+3cmKKgyxaYobX6C+Yd RF772NRSqZinBEt4OvKjubxel8sHHGXuvyMC3aAlvnemzCW2Bgx+4t6i0Dp/yQXQYOPY6z L7eGsfEFk4bf+6i2Wg+3q3aNca+eFLF3Qv0ECd94U8J1n6tBYqGvFNZpnP661AJMoU+ihS jHya3hrixJTzZHX8cCmRDp4YN2E9hGmJGiqYs9peP9EkoMZCL9uOfFha8KP1nA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 18:27:56 -0000 Hello, tried to make world and kernel from r365296. Kernel fails at install stage in zfs module: ===> zfs (install) install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ install -T dbg -o root -g wheel -m 555 zfs.ko.debug /usr/lib/debug/boot/kernel/ install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 Stop. make[4]: stopped in /mnt/hdd/src/sys/modules/zfs *** Error code 1 *** Error code 1 Stop. make[2]: stopped in /mnt/hdd/obj/mnt/hdd/src/amd64.amd64/sys/Z1 *** Error code 1 Stop. make[1]: stopped in /mnt/hdd/src It seems `nomakeoptions DEBUG' in my kernel configuration is culprit. Worked fine before. Is there options to fix that besides enabling DEBUG? -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-current@freebsd.org Fri Sep 4 18:34:43 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 9BDCF3CB83B for ; Fri, 4 Sep 2020 18:34:43 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qk1-x742.google.com (mail-qk1-x742.google.com [IPv6:2607:f8b0:4864:20::742]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjmYb0cWSz4RTs; Fri, 4 Sep 2020 18:34:42 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-qk1-x742.google.com with SMTP id o5so7211820qke.12; Fri, 04 Sep 2020 11:34:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=f9P1ppjkcT5FCxDS58dfjUcWpUqDg8+whP09NRlF1Go=; b=N/qk+oN0f/Bf5ndmUo2puHQItIgD3qYcR/4ljbydQ8Jseh3rHJ2txWNGs4IDC7aH9m aoR7rZonOAOu5cM3JgwF1s+b5CUk0I6/EwAzWdFb4TYBWsIbLY1ESyefH0hwCkxmQX5u /PWVBMcI4Aqvj27Y8eP+Wo8IrAzjCnGOOuSpOGcJ8fITqge6/wHEy24UmfIwkAWQpydv 3YsCBhAs+UUvWC6gseTLduwWcO2IXDSn6D5/DadlT+wPot1HDPJJnKRFcDiT13CdwQ25 ljoMlExr6D6hhaqI06KxMkP0X81BgdJa18daYVVjysF1TqIj/yg9QL6+3pHRKI7P+A1P /1+Q== X-Gm-Message-State: AOAM532czkIgd/kYDrxE8UD7pv462nJD6qS0p+nBSqqEQ2mdsI/kUFSI STpDF+8VjQZB2eorGG2Zn14ug0B7ohBusQ== X-Google-Smtp-Source: ABdhPJxJYltpxrjtNhlaUrJTaYfPcwaaXJpHPBxCDrrvG0Fsa/nGf58nB4DPlEFefQ0xOb/Og+9k+g== X-Received: by 2002:a05:620a:101a:: with SMTP id z26mr9172015qkj.300.1599244481572; Fri, 04 Sep 2020 11:34:41 -0700 (PDT) Received: from raichu (toroon0560w-lp130-08-67-71-176-35.dsl.bell.ca. [67.71.176.35]) by smtp.gmail.com with ESMTPSA id a52sm5192204qtc.22.2020.09.04.11.34.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Sep 2020 11:34:40 -0700 (PDT) Sender: Mark Johnston Date: Fri, 4 Sep 2020 14:34:38 -0400 From: Mark Johnston To: Ruslan Makhmatkhanov Cc: FreeBSD Current Subject: Re: openzfs related kernel install fails (r365296) Message-ID: <20200904183438.GD10977@raichu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4BjmYb0cWSz4RTs X-Spamd-Bar: - X-Spamd-Result: default: False [-1.94 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[text/plain]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.02)[-1.021]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.01)[-1.014]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::742:from]; NEURAL_HAM_SHORT(-0.20)[-0.204]; FORGED_SENDER(0.30)[markj@freebsd.org,markjdb@gmail.com]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[markj@freebsd.org,markjdb@gmail.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 18:34:43 -0000 On Fri, Sep 04, 2020 at 09:27:54PM +0300, Ruslan Makhmatkhanov wrote: > Hello, > > tried to make world and kernel from r365296. Kernel fails at install > stage in zfs module: > > ===> zfs (install) > install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ > install -T dbg -o root -g wheel -m 555 zfs.ko.debug > /usr/lib/debug/boot/kernel/ > install: /usr/lib/debug/boot/kernel/: No such file or directory > *** Error code 71 > > Stop. > make[4]: stopped in /mnt/hdd/src/sys/modules/zfs > *** Error code 1 > *** Error code 1 > > Stop. > make[2]: stopped in /mnt/hdd/obj/mnt/hdd/src/amd64.amd64/sys/Z1 > *** Error code 1 > > Stop. > make[1]: stopped in /mnt/hdd/src > > > It seems `nomakeoptions DEBUG' in my kernel configuration is culprit. > Worked fine before. Is there options to fix that besides enabling DEBUG? The zfs.ko Makefile unconditionally enables creation of a debug file. Could you verify that the problem is gone with this patch? Index: sys/modules/zfs/Makefile =================================================================== --- sys/modules/zfs/Makefile (revision 365318) +++ sys/modules/zfs/Makefile (working copy) @@ -44,8 +44,6 @@ CFLAGS+= -DDEBUG_VFS_LOCKS CFLAGS+= -fprofile-arcs -ftest-coverage .endif -DEBUG_FLAGS=-g - .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm" CFLAGS+= -DBITS_PER_LONG=32 From owner-freebsd-current@freebsd.org Fri Sep 4 18:41:58 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 4F5443CBE96 for ; Fri, 4 Sep 2020 18:41:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjmjy1RHJz4Rls; Fri, 4 Sep 2020 18:41:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from [127.0.0.1] (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id AE87C1865E; Fri, 4 Sep 2020 18:41:57 +0000 (UTC) (envelope-from rm@FreeBSD.org) Subject: Re: openzfs related kernel install fails (r365296) To: Mark Johnston Cc: FreeBSD Current References: <20200904183438.GD10977@raichu> From: Ruslan Makhmatkhanov Message-ID: <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org> Date: Fri, 4 Sep 2020 21:41:56 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200904183438.GD10977@raichu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599244918; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=w3yxX+b0haHQSqOJF5dcUQfn/VODBrLU3PU+qdWFX0A=; b=hUyx8WfITbz1THj4jFzkdZjMkfOphyuE5OzdNpTqqOy1tClOS6MMg5wANbQHkycOPeK5+J bShVfXHAqNJESl7rsIKpqYsFsR83ZQcXIj+dgmY2YO7tu7efn+IAXcyAWgJtlbl3pVt33Q /0jIbZeKw5bdYhiygpyZ4yEpU36Y30MrtgqwZUpepaVZcGzN+AoznoX4d0VFJt0jAAHf/E p7MbF3i4WcnQ1+6dTUb5aqavpbjNWlbzsIAQKStnOfDU3dxYNTil073ouHCMBXG2usfXHc tUs+2/ER01AYsyYdbHif5wqoAC8S47QGJ+DicF6aBdkgwgypaXm94fruMrRCcg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599244918; a=rsa-sha256; cv=none; b=IdxYDPlHGGC0p3z2YUula3koiXfYBM5qQUcHCchmWC8buskXwNCfkNl7DXcxlaqOZxBo2b 8iSlhxXs/mkVNrAufrBm+kwaZKWsEXgNjAgUyOWOREahShAb97dYPCAAtC8J7fyfM7LNqr vGtHc5ey1h0MQk0w3UpZDK82tXDQHiV08tPf66vKzXej2e7koZyFCZMRvVf+/Io38moNpI T/bO6dGrl+1ctGXfZvwwUaKUCwcsoTPFbHv4xrwpaWG7aylo2EzkyRW3VfxJeaLe4AJvw4 nuhRoDpXjX6UXqTWyzFUfBu+3j5E35UUtIyB0TEWaYnkODAuZ+MxznzOAUicew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 18:41:58 -0000 Mark Johnston wrote on 9/4/20 9:34 PM: > On Fri, Sep 04, 2020 at 09:27:54PM +0300, Ruslan Makhmatkhanov wrote: >> Hello, >> >> tried to make world and kernel from r365296. Kernel fails at install >> stage in zfs module: >> >> ===> zfs (install) >> install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ >> install -T dbg -o root -g wheel -m 555 zfs.ko.debug >> /usr/lib/debug/boot/kernel/ >> install: /usr/lib/debug/boot/kernel/: No such file or directory >> *** Error code 71 >> >> Stop. >> make[4]: stopped in /mnt/hdd/src/sys/modules/zfs >> *** Error code 1 >> *** Error code 1 >> >> Stop. >> make[2]: stopped in /mnt/hdd/obj/mnt/hdd/src/amd64.amd64/sys/Z1 >> *** Error code 1 >> >> Stop. >> make[1]: stopped in /mnt/hdd/src >> >> >> It seems `nomakeoptions DEBUG' in my kernel configuration is culprit. >> Worked fine before. Is there options to fix that besides enabling DEBUG? > > The zfs.ko Makefile unconditionally enables creation of a debug file. > Could you verify that the problem is gone with this patch? This patch indeed fixes the install. Thank you! > > Index: sys/modules/zfs/Makefile > =================================================================== > --- sys/modules/zfs/Makefile (revision 365318) > +++ sys/modules/zfs/Makefile (working copy) > @@ -44,8 +44,6 @@ CFLAGS+= -DDEBUG_VFS_LOCKS > CFLAGS+= -fprofile-arcs -ftest-coverage > .endif > > -DEBUG_FLAGS=-g > - > .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \ > ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm" > CFLAGS+= -DBITS_PER_LONG=32 > -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-current@freebsd.org Fri Sep 4 18:49:38 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 7265D3CC06A for ; Fri, 4 Sep 2020 18:49:38 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjmtm54ksz4SCZ; Fri, 4 Sep 2020 18:49:36 +0000 (UTC) (envelope-from mjguzik@gmail.com) Received: by mail-wm1-x342.google.com with SMTP id b79so7107991wmb.4; Fri, 04 Sep 2020 11:49:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ll++lalZPmTTJTMTo4amf3rxU/ULAsiIQ9MAC5HHWHw=; b=PkTfsYYvM46niTRQpngKEtXwjQCdf1IHsKvcg+xWFwa5SytjmRuGr6SyBUC8yBdusc roNAgPjxrApKg6Xc33KShm492YATjq6LeKsfm3CXOPam1keTAU4jGUSOhV/U7aRGmTTu rHfBrKGWwIagTm4K1ICR+PMpg5Nl78mdJQGsNBjy4Y+UlsR5x4QtGXoJeV5NjniqraD3 8HjQ9Jk4swN4O7ira7HYo9yU5NIu0XUcc388X8iDn8SRTGtVC3UT+FLR8ysRPQLQ00sR 9D02MbpGl1ITI5fbJfWSmOCnKEsAss2pu4fXWjrWca/SOeyRMdNNwChroQIp26Wwu/Ys 1dLw== X-Gm-Message-State: AOAM533g0LTyYNpyduZONMG0tCEOdler+aFK0rkqrO0/qejp/Z3cE5dv yjtqb86Ktd6CiTWCsejDgJKhl20gy4OUNELNPEF+JAuQ X-Google-Smtp-Source: ABdhPJy7l0vhDoJkmUpGTn0JpAKO0bi6H57UImAG4BuCpZZC592IPGpTquHrNm0neWABhM7/2+kyisP+kgDnq8Lk/OM= X-Received: by 2002:a7b:ce0d:: with SMTP id m13mr9437982wmc.83.1599245375359; Fri, 04 Sep 2020 11:49:35 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a05:6000:187:0:0:0:0 with HTTP; Fri, 4 Sep 2020 11:49:34 -0700 (PDT) In-Reply-To: <20200904132607.11a7917c@freyja> References: <20200828120706.7b2c3396@hermann.fritz.box> <20200828130539.18ba7437@hermann.fritz.box> <20200830131657.4803768b@hermann.fritz.box> <20200904132607.11a7917c@freyja> From: Mateusz Guzik Date: Fri, 4 Sep 2020 20:49:34 +0200 Message-ID: Subject: Re: installkernel: install: /usr/lib/debug/boot/kernel/: No such file or directory *** Error code 71 To: "O. Hartmann" Cc: "Hartmann, O." , FreeBSD CURRENT , mmacy@freebsd.org, freqlabs@freebsd.org, markj@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4Bjmtm54ksz4SCZ X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.55 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.99)[-0.995]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM_LONG(-0.98)[-0.976]; RCPT_COUNT_FIVE(0.00)[6]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::342:from]; NEURAL_HAM_SHORT(-0.58)[-0.582]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 18:49:38 -0000 On 9/4/20, O. Hartmann wrote: > On Tue, 1 Sep 2020 19:21:36 +0200 > Mateusz Guzik wrote: > >> It's not my bug but i'll make sure it is taken care of. > > Oh, I'm sorry. But I grasp for every help I can get ... > > The problem is that I do not know whether the process "make installkernel" > does > silently proceed and drop the error message and everything is fine or the > fact > that zfs.ko is the very last kernel module in the alphabetical order makes > it > by accident work. So, rebooting with an inconsistent /boot/kernel folder > has > revealed itself as a very unpleasant situation in the past. > markj got to this before I could. Can you please test the patch? Index: sys/modules/zfs/Makefile =================================================================== --- sys/modules/zfs/Makefile (revision 365318) +++ sys/modules/zfs/Makefile (working copy) @@ -44,8 +44,6 @@ CFLAGS+= -DDEBUG_VFS_LOCKS CFLAGS+= -fprofile-arcs -ftest-coverage .endif -DEBUG_FLAGS=-g - .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE_ARCH} == "powerpcspe" || ${MACHINE_ARCH} == "arm" CFLAGS+= -DBITS_PER_LONG=32 > >> >> On 8/30/20, Hartmann, O. wrote: >> > On Fri, 28 Aug 2020 13:16:05 +0200 >> > Mateusz Guzik wrote: >> > >> >> On 8/28/20, Hartmann, O. wrote: >> >> > On Fri, 28 Aug 2020 12:31:21 +0200 >> >> > Mateusz Guzik wrote: >> >> > >> >> >> Can you show more of the log? >> >> >> >> >> >> When you installkernel you should see: >> >> >> mkdir -p /boot/kernel >> >> >> install -p -m 555 -o root -g wheel kernel /boot/kernel/ >> >> > >> >> > These lines are seen right after the beginning of "make >> >> > installkernel". >> >> >> mkdir -p /usr/lib/debug/boot/kernel >> >> >> install -p -m 555 -o root -g wheel kernel.debug >> >> >> /usr/lib/debug/boot/kernel/ >> >> > >> >> > I wouldn't expect these lines according to my /etc/src.conf, since I >> >> > disbaled debugging and installing debugging infos. >> >> >> >> >> >> Did these succeed? Do these dirs exist now? >> >> > >> >> > It is not existent, as expected: >> >> > >> >> > >> >> > # ll /usr/lib/debug/boot/kernel/ >> >> > ls: /usr/lib/debug/boot/kernel/: No such file or directory >> >> > >> >> >> >> Ok. I recently made changes to the namecache, which if buggy, could >> >> have resulted in woes like the above. >> >> >> >> Thus it looks like the newly imported zfs does not respect >> >> WITHOUT_DEBUG_FILES. >> > >> > Even in r364973 the problem still remains. >> > Disabling option WITHOUT_DEBUG_FILES in src.conf is exhausting the >> > /usr/obj partition (using UFS/FFS) and no option. >> > >> > Got now several boxes having "make installkernel" issued with a running >> > system but incomplete kernel installation, as buildkernel suggested a >> > clean build. Can this be fixed, please? >> > >> > >> >> >> >> >> >> >> >> On 8/28/20, Hartmann, O. wrote: >> >> >> > On CURRENT (FreeBSD 13.0-CURRENT #185 r364767: Tue Aug 25 >> >> >> > 16:10:50 CEST 2020 amd64), /usr/src at revision 364907, >> >> >> > installkernel fails now due to an error as shown below. For the >> >> >> > record, "options ZFS" ist statically in the kernel config file. >> >> >> > >> >> >> > Also deleting /usr/obj and restarting buildworld and buildkernel >> >> >> > from scratch doesn't solve the problem. The buildworld and >> >> >> > buildkernel mutually finish without error (I do not see any on >> >> >> > the console), installworld also finishes fine, but installkernel >> >> >> > not. >> >> >> > >> >> >> > /etc/src.conf looks as follows: >> >> >> > >> >> >> > [...] >> >> >> > CPUTYPE?= native >> >> >> > # World >> >> >> > CFLAGS+= -O3 >> >> >> > #CFLAGS+= -DNDEBUG >> >> >> > # Kernel >> >> >> > COPTFLAGS+= -O3 >> >> >> > #COPTFLAGS+= -DNDEBUG >> >> >> > #CXXFLAGS+= -std=c++17 >> >> >> > WITH_CLANG_EXTRAS= YES >> >> >> > WITH_LLDB= YES >> >> >> > #WITH_BSD_GREP= YES >> >> >> > WITH_OFED_EXTRA= YES >> >> >> > WITH_NAND= YES >> >> >> > #WITH_CTF= YES >> >> >> > WITH_SVN= YES >> >> >> > WITH_BEARSSL= YES >> >> >> > WITH_PIE= YES >> >> >> > WITH_SORT_THREADS= YES >> >> >> > WITH_ZONEINFO_LEAPSECONDS_SUPPORT= YES >> >> >> > MALLOC_PRODUCTION= YES >> >> >> > WITHOUT_ASSERT_DEBUG= YES >> >> >> > WITHOUT_TESTS= YES >> >> >> > WITHOUT_PROFILE= YES >> >> >> > WITHOUT_DEBUG_FILES= YES >> >> >> > WITHOUT_REPRODUCIBLE_BUILD= YES >> >> >> > >> >> >> > [...] >> >> >> > >> >> >> > Debugging facilities are disabled as src.conf indicates. >> >> >> > >> >> >> > [...] >> >> >> > install -T release -o root -g wheel -m 555 xz.ko >> >> >> > /boot/kernel/ ===> zfs (install) >> >> >> > install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ >> >> >> > install -T dbg -o root -g wheel -m 555 zfs.ko.debug >> >> >> > /usr/lib/debug/boot/kernel/ >> >> >> > install: /usr/lib/debug/boot/kernel/: No such file or directory >> >> >> > *** Error code 71 >> >> >> > >> >> >> > Stop. >> >> >> > make[4]: stopped in /usr/src/sys/modules/zfs >> >> >> > *** Error code 1 >> >> >> > *** Error code 1 >> >> >> > >> >> >> >> >> >> >> >> > >> >> > >> >> >> >> >> > >> > >> >> > > -- Mateusz Guzik From owner-freebsd-current@freebsd.org Fri Sep 4 18:55:34 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 A56C73CC907 for ; Fri, 4 Sep 2020 18:55:34 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-qv1-xf41.google.com (mail-qv1-xf41.google.com [IPv6:2607:f8b0:4864:20::f41]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjn1f0nrzz4Swy; Fri, 4 Sep 2020 18:55:33 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: by mail-qv1-xf41.google.com with SMTP id cy2so3556359qvb.0; Fri, 04 Sep 2020 11:55:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-disposition:in-reply-to; bh=5S0IJ542HYE/CR6VgMJkG3WXYEBbx2yED6nIbfqIi6M=; b=eTS3/ydoFGGmKp4wLe4bNhc05nBRgvBlcGICMafs0wF915MkvGdUTV7oF8H8oVmXhE jNWmRo61LF5k127cJO+UiC5PU3n9My7V2KLfLNjts5uu5Clu130f+bAoQDUShhAVK+fF yV2SpZnyNsOEVN/Byk8FQzyCA9hjo26RvJ3nePInKGB8azEWEkRNIH/qw6LAadDE3MXo cZX4+bOoIhGqpHeJV9bLvIpe7CS5BOqBjX47MVLvfE4liIfX1yEVzzV735F8RJ8gQ4Ju NuseIUhMSEHTWmgBbSmRAXjFDxxGb2HMufe2/WIy4sqOyDEr9Oq1sF0/ENMHZ767BbzY 0g/w== X-Gm-Message-State: AOAM5328lM9MwthNeOx0NaSila3hGXyKLmO60EPVi8+UJRVfX0HTvTbz 2Twlx3rnsfqSOC05ZasaIu2KgiJFV2z9Tg== X-Google-Smtp-Source: ABdhPJxeK/ik8Bh77jUz8+sbcga6T/wsJYnzk3cs/9a2f3QC91ApAKLOIPRTOkZB4R8p+0mBTAxzXg== X-Received: by 2002:ad4:5101:: with SMTP id g1mr9316433qvp.104.1599245733198; Fri, 04 Sep 2020 11:55:33 -0700 (PDT) Received: from raichu (toroon0560w-lp130-08-67-71-176-35.dsl.bell.ca. [67.71.176.35]) by smtp.gmail.com with ESMTPSA id m26sm5161735qtc.83.2020.09.04.11.55.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Sep 2020 11:55:32 -0700 (PDT) Sender: Mark Johnston Date: Fri, 4 Sep 2020 14:55:30 -0400 From: Mark Johnston To: Ruslan Makhmatkhanov Cc: FreeBSD Current Subject: Re: openzfs related kernel install fails (r365296) Message-ID: <20200904185530.GE10977@raichu> References: <20200904183438.GD10977@raichu> <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org> X-Rspamd-Queue-Id: 4Bjn1f0nrzz4Swy X-Spamd-Bar: - X-Spamd-Result: default: False [-1.94 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MID_RHS_NOT_FQDN(0.50)[]; DMARC_NA(0.00)[freebsd.org]; NEURAL_HAM_LONG(-1.02)[-1.021]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.02)[-1.017]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::f41:from]; NEURAL_HAM_SHORT(-0.20)[-0.203]; FORGED_SENDER(0.30)[markj@freebsd.org,markjdb@gmail.com]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[markj@freebsd.org,markjdb@gmail.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 18:55:34 -0000 On Fri, Sep 04, 2020 at 09:41:56PM +0300, Ruslan Makhmatkhanov wrote: > Mark Johnston wrote on 9/4/20 9:34 PM: > > On Fri, Sep 04, 2020 at 09:27:54PM +0300, Ruslan Makhmatkhanov wrote: > >> Hello, > >> > >> tried to make world and kernel from r365296. Kernel fails at install > >> stage in zfs module: > >> > >> ===> zfs (install) > >> install -T release -o root -g wheel -m 555 zfs.ko /boot/kernel/ > >> install -T dbg -o root -g wheel -m 555 zfs.ko.debug > >> /usr/lib/debug/boot/kernel/ > >> install: /usr/lib/debug/boot/kernel/: No such file or directory > >> *** Error code 71 > >> > >> Stop. > >> make[4]: stopped in /mnt/hdd/src/sys/modules/zfs > >> *** Error code 1 > >> *** Error code 1 > >> > >> Stop. > >> make[2]: stopped in /mnt/hdd/obj/mnt/hdd/src/amd64.amd64/sys/Z1 > >> *** Error code 1 > >> > >> Stop. > >> make[1]: stopped in /mnt/hdd/src > >> > >> > >> It seems `nomakeoptions DEBUG' in my kernel configuration is culprit. > >> Worked fine before. Is there options to fix that besides enabling DEBUG? > > > > The zfs.ko Makefile unconditionally enables creation of a debug file. > > Could you verify that the problem is gone with this patch? > > > This patch indeed fixes the install. Thank you! Committed in r365336, thanks. From owner-freebsd-current@freebsd.org Fri Sep 4 22:37:32 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 222033D14F5 for ; Fri, 4 Sep 2020 22:37:32 +0000 (UTC) (envelope-from jmg@gold.funkthat.com) Received: from gold.funkthat.com (gate2.funkthat.com [208.87.223.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "gate2.funkthat.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjsxk1r8zz4hp6 for ; Fri, 4 Sep 2020 22:37:29 +0000 (UTC) (envelope-from jmg@gold.funkthat.com) Received: from gold.funkthat.com (localhost [127.0.0.1]) by gold.funkthat.com (8.15.2/8.15.2) with ESMTPS id 084MbRpB069490 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 4 Sep 2020 15:37:27 -0700 (PDT) (envelope-from jmg@gold.funkthat.com) Received: (from jmg@localhost) by gold.funkthat.com (8.15.2/8.15.2/Submit) id 084MbRh2069489; Fri, 4 Sep 2020 15:37:27 -0700 (PDT) (envelope-from jmg) Date: Fri, 4 Sep 2020 15:37:26 -0700 From: John-Mark Gurney To: Rick Macklem Cc: "freebsd-current@freebsd.org" Subject: Re: rfc: should extant TLS connections be closed when a CRL is updated? Message-ID: <20200904223726.GK4213@funkthat.com> Mail-Followup-To: Rick Macklem , "freebsd-current@freebsd.org" References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.3-STABLE amd64 X-PGP-Fingerprint: D87A 235F FB71 1F3F 55B7 ED9B D5FF 5A51 C0AC 3D65 X-Files: The truth is out there X-URL: https://www.funkthat.com/ X-Resume: https://www.funkthat.com/~jmg/resume.html X-TipJar: bitcoin:13Qmb6AeTgQecazTWph4XasEsP7nGRbAPE X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? can i haz chizburger? User-Agent: Mutt/1.6.1 (2016-04-27) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (gold.funkthat.com [127.0.0.1]); Fri, 04 Sep 2020 15:37:27 -0700 (PDT) X-Rspamd-Queue-Id: 4Bjsxk1r8zz4hp6 X-Spamd-Bar: / X-Spamd-Result: default: False [0.21 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_TWO(0.00)[2]; FREEFALL_USER(0.00)[jmg]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-1.02)[-1.017]; RCVD_TLS_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[funkthat.com]; AUTH_NA(1.00)[]; MID_RHS_MATCH_FROM(0.00)[]; NEURAL_HAM_LONG(-0.94)[-0.938]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_HAM_SHORT(-0.03)[-0.034]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[jmg@funkthat.com,jmg@gold.funkthat.com]; SUBJECT_ENDS_QUESTION(1.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:32354, ipnet:208.87.216.0/21, country:US]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[jmg@funkthat.com,jmg@gold.funkthat.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 22:37:32 -0000 Rick Macklem wrote this message on Fri, Sep 04, 2020 at 01:20 +0000: > The server side NFS over TLS daemon (rpc.tlsservd) can reload an updated > CRL (Certificate Revocation List) when a SIGHUP is posted to it. > However, it does not SSL_shutdown()/close() extant TCP connections using TLS. > (Those would only be closed if the daemon is restarted.) > > I am now thinking that, maybe, an SSL_shutdown()/close() should be done on > all extant TCP connections using NFS over TLS when an updated CRL is loaded, > since a connection might have used a revoked certificate for its handshake. > > What do others think? IMO, this should scan the existing connections, and only shut them down if they are using a revoked Cert. This is the correct way to do things. I do realize that this is likely not possible, and in reality, the ssl library in use should do this automatically, but likely does not. As the library likely does not, we should probably make this an option to close all connections upon CRL reload, with it being well documented. Now that option should likely be set to default on, but documented such that if you do regular/often CRL reloads, that a user may want to turn that off if it's disruptive to their server. -- John-Mark Gurney Voice: +1 415 225 5579 "All that I will do, has been done, All that I have, has not." From owner-freebsd-current@freebsd.org Fri Sep 4 23:03:04 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 577B63D2466 for ; Fri, 4 Sep 2020 23:03:04 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BjtWC1mP0z4kVK for ; Fri, 4 Sep 2020 23:03:03 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mail-wr1-x436.google.com with SMTP id x14so8876111wrl.12 for ; Fri, 04 Sep 2020 16:03:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=rZfNJI+WrHy5uVuovByMiBws/hl2AP+e8U/2cN5v7kk=; b=tKtuS6AUT+LaO8kD282YDRfZLRqL2T6AVHhgWMOpHclewvTZmmw49hH6Slu6B+M4BJ DN17fiMzR3kbFo20GFaMQwFyahzO8Y84hV9VSER4HeljyF2MjP6IY1QSOhdpYDb9Iaim yY6SgTxlAd3AiOEKdLTwOPfJNn5aj3q9PioRDfeo3SI8q0N6xCEduFrTsxg80mI1Cyfd GEjZ6F4cxEOJtl7E58bmrgyc5w+xsHt6O3pmdSuTrFg6N3BwEZC6Gq0sEM2iyBUXznXT qgv3sFiAvh96zmqi6UiJUCQAjCwen8VNE4O/v7i6t2dwjMY6ArdYJbc0xAabuLhx/WW8 Xosw== X-Gm-Message-State: AOAM533xZU35CpAZAjw2VgtNdFenrLjBynbiabTpMNqFaN6YoBqrQieV 9jDC/rXKbpxEw3MbbFPQ2xWdAxwewmULoQ== X-Google-Smtp-Source: ABdhPJw9/fdjbcv+HFgSlPGktagxuEAZA3EG89h763VPqhikKfkxkIpNFdJOSJjbQwWNpot67Oil3Q== X-Received: by 2002:a5d:48c8:: with SMTP id p8mr9563507wrs.299.1599260580880; Fri, 04 Sep 2020 16:03:00 -0700 (PDT) Received: from [192.168.1.12] (79-66-147-78.dynamic.dsl.as9105.com. [79.66.147.78]) by smtp.gmail.com with ESMTPSA id a74sm14620454wme.11.2020.09.04.16.02.59 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 04 Sep 2020 16:02:59 -0700 (PDT) Subject: Re: bectl: cannot promote 'zroot/ROOT/r364030-OpenZFS2': not a cloned filesystem To: marco References: <20200830193756.GA6325@freedom.nl> Cc: freebsd-current From: Graham Perrin Message-ID: <320492e8-4dee-22f3-443b-829fdb2c3e8b@gmail.com> Date: Sat, 5 Sep 2020 00:02:58 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200830193756.GA6325@freedom.nl> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4BjtWC1mP0z4kVK X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.05 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36:c]; FREEMAIL_FROM(0.00)[gmail.com]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-1.08)[-1.078]; RECEIVED_SPAMHAUS_PBL(0.00)[79.66.147.78:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.98)[-0.981]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; NEURAL_HAM_LONG(-0.99)[-0.992]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::436:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Sep 2020 23:03:04 -0000 On 30/08/2020 20:37, marco wrote: > … > > > However the boot fails dropping me to the mountroot prompt. > > Luckily activating r364030-OpenZFS again is not a problem and the system will happily boot from that again after attempting to boot from r364030-OpenZFS2. > > So now I have only 1 working BE and it feels a bit tricky to try an upgrade in place. > What's the best advice here? > I could switch back to base ZFS in this active BE, see if the system will be able to import zroot and mount all my datasets and boot, then try to create another BE using base ZFS and then attempt to update. > FYI >> sysutils/openzfs bectl activate … cannot promote … not a cloned filesystem … did not successfully activate boot environment From owner-freebsd-current@freebsd.org Sat Sep 5 02:28:08 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 2B4873D73E5 for ; Sat, 5 Sep 2020 02:28:08 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from CAN01-QB1-obe.outbound.protection.outlook.com (mail-eopbgr660049.outbound.protection.outlook.com [40.107.66.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "GlobalSign Organization Validation CA - SHA256 - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjz3q0PHwz4vrP for ; Sat, 5 Sep 2020 02:28:06 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=EdB2fINUSvhkzvTlchatjnQdFUIXYUzcdREaKwZFncWv+Jhj9aWanPCWDX8EmqaUat+zFeZSl6RKDmoMxDhVARe9ayuAes0Zeef0Oh8H9zMNotAFld2VZXjVrYJMvF17AmIl3cJikOJMkIjDTw7xTLInWTeqQxOUiQbSYECFe0bks72WKhCQf2ZPEa/9ZvLhoM0cWnk1NuCFnH+KywoX7HEnhdDzYwNwBDLSWszKPuBn2dlQbyz96CqkE7iF1oUJyjbF+Kyjvcf3udp4grIwV2qngzNXla5cbElFFBJOHFp/1SL5h7MP9XoaWsFUUCNvLMnOqO3+gFhVvpQHFx27yw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ckNylttmp2l2p0GUfPghDYNjx/AYRR9YCRVz8gxuy/k=; b=P5uakTriCjoJu+uuDUobVVwNXftd0FMUL2uKFkvajTOwuW6c897fOQ2kfUdF6/bdC8CFyqCZ1BCPqPxi8Jl5GMOC9i++LUgTyV5EflmMhuCeGsrqv+1jR+fXd8nvXvVzcf13BYkt3lp5qzmgpl8+GsLqGkI6GIkxU5oyeIo9kZ8cS4Lmt0Cn+Hqz+0OG8771naKARE8rncm7D4vXmvqnRHvYwrfR7kkCm4jF29q9SFgw4neV2fyp//ZM4db7tnt6SxJ25SEZwfPHO0EHzR/IF+b/bU+NMA+PNwMetNRFy+9atbsPlYbM4/iupC/bzR2AK5N75ExS1nuaf2XLFYarxg== ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=uoguelph.ca; dmarc=pass action=none header.from=uoguelph.ca; dkim=pass header.d=uoguelph.ca; arc=none Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:24::27) by YTBPR01MB3967.CANPRD01.PROD.OUTLOOK.COM (2603:10b6:b01:1e::19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.3348.15; Sat, 5 Sep 2020 02:28:05 +0000 Received: from YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20]) by YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM ([fe80::687f:d85a:a0a3:bd20%6]) with mapi id 15.20.3348.017; Sat, 5 Sep 2020 02:27:55 +0000 From: Rick Macklem To: John-Mark Gurney CC: "freebsd-current@freebsd.org" Subject: Re: rfc: should extant TLS connections be closed when a CRL is updated? Thread-Topic: rfc: should extant TLS connections be closed when a CRL is updated? Thread-Index: AQHWglkASBYleWH1wEypwb+mRG1+HalZEzsAgAA+IY0= Date: Sat, 5 Sep 2020 02:27:55 +0000 Message-ID: References: , <20200904223726.GK4213@funkthat.com> In-Reply-To: <20200904223726.GK4213@funkthat.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-publictraffictype: Email x-ms-office365-filtering-correlation-id: 4cf0bf11-f0e3-4450-d9da-08d851434c53 x-ms-traffictypediagnostic: YTBPR01MB3967: x-microsoft-antispam-prvs: x-ms-oob-tlc-oobclassifiers: OLM:10000; x-ms-exchange-senderadcheck: 1 x-microsoft-antispam: BCL:0; x-microsoft-antispam-message-info: 45ogwLWRq0z8J0nECqTzfpsbHsrdOSCYeZBArjJub9kNKtpZuV7udvbwCIR0gukW1Eevv0+5nFYBNXmVsnIv9r3SEht/+JqiAA9RNqNrH5Uv2g+oylaUJQs8Uavluo3qBoPLdVMuYCSluI8h28rsmE5tLDndC6pCuzd34IPmiwIU7ktOvoJfiigqBs4RoeE60ZpqDLh539l9xQviOZKmOZ1k9LuXvIHjPTL1erl4I/N0M/R1ycY2hLiag9lxMA3zezZEgB5HNpdfGTcj0P/iv+4QhfKChAduOFBTRhT8yohUinpj7RyTbz8prrlyONelD5xmcyBfhNOse/QikS16kw== x-forefront-antispam-report: CIP:255.255.255.255; CTRY:; LANG:en; SCL:1; SRV:; IPV:NLI; SFV:NSPM; H:YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM; PTR:; CAT:NONE; SFS:(346002)(136003)(366004)(376002)(396003)(39860400002)(6506007)(9686003)(8676002)(66446008)(186003)(64756008)(91956017)(76116006)(66556008)(33656002)(52536014)(66946007)(15650500001)(66476007)(786003)(316002)(71200400001)(6916009)(55016002)(5660300002)(4326008)(7696005)(83380400001)(478600001)(2906002)(8936002)(86362001); DIR:OUT; SFP:1101; x-ms-exchange-antispam-messagedata: 69xywnWy8XIB5Gn1fmZuHWX6kicIO8o2MhuvC7vJNptIE3pxBvxHWH+aYfQ+0VeVYbFys4ByGnNskjaI+3t8JjoZ3SiBwjy3oC2FGGqt/YxATh25eubt/4P7c6eQ0XEU/cMj09cRBnBJ7llJff2xOnkXB3/iKX1LZariMYXdHSOUlms754lxHTYCjAyeZQBtJnn3yvnUeoLhh0n/lvsu6nKWBv/o4FVisHJWXgUrOXZim5uiEdZWBV5f9qzWSmXrCCDoisEOrl9j93vYMEBGjAQB4pdmfqZnjkecOGDwe2ayR7BRSijyU6/U++FYFjPYRnHrWhLIJaWRJo2SfYCZ7Ta72m85b5Z+GYOFLTrCOoMSdWEgNlQqrz4YpIKQTdpca/gwZgKpvEB36Ef/Y2KLVaHZ8bUjl5uXO5frl/GCS9A//OvbBmROWZ1V3mGyLqypBBr1w871GSEAVAOJbfSgF6E5bZ41pAJV0fcnUBjJuEE1Uxox2HJEMFysan8Mb8WK6JzshXrX/daFHWsytCTbT/rWuClb5D/kewl7uiDMn+LTt1YThppzA4b9yzrF73x6n9SYf3KYqpfuZBI5B25ACStgqD1yzQo16YjzYFJUfk4TdsmZes5ejpfJe+Tww9EQE55758cDv7kh5a86p6m+Ha3/2PqFWwNAr4thVzzroIWIZ0EygLjAj1PBp6d7Tp3+noMqiBaqtSruYEqWfdawVg== x-ms-exchange-transport-forked: True Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: uoguelph.ca X-MS-Exchange-CrossTenant-AuthAs: Internal X-MS-Exchange-CrossTenant-AuthSource: YTBPR01MB3966.CANPRD01.PROD.OUTLOOK.COM X-MS-Exchange-CrossTenant-Network-Message-Id: 4cf0bf11-f0e3-4450-d9da-08d851434c53 X-MS-Exchange-CrossTenant-originalarrivaltime: 05 Sep 2020 02:27:55.7028 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: be62a12b-2cad-49a1-a5fa-85f4f3156a7d X-MS-Exchange-CrossTenant-mailboxtype: HOSTED X-MS-Exchange-CrossTenant-userprincipalname: fmnUlPUf5L3x4/BijapiiOHKB+L5bubmAbiyFz1Bi0XkSqSZoTaKod1Qz0J64CfLirAHKtrtUFDiWTTS8NZI6Q== X-MS-Exchange-Transport-CrossTenantHeadersStamped: YTBPR01MB3967 X-Rspamd-Queue-Id: 4Bjz3q0PHwz4vrP X-Spamd-Bar: ----- X-Spamd-Result: default: False [-5.50 / 15.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; NEURAL_HAM_MEDIUM(-0.95)[-0.954]; R_DKIM_ALLOW(-0.20)[uoguelph.ca:s=selector1]; FREEFALL_USER(0.00)[rmacklem]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:40.107.0.0/16]; NEURAL_HAM_LONG(-1.02)[-1.017]; MIME_GOOD(-0.10)[text/plain]; ARC_ALLOW(-1.00)[microsoft.com:s=arcselector9901:i=1]; DWL_DNSWL_LOW(-1.00)[uoguelph.ca:dkim]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[uoguelph.ca:+]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[40.107.66.49:from]; NEURAL_HAM_SHORT(-1.53)[-1.534]; DMARC_POLICY_ALLOW(-0.50)[uoguelph.ca,none]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:8075, ipnet:40.104.0.0/14, country:US]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current]; RWL_MAILSPIKE_POSSIBLE(0.00)[40.107.66.49:from] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 02:28:08 -0000 John-Mark Gurney wrote:=0A= >Rick Macklem wrote this message on Fri, Sep 04, 2020 at 01:20 +0000:=0A= >> The server side NFS over TLS daemon (rpc.tlsservd) can reload an updated= =0A= >> CRL (Certificate Revocation List) when a SIGHUP is posted to it.=0A= >> However, it does not SSL_shutdown()/close() extant TCP connections using= TLS.=0A= >> (Those would only be closed if the daemon is restarted.)=0A= >>=0A= >> I am now thinking that, maybe, an SSL_shutdown()/close() should be done = on=0A= >> all extant TCP connections using NFS over TLS when an updated CRL is loa= ded,=0A= >> since a connection might have used a revoked certificate for its handsha= ke.=0A= >>=0A= >> What do others think?=0A= >=0A= >IMO, this should scan the existing connections, and only shut them=0A= >down if they are using a revoked Cert. This is the correct way to=0A= >do things.=0A= Yes. I agree with you and Stefan that this is the way to go.=0A= (When I test with a single client, I sometimes forget that there might be= =0A= 1000s of connections on a production server.)=0A= =0A= >I do realize that this is likely not possible, and in reality, the=0A= >ssl library in use should do this automatically, but likely does not.=0A= >As the library likely does not, we should probably make this an=0A= >option to close all connections upon CRL reload, with it being well=0A= >documented.=0A= Well, I haven't looked yet, but I suspect that there are lower level OpenSS= L=0A= library functions that can be used to read each entry from the CRL.=0A= =0A= If I can do that, it is just comparing the Issuer and Serial# with the ones= =0A= associated with the connection (captured when the handshake is done).=0A= =0A= So long as the lower level ssl library functions are not internal ones,=0A= I am comfortable doing that. (It might make the code a little harder=0A= to maintain, but I suspect what is in OpenSSL3 will be around for a while,= =0A= API wise?)=0A= =0A= >Now that option should likely be set to default on, but documented=0A= >such that if you do regular/often CRL reloads, that a user may want=0A= >to turn that off if it's disruptive to their server.=0A= I think this is the fallback, if I can't easily read the entries out of the= CRL.=0A= =0A= Thanks for the good comments (Stefan too), rick=0A= =0A= --=0A= John-Mark Gurney Voice: +1 415 225 5579=0A= =0A= "All that I will do, has been done, All that I have, has not."=0A= =0A= From owner-freebsd-current@freebsd.org Sat Sep 5 04:05:49 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 84D083DD901 for ; Sat, 5 Sep 2020 04:05:49 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk1-x72b.google.com (mail-qk1-x72b.google.com [IPv6:2607:f8b0:4864:20::72b]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bk1DX43X4z3Zbh for ; Sat, 5 Sep 2020 04:05:48 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk1-x72b.google.com with SMTP id f142so8369285qke.13 for ; Fri, 04 Sep 2020 21:05:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=g5nVLuRoClNHU4RJf0INmhnBxBVzjDYHpbf6URCc7vE=; b=rYfjJqWaWIkC94Sg6gssGiIzHX5wyijoVl7Kik6w7vj4X0UQ7Wjx9SvXkS7BPfMy0p jf/qph1TOb84UzbjfKbeBLPhdBRzdYV73FEy0q9RUaXWEhfJogG1P7q87asCu5uJQuyb 3nziFm7RXm3XFHuL4EGHksga67nWCbJH6nITi8xJ8YcozChYCuGEiESYV436oBlOnAgU TzfvC0xaDErBZwwh5T42mklBcnTEhiDqWfH/2sKzd0bp3j7KtiobpmE4pgD2QYXv+DcZ nn2q2OUbSQJoEplOhO7lYdFmNAB6NTD2BVwE+/Gd8yxF4mNS5vthhFJ4dZH+QXD6iXMg WkiA== X-Gm-Message-State: AOAM533AumvB1Vwkb+lE/Ym0N1v4VACf+QVe8JBRSb6EZx4zvz0BvMn8 OUTRe5NYr1FdJvQhmk5gnlkjqi7V4ITzci1dglaElg== X-Google-Smtp-Source: ABdhPJxQa4DlT/eHZeJWf9OrSFKH+rIcekxo/x1Gofs2+1dfbR8mlr/ILHiRnHSThzePQVhQsqemKDq1opgiZQj4Ggw= X-Received: by 2002:a37:e508:: with SMTP id e8mr10563528qkg.380.1599278747569; Fri, 04 Sep 2020 21:05:47 -0700 (PDT) MIME-Version: 1.0 References: <20200902045939.GA15897@eureka.lemis.com> <20200902060117.GG53210@home.opsec.eu> <20200902063136.GA47543@troutmask.apl.washington.edu> <20200902164706.GA49777@troutmask.apl.washington.edu> In-Reply-To: From: Warner Losh Date: Fri, 4 Sep 2020 22:05:36 -0600 Message-ID: Subject: Re: Plans for git (was: Please check the current beta git conversions) To: Steve Kargl Cc: Ed Maste , Kurt Jaeger , "Greg 'groggy' Lehey" , FreeBSD Current X-Rspamd-Queue-Id: 4Bk1DX43X4z3Zbh X-Spamd-Bar: - X-Spamd-Result: default: False [-1.76 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; R_DKIM_ALLOW(-0.20)[bsdimp-com.20150623.gappssmtp.com:s=20150623]; NEURAL_HAM_MEDIUM(-1.04)[-1.041]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.98)[-0.978]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[bsdimp.com]; RCPT_COUNT_FIVE(0.00)[5]; URI_COUNT_ODD(1.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[bsdimp-com.20150623.gappssmtp.com:+]; NEURAL_HAM_SHORT(-0.75)[-0.746]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::72b:from]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[imp@bsdimp.com,wlosh@bsdimp.com]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_COUNT_TWO(0.00)[2]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; FROM_NEQ_ENVFROM(0.00)[imp@bsdimp.com,wlosh@bsdimp.com]; MAILMAN_DEST(0.00)[freebsd-current] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 04:05:49 -0000 Steve, I was wrong to freak out so badly at your suggestion. I can give you an explanation for why but it was wrong for me to do so. I thought that the doc was better than it was and so I couldn't understand and flashed to anger rather than listening. So even so, my tone is well below the standard I try to set for myself: so it was doubly wrong. I've been doing it a lot this year, guess I'm not coping as well as I thought with the times. It's no excuse, though, and I'm sorry. I felt bad about over-reacting so I came back to things fresh today. On fresh reading, your suggestions are good ones. Very similar to the ones I came to after spending some quality time trying to edit the document you'd offered the suggestion to. The content and focus isn't quite right there. I spent a couple hours trying to fix it, only to find myself in a dead end I couldn't puzzle my way out of before quitting for the day... I'll give it another try over the weekend or next week. So please accept my apology for being a jerk, yelling at you in a truly unprofessional way and screaming when I should really have been listening. Again, anything I say by way of explanation doesn't justify it at all. Warner On Wed, Sep 2, 2020 at 11:11 AM Warner Losh wrote: > > > On Wed, Sep 2, 2020 at 10:47 AM Steve Kargl < > sgk@troutmask.apl.washington.edu> wrote: > >> On Wed, Sep 02, 2020 at 12:14:08PM -0400, Ed Maste wrote: >> > On Wed, 2 Sep 2020 at 02:31, Steve Kargl >> > wrote: >> > > >> > > > A short intro on git for svn users: >> > > > https://hackmd.io/ML5TSl8mQ5-27B5eqDf7YA?view >> > > > >> > > >> > > ROTFL. From the "short intro", 2nd sentence. >> > > >> > > New committers are assumed to already be familiar with the basic >> > > operation of Git. If not, start by reading the Git Book. >> > >> > This doc started as a direct translation of the Subversion primer, >> > which has as its first sentence: >> > > New committers are assumed to already be familiar with the basic >> operation of Subversion. If not, start by reading the Subversion Book. >> > >> > As with the Subversion primer the doc is intended to provide a quick >> > reference for day-to-day commands, but not act as a reference or >> > introduction to the entire theory of operation of the associated VCS. >> >> Like GCC, which did the svn to git dance at start of the year, >> FreeBSD is throwing away a decade+ of corporate knowledge of >> working with svn and /usr/src. What is needed is a succinct >> translation of the most common svn commands translated to git. >> >> Checking out /usr/src as user@freebsd.org >> >> svn checkout svn+ssh://user@svn.freebsd.org/base/head /usr/src >> >> git ... >> >> Checking out /usr/src without freebsd.org account >> >> svn checkout https://svn.freebsd.org/base/head ${HOME}/freebsd/src >> >> git ... >> >> Creating diff against updated head. >> >> svn update >> svn diff > patch.diff >> >> git ... >> >> Adding a new file >> >> svn add /usr/src/libm/msun/src/_s_sinpi.c >> >> git ... >> >> Committing a change to /usr/src >> >> svn update >> svn diff | more (everyone does one last check, right?) >> svn commit >> >> git ... >> > > This is an insultingly stupid comment to make. We don't need people to say > the obvious. > > This sort of comment isn't helpful. People will just ignore you if you > make too many of them like it. > > Warner > > > From owner-freebsd-current@freebsd.org Sat Sep 5 08:07:06 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 E2D743E4ED1 for ; Sat, 5 Sep 2020 08:07:06 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (enterprise.ximalas.info [IPv6:2001:700:1100:1::8]) (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 "ximalas.info", Issuer "Hostmaster ximalas.info" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bk6Zx1lGbz45xl for ; Sat, 5 Sep 2020 08:07:04 +0000 (UTC) (envelope-from trond.endrestol@ximalas.info) Received: from enterprise.ximalas.info (Ximalas@localhost [127.0.0.1]) by enterprise.ximalas.info (8.16.1/8.16.1) with ESMTPS id 08586s09038027 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Sat, 5 Sep 2020 10:06:54 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) Received: from localhost (trond@localhost) by enterprise.ximalas.info (8.16.1/8.16.1/Submit) with ESMTP id 08586rZY038024 for ; Sat, 5 Sep 2020 10:06:53 +0200 (CEST) (envelope-from trond.endrestol@ximalas.info) X-Authentication-Warning: enterprise.ximalas.info: trond owned process doing -bs Date: Sat, 5 Sep 2020 10:06:53 +0200 (CEST) From: =?UTF-8?Q?Trond_Endrest=C3=B8l?= To: freebsd-current@freebsd.org Subject: In-kernel DTrace incompatible with in-kernel OpenZFS Message-ID: <20522673-395-6245-8b8c-f199f28ad7b0@ximalas.info> OpenPGP: url=http://ximalas.info/about/tronds-openpgp-public-key MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-1.2 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on enterprise.ximalas.info X-Rspamd-Queue-Id: 4Bk6Zx1lGbz45xl X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.42 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.05)[-1.049]; R_DKIM_ALLOW(-0.20)[ximalas.info:s=default]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+a]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; HAS_XAW(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-0.99)[-0.987]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_NONE(0.00)[]; DKIM_TRACE(0.00)[ximalas.info:+]; DMARC_POLICY_ALLOW(-0.50)[ximalas.info,none]; NEURAL_HAM_SHORT(-0.38)[-0.385]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:224, ipnet:2001:700::/32, country:NO]; MID_RHS_MATCH_FROM(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 08:07:06 -0000 It would seem options dtrace options dtraceall are incompatible with options zfs This is on base/head, r365358, amd64. Fatal trap 12: page fault while in kernel mode cpuid = 4; apic id = 04 fault virtual address = 0x7fffffff8 fault code = supervisor write data, page not present instruction pointer = 0x20:0xfffffffff808cf8db stack pointer = 0x20:0xfffffffff82378a00 frame pointer = 0x20:0xfffffffff82378a00 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 0 (dtrace_taskq) trap number = 12 panic: page fault cpuid = 4 time = 1 KDB: stack backtrace: db_trace_self_wrapper() at vpanic() at panic() at trap_fatal() at trap_pfatal() at trap() at calltrap() at --- trap 0xc, rip = 0xfffffffff808cf8db, rsp = 0xfffffffff82378a00, rbp = 0xfffffffff82378a00 --- osd_set_reserved() at taskqueue_thread_loop() at fork_exit() at fork_trampoline() at --- trap 0, rip = 0, rsp = 0, rbp = 0 --- Uptime: 1s Automatic reboot in 15 seconds - press a key on the console to abort I don't mind having dtraceall_load="YES" in /boot/loader.conf; I have to do so anyway to get systrace_freebsd32.ko loaded at boot time. Can this latter .ko file be made part of the kernel using an option statement? -- Trond. From owner-freebsd-current@freebsd.org Sat Sep 5 09:27:13 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 69C093E604C for ; Sat, 5 Sep 2020 09:27:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [IPv6:2a01:4f8:c17:6c4b::2]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bk8MN2vfjz49dp; Sat, 5 Sep 2020 09:27:11 +0000 (UTC) (envelope-from hps@selasky.org) Received: from hps2020.home.selasky.org (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 99660260974; Sat, 5 Sep 2020 11:27:09 +0200 (CEST) Subject: Re: suspend/resume versus OpenZFS on USB To: Graham Perrin Cc: FreeBSD Current , Matthew Macy , Ryan Moeller References: <6824e9f5-0496-a9ba-9cf2-01a6c8b34a4e@selasky.org> <24c4f60d-d937-7763-9cea-697de75109a6@gmail.com> From: Hans Petter Selasky Message-ID: <7cd8c682-0c4b-c332-c6de-d17dccbd9672@selasky.org> Date: Sat, 5 Sep 2020 11:26:41 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <24c4f60d-d937-7763-9cea-697de75109a6@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Bk8MN2vfjz49dp X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.40 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; R_SPF_ALLOW(-0.20)[+a:mail.turbocat.net]; NEURAL_HAM_LONG(-0.98)[-0.981]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[selasky.org]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_SHORT(-0.08)[-0.079]; NEURAL_HAM_MEDIUM(-1.04)[-1.042]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 09:27:13 -0000 On 2020-09-05 11:00, Graham Perrin wrote: > On 04/09/2020 09:01, Hans Petter Selasky wrote: >> On 2020-09-04 01:42, Graham Perrin wrote: >>> This week for the first time I toyed with OpenZFS on a USB device: a >>> mobile hard disk drive connected to the dock of an HP EliteBook 8570p. >>> >>> A light test, with the pool imported but not writing to the dataset >>> at suspend time. >>> >>> At resume time (22:31), the device was still physically connected but >>> the pool suffered an I/O failure (and the keyboard and trackball on >>> USB were unusable). > … >> We need output from "procstat -akk" to see where ZFS/USB is hanging. >> >> --HPS > > For test purposes I reproduced the behaviour with a different device, a > USB flash drive (connected to the same dock). > > Attached: > > 2020-09-05 09:27:55 procstat -akk.txt > > – output from procstat -akk > > 2020-09-05 09:17:59 suspend 09:26:49 resume.txt > > – the output in context. > > Thank you > > Graham > > Hi, USB is not hanging. It looks like a problem with USB resume, that no devices are recognized, until you re-plug them ... --HPS From owner-freebsd-current@freebsd.org Sat Sep 5 09:52:36 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 B06703E6A31 for ; Sat, 5 Sep 2020 09:52:36 +0000 (UTC) (envelope-from freebsd-current@lordsith.net) Received: from outbound.soverin.net (outbound.soverin.net [IPv6:2a01:4f8:fff0:2d:8::215]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bk8wg6ZWpz4Cyy for ; Sat, 5 Sep 2020 09:52:35 +0000 (UTC) (envelope-from freebsd-current@lordsith.net) Received: from smtp.freedom.nl (unknown [10.10.3.36]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by outbound.soverin.net (Postfix) with ESMTPS id 7A04D60819 for ; Sat, 5 Sep 2020 09:52:28 +0000 (UTC) Received: from smtp.freedom.nl (smtp.freedom.nl [116.202.65.211]) by soverin.net Date: Sat, 5 Sep 2020 09:52:26 +0000 From: marco To: freebsd-current Subject: Re: bectl: cannot promote 'zroot/ROOT/r364030-OpenZFS2': not a cloned filesystem Message-ID: <20200905095226.GA30015@freedom.nl> Reply-To: marco Mail-Followup-To: marco , freebsd-current References: <20200830193756.GA6325@freedom.nl> <320492e8-4dee-22f3-443b-829fdb2c3e8b@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <320492e8-4dee-22f3-443b-829fdb2c3e8b@gmail.com> Organization: lordsith.net X-Operating-System: FreeBSD 13.0-CURRENT amd64 X-Unix: Use Unix or die X-Uptime: 9:46AM up 6 days, 12:19, 1 user, load averages: 0.47, 0.73, 0.80 X-Rspamd-Queue-Id: 4Bk8wg6ZWpz4Cyy X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.20 / 15.00]; HAS_REPLYTO(0.00)[freebsd-current@lordsith.net]; ARC_NA(0.00)[]; REPLYTO_EQ_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:fff0:2d:08::215]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[lordsith.net]; RCPT_COUNT_ONE(0.00)[1]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; NEURAL_HAM_MEDIUM(-1.03)[-1.027]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.006]; NEURAL_SPAM_SHORT(0.13)[0.130]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 09:52:36 -0000 On Sat, Sep 05, 2020 at 12:02:58AM +0100, you (Graham Perrin) sent the following to [freebsd-current] : > > What's the best advice here? > > I could switch back to base ZFS in this active BE, see if the system will be able to import zroot and mount all my datasets and boot, then try to create another BE using base ZFS and then attempt to update. > > > FYI > > >> sysutils/openzfs bectl activate … cannot promote … not a cloned > filesystem … did not successfully activate boot environment Thanks Graham -- Marco van Lienen -- FreeBSD enthusiast https://keybase.io/scarcry , GnuPG id: 8580E6CB "The Tuck Pendleton machine...zero defects." From owner-freebsd-current@freebsd.org Sat Sep 5 12:39:15 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 CA6683CB3D9 for ; Sat, 5 Sep 2020 12:39:15 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4BkDcz4N1Vz4QCS for ; Sat, 5 Sep 2020 12:39:15 +0000 (UTC) (envelope-from jhs@berklix.com) Received: by mailman.nyi.freebsd.org (Postfix) id 93F653CB3D8; Sat, 5 Sep 2020 12:39:15 +0000 (UTC) Delivered-To: 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 929B53CB541; Sat, 5 Sep 2020 12:39:15 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "slim.berklix.org", Issuer "slim.berklix.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BkDcy4jqPz4QNR; Sat, 5 Sep 2020 12:39:14 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p4fc4c69f.dip0.t-ipconnect.de [79.196.198.159]) (authenticated bits=128) by slim.berklix.org (8.15.2/8.15.2) with ESMTPSA id 085Cd1sm003036 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 5 Sep 2020 14:39:05 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id 085Cd0qK093780; Sat, 5 Sep 2020 14:39:00 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id 085CceLk056076; Sat, 5 Sep 2020 14:38:50 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <202009051238.085CceLk056076@fire.js.berklix.net> To: Stefan Esser cc: current@freebsd.org, Gavin Howard cc: ctm-users@freebsd.org cc: stephen@math.missouri.edu cc: "Julian H. Stacey" Subject: Re: /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/locales/en_US.UTF-8.msg From: "Julian H. Stacey" Organization: http://berklix.com/jhs/ User-agent: EXMH on FreeBSD http://berklix.com/free/ X-From: http://www.berklix.org/~jhs/ In-reply-to: Your message "Wed, 02 Sep 2020 19:41:46 +0200." Date: Sat, 05 Sep 2020 14:38:40 +0200 X-Rspamd-Queue-Id: 4BkDcy4jqPz4QNR X-Spamd-Bar: + X-Spamd-Result: default: False [1.84 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; TO_DN_SOME(0.00)[]; MULTIPLE_UNIQUE_HEADERS(0.70)[Cc]; RCPT_COUNT_FIVE(0.00)[6]; HAS_ORG_HEADER(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; NEURAL_HAM_SHORT(-0.38)[-0.380]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:33824, ipnet:94.185.88.0/22, country:DE]; MIME_TRACE(0.00)[0:+]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.10)[-0.099]; FREEFALL_USER(0.00)[jhs]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_LONG(-0.78)[-0.776]; TAGGED_RCPT(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[berklix.com]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; R_SPF_NA(0.00)[no SPF record]; FREEMAIL_CC(0.00)[freebsd.org,gmail.com]; SUSPICIOUS_RECIPS(1.50)[]; MAILMAN_DEST(0.00)[ctm-users,current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 12:39:15 -0000 added cc: ctm-users@freebsd.org , stephen@math.missouri.edu Summary of this mail below: I suspect I know where the problem is, Stephen & I will probably be able to resolve it. Stefan Esser wrote: > From: Stefan Esser > To: "Julian H. Stacey" > Cc: current@freebsd.org, Gavin Howard > Subject: Re: /usr/src/usr.bin/gh-bc don't know how to make > /usr/src/contrib/bc/locales/en_US.UTF-8.msg > > Am 02.09.20 um 01:42 schrieb Julian H. Stacey: > > Hi current@freebsd.org, > >=20 > > /usr/src/usr.bin/gh-bc don't know how to make /usr/src/contrib/bc/local= > es/en_US.UTF-8.msg > > With .ctm_status src-cur 14656 .svn_revision 364986 /usr/src/usr.bin/gh= > -bc > > Hi Julian, > > since I'm building -CURRENT at least once a day with this bc > and there have been no other reports, this does appear to be > a local problem on your system (or a problem with CTM). Thanks Stefan, Yes, it seems a CTM problem. > > Avoided for now with /etc/src.conf WITHOUT_GH_BC=3DYES > > Yes, but the correct fix is to provide the missing file, which > is a symbolic link to en_US.msg. In fact, most of the message > catalogs are provided by symlinks (71 of 96 files in the locales > directory). > > My assumption is, that CTM does not correctly encode and create > symbolic links, so you miss them ... (but I did not check the > CTM sources to verify that assumption). Yes, seems to be. I find no symbolic links in my local src-cur built from CTM /pub/FreeBSD/branches/-current/src/src-cur.14600xEmpty.gz up to src-cur.14662.gz which delivers /pub/FreeBSD/branches/-current/src/ .ctm_status src-cur 14662 .svn_revision 365330 Whereas both of svn export -q file:///usr/svn/base/head svn co -q file:///usr/svn/base/head (working from a /usr/svn/ delivered by CTM /pub/FreeBSD/development/CTM/svn-cur/svn-cur.09000xEmpty.xz ... /pub/FreeBSD/development/CTM/svn-cur/svn-cur.09025.xz ) deliver 132 symbolic links of which 71 are shown by grep contrib/bc/locales/ | wc -l (& 71 also in your uuencoded thanks) The lack of symbolic links in CTM extracted trees was puzzling, as I recall CTM had a problem a few months back not delivering symbolic links, & Stephen (cc'd) solved it & issued patch deltas; (around the time CTM moved from src/ to /usr/ports/misc/ctm/ but I can't recall the order of those two events off hand, doubtless in ctm mail archive, (but I have to rush out soon)) My local @home CTM binary on my current box looks not old: ls -l `which ctm` -r-xr-xr-x 1 root wheel 39880 Aug 27 01:40 /usr/local/sbin/ctm* cd /usr/local ; find . -name ctm\* | sort | xargs ls -l Then I realised I had blundered, & been extracting CTMs localy via procmail automaticaly on an old box with -r-xr-xr-x 1 root wheel 41224 Jun 14 2017 /usr/sbin/ctm* but that was Not the solution as I still only get a single sym link FreeBSD-SVN/ports/hooks/pre-revprop-change after re-extracting all ctm trees on my current box, with these commands: cd /data/tmp/ctm/1/FreeBSD-SVN ctm -q /pub/FreeBSD/development/CTM/svn-cur/svn-cur.09000xEmpty.xz ctm -q /pub/FreeBSD/development/CTM/svn-cur/svn-cur.08[0-9][0-9][0-9].xz cd /data/tmp/ctm/1/src-cur ctm -q /pub/FreeBSD/development/CTM/src-cur/src-cur.14600xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-cur/src-cur*.1[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/ports-cur ctm -q /pub/FreeBSD/development/CTM/ports-cur/ports-cur.13600xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/ports-cur/ports-cur.1[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-12 ctm -q /pub/FreeBSD/development/CTM/src-12/src-12.0800xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-12/src-12.[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-11 ctm -q /pub/FreeBSD/development/CTM/src-11/src-11.1700xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-11/src-11.[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-10 ctm -q /pub/FreeBSD/development/CTM/src-10/src-10.2100xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-10/src-10.[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-9 ctm -q /pub/FreeBSD/development/CTM/src-9/src-9.1900xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-9/src-9.[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-8 ctm -q /pub/FreeBSD/development/CTM/src-8/src-8.1900xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-8/src-8.[0-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-7 ctm -q /pub/FreeBSD/development/CTM/src-7/src-7.1700xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-7/src-7.[1-9][0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-6 ctm -q /pub/FreeBSD/development/CTM/src-6/src-6.1600xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-6/src-6.1[0-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-5 ctm -q /pub/FreeBSD/development/CTM/src-5/src-5.0800xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-5/src-5.0[6-9][0-9][0-9].gz cd /data/tmp/ctm/1/src-4 ctm -q /pub/FreeBSD/development/CTM/src-4/src-4.2300xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-4/src-4.2[0-9][0-9][0-9].gz My CTM bins on current box are modern, cd /usr/local/sbin ; ls -l ctm* | grep -v pkgsave -r-xr-xr-x 1 root wheel 39880 Aug 27 01:40 ctm* -r-xr-xr-x 1 root wheel 10968 Aug 27 01:40 ctm_dequeue* -r-xr-xr-x 1 root wheel 18032 Aug 27 01:40 ctm_rmail* -r-xr-xr-x 1 root wheel 14904 Aug 27 01:40 ctm_smail* but were from pkg install, so in case anything went wrong on pkg builder @freebsd.org, I rebuilt localy: cd /usr/ports ; cat .ctm_status ports-cur 13646 cat .svn_revision 547299 cd /usr/ports/misc/ctm ; make install cd /usr/local/sbin ; ls -l ctm* | grep -v pkgsave -r-xr-xr-x 1 root wheel 39880 Sep 5 13:07 ctm* -r-xr-xr-x 1 root wheel 10968 Sep 5 13:07 ctm_dequeue* -r-xr-xr-x 1 root wheel 18032 Sep 5 13:07 ctm_rmail* -r-xr-xr-x 1 root wheel 14904 Sep 5 13:07 ctm_smail* & re extracted with cd /data/tmp/ctm/2/src-cur ctm -q /pub/FreeBSD/development/CTM/src-cur/src-cur.14600xEmpty.gz ctm -q /pub/FreeBSD/development/CTM/src-cur/src-cur*.1[0-9][0-9][0-9][0-9].gz find . -type l -print & still no symbolic links > This ought to be fixed in CTM and then a delta should be created > that provides these missing symlinks - since you are one of very > few CTM users left, you may want to create a patch ... Yes, I haven't looked yet on host of http://ctm.berklix.org (which is the global master generator site forr FreeBSD CTM deltas. The host is mine, but it's Stephen who is the CTM generator master & knows scripts & paths where to look etc). > ... Trimmed .. > But since further symlinks will occur if more locales are added, > the problem will re-appear for CTM users, unless symlinks are > supported by CTM. Yes, symbolic links are supposed to be supported by CTM now, Stephen knows more about symlinks on CTM than me, On host ctm.berklix.org `which ctm` # /usr/sbin/ctm & I see both 44096 Mar 13 17:56 /usr/sbin/ctm* 44000 Apr 7 13:01 /usr/local/sbin/ctm* & ctm.berklix.org is a jail 12.1-p8 whose prison was recently upgraded, & its src-12 still contains ./usr.sbin/ctm ./usr.sbin/ctm/ctm ./usr.sbin/ctm/ctm_dequeue ./usr.sbin/ctm/ctm_rmail ./usr.sbin/ctm/ctm_smail I or Stephen need to check if: maybe some of the ctm generator scripts might have been till recently taking default path to ctm bins, & running a newer ctm in local/ from ports that could do sym links, & maybe I had just manually removed old /usr/sbin/ctm* ; but since the prison upgrade (or earlier) ctm.berklix.org generator might now be running from older /usr/sbin/ctm without sym link capability. I'm not familiar with paths to CTM generator scripts to trace that, & scripts names are opaque so while it would be trivial for me to remove the old /usr/sbin/ctm* to force scripts to use /usr/local or break, that will not be sufficient as we will need to regenerate some trees & deltas. That's where Stephen Montgomery-Smith's familiarity with trees & scripts is very valuable. If Stephen is not available, it will need to wait as I'm about to travel. > Regards, STefan Thanks Stefan. Cheers, Julian -- Julian Stacey, Consultant Sys. Engineer, BSD Linux http://berklix.com/jhs/ Crash Brexit Dec. 2020 paid by speculators. http://berklix.uk/brexit/#money Probe Russian Brexit Referendum https://petition.parliament.uk/petitions/332293 From owner-freebsd-current@freebsd.org Sat Sep 5 17:18:35 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 7E1EA3D1616 for ; Sat, 5 Sep 2020 17:18:35 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) (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 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BkLqG3c3Mz4fgw; Sat, 5 Sep 2020 17:18:34 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mail-wm1-x330.google.com with SMTP id b79so9538053wmb.4; Sat, 05 Sep 2020 10:18:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=amkjfTrKF57ydAs2cu5hklUu9UTXmkXT6xP/65BDNFU=; b=a/rDb7lyf/Gvyh765X6L4vnIB9mPqz6cBuPu6zVZpNsrVHVReRv1R/NsO582wxdQ9i 6qcchsqf3wi/1+9nO9Cp/wlg4WXYR542wbxx7nAUEVGgMf1roiWkSTQDRGs+SSULXlGm cwYSGMtme6u8AIhAfPn3lNAusSXNOZv/tfd3DB6dhY3ejX1MkuUAKnoj+dg91B/OAaOP lh6iRI8VbGlVGSrrK4vxFJ59AiQ+oEJWCD4CG7QhEYewud4rb+M+cEuouVUNdYkObBAJ joCA0GPquUnX2wi0wF1iiGO5bBecmWFF/nL7778foDJL5iXAvDDeNjyB859O3KO0mDHV Iksw== X-Gm-Message-State: AOAM532V23YhXChYEo1CM42z4RdVaK+KEoXHnzYdeEHt26rv6AlWviL6 7ggWQzbKfBDGzArgmcL07fhasv7l2ybijNNp X-Google-Smtp-Source: ABdhPJxDPfjrdV6qzzTeWOZZZRheP1H3NmOgnFGRD4hn3hlzxfX/zpd0ik56RljEpWgtq776lDteHg== X-Received: by 2002:a1c:7c13:: with SMTP id x19mr13246714wmc.45.1599326312467; Sat, 05 Sep 2020 10:18:32 -0700 (PDT) Received: from [192.168.1.12] (79-66-147-78.dynamic.dsl.as9105.com. [79.66.147.78]) by smtp.gmail.com with ESMTPSA id f1sm11585481wrx.75.2020.09.05.10.18.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 05 Sep 2020 10:18:31 -0700 (PDT) Subject: Re: suspend/resume versus OpenZFS on USB To: FreeBSD Current , Matthew Macy , Ryan Moeller Cc: Hans Petter Selasky References: <6824e9f5-0496-a9ba-9cf2-01a6c8b34a4e@selasky.org> <24c4f60d-d937-7763-9cea-697de75109a6@gmail.com> <7cd8c682-0c4b-c332-c6de-d17dccbd9672@selasky.org> From: Graham Perrin Message-ID: Date: Sat, 5 Sep 2020 18:18:29 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <7cd8c682-0c4b-c332-c6de-d17dccbd9672@selasky.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-Rspamd-Queue-Id: 4BkLqG3c3Mz4fgw X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.61 / 15.00]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; RCVD_COUNT_THREE(0.00)[3]; TO_DN_ALL(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; NEURAL_HAM_SHORT(-0.53)[-0.532]; RECEIVED_SPAMHAUS_PBL(0.00)[79.66.147.78:received]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MID_RHS_MATCH_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.08)[-1.083]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20161025]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; NEURAL_HAM_LONG(-1.00)[-0.995]; MIME_GOOD(-0.10)[text/plain]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::330:from]; RCVD_TLS_ALL(0.00)[]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 17:18:35 -0000 On 05/09/2020 10:26, Hans Petter Selasky wrote: > On 2020-09-05 11:00, Graham Perrin wrote: >> On 04/09/2020 09:01, Hans Petter Selasky wrote: >>> On 2020-09-04 01:42, Graham Perrin wrote: >>>> This week for the first time I toyed with OpenZFS on a USB device: >>>> a mobile hard disk drive connected to the dock of an HP EliteBook >>>> 8570p. >>>> >>>> A light test, with the pool imported but not writing to the dataset >>>> at suspend time. >>>> >>>> At resume time (22:31), the device was still physically connected >>>> but the pool suffered an I/O failure (and the keyboard and >>>> trackball on USB were unusable). >> … >>> We need output from "procstat -akk" to see where ZFS/USB is hanging. >>> >>> --HPS >> >> For test purposes I reproduced the behaviour with a different device, >> a USB flash drive (connected to the same dock). >> >> Attached: >> >> 2020-09-05 09:27:55 procstat -akk.txt >> >> – output from procstat -akk >> >> 2020-09-05 09:17:59 suspend 09:26:49 resume.txt >> >> – the output in context. >> >> Thank you >> >> Graham >> >> > > Hi, > > USB is not hanging. > > It looks like a problem with USB resume, that no devices are > recognized, until you re-plug them ... > > --HPS Hi If I export the pool before suspend, no problem at resume time. An alternative scenario, with the notebook removed from its dock. With nothing other than the USB device connected (at da0), if the pool is imported and online at suspend time, then at resume time: * the pool is SUSPENDED * da0p1 is shown as REMOVED * zpool clear followed by zpool scrub will lead to disappearance of the permanent errors, without physically touching the USB flash drive, however the resulting device is at da1. Example below. ---- root@momh167-gjp4-8570p:~ # zpool status -v usb   pool: usb  state: ONLINE   scan: scrub repaired 0B in 00:00:04 with 0 errors on Sat Sep  5 18:00:31 2020 config:         NAME        STATE     READ WRITE CKSUM         usb         ONLINE       0     0     0           da0p1     ONLINE       0     0     0 errors: No known data errors root@momh167-gjp4-8570p:~ # acpiconf -s 3 root@momh167-gjp4-8570p:~ # zpool status -v usb   pool: usb  state: SUSPENDED status: One or more devices are faulted in response to IO failures. action: Make sure the affected devices are connected, then run 'zpool clear'.    see: https://zfsonlinux.org/msg/ZFS-8000-HC   scan: scrub repaired 0B in 00:00:04 with 0 errors on Sat Sep  5 18:00:31 2020 config:         NAME        STATE     READ WRITE CKSUM         usb         UNAVAIL      0     0     0  insufficient replicas           da0p1     REMOVED      0     0     0 errors: List of errors unavailable: pool I/O is currently suspended root@momh167-gjp4-8570p:~ # zpool clear usb root@momh167-gjp4-8570p:~ # zpool status -v usb   pool: usb  state: ONLINE status: One or more devices has experienced an error resulting in data         corruption.  Applications may be affected. action: Restore the file in question if possible.  Otherwise restore the         entire pool from backup.    see: https://zfsonlinux.org/msg/ZFS-8000-8A   scan: scrub repaired 0B in 00:00:04 with 0 errors on Sat Sep  5 18:00:31 2020 config:         NAME        STATE     READ WRITE CKSUM         usb         ONLINE       0     0     0           da1p1     ONLINE       0     0     0 errors: Permanent errors have been detected in the following files:         :<0x0>         :<0x3d> root@momh167-gjp4-8570p:~ # zpool scrub usb root@momh167-gjp4-8570p:~ # zpool status -v usb   pool: usb  state: ONLINE   scan: scrub repaired 0B in 00:00:01 with 0 errors on Sat Sep  5 18:04:05 2020 config:         NAME        STATE     READ WRITE CKSUM         usb         ONLINE       0     0     0           da1p1     ONLINE       0     0     0 errors: No known data errors root@momh167-gjp4-8570p:~ # ls /dev/da* /dev/da0        /dev/da0p1      /dev/da1        /dev/da1p1 root@momh167-gjp4-8570p:~ # From owner-freebsd-current@freebsd.org Sat Sep 5 20:23:37 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 3EDB73D561C for ; Sat, 5 Sep 2020 20:23:37 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (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 "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BkQwn0wHwz3b2L; Sat, 5 Sep 2020 20:23:37 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from [127.0.0.1] (unknown [127.0.1.132]) by freefall.freebsd.org (Postfix) with ESMTP id 9567AC459; Sat, 5 Sep 2020 20:23:36 +0000 (UTC) (envelope-from rm@FreeBSD.org) Subject: Re: openzfs related kernel install fails (r365296) To: Mark Johnston Cc: FreeBSD Current References: <20200904183438.GD10977@raichu> <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org> <20200904185530.GE10977@raichu> From: Ruslan Makhmatkhanov Message-ID: Date: Sat, 5 Sep 2020 23:23:35 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: <20200904185530.GE10977@raichu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1599337417; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UfVNY729o5FFjdxc1VLQ1Y0GsVhHdNWCYyVjefrxwjE=; b=o2c1lyBXWN1Xjufev2itBFk9rFfL0WZa13Zc/AW99aXUFFVsluirMPEEg0PvJfXwZlZK+a 75r1EN3tfGD9RshIpgrN8wOV0vPPZqeT/RrDzyJHz2PJQSblaHMHHtueqfmIZ7nW2xaPa4 ElOCc/Izc/O/D281NwXdRDun9CZRxpXkHfMDi5DpZKGh/QxBFU3K1z/unQsTBZSkXO4hCQ aLNWgq9jvZ9b5T1YisTwdjBPEL0taTI2tGkg1wGaSI5+Ma7t/jGKLGilumjVuhlQmZNzrI vsgdxF2VfSZQoDZg6U3XCXGVIvchE9xFder1CBMGgHWt8eEXzEwXmPR0id6Dvg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1599337417; a=rsa-sha256; cv=none; b=Avuv13Ueu7yA/XuuD4d+T/utzBfdtbyfBTojsdGYKomn6blmyIlYOhNaZWM2AvmPGCPH9D cjBFD96L/5FOfJaEW9I+NsLAA9xaCHNBXfWDFJjHXO1Erx3srV2+PZzwoMlzpbnqMyg+Vs DJ9AhtiIodgk3x9Ke6jYYtaoeAYKBHXoQzezuwu4OBUqA9HqxZbg10S2K6QwoQ/8xtqIky 5Q+f8mohLyAfZ1gGoNfWvcdSaGS3JsQu05k5qQ7KvjtWECPIzbdGx1vYWD5ttYVFEKozx2 +xWusUQaceNkZH4espYc0wipCPjZZ9mYWd9xv31a5oPlOoEF71OyB0aKQZUGxg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 20:23:37 -0000 Mark Johnston wrote on 9/4/20 9:55 PM: [...] >>> >>> The zfs.ko Makefile unconditionally enables creation of a debug file. >>> Could you verify that the problem is gone with this patch? >> >> >> This patch indeed fixes the install. Thank you! > > Committed in r365336, thanks. > Sadly it later fails at boot. Booting older kernel (r359781) fixes the issue. I read all the zfs related threads on freebsd-current for August and September, but still not found the solution. Failing kernel and world are at r365296. Sep 5 22:51:54 cf kernel: Sep 5 22:51:54 cf kernel: Loader variables: Sep 5 22:51:54 cf kernel: vfs.root.mountfrom=zfs:z/ROOT/default Sep 5 22:51:54 cf kernel: Sep 5 22:51:54 cf kernel: Manual root filesystem specification: Sep 5 22:51:54 cf kernel: : [options] Sep 5 22:51:54 cf kernel: Mount using filesystem Sep 5 22:51:54 cf kernel: and with the specified (optional) option list. Sep 5 22:51:54 cf kernel: Sep 5 22:51:54 cf kernel: eg. ufs:/dev/da0s1a Sep 5 22:51:54 cf kernel: zfs:zroot/ROOT/default Sep 5 22:51:54 cf kernel: cd9660:/dev/cd0 ro Sep 5 22:51:54 cf kernel: (which is equivalent to: mount -t cd9660 -o ro /dev/cd0 /) Sep 5 22:51:54 cf kernel: Sep 5 22:51:54 cf kernel: ? List valid disk boot devices Sep 5 22:51:54 cf kernel: . Yield 1 second (for background tasks) Sep 5 22:51:54 cf kernel: Abort manual input Sep 5 22:51:54 cf kernel: Sep 5 22:51:54 cf kernel: mountroot> panic: mountroot: unable to (re-)mount root. Sep 5 22:51:54 cf kernel: cpuid = 2 Sep 5 22:51:54 cf kernel: time = 16 Sep 5 22:51:54 cf kernel: KDB: stack backtrace: Sep 5 22:51:54 cf kernel: #0 0xffffffff80bb1475 at kdb_backtrace+0x65 Sep 5 22:51:54 cf kernel: #1 0xffffffff80b6a6e2 at vpanic+0x182 Sep 5 22:51:54 cf kernel: #2 0xffffffff80b6a553 at panic+0x43 Sep 5 22:51:54 cf kernel: #3 0xffffffff80c2991f at vfs_mountroot+0x198f Sep 5 22:51:54 cf kernel: #4 0xffffffff80b0970f at start_init+0x1f Sep 5 22:51:54 cf kernel: #5 0xffffffff80b2f7e2 at fork_exit+0x72 Sep 5 22:51:54 cf kernel: #6 0xffffffff80f09c1e at fork_trampoline+0xe Sep 5 22:51:54 cf kernel: Uptime: 16s Sep 5 22:51:54 cf kernel: ---<>--- -- -- Regards, Ruslan T.O.S. Of Reality From owner-freebsd-current@freebsd.org Sat Sep 5 22:32:31 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 4A7D73D8DC2 for ; Sat, 5 Sep 2020 22:32:31 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (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 "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BkTnW1K46z45xl for ; Sat, 5 Sep 2020 22:32:31 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MBP.attlocal.net (unknown [IPv6:2600:1700:358a:c660:4d82:b40:c37:5]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 01059273E4 for ; Sat, 5 Sep 2020 22:32:30 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: openzfs related kernel install fails (r365296) To: freebsd-current@freebsd.org References: <20200904183438.GD10977@raichu> <8139c15f-41b2-cf8f-d401-46783b47abfe@FreeBSD.org> <20200904185530.GE10977@raichu> From: Ryan Moeller Message-ID: Date: Sat, 5 Sep 2020 18:32:30 -0400 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Sat, 05 Sep 2020 22:32:31 -0000 On 9/5/20 4:23 PM, Ruslan Makhmatkhanov wrote: > Mark Johnston wrote on 9/4/20 9:55 PM: > > [...] > >>>> >>>> The zfs.ko Makefile unconditionally enables creation of a debug file. >>>> Could you verify that the problem is gone with this patch? >>> >>> >>> This patch indeed fixes the install. Thank you! >> >> Committed in r365336, thanks. >> > > Sadly it later fails at boot. Booting older kernel (r359781) fixes the > issue. I read all the zfs related threads on freebsd-current for > August and September, but still not found the solution. Failing kernel > and world are at r365296. > > Sep  5 22:51:54 cf kernel: > Sep  5 22:51:54 cf kernel: Loader variables: > Sep  5 22:51:54 cf kernel:   vfs.root.mountfrom=zfs:z/ROOT/default > vfs.root.mountfrom=zfs:z/ROOT/default looks wrong, I wonder how that happened? > > Sep  5 22:51:54 cf kernel: > Sep  5 22:51:54 cf kernel: Manual root filesystem specification: > Sep  5 22:51:54 cf kernel:   : [options] > Sep  5 22:51:54 cf kernel:       Mount using filesystem > Sep  5 22:51:54 cf kernel:       and with the specified (optional) > option list. > Sep  5 22:51:54 cf kernel: > Sep  5 22:51:54 cf kernel:     eg. ufs:/dev/da0s1a > Sep  5 22:51:54 cf kernel:         zfs:zroot/ROOT/default > Sep  5 22:51:54 cf kernel:         cd9660:/dev/cd0 ro > Sep  5 22:51:54 cf kernel:           (which is equivalent to: mount -t > cd9660 -o ro /dev/cd0 /) > Sep  5 22:51:54 cf kernel: > Sep  5 22:51:54 cf kernel:   ?               List valid disk boot devices > Sep  5 22:51:54 cf kernel:   .               Yield 1 second (for > background tasks) > Sep  5 22:51:54 cf kernel:       Abort manual input > Sep  5 22:51:54 cf kernel: > Sep  5 22:51:54 cf kernel: mountroot> panic: mountroot: unable to > (re-)mount root. > Sep  5 22:51:54 cf kernel: cpuid = 2 > Sep  5 22:51:54 cf kernel: time = 16 > Sep  5 22:51:54 cf kernel: KDB: stack backtrace: > Sep  5 22:51:54 cf kernel: #0 0xffffffff80bb1475 at kdb_backtrace+0x65 > Sep  5 22:51:54 cf kernel: #1 0xffffffff80b6a6e2 at vpanic+0x182 > Sep  5 22:51:54 cf kernel: #2 0xffffffff80b6a553 at panic+0x43 > Sep  5 22:51:54 cf kernel: #3 0xffffffff80c2991f at vfs_mountroot+0x198f > Sep  5 22:51:54 cf kernel: #4 0xffffffff80b0970f at start_init+0x1f > Sep  5 22:51:54 cf kernel: #5 0xffffffff80b2f7e2 at fork_exit+0x72 > Sep  5 22:51:54 cf kernel: #6 0xffffffff80f09c1e at fork_trampoline+0xe > Sep  5 22:51:54 cf kernel: Uptime: 16s > Sep  5 22:51:54 cf kernel: ---<>--- >