From owner-freebsd-arch@freebsd.org Tue Aug 16 09:37:51 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B825BBB6F3; Tue, 16 Aug 2016 09:37:51 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from kif.fubar.geek.nz (kif.fubar.geek.nz [178.62.119.249]) by mx1.freebsd.org (Postfix) with ESMTP id D7A081719; Tue, 16 Aug 2016 09:37:50 +0000 (UTC) (envelope-from andrew@fubar.geek.nz) Received: from zapp (global-5-141.nat-2.net.cam.ac.uk [131.111.5.141]) by kif.fubar.geek.nz (Postfix) with ESMTPSA id BBB38D78E6; Tue, 16 Aug 2016 09:37:49 +0000 (UTC) Date: Tue, 16 Aug 2016 10:37:46 +0100 From: Andrew Turner To: Nathan Whitehorn Cc: Michal Meloun , "freebsd-arm@freebsd.org" , Svatopluk Kraus , "freebsd-arch@freebsd.org" Subject: Re: INTRNG (Was: svn commit: r301453....) Message-ID: <20160816103746.6fca94e4@zapp> In-Reply-To: References: <201606051620.u55GKD5S066398@repo.freebsd.org> <57976867.6080705@FreeBSD.org> <5798E104.5020104@FreeBSD.org> <579A25BB.8070206@FreeBSD.org> <30790e40-58b4-3371-c0f0-b7545571f389@freebsd.org> <579AFFC5.1040005@FreeBSD.org> <579CD355.1050203@FreeBSD.org> <460fa0b3-ddb7-6247-2412-3d75a589d5e7@freebsd.org> <579CF7C8.1040302@FreeBSD.org> <24107713-6d50-c21d-ccf1-7dbdb36cc484@freebsd.org> <579E1BE2.7020500@FreeBSD.org> <7f053bb8-ab03-e46c-1c72-d757348e4e54@freebsd.org> <57A09F34.4050400@FreeBSD.org> <57A30B72.7070809@FreeBSD.org> <1946069a-d0f9-2c19-80a5-0b490682574b@freebsd.org> <57A5F480.20309@FreeBSD.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2016 09:37:51 -0000 On Fri, 12 Aug 2016 08:31:06 -0700 Nathan Whitehorn wrote: > One other non-urgent question about PCI code: > > There's a new function ofw_bus_msimap() that does not seem to > implement any particular part of any real binding standard. There's > a .txt file in the device-tree repo, but many (most?, all?) PCI > bridges don't seem to implement MSI that way. This is out-of-scope > for the immediate discussion, but it would be good to fix later. If > there are indeed only a handful of bridges that do MSI that way, it > should probably be moved into the PCI bridge drivers that do use it. The ofw_bus_msimap() implements the standard FDT MSI properties to find the needed MSI/MSI-X controller. See [1] for the binding document. > > Similarly, dev/pci/pci_host_generic.c isn't actually generic and is > instead a driver for some particular ARM bridges. It should be moved > at some point under sys/arm. Most of the code in it also duplicates > dev/ofw/ofwpci.c (but with some added bugs in handling the "ranges" > property). I don't see why. There is nothing ARM specific in it. I also have patches to use it with ACPI as the existing driver makes assumptions about PCI that may not be true on all platforms. Andrew [1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/pci/pci-msi.txt From owner-freebsd-arch@freebsd.org Tue Aug 16 12:36:39 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4611BBBBED3; Tue, 16 Aug 2016 12:36:39 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from c.mail.sonic.net (c.mail.sonic.net [64.142.111.80]) (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 226C21816; Tue, 16 Aug 2016 12:36:38 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from zeppelin.tachypleus.net ([172.58.16.198]) (authenticated bits=0) by c.mail.sonic.net (8.15.1/8.15.1) with ESMTPSA id u7GCaVaW020958 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 16 Aug 2016 05:36:34 -0700 Subject: Re: INTRNG (Was: svn commit: r301453....) To: Andrew Turner References: <201606051620.u55GKD5S066398@repo.freebsd.org> <57976867.6080705@FreeBSD.org> <5798E104.5020104@FreeBSD.org> <579A25BB.8070206@FreeBSD.org> <30790e40-58b4-3371-c0f0-b7545571f389@freebsd.org> <579AFFC5.1040005@FreeBSD.org> <579CD355.1050203@FreeBSD.org> <460fa0b3-ddb7-6247-2412-3d75a589d5e7@freebsd.org> <579CF7C8.1040302@FreeBSD.org> <24107713-6d50-c21d-ccf1-7dbdb36cc484@freebsd.org> <579E1BE2.7020500@FreeBSD.org> <7f053bb8-ab03-e46c-1c72-d757348e4e54@freebsd.org> <57A09F34.4050400@FreeBSD.org> <57A30B72.7070809@FreeBSD.org> <1946069a-d0f9-2c19-80a5-0b490682574b@freebsd.org> <57A5F480.20309@FreeBSD.org> <20160816103746.6fca94e4@zapp> Cc: Michal Meloun , "freebsd-arm@freebsd.org" , Svatopluk Kraus , "freebsd-arch@freebsd.org" From: Nathan Whitehorn Message-ID: <2c97041d-5c79-432d-caf2-7744131a8524@freebsd.org> Date: Tue, 16 Aug 2016 05:36:28 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <20160816103746.6fca94e4@zapp> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Sonic-CAuth: UmFuZG9tSVZlNilkbwiaf7BTR7+ESbTxqK9Xy/cV2lle+VlkTWDx4ii3d+6ryxZCURlRzefPs0YVLWT/Phvb5919bslekeqFtpZsgMNH2bM= X-Sonic-ID: C;in6iD65j5hGAGqDx2xNB0g== M;Ol4bEa5j5hGAGqDx2xNB0g== X-Spam-Flag: No X-Sonic-Spam-Details: 0.0/5.0 by cerberusd X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2016 12:36:39 -0000 On 08/16/16 02:37, Andrew Turner wrote: > On Fri, 12 Aug 2016 08:31:06 -0700 > Nathan Whitehorn wrote: >> One other non-urgent question about PCI code: >> >> There's a new function ofw_bus_msimap() that does not seem to >> implement any particular part of any real binding standard. There's >> a .txt file in the device-tree repo, but many (most?, all?) PCI >> bridges don't seem to implement MSI that way. This is out-of-scope >> for the immediate discussion, but it would be good to fix later. If >> there are indeed only a handful of bridges that do MSI that way, it >> should probably be moved into the PCI bridge drivers that do use it. > The ofw_bus_msimap() implements the standard FDT MSI properties to > find the needed MSI/MSI-X controller. See [1] for the binding document. Yes, but ThunderX seems to be the only host bridge that actually implements those bindings. I've never run into another, certainly, and there don't seem to be any others in the tree. >> Similarly, dev/pci/pci_host_generic.c isn't actually generic and is >> instead a driver for some particular ARM bridges. It should be moved >> at some point under sys/arm. Most of the code in it also duplicates >> dev/ofw/ofwpci.c (but with some added bugs in handling the "ranges" >> property). > I don't see why. There is nothing ARM specific in it. I also have > patches to use it with ACPI as the existing driver makes assumptions > about PCI that may not be true on all platforms. There's an "arm,gem5_pcie" in there that is certainly suggestive of ARM-ness. At any rate, much like the MSI bits, I could imagine multiple controllers implementing the interface defined in this driver but there do not seem, at present, to be any. Most of the code is indeed generic but duplicates ofwpci. That code should be replaced through inheritance with the ofwpci.c equivalents; the only remaining bits are MSI allocation and config space access, which seem to be specific to a few kinds of ARM hardware. -Nathan > > Andrew > > [1] > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/devicetree/bindings/pci/pci-msi.txt > From owner-freebsd-arch@freebsd.org Wed Aug 17 19:50:13 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 342B9BBDF5B for ; Wed, 17 Aug 2016 19:50:13 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 004911CCA for ; Wed, 17 Aug 2016 19:50:12 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x241.google.com with SMTP id e63so229592ith.1 for ; Wed, 17 Aug 2016 12:50:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:from:date:message-id:subject:to; bh=AT7ipx+acfpZX/Dj2Mz2P3g4AH3P/RIzzmiNq+C6f9w=; b=dM4ebngl3hTF0fQs3MUlQlKjvPOBr8L6kcqpY7q3q3zDmCZtds2TD2uwKgh4cttY/N UY041RKvqHm5ofJ5yTSK6dTTSbspDLb6pHmlEUyxa9MedBsLHU6A8xz0NqavDxLihK0Y 86wOHkp0GdeJ2FkxZSgvit6sOvA4Pvl7YN6eEM8G7ij+Nsn8+ddeZ7CuGqlZSBqLd68H KsvCdzve0PWacHR/U/jh8I+sbq3q+qW6ceUyLn18eWpQWE5g7X1LKRmE/iXkuksBADH+ E0f4LrXuI1+oyYNm/XdG0nXmm76+PotrAnHo/YavkZogta6gqp5/2lPK8MJMJJSyBL0A jdIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:from:date:message-id:subject :to; bh=AT7ipx+acfpZX/Dj2Mz2P3g4AH3P/RIzzmiNq+C6f9w=; b=Zq35SbcUoohMcGL7E0oeQ5JgPyrw2E4IVSSeb5w8PI3u5Ru/rbrce9cDdrQd6tlk4m 94PWeAT+SJhvvBvB4ceGafHBRGcPIUqwhRQHZvlOxpxBlqKvqLzoN2IDrsTkmBrEARt3 dJsEceXCNmhpCQJsL1sWGxvJO4qUrd63THFzFLPJ2oPZKeYUFjGfd0WS51Y6RHbzRoKQ lBhMJGR/h2jkaO9NXmKuE2OArWX2C8dmR4jBZjIWZPQDz+jmyBcG1nJzR5pPGk+pooVk X/Uw0Rq2DMFLffWTBH77+HWc25W2spvEL/AfwB7BPQ2ejhx0v5Rz6J3jnwZGAN3rhB50 F9Tg== X-Gm-Message-State: AEkoouu3r+BiK1y9Ls2eGvJxXpjrjHMN6eXxjAZVcMbhHRQbWN7ac6DMZtbkitgD/sii6znXVOVnDr+KIXPbmg== X-Received: by 10.36.73.195 with SMTP id e64mr28593627itd.80.1471463412266; Wed, 17 Aug 2016 12:50:12 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.141.129 with HTTP; Wed, 17 Aug 2016 12:50:11 -0700 (PDT) From: Adrian Chadd Date: Wed, 17 Aug 2016 12:50:11 -0700 X-Google-Sender-Auth: ZvWnF5dBp2RESWI9QLWv2pwo9qM Message-ID: Subject: metalog -> makefs is broken again in -HEAD To: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2016 19:50:13 -0000 hi, Here's something that's happening in -HEAD now: /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27045: warning: tags: unsupported keyword /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27078: warning: duplicate definition of mailer.conf /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27089: warning: duplicate definition of . /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27093: warning: duplicate definition of fstab /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27094: warning: duplicate definition of rc.conf /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27095: warning: duplicate definition of autosize makefs: 3 error(s) and 25012 warning(s) in mtree manifest * the tags= isn't supported by makefs, which warsn out * there are now double installs of a handful of files in /etc Can someone please give me a hand in figuring out how to fix these? I'm swamped doing other things so doing tree surgery isn't an option. :( thanks, -adrian From owner-freebsd-arch@freebsd.org Thu Aug 18 07:52:24 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CF05BBE755 for ; Thu, 18 Aug 2016 07:52:24 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 2D978175A for ; Thu, 18 Aug 2016 07:52:23 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [10.210.2.36] (unknown [31.221.87.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 4CB231928CE for ; Thu, 18 Aug 2016 07:52:22 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: freebsd-arch@freebsd.org References: From: Sean Bruno Message-ID: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> Date: Thu, 18 Aug 2016 01:52:20 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ocTILiKQ3gcWaTbpcdKT2X0L5Hb69CoIc" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2016 07:52:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --ocTILiKQ3gcWaTbpcdKT2X0L5Hb69CoIc Content-Type: multipart/mixed; boundary="X0gQUV6XI9x9KUP0iWLnCjHeix7Nbldbm" From: Sean Bruno To: freebsd-arch@freebsd.org Message-ID: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: In-Reply-To: --X0gQUV6XI9x9KUP0iWLnCjHeix7Nbldbm Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 08/17/16 13:50, Adrian Chadd wrote: > hi, >=20 > Here's something that's happening in -HEAD now: >=20 > /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27= 045: > warning: tags: unsupported keyword > /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27= 078: > warning: duplicate definition of mailer.conf > /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27= 089: > warning: duplicate definition of . > /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27= 093: > warning: duplicate definition of fstab > /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27= 094: > warning: duplicate definition of rc.conf > /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27= 095: > warning: duplicate definition of autosize > makefs: 3 error(s) and 25012 warning(s) in mtree manifest >=20 > * the tags=3D isn't supported by makefs, which warsn out > * there are now double installs of a handful of files in /etc >=20 > Can someone please give me a hand in figuring out how to fix these? > I'm swamped doing other things so doing tree surgery isn't an option. > :( >=20 > thanks, >=20 >=20 > -adrian Hrm ... I don't even know if I get that far with the wifi build tools: *** Target Done. *** Target : fullroot *** Deleting old file system.. *** Creating new filesystem... **** Done. *** Target Done. *** Target : fullfsimage *** Running makefs to build image .. *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. makefs: Can't stat `/home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta': No such file or directory > _______________________________________________ > freebsd-arch@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"= >=20 --X0gQUV6XI9x9KUP0iWLnCjHeix7Nbldbm-- --ocTILiKQ3gcWaTbpcdKT2X0L5Hb69CoIc 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 iQF8BAEBCgBmBQJXtWk0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kP18IAIYdNIu2XMmik3IdSG8v0vD6 LSPs77t1Tx6ZZslVe/LJWRJ3XeATIhx9QDByLnTQHbEyIf4DvCKrdu0redN6N+iy 2GGIUSm0l51XQJvRfpC2hSofAxTV4J+7RqqemMRmhagwToPt20c6nVCuLXY6uLok 6cZt+Guht0Nl9+YlrKRy6Ll49ACHpy+d2cmPBD5c6ZKF+LhyN89srgGE0Y/90sTO 4UbLUCTzSWvIiDq1zFeTc0fKtm6j8Fb1cwQiJiN81HeBLRLeovQ0jgelpNAwCMw3 8GKGM0fXPGoHFIPMzzZ8BUNpOB0FIGiiFi0Knpk4SN9+ZboMhP8HMz4VY5CXiG4= =5udl -----END PGP SIGNATURE----- --ocTILiKQ3gcWaTbpcdKT2X0L5Hb69CoIc-- From owner-freebsd-arch@freebsd.org Thu Aug 18 14:44:40 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2D929BBD248 for ; Thu, 18 Aug 2016 14:44:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qt0-x235.google.com (mail-qt0-x235.google.com [IPv6:2607:f8b0:400d:c0d::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE3161947; Thu, 18 Aug 2016 14:44:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-qt0-x235.google.com with SMTP id x25so8966109qtx.2; Thu, 18 Aug 2016 07:44:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=zSrAQnOVBHN3O3e/baEU3p2dDZXl5HOLnmjGXnzjpXk=; b=PfHstbXHN2PUeWHq8XRO9/4siG2ZihQlpZhiCcb9SFXTf1Vm/CadSUveJ3HTjN68JM 584p3Y6z+a+O5BKGqLojNfrtigLa6QSXb9O8wLlFEPWCNsBrmfehXZJfmL7726T2Vkbk GT9Dq4bAiN59VwGI2pMKujxBU7yHjJoxRy5LN3gIe5mI4wYRxjALWw3qse4knW1gBmhD DiqOR1Rh40nO4D9Xa44m3IZjmRdlXbHiTsZmzlmQh/MMYI7mpQlEefr2Edxf5tMAOvWS KQAEM3b/D59ulfTHVdZmGH0NME2kI6ir67IcnnGFrq98geKaBEyotAhd0eJIhVXrPQmY 4NKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=zSrAQnOVBHN3O3e/baEU3p2dDZXl5HOLnmjGXnzjpXk=; b=EfHJroObIdvF/Y6MGWIpbSOXcm0nq45/n5n13AiCbKv6NWifIy0VnLcI81scEW7IC+ /XDb6oaf02wFOeUAGgf4JeLYUylUCAfFdDwpNcMtjGoElM+WFn4sUtJCmTPOqYKhOyLl 0sgueRih/wS73ZOLvVwfmreAzTzL+7Bg8IBBuXDXXZeoqssUG/GhhH/YE+QiRy6Tc80A +U+vn1+C1V0/fSDpIyF2fYCpgr4Ric4r5+0MGwqwBURq238Wn1gwJkqI/5FgM/hExRi4 Hy7PzsfxY4PLi+RyuDI+tJcKCQQkwQA+j1tsQsKASbZRI3smq0AsOtAjqYwdNj2agK5s 98xg== X-Gm-Message-State: AEkooutkJrXGWIJhwrIevUOIRNDVp/ABvevSLltsL4hbr+DqIi/GS8yuZ2d3d6aQvrFyZM6k4n9EN+uC19wlCQ== X-Received: by 10.237.49.130 with SMTP id 2mr2947819qth.38.1471531478750; Thu, 18 Aug 2016 07:44:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.200.44.157 with HTTP; Thu, 18 Aug 2016 07:44:38 -0700 (PDT) In-Reply-To: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> From: Adrian Chadd Date: Thu, 18 Aug 2016 07:44:38 -0700 Message-ID: Subject: Re: metalog -> makefs is broken again in -HEAD To: Sean Bruno Cc: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2016 14:44:40 -0000 update; just merged the fix. -a On 18 August 2016 at 00:52, Sean Bruno wrote: > > > On 08/17/16 13:50, Adrian Chadd wrote: >> hi, >> >> Here's something that's happening in -HEAD now: >> >> /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27045: >> warning: tags: unsupported keyword >> /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27078: >> warning: duplicate definition of mailer.conf >> /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27089: >> warning: duplicate definition of . >> /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27093: >> warning: duplicate definition of fstab >> /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27094: >> warning: duplicate definition of rc.conf >> /home/adrian/work/freebsd/head-embedded/src/../mfsroot/METALOG.malta:27095: >> warning: duplicate definition of autosize >> makefs: 3 error(s) and 25012 warning(s) in mtree manifest >> >> * the tags= isn't supported by makefs, which warsn out >> * there are now double installs of a handful of files in /etc >> >> Can someone please give me a hand in figuring out how to fix these? >> I'm swamped doing other things so doing tree surgery isn't an option. >> :( >> >> thanks, >> >> >> -adrian > > > Hrm ... I don't even know if I get that far with the wifi build tools: > > *** Target Done. > *** Target : fullroot > *** Deleting old file system.. > *** Creating new filesystem... > **** Done. > *** Target Done. > *** Target : fullfsimage > *** Running makefs to build image .. > *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. > makefs: Can't stat > `/home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta': No such file or > directory > >> _______________________________________________ >> freebsd-arch@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-arch >> To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" >> > From owner-freebsd-arch@freebsd.org Fri Aug 19 16:03:36 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79906BBF1DA for ; Fri, 19 Aug 2016 16:03:36 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 4ACE118BE for ; Fri, 19 Aug 2016 16:03:35 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 2CFD61928CE; Fri, 19 Aug 2016 16:03:29 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: Date: Fri, 19 Aug 2016 10:03:35 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="D26cJ4jHU9b11uv2KTqmDXJQ9TqTFVlq9" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 16:03:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --D26cJ4jHU9b11uv2KTqmDXJQ9TqTFVlq9 Content-Type: multipart/mixed; boundary="nAoKdgLAr6rUqxmCW4GjOcMv69R0iCD27" From: Sean Bruno To: Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> In-Reply-To: --nAoKdgLAr6rUqxmCW4GjOcMv69R0iCD27 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/18/16 08:44, Adrian Chadd wrote: > update; just merged the fix. >=20 >=20 > -a Hrm ... doesn't seem to be working ... if I understand what to do. =3D=3D=3D> etc/sendmail (installconfig) *** Target Done. *** Target : fullroot *** Deleting old file system.. install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such file or directory *** Creating new filesystem... **** Done. *** Target Done. *** Target : fullfsimage *** Running makefs to build image .. *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: duplicate definition of var /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:103: warning: duplicate definition of usr /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:848: warning: duplicate definition of include /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1020: warning: duplicate definition of lib /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1049: warning: duplicate definition of usr /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1050: warning: duplicate definition of share /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1070: warning: duplicate definition of usr /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1074: warning: duplicate definition of usr /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1413: warning: duplicate definition of tests /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1748: warning: duplicate definition of . /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1749: warning: duplicate definition of var /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1750: warning: duplicate definition of spool /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1777: warning: tags: unsupported keyword =2E.. /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26713: error: time: invalid value '1471621820' /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26714: error: time: invalid value '1471621820' /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26715: error: time: invalid value '1471621820' =2E... /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:27046: warning: tags: unsupported keyword /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:27079: warning: duplicate definition of mailer.conf makefs: 3 error(s) and 25009 warning(s) in mtree manifest --nAoKdgLAr6rUqxmCW4GjOcMv69R0iCD27-- --D26cJ4jHU9b11uv2KTqmDXJQ9TqTFVlq9 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 iQF8BAEBCgBmBQJXty3aXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kaEsH/AsYkQX7WGFP+N82zp7kDTq4 jkuKGLijSdjUHHnybJh25CWhZmAZSPQRoG7gvdoC8/ujPmTR3x/cwvx2kmkR6TRk WxP7X9UTpKDlPnFtjOKJYLQtkBdIrfQ1u+G4YE/YYpHmCNoBuuSDVZozN7CBbVPc xNpcSipTvitsoHCMuNtItUY9eY9adbmu47Qu1iCN0wqXctXLKSb+2yzmatE8s4Gz xpAUgq6Eie6+aDkYO8HgDdQzwtpu3i7UTX+tbvk2ao8CAgqI4zQ/jhK2OEebfVFj 5TWawxYxtGIKuYGFCq85zg07gRVuaWCx6sKNvn6B+y4JFSMLPgc5NexwtsQ8B58= =pH9X -----END PGP SIGNATURE----- --D26cJ4jHU9b11uv2KTqmDXJQ9TqTFVlq9-- From owner-freebsd-arch@freebsd.org Fri Aug 19 16:11:22 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 001EABBF3DF for ; Fri, 19 Aug 2016 16:11:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-it0-x229.google.com (mail-it0-x229.google.com [IPv6:2607:f8b0:4001:c0b::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BEA2E1C3B; Fri, 19 Aug 2016 16:11:21 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-it0-x229.google.com with SMTP id n128so28825248ith.1; Fri, 19 Aug 2016 09:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=9HsXHpckIcudeo+ZeIsTzpvfdW2mJ5JYvrXbqtITRk8=; b=JDTgRUNK2Am7wfcYWMAeZqq0UkUpBiskKWw+gfP1l9IUGMqevwhbfw7YP+MztokuIC /ZRZ7BJcvRJ3HMnHOPVujB2uICLG5BdspKd9gfPJeNPzJ1jmRradik1RM8H0205DDudv X4GGuqnnnPtvn/voUqq8r5KW4GVoxyB0nPM8E/VZ9eaMG6fDgyR9R2AlakLz/MwwQIbS MBoF8eEpUTZOEEYcESznq4giM+MTZyfkYg/+MugP1IX/bv8ttsGR+lOBpM8haRyg3C7X 0bQmYjl/897eISdn0x+fDmk1ZQBhy8Pj+DFuA+Pl9pFYGYMUJyZsC399nYTpRyuXHPgD L+Ig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=9HsXHpckIcudeo+ZeIsTzpvfdW2mJ5JYvrXbqtITRk8=; b=kMr8KeGeJoBw6UKQaVTZNuxcclPoA/tIU1aChy+w9mZxYY9uAlkY6U889GC2fOCusY WjW5Gozlh8QNn2oubnOv6BSiBqQ90lpknJ2tf9HJcjCzmWc3Ja6ceu73pLRudqZUkQOZ wnR1r7YHdnJC1YfRNJ/D+gtpWEHuvMk+A8xhMoMdr2C8hsO1m6r8yLjijMaVzF7AywDu jtEQq2KdekK79rTYSRL547D3uXTLPmP5v/GLeU9Km7JVB2j+WolNtOoxbdb49id/peDH tWxi0VauUZdgbMZV0xGSO1hZT5qrNgvTknX2fJTHDg0MJyBc8NhTTw1gQWNSNJbU8TzY 49gg== X-Gm-Message-State: AEkoouvjY4V4wQyKylQAV1vzP6r1XhGmmV8TYt/6w+6Em8uda6mMiPscvkRJxexfr5p8gymPnHVbPyrkUJJ6ng== X-Received: by 10.36.150.70 with SMTP id z67mr6863549itd.80.1471623080002; Fri, 19 Aug 2016 09:11:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.141.129 with HTTP; Fri, 19 Aug 2016 09:11:19 -0700 (PDT) In-Reply-To: References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> From: Adrian Chadd Date: Fri, 19 Aug 2016 09:11:19 -0700 Message-ID: Subject: Re: metalog -> makefs is broken again in -HEAD To: Sean Bruno Cc: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 16:11:22 -0000 Right, that's the bit that is failing right there. -adrian On 19 August 2016 at 09:03, Sean Bruno wrote: > > > On 08/18/16 08:44, Adrian Chadd wrote: >> update; just merged the fix. >> >> >> -a > > Hrm ... doesn't seem to be working ... if I understand what to do. > > > > ===> etc/sendmail (installconfig) > *** Target Done. > *** Target : fullroot > *** Deleting old file system.. > install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: > No such file or directory > *** Creating new filesystem... > **** Done. > *** Target Done. > *** Target : fullfsimage > *** Running makefs to build image .. > *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: > duplicate definition of var > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:103: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:848: warning: > duplicate definition of include > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1020: warning: > duplicate definition of lib > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1049: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1050: warning: > duplicate definition of share > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1070: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1074: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1413: warning: > duplicate definition of tests > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1748: warning: > duplicate definition of . > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1749: warning: > duplicate definition of var > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1750: warning: > duplicate definition of spool > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1777: warning: tags: > unsupported keyword > ... > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26713: error: time: > invalid value '1471621820' > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26714: error: time: > invalid value '1471621820' > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26715: error: time: > invalid value '1471621820' > .... > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:27046: warning: > tags: unsupported keyword > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:27079: warning: > duplicate definition of mailer.conf > makefs: 3 error(s) and 25009 warning(s) in mtree manifest > From owner-freebsd-arch@freebsd.org Fri Aug 19 17:22:50 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1968CBBF4E6 for ; Fri, 19 Aug 2016 17:22:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EB3ED1EF4; Fri, 19 Aug 2016 17:22:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id DB9C41FE0; Fri, 19 Aug 2016 17:22:49 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 8AEAD20BF9; Fri, 19 Aug 2016 17:22:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id N5PN_NcdyUpr; Fri, 19 Aug 2016 17:22:45 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com F272A20BF3 To: Sean Bruno , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> Cc: "freebsd-arch@freebsd.org" From: Bryan Drewery Organization: FreeBSD Message-ID: <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> Date: Fri, 19 Aug 2016 10:22:41 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tBtjBlkrQeWRPEbwXLwgIq1XKo1fvXxT2" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 17:22:50 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --tBtjBlkrQeWRPEbwXLwgIq1XKo1fvXxT2 Content-Type: multipart/mixed; boundary="GjrE7JsPNMGPGQTlwAcRdrXrBE1TU2GjM" From: Bryan Drewery To: Sean Bruno , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> In-Reply-To: --GjrE7JsPNMGPGQTlwAcRdrXrBE1TU2GjM Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/19/16 9:03 AM, Sean Bruno wrote: >=20 Why is this on arch@? >=20 > On 08/18/16 08:44, Adrian Chadd wrote: >> update; just merged the fix. >> >> >> -a >=20 > Hrm ... doesn't seem to be working ... if I understand what to do. >=20 >=20 >=20 > =3D=3D=3D> etc/sendmail (installconfig) > *** Target Done. > *** Target : fullroot > *** Deleting old file system.. What tool is this? I don't find 'Deleting old file system' in the tree. What flags are being passed to makefs? > install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: > No such file or directory > *** Creating new filesystem... > **** Done. > *** Target Done. > *** Target : fullfsimage > *** Running makefs to build image .. > *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: > duplicate definition of var > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:103: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:848: warning: > duplicate definition of include > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1020: warning: > duplicate definition of lib > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1049: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1050: warning: > duplicate definition of share > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1070: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1074: warning: > duplicate definition of usr > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1413: warning: > duplicate definition of tests > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1748: warning: > duplicate definition of . > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1749: warning: > duplicate definition of var > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1750: warning: > duplicate definition of spool > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1777: warning: tags= : > unsupported keyword > ... > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26713: error: time:= > invalid value '1471621820' > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26714: error: time:= > invalid value '1471621820' > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:26715: error: time:= > invalid value '1471621820' > .... > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:27046: warning: > tags: unsupported keyword > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:27079: warning: > duplicate definition of mailer.conf > makefs: 3 error(s) and 25009 warning(s) in mtree manifest >=20 As of r304288 I get none of this, tags is in the METALOG and makefs recognizes it. What is the os rel of the host running makefs? I do have some duplicates in the METALOG but makefs is not warning about them or failing. I'm guessing -D is being passed. --=20 Regards, Bryan Drewery --GjrE7JsPNMGPGQTlwAcRdrXrBE1TU2GjM-- --tBtjBlkrQeWRPEbwXLwgIq1XKo1fvXxT2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXt0BiAAoJEDXXcbtuRpfPg5AIAIZzX5xvuz0I9PZGlDtd675d uYAEPzXrsMh4NmB92giGrGKG7mQswI8giwMvHyUPxcuvfwSR7ZB/pQxw2bwqWI8I n2X+8cFRdubCkk+MYkZcXp1svSw6amJiSiUVQJRhSUNb9nYogLImWXen/exPncRa raiAEzNbuGzbjx1ZtINL00Dw7Zq1LGX4Ey++CUpa4aYAZebkmy5Hi4Z7AoMjzllQ xN1p/nBZHAYTtVYBMjeJjlh9jZ1hNBo38GCIf+4hbWr0lgtfrjfx7jQfU3bXY87S /wzlYM6i+8/yhQtOCin8MD+0q0XqGsRMPq6hEhmqdzue3EOvN0MofNSvKn724H0= =6COF -----END PGP SIGNATURE----- --tBtjBlkrQeWRPEbwXLwgIq1XKo1fvXxT2-- From owner-freebsd-arch@freebsd.org Fri Aug 19 17:35:37 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71431BBF771 for ; Fri, 19 Aug 2016 17:35:37 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 4E12415DA; Fri, 19 Aug 2016 17:35:36 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 161661928CE; Fri, 19 Aug 2016 17:35:35 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Bryan Drewery , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> Date: Fri, 19 Aug 2016 11:35:42 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 17:35:37 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5 Content-Type: multipart/mixed; boundary="w5kVSL6re5SfeqCHJqhV8n6NGK664jxhN" From: Sean Bruno To: Bryan Drewery , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> In-Reply-To: <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> --w5kVSL6re5SfeqCHJqhV8n6NGK664jxhN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >=20 > As of r304288 I get none of this, tags is in the METALOG and makefs > recognizes it. What is the os rel of the host running makefs? >=20 > I do have some duplicates in the METALOG but makefs is not warning abou= t > them or failing. I'm guessing -D is being passed. >=20 FreeBSD bruno 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r303327: Mon Jul 25 20:54:25 MDT 2016 sbruno@bruno:/usr/obj/usr/src/sys/BRUNO amd64 Yeah, its definitely passing -D ... at least I see it being passed to install. + INSTALL_PROG=3D'install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta' + echo '*** Deleting old file system..' *** Deleting old file system.. + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d /home/sbruno/bsd/fbsd_head/../mfsroot/malta + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta + echo '*** Creating new filesystem...' *** Creating new filesystem... + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ /home/sbruno/bsd/fbsd_head/../mfsroot/malta + echo '/dev/ada0 / ufs rw 1 1' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + echo 'autosize_enable=3D"YES"' + echo 'autosize_rootfs=3D"/dev/ada0"' + echo 'sshd_enable=3D"YES"' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel =2E./freebsd-wifi-build/build/bin/..//files.full/autosize /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ + ../freebsd-wifi-build/build/bin/filter.pl /home/sbruno/bsd/fbsd_head/../root/mips/METALOG /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot + echo '**** Done.' **** Done. + echo '*** Target Done.' *** Target Done. + echo $'*** Target\t\t: fullfsimage' *** Target : fullfsimage + ../freebsd-wifi-build/build/bin/build_fullfsimage malta *** Running makefs to build image .. *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: duplicate definition of var --w5kVSL6re5SfeqCHJqhV8n6NGK664jxhN-- --Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5 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 iQF8BAEBCgBmBQJXt0NuXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kPCIIAImEVyr9WIElD2pqPJHVjpRc qDBZId6miWCDVKbxEEuKx7pDQU5gh8/pEEBL7s+NUuz9xxrJripF8MbYSuaZdEH+ 50XQzWJbAGghEopB/cJj9ErxhpIPhaWHWiTlIAvTHWpStQeH92P0CjhSGJCNw5L1 JtoqSkCnWBv1sDsOL6qby4ATUFoiYujuB9Kr1frU3A4hc/8YaZJxNXWq62gejhqu y/KAKPXBGI45HXmvYYAnm9pQR8GWEQDQ0S6ceLEvu265NIHgyw6fDbXQf0pJIfCG vC/u2S0UYpqrV0rPxbsCfwZOOMIhqKLgqHNOVLopsChue0KuzaaRq72XuMvVHbg= =e8Z1 -----END PGP SIGNATURE----- --Cf4UBGLdic7cDqUS8O197eTaMuHN6CIW5-- From owner-freebsd-arch@freebsd.org Fri Aug 19 17:38:26 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26AD9BBF876 for ; Fri, 19 Aug 2016 17:38:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0965D186C; Fri, 19 Aug 2016 17:38:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id F126114BB; Fri, 19 Aug 2016 17:38:25 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id B5AC520C96; Fri, 19 Aug 2016 17:38:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id ET8ZbMkM3uBr; Fri, 19 Aug 2016 17:38:22 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 0950720C8F To: Sean Bruno , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> Cc: "freebsd-arch@freebsd.org" From: Bryan Drewery Organization: FreeBSD Message-ID: <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> Date: Fri, 19 Aug 2016 10:38:21 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8OlfdHSMpgX2QtwWWqrpgmgVaHtrQMbVm" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 17:38:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8OlfdHSMpgX2QtwWWqrpgmgVaHtrQMbVm Content-Type: multipart/mixed; boundary="6pVVhQ3JnHjs824wJDUwkhkEUTlROFTrk" From: Bryan Drewery To: Sean Bruno , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> In-Reply-To: <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> --6pVVhQ3JnHjs824wJDUwkhkEUTlROFTrk Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/19/16 10:35 AM, Sean Bruno wrote: >> >> As of r304288 I get none of this, tags is in the METALOG and makefs >> recognizes it. What is the os rel of the host running makefs? >> >> I do have some duplicates in the METALOG but makefs is not warning abo= ut >> them or failing. I'm guessing -D is being passed. >> >=20 >=20 > FreeBSD bruno 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r303327: Mon Jul 25 > 20:54:25 MDT 2016 sbruno@bruno:/usr/obj/usr/src/sys/BRUNO amd64 >=20 >=20 > Yeah, its definitely passing -D ... at least I see it being passed to > install. >=20 > + INSTALL_PROG=3D'install -U -M > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D > /home/sbruno/bsd/fbsd_head/../mfsroot/malta' > + echo '*** Deleting old file system..' > *** Deleting old file system.. > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d > /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta > + echo '*** Creating new filesystem...' > *** Creating new filesystem... > + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta > + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ > /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + echo '/dev/ada0 / ufs rw 1 1' > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel > /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab > /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ > + echo 'autosize_enable=3D"YES"' > + echo 'autosize_rootfs=3D"/dev/ada0"' > + echo 'sshd_enable=3D"YES"' > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel > /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf > /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel > ../freebsd-wifi-build/build/bin/..//files.full/autosize > /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ > + ../freebsd-wifi-build/build/bin/filter.pl > /home/sbruno/bsd/fbsd_head/../root/mips/METALOG > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot > + echo '**** Done.' > **** Done. > + echo '*** Target Done.' > *** Target Done. > + echo $'*** Target\t\t: fullfsimage' > *** Target : fullfsimage > + ../freebsd-wifi-build/build/bin/build_fullfsimage malta > *** Running makefs to build image .. > *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: > duplicate definition of var >=20 Missing from this is an answer to any of my questions! What script is this? What flags are passed to makefs? (The -D above is to install). Passing -D to my makefs doesn't yield any error anyhow. What makefs "version" / What OS rel is the host? --=20 Regards, Bryan Drewery --6pVVhQ3JnHjs824wJDUwkhkEUTlROFTrk-- --8OlfdHSMpgX2QtwWWqrpgmgVaHtrQMbVm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXt0QNAAoJEDXXcbtuRpfPYMkIAInyfrvqdqwuv8YgYjbz3vuv bOvA4ksAbZ3POVSdBliO9TpNmz040+2FSox1VYPUmf8DbFJRbeqe7ipJh/VCskLb XzrviuA0NVKYLUm2RRbGU8k4ZcpEebFlID6Wl1slb7A083chIuDNVbNKeFRpj9nU D8ZL5GEfvDnLt7CMQn9SFxmm5iepYovOQqxSzZmHjEZAVgxVV98ko65Rx5uzN2qt SqjQT2MCNNmsI6lj9CYqR5HMwVzvOK5KKM0U9LTL6CKPMzsJlbpXwUlbMEeKsHjg ZS4iQAl3ybXMgn4EB5G6fgk3WtwiifZKJSCIp2kb7Bhzy8rbJlOARzJAI3ofn3U= =5vRt -----END PGP SIGNATURE----- --8OlfdHSMpgX2QtwWWqrpgmgVaHtrQMbVm-- From owner-freebsd-arch@freebsd.org Fri Aug 19 17:59:26 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 983EFBBFFEB for ; Fri, 19 Aug 2016 17:59:26 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 67C221487; Fri, 19 Aug 2016 17:59:25 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 5FFA51928CE; Fri, 19 Aug 2016 17:59:24 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Bryan Drewery , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> Date: Fri, 19 Aug 2016 11:59:30 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LjnCcqguCIJIleq6TxbBr8kdUgGPw60wl" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 17:59:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LjnCcqguCIJIleq6TxbBr8kdUgGPw60wl Content-Type: multipart/mixed; boundary="A3IliIvHmUftuIpVFvTbhPqK0GEQ2UfIQ" From: Sean Bruno To: Bryan Drewery , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> In-Reply-To: <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> --A3IliIvHmUftuIpVFvTbhPqK0GEQ2UfIQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/19/16 11:38, Bryan Drewery wrote: > On 8/19/16 10:35 AM, Sean Bruno wrote: >>> >>> As of r304288 I get none of this, tags is in the METALOG and makefs >>> recognizes it. What is the os rel of the host running makefs? >>> >>> I do have some duplicates in the METALOG but makefs is not warning ab= out >>> them or failing. I'm guessing -D is being passed. >>> >> >> >> FreeBSD bruno 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r303327: Mon Jul 25= >> 20:54:25 MDT 2016 sbruno@bruno:/usr/obj/usr/src/sys/BRUNO amd64 >> >> >> Yeah, its definitely passing -D ... at least I see it being passed to >> install. >> >> + INSTALL_PROG=3D'install -U -M >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >> + echo '*** Deleting old file system..' >> *** Deleting old file system.. >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tm= p >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta >> + echo '*** Creating new filesystem...' >> *** Creating new filesystem... >> + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta >> + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + echo '/dev/ada0 / ufs rw 1 1' >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tm= p >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel= >> /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ >> + echo 'autosize_enable=3D"YES"' >> + echo 'autosize_rootfs=3D"/dev/ada0"' >> + echo 'sshd_enable=3D"YES"' >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tm= p >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel= >> /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tm= p >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel= >> ../freebsd-wifi-build/build/bin/..//files.full/autosize >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ >> + ../freebsd-wifi-build/build/bin/filter.pl >> /home/sbruno/bsd/fbsd_head/../root/mips/METALOG >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot >> + echo '**** Done.' >> **** Done. >> + echo '*** Target Done.' >> *** Target Done. >> + echo $'*** Target\t\t: fullfsimage' >> *** Target : fullfsimage >> + ../freebsd-wifi-build/build/bin/build_fullfsimage malta >> *** Running makefs to build image .. >> *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: >> duplicate definition of var >> >=20 > Missing from this is an answer to any of my questions! HA! Well, I'm not quite awake as it is. I'll try to do better. >=20 > What script is this? =46rom the FreeBSD wifi scripts (not in tree). https://github.com/freebsd/freebsd-wifi-build I believe the makefs command we're looking at is the one in build/bin/build_fullfsimage >=20 > What flags are passed to makefs? (The -D above is to install). Passing > -D to my makefs doesn't yield any error anyhow. + cp -f /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta + echo '*** Running makefs to build image .. ' *** Running makefs to build image .. + echo '*** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta ..' *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. + mkdir -p /home/sbruno/bsd/fbsd_head/../img/ + cd /home/sbruno/bsd/fbsd_head/../mfsroot/malta + makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:54: warning: duplicate definition of var /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:103: warning: duplicate definition of usr /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:848: warning: duplicate definition of include /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1020: warning: duplicate definition of lib /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta:1049: warning: duplicate definition of usr >=20 > What makefs "version" / What OS rel is the host? FreeBSD bruno 12.0-CURRENT FreeBSD 12.0-CURRENT #0 r303327: Mon Jul 25 20:54:25 MDT 2016 sbruno@bruno:/usr/obj/usr/src/sys/BRUNO amd64 --A3IliIvHmUftuIpVFvTbhPqK0GEQ2UfIQ-- --LjnCcqguCIJIleq6TxbBr8kdUgGPw60wl 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 iQF8BAEBCgBmBQJXt0kCXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kIGAIALNDhH3FpijAMGA6IBDcrcbA V9dfumbWwcnTRNdEnMWI5Z29RBjGBg5Zp8xrXVmkzBSlnAAPtqO2tmy33Ul6TDe/ ObKlDi/Sqi4vg/ScFLlXBbwsbjQmqqejV32A1Kr615Y5BwLmhUm4UJWcdFk1u+nx 78oHl+M7rn0Va5to9VascWzbZJOAG6KsMOI5Cxp8AfoLqeKjWrxpw78+9397z/V6 xBShiIKYyFVvV0NS77Pt8EBNpeteytlecPw8JeHFDx+88GEaj2LbuIRexxH4ubtt /JY5GOWfnssOSecWEjXlRjNQl4iE9RCSLkNvgpfl1qDRwfI3J++FkX+OWRrI2zU= =s3h6 -----END PGP SIGNATURE----- --LjnCcqguCIJIleq6TxbBr8kdUgGPw60wl-- From owner-freebsd-arch@freebsd.org Fri Aug 19 18:04:29 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A1293BC01BE for ; Fri, 19 Aug 2016 18:04:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8250F19B4; Fri, 19 Aug 2016 18:04:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 7B4B518A5; Fri, 19 Aug 2016 18:04:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 3809D20DAE; Fri, 19 Aug 2016 18:04:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id esTS7nCwmyXz; Fri, 19 Aug 2016 18:04:26 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D3CAF20DA6 To: Sean Bruno , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> Cc: "freebsd-arch@freebsd.org" From: Bryan Drewery Organization: FreeBSD Message-ID: <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> Date: Fri, 19 Aug 2016 11:04:25 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 18:04:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW Content-Type: multipart/mixed; boundary="mTv5AVgKisPgdrk7cCGPhBoi2MNj9x47c" From: Bryan Drewery To: Sean Bruno , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> In-Reply-To: <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> --mTv5AVgKisPgdrk7cCGPhBoi2MNj9x47c Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/19/16 10:59 AM, Sean Bruno wrote: > + makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 > /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta Here's the problem. The METALOG is a mtree file, not a makefs manifest. It needs to pass it as -F and use '.' or full path for the directory. Such as: makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 -F /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img =2E I get the million errors with the quoted form and none with the suggested form. --=20 Regards, Bryan Drewery --mTv5AVgKisPgdrk7cCGPhBoi2MNj9x47c-- --4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXt0opAAoJEDXXcbtuRpfPqJ0IAJ/8DANqT3fnTPnMHABWnzoP GgTHh8QrX5zHE42+VKu7xD7lb/3WI8OCa6dZFWQ3FMetlB74v2HseJ+18xbZpKOD SfVswLJS/Ml6JOnyWhn844tb8mawJMbEDJHR8jUoEI1BR1czbQ1a+H52IAB6RS9Y S4+pnt5O6hCB6QMCNm5Xa9ISc6d6c2x+UTyhxhKsY6paddOQNAs2Y7POfV0Lxm9/ 0NGYL0NnxTXeu83u9WPZCbT75cx2Co1oIwmN1In7vsA02eJGKmx+soa3x3p3Q962 V1qf7cSjTslEDSm6JcLqhCsB9BW4B8WkJ+64LAbntoKlIMORRoVgK6OWkj1n4UE= =/nQy -----END PGP SIGNATURE----- --4MW0CGc72XV81U9LPkiLmuRdA7rhkJ7bW-- From owner-freebsd-arch@freebsd.org Fri Aug 19 19:48:17 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87F72BBFD4A for ; Fri, 19 Aug 2016 19:48:17 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 59955123D; Fri, 19 Aug 2016 19:48:16 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 769341928CE; Fri, 19 Aug 2016 19:48:15 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Bryan Drewery , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> Date: Fri, 19 Aug 2016 13:48:20 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="9xnjXj5N70wud16TGhr01iAPA0RU6evrm" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 19:48:17 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --9xnjXj5N70wud16TGhr01iAPA0RU6evrm Content-Type: multipart/mixed; boundary="Nf73onD87bDxJE5SRj5fgFgCgSbtQ73TD" From: Sean Bruno To: Bryan Drewery , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> In-Reply-To: <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> --Nf73onD87bDxJE5SRj5fgFgCgSbtQ73TD Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/19/16 12:04, Bryan Drewery wrote: > On 8/19/16 10:59 AM, Sean Bruno wrote: >> + makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 >> /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta >=20 > Here's the problem. The METALOG is a mtree file, not a makefs manifest.= >=20 > It needs to pass it as -F and use '.' or full path for the directory. >=20 > Such as: >=20 > makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 > -F /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta > /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img > . >=20 > I get the million errors with the quoted form and none with the > suggested form. >=20 Indeed. I've fixed this up in the freebsd wifi scripts and fired off a pull request for it. Has "install" lost the ability to do relative directories completely? install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such file or directory ls -l /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:30 /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp --- full script output --- + X_BASEDIR=3D../freebsd-wifi-build/build/bin/../ + INSTALL_PROG=3D'install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta' + echo '*** Deleting old file system..' *** Deleting old file system.. + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d /home/sbruno/bsd/fbsd_head/../mfsroot/malta install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such file or directory + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta + echo '*** Creating new filesystem...' *** Creating new filesystem... + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ /home/sbruno/bsd/fbsd_head/../mfsroot/malta + echo '/dev/ada0 / ufs rw 1 1' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab /ho me/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + echo 'autosize_enable=3D"YES"' + echo 'autosize_rootfs=3D"/dev/ada0"' + echo 'sshd_enable=3D"YES"' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf / home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel =2E./freebsd-wifi-build/build/bin/..//files.full/au tosize /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ + ../freebsd-wifi-build/build/bin/filter.pl /home/sbruno/bsd/fbsd_head/../root/mips/METALOG /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot + echo '**** Done.' **** Done. *** Target Done. *** Target : fullfsimage *** Running makefs to build image .. *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. makefs: ./usr/local/bin: missing directory in specification makefs: failed at line 26660 of the specification --Nf73onD87bDxJE5SRj5fgFgCgSbtQ73TD-- --9xnjXj5N70wud16TGhr01iAPA0RU6evrm 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 iQF8BAEBCgBmBQJXt2KEXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5ktNQH/2iI8XYJD5befpwMeCM1ZyAA p82z723WiPMdR35CRHznimcaAfGLqLp738PIrDjjU5tTf8vlzfvhHuy/+AB8X4tI 2p/rw4GKa/BMWpAYu2+E3kKjN4G/udCv93tiFxwj6GVU8ws7pJWqA/zDru+34G41 VNnIDEdjKeI+Ijj+36gPsKFn5Ez/YS3aUz+L1TvD0rY4u7eUMQr7GCe3xG1/vsRs yWxc5zW5RipEJbf1XkAQcYNI+orprh853BrI8T2+gTKg1f5mk439pmL4UWjnghy2 4NgxCLLe1br5r0f4DofMr8sNos+DxHmvpNr4fcyrOizzrDoLi8gO9RMT60At+XA= =rhXr -----END PGP SIGNATURE----- --9xnjXj5N70wud16TGhr01iAPA0RU6evrm-- From owner-freebsd-arch@freebsd.org Fri Aug 19 19:54:19 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5900BBE01B for ; Fri, 19 Aug 2016 19:54:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A486416D3; Fri, 19 Aug 2016 19:54:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 959FA1E2C; Fri, 19 Aug 2016 19:54:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 5D82121200; Fri, 19 Aug 2016 19:54:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id xYj1V21RY-52; Fri, 19 Aug 2016 19:54:15 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com B7943211FB To: Sean Bruno , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> Cc: "freebsd-arch@freebsd.org" From: Bryan Drewery Organization: FreeBSD Message-ID: <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> Date: Fri, 19 Aug 2016 12:54:11 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="8kV7lfAxSVEhm4nmKCWBlPtWJpc65wHqD" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 19:54:19 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --8kV7lfAxSVEhm4nmKCWBlPtWJpc65wHqD Content-Type: multipart/mixed; boundary="h1DrQPhEIUJUWiCJiE14CMwRn7SF5I59i" From: Bryan Drewery To: Sean Bruno , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> In-Reply-To: <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> --h1DrQPhEIUJUWiCJiE14CMwRn7SF5I59i Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/19/16 12:48 PM, Sean Bruno wrote: >=20 >=20 > On 08/19/16 12:04, Bryan Drewery wrote: >> On 8/19/16 10:59 AM, Sean Bruno wrote: >>> + makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 >>> /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img >>> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta >> >> Here's the problem. The METALOG is a mtree file, not a makefs manifest= =2E >> >> It needs to pass it as -F and use '.' or full path for the directory. >> >> Such as: >> >> makefs -D -t ffs -M 4294967296 -B be -o 'version=3D2' -f 1048576 >> -F /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta >> /home/sbruno/bsd/fbsd_head/../img//fullroot-malta.img >> . >> >> I get the million errors with the quoted form and none with the >> suggested form. >> >=20 > Indeed. I've fixed this up in the freebsd wifi scripts and fired off a= > pull request for it. >=20 > Has "install" lost the ability to do relative directories completely? >=20 > install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: > No such file or directory >=20 =2E.. > ls -l /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:30 > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >=20 >=20 > --- full script output --- > + X_BASEDIR=3D../freebsd-wifi-build/build/bin/../ > + INSTALL_PROG=3D'install -U -M > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D > /home/sbruno/bsd/fbsd_head/../mfsroot/malta' > + echo '*** Deleting old file system..' > *** Deleting old file system.. > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d > /home/sbruno/bsd/fbsd_head/../mfsroot/malta > install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: > No such file or directory My guess is that at this point in the install the directory for METALOG.malta.tmp is likely missing and not created yet. In the failing command -d is being used to create mfsroot/malta. -d creates parents, so perhaps mfsroot/ is not present yet either. > + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta > + echo '*** Creating new filesystem...' > *** Creating new filesystem... > + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta > + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ > /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + echo '/dev/ada0 / ufs rw 1 1' > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel > /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab /ho > me/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ > + echo 'autosize_enable=3D"YES"' > + echo 'autosize_rootfs=3D"/dev/ada0"' > + echo 'sshd_enable=3D"YES"' > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel > /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf / > home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel > ../freebsd-wifi-build/build/bin/..//files.full/au > tosize /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ > + ../freebsd-wifi-build/build/bin/filter.pl > /home/sbruno/bsd/fbsd_head/../root/mips/METALOG > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot > + echo '**** Done.' > **** Done. > *** Target Done. > *** Target : fullfsimage > *** Running makefs to build image .. > *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. > makefs: ./usr/local/bin: missing directory in specification > makefs: failed at line 26660 of the specification >=20 --=20 Regards, Bryan Drewery --h1DrQPhEIUJUWiCJiE14CMwRn7SF5I59i-- --8kV7lfAxSVEhm4nmKCWBlPtWJpc65wHqD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXt2PkAAoJEDXXcbtuRpfPPLcH/2mKoIsN3MaXBADM+RPGnHA4 K26VVVFWmy3IGhDAPN6IeNNUQTLgykbBGx1SXXoHzTc90wGELaKaXo8dZqWYln9s /b4dP+c5qWE+5J+ySH5k9DhK0VyzcwDt75UOz8E7Lo36yervLI3oZ1yywqF/zBeA OrSffWpOdCLcp8FdMvV34Z5WDWfj6W3wPrNE/Y7Yy3gJKjDJnYxu+fI7omF4BiSX yYrJq/U98/cB1Wuc13OQi8JYxqFZsK99Th+UWdNvQeDdEZMxHZvBAR+cHfMaqSpK ZDQjINZA2GAaOzgkf8BnhIqFOavlzD7tU0mBc+TZOVYBHB86azaZ52+YUf7H4E4= =TLLp -----END PGP SIGNATURE----- --8kV7lfAxSVEhm4nmKCWBlPtWJpc65wHqD-- From owner-freebsd-arch@freebsd.org Fri Aug 19 20:11:42 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B51FBBE449 for ; Fri, 19 Aug 2016 20:11:42 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 356411DE8; Fri, 19 Aug 2016 20:11:41 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 5AB761928CE; Fri, 19 Aug 2016 20:11:40 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Bryan Drewery , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> Date: Fri, 19 Aug 2016 14:11:46 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JbaPfJnmOn53EtmQERjBbnOkIGcSW794W" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 20:11:42 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JbaPfJnmOn53EtmQERjBbnOkIGcSW794W Content-Type: multipart/mixed; boundary="IsnP89wRApDmRnVlE0TxsBD26eRLtiiQb" From: Sean Bruno To: Bryan Drewery , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> In-Reply-To: <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> --IsnP89wRApDmRnVlE0TxsBD26eRLtiiQb Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >> >> --- full script output --- >> + X_BASEDIR=3D../freebsd-wifi-build/build/bin/../ >> + INSTALL_PROG=3D'install -U -M >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >> + echo '*** Deleting old file system..' >> *** Deleting old file system.. >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tm= p >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp:= >> No such file or directory >=20 > My guess is that at this point in the install the directory for > METALOG.malta.tmp is likely missing and not created yet. In the failin= g > command -d is being used to create mfsroot/malta. -d creates parents, > so perhaps mfsroot/ is not present yet either. >=20 Hrm ... I added a "ls -ld" to the script immediately preceding the install directive, it appears to be there. + INSTALL_PROG=3D'install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta' + echo '*** Deleting old file system..' *** Deleting old file system.. + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:45 /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d /home/sbruno/bsd/fbsd_head/../mfsroot/malta + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta + echo '*** Creating new filesystem...' *** Creating new filesystem... + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ /home/sbruno/bsd/fbsd_head/../mfsroot/malta + echo '/dev/ada0 / ufs rw 1 1' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + echo 'autosize_enable=3D"YES"' + echo 'autosize_rootfs=3D"/dev/ada0"' + echo 'sshd_enable=3D"YES"' + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel =2E./freebsd-wifi-build/build/bin/..//files.full/autosize /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ + ../freebsd-wifi-build/build/bin/filter.pl /home/sbruno/bsd/fbsd_head/../root/mips/METALOG /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot + echo '**** Done.' **** Done. *** Target Done. *** Target : fullfsimage *** Running makefs to build image .. *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. makefs: ./usr/local/bin: missing directory in specification makefs: failed at line 26660 of the specification --IsnP89wRApDmRnVlE0TxsBD26eRLtiiQb-- --JbaPfJnmOn53EtmQERjBbnOkIGcSW794W 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 iQF8BAEBCgBmBQJXt2gCXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5k4kIIAJxRuPDErnqNXUbWlqsi1VZm cKJuq/FQr+lOk3yagqElWQWStkl9TXGX0bN0YfKSiBuIYc5pJBYn2sB2g9xIhMq5 /rUhENJZUQTGu/w4mm0FC2dLURSNv/LTpIMR7ADKLRnMgqhFafq4ZKfoKkzT8/Dp xo3w3cmiEHE4CbttszAbcvZ2EFEb6vfazJSVLUFVXftWqxSbRKN2tQ8qpS6AU8fC YAmJ3Xrf7ut+qnuDTCa5AdrjcrpF91O15NjmOkkOKPbYYS3NuXnD/pxlaXEHnhX+ qeNTKUYpETfqqA2EXNy8o3qlftF8UnmhCGpEJp6mWLWhWDpZIrpzfMT0gGEMYj0= =ypEu -----END PGP SIGNATURE----- --JbaPfJnmOn53EtmQERjBbnOkIGcSW794W-- From owner-freebsd-arch@freebsd.org Fri Aug 19 20:14:39 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 62E1BBBE52D for ; Fri, 19 Aug 2016 20:14:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF861FAF; Fri, 19 Aug 2016 20:14:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 343E011C2; Fri, 19 Aug 2016 20:14:39 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id E9CF821283; Fri, 19 Aug 2016 20:14:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id sPuQbDATRbFV; Fri, 19 Aug 2016 20:14:34 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com D329A2127D To: Sean Bruno , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> Cc: "freebsd-arch@freebsd.org" From: Bryan Drewery Organization: FreeBSD Message-ID: <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> Date: Fri, 19 Aug 2016 13:14:32 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BVfxOd82Br4ohdeUrfdNe8OoWXivqHut9" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 20:14:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --BVfxOd82Br4ohdeUrfdNe8OoWXivqHut9 Content-Type: multipart/mixed; boundary="buAH4Ihxbk458f658wbfbdL3sqPkPwruG" From: Bryan Drewery To: Sean Bruno , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> In-Reply-To: <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> --buAH4Ihxbk458f658wbfbdL3sqPkPwruG Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 8/19/16 1:11 PM, Sean Bruno wrote: >>> >>> --- full script output --- >>> + X_BASEDIR=3D../freebsd-wifi-build/build/bin/../ >>> + INSTALL_PROG=3D'install -U -M >>> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >>> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >>> + echo '*** Deleting old file system..' >>> *** Deleting old file system.. >>> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.t= mp >>> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >>> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >>> install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= : >>> No such file or directory >> >> My guess is that at this point in the install the directory for >> METALOG.malta.tmp is likely missing and not created yet. In the faili= ng >> command -d is being used to create mfsroot/malta. -d creates parents,= >> so perhaps mfsroot/ is not present yet either. >> >=20 > Hrm ... I added a "ls -ld" to the script immediately preceding the > install directive, it appears to be there. >=20 >=20 >=20 > + INSTALL_PROG=3D'install -U -M > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D > /home/sbruno/bsd/fbsd_head/../mfsroot/malta' > + echo '*** Deleting old file system..' > *** Deleting old file system.. > + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:45 > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d > /home/sbruno/bsd/fbsd_head/../mfsroot/malta There seems to be no error now? > + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta > + echo '*** Creating new filesystem...' > *** Creating new filesystem... > + mkdir -p /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + mkdir -p /home/sbruno/bsd/fbsd_head/../tmp/malta > + rsync -arH /home/sbruno/bsd/fbsd_head/../root/mips/ > /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + echo '/dev/ada0 / ufs rw 1 1' > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel > /home/sbruno/bsd/fbsd_head/../tmp/malta/fstab > /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ > + echo 'autosize_enable=3D"YES"' > + echo 'autosize_rootfs=3D"/dev/ada0"' > + echo 'sshd_enable=3D"YES"' > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 644 -o root -g wheel > /home/sbruno/bsd/fbsd_head/../tmp/malta/rc.conf > /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/ > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -m 755 -o root -g wheel > ../freebsd-wifi-build/build/bin/..//files.full/autosize > /home/sbruno/bsd/fbsd_head/../mfsroot/malta/etc/rc.d/ > + ../freebsd-wifi-build/build/bin/filter.pl > /home/sbruno/bsd/fbsd_head/../root/mips/METALOG > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.mfsroot > + echo '**** Done.' > **** Done. > *** Target Done. > *** Target : fullfsimage > *** Running makefs to build image .. > *** from /home/sbruno/bsd/fbsd_head/../mfsroot/malta .. > makefs: ./usr/local/bin: missing directory in specification > makefs: failed at line 26660 of the specification >=20 >=20 --=20 Regards, Bryan Drewery --buAH4Ihxbk458f658wbfbdL3sqPkPwruG-- --BVfxOd82Br4ohdeUrfdNe8OoWXivqHut9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJXt2ipAAoJEDXXcbtuRpfPBvMH/2aV8FIVYIC/QzTvd0lhD4yl 5bnakZHJYUZ3m9YS6xAU9kH0B97mAwayWKl6UPQ+6RBLFJHhdtT3mPSZHY+LxVeq JgItdA+CdWdZfLn3M4zel9TymLwyDjvEeO8Jv18a4k8wWyAW/W5Rbhj/bH5ZU3Ax fcajyY0KQQaQPn/OSJQZJbzIqSaINSOyoYfyAgItVIPzttGeY6T+rtApQHGes4Rd n2xM3aBWigx3a2UvsSZcXslibcn6oqKYqlWRFeWNtW+EZV6SkmYiUBhQbH5xzQnK RwRj9zNH0UpCbpLM74ckToCTTGm79Nal7VvrSacrQPn9yFc0wRggZyWiePRyEac= =5G3l -----END PGP SIGNATURE----- --BVfxOd82Br4ohdeUrfdNe8OoWXivqHut9-- From owner-freebsd-arch@freebsd.org Fri Aug 19 20:18:56 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C592FBBE6BD for ; Fri, 19 Aug 2016 20:18:56 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 9A64B15EB; Fri, 19 Aug 2016 20:18:55 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 4E0121928CE; Fri, 19 Aug 2016 20:18:54 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: Bryan Drewery , Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> Cc: "freebsd-arch@freebsd.org" From: Sean Bruno Message-ID: Date: Fri, 19 Aug 2016 14:19:00 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nS60sMVCBn0GJ3QN7KXEVLTxNnMOTdXWn" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 20:18:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --nS60sMVCBn0GJ3QN7KXEVLTxNnMOTdXWn Content-Type: multipart/mixed; boundary="7ehSAhfFOXxdCAWDSPKH3L1hG2kXsg3dh" From: Sean Bruno To: Bryan Drewery , Adrian Chadd Cc: "freebsd-arch@freebsd.org" Message-ID: Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> In-Reply-To: <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> --7ehSAhfFOXxdCAWDSPKH3L1hG2kXsg3dh Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >> Hrm ... I added a "ls -ld" to the script immediately preceding the >> install directive, it appears to be there. >> >> >> >> + INSTALL_PROG=3D'install -U -M >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >> + echo '*** Deleting old file system..' >> *** Deleting old file system.. >> + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >> -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:45 >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tm= p >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >=20 > There seems to be no error now? Yeah, this looks like a error in the scripts. Cleaned and removed the mfsroot dir, and the "ls -ld" and the install error appear to be in correspondence. + INSTALL_PROG=3D'install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta' + echo '*** Deleting old file system..' *** Deleting old file system.. + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp ls: /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such file or directory + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d /home/sbruno/bsd/fbsd_head/../mfsroot/malta install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such file or directory + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta + echo '*** Creating new filesystem...' --7ehSAhfFOXxdCAWDSPKH3L1hG2kXsg3dh-- --nS60sMVCBn0GJ3QN7KXEVLTxNnMOTdXWn 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 iQF8BAEBCgBmBQJXt2m0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kEb8H/jt94lc5o43CIzvAsd9yhSqW 12ktZHD6VwoD+ncVoezGhuZaMgctcZFVV9fy/F3QwU00v1ZgcQENdA/qhHAVGTKO hoJxqKhjyFVt/VjF3A+Gqu9TsAkbZ/KS9qpIHCFIN5BkrkmOWS3OsivioD26WRlA ut4H6uVzfOU+wQ7W6C2sLIVslf5P5MoeqYEDVN8IYhcek2YbYMGA3jxgOt0crznA KxTGmnXJQLaPz+FFNWl1lYP6aaB6SNRQdEbZ/ZjQUsoKKx5FZ3OT4MnpUA/Y5NXV FxCkJTm6asbXfrkGwKf625ZEuhBgsjcYLXrvU/ohFuXtPyXA4mGziC+v1zzRaYk= =3/rt -----END PGP SIGNATURE----- --nS60sMVCBn0GJ3QN7KXEVLTxNnMOTdXWn-- From owner-freebsd-arch@freebsd.org Fri Aug 19 20:34:23 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8BD5FBBED2E for ; Fri, 19 Aug 2016 20:34:23 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (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 618181E74; Fri, 19 Aug 2016 20:34:22 +0000 (UTC) (envelope-from sbruno@freebsd.org) Received: from [192.168.0.6] (75-161-70-238.albq.qwest.net [75.161.70.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id EEB1A1928CE; Fri, 19 Aug 2016 20:34:21 +0000 (UTC) Subject: Re: metalog -> makefs is broken again in -HEAD To: freebsd-arch@freebsd.org, Adrian Chadd References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> From: Sean Bruno Message-ID: <68cb112b-9334-045a-d860-7011573a2b47@freebsd.org> Date: Fri, 19 Aug 2016 14:34:27 -0600 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="5tdKHgH2iXj5vG152qPdEDqIx2JXnUuir" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 20:34:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --5tdKHgH2iXj5vG152qPdEDqIx2JXnUuir Content-Type: multipart/mixed; boundary="htcNs9H3SMlfsOLwLnwTG8u40mljE0KU9" From: Sean Bruno To: freebsd-arch@freebsd.org, Adrian Chadd Message-ID: <68cb112b-9334-045a-d860-7011573a2b47@freebsd.org> Subject: Re: metalog -> makefs is broken again in -HEAD References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> In-Reply-To: --htcNs9H3SMlfsOLwLnwTG8u40mljE0KU9 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 08/19/16 14:19, Sean Bruno wrote: >>> Hrm ... I added a "ls -ld" to the script immediately preceding the >>> install directive, it appears to be there. >>> >>> >>> >>> + INSTALL_PROG=3D'install -U -M >>> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >>> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >>> + echo '*** Deleting old file system..' >>> *** Deleting old file system.. >>> + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >>> -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:45 >>> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >>> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.t= mp >>> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >>> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> >> There seems to be no error now? >=20 > Yeah, this looks like a error in the scripts. Cleaned and removed the > mfsroot dir, and the "ls -ld" and the install error appear to be in > correspondence. >=20 > + INSTALL_PROG=3D'install -U -M > /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D > /home/sbruno/bsd/fbsd_head/../mfsroot/malta' > + echo '*** Deleting old file system..' > *** Deleting old file system.. > + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp > ls: /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such > file or directory > + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp= > -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d > /home/sbruno/bsd/fbsd_head/../mfsroot/malta > install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: > No such file or directory > + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta > + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta > + echo '*** Creating new filesystem...' >=20 >=20 adrian: Hmmm ... what should the METALOG.malta.tmp file contain at this point, it looks like only a fewlines once its created, which doesn't happen at this point. =2E/etc//fstab type=3Dfile uname=3Droot gname=3Dwheel mode=3D0644 size=3D= 23 =2E/etc//rc.conf type=3Dfile uname=3Droot gname=3Dwheel mode=3D0644 size=3D= 68 =2E/etc/rc.d//autosize type=3Dfile uname=3Droot gname=3Dwheel mode=3D0755= size=3D653 =2E type=3Ddir mode=3D0755 --htcNs9H3SMlfsOLwLnwTG8u40mljE0KU9-- --5tdKHgH2iXj5vG152qPdEDqIx2JXnUuir 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 iQF8BAEBCgBmBQJXt21TXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5k1iQIAI6By1QIZEn4aA+tZHuirCfx +YaabIAbTBphPJ3sgg6em8nVLaUpvuCqJW3BkIRX52cefe5euz+DSTobPJlg5QLq HnFIouvVhQ3BrdN+nVKU5uNEm793TJ/7CZKDWQ+RF8fWRYIGuX8wataxfm0r9cjb XfaNjpgDhRNLxn0JnwKmlhARWgEwimf82ONPYoh0zXarfEiSXWy2AC1UWPL2iytC HJuVq2NvOwIUYFRGkLs0pQbNbSFI90c0X7772HHwr9SVbqGllnAbZ1A43D6b2i4/ kPbrg9VzRc27mAg2glJAQl4YtLF1OwISErNiCFgNO8e5T1UIygOgMyAq+HK4nbU= =SNJX -----END PGP SIGNATURE----- --5tdKHgH2iXj5vG152qPdEDqIx2JXnUuir-- From owner-freebsd-arch@freebsd.org Fri Aug 19 21:27:40 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69242BC0857 for ; Fri, 19 Aug 2016 21:27:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2BEF11CEB; Fri, 19 Aug 2016 21:27:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x236.google.com with SMTP id m101so60519000ioi.2; Fri, 19 Aug 2016 14:27:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=Nbk3JzWzbPfKaJG2uqbrC2KG9oWT6qP+sVA5YK5U8u0=; b=HsObO6Qb6zOzpErygZL/kOZvg8+6LfBPb36FIMZYuRE6Ug3PfiM/anJ2LZtKsFKcTk S6C+yrji6XHwtzoO1ihY/xunFxGpgkR2XFUJAW0H7RQ/GAAeRJaQ/MKDZ6T4yyr8jQMH 5k8BJI7eSAbHq72qjxBNlLaHIsv7flnYHaDl2L+u5iWkCOobq3K/0TCtv2lTz4kZeVIm F2pVFF/EfwyPv+IWGTj0IvJpBgzkq24vEoi7kENz2+X9kUo/QmnXvDrIA3mGh0+D077w vrevQvZnT7oY1J1IEgq0eOUPgy5RjjlyXzD2pIVrrT3Pa+vmWnU1R5+qnwvGCBa4JpKC FUGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=Nbk3JzWzbPfKaJG2uqbrC2KG9oWT6qP+sVA5YK5U8u0=; b=KSUzFDjzUko9VRlDXqK98QyUBQQcMQ8p7kSOwdOWQw4YCJpoUo0u+JxgtbmZ8K5Gjg dAZWBjlRRZKpC+YkwHed0mtcCp8S1wMKee5GeYny5Dvoz0QymtXDsJHm1BeIkm2vTcYm YTcaw2XdOu5JAxu3BSVmuMPN/bU6PbgExdHLvLUVBUtfoTfH7WUFkL3uwvSfTaeBkfA4 YIT1wDMrkFvcHfD6E+FZvHQTf6UKzsFDZNUDwhCsJcVTsaANfxt3shtIIAphGZImrrNG b4Pq52O+7Heg4u2k8qIFuAALfaQhSrkf/CRP8+0e/bjavd26VNOFEdX/ZKtdNe9UJKgO cxJQ== X-Gm-Message-State: AEkoouvjPmcNZla5YV11+xzZTw0iyF/UmhLCBW6k9r/d6T0uWkjzYxcIU5EWVCkcr7gY7hQhWUlp7bH3uh42vA== X-Received: by 10.107.144.10 with SMTP id s10mr11625535iod.165.1471642059279; Fri, 19 Aug 2016 14:27:39 -0700 (PDT) MIME-Version: 1.0 Sender: adrian.chadd@gmail.com Received: by 10.36.141.129 with HTTP; Fri, 19 Aug 2016 14:27:38 -0700 (PDT) In-Reply-To: <68cb112b-9334-045a-d860-7011573a2b47@freebsd.org> References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> <68cb112b-9334-045a-d860-7011573a2b47@freebsd.org> From: Adrian Chadd Date: Fri, 19 Aug 2016 14:27:38 -0700 X-Google-Sender-Auth: mVNuLmI-hse-RxLEfZQPDEobab0 Message-ID: Subject: Re: metalog -> makefs is broken again in -HEAD To: Sean Bruno Cc: "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 21:27:40 -0000 hi, ok, so here's the hilarity. We don't really have tools for consistently manipulating metalog/manifest files. So, in order to do things like add/delete/modify things in the manifest file, we need to do some .. hackery. So that's what filter.pl does. It takes in the metalog file and does a replace or append. It currently doesn't have a "delete" method. the .tmp file is "the extra files that we add /after/ the system installs". Ie, it's the customisations done. It goes through filter.pl and then the resultant metalog file has the complete thing that's going into the image. When I get around to adding package support for mips (not mips_ap) then it'll also have a second intermediary metalog file that has the combination of all of the package installs, so makefs knows what to do. Ok, so for metalog versus manifest. I remember doing it one way and then brooks saying "Don't do that, here's the bugs". I'll have to go over that and see. Thanks, -adrian On 19 August 2016 at 13:34, Sean Bruno wrote: > > > On 08/19/16 14:19, Sean Bruno wrote: >>>> Hrm ... I added a "ls -ld" to the script immediately preceding the >>>> install directive, it appears to be there. >>>> >>>> >>>> >>>> + INSTALL_PROG='install -U -M >>>> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >>>> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >>>> + echo '*** Deleting old file system..' >>>> *** Deleting old file system.. >>>> + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >>>> -rw-r--r-- 1 sbruno sbruno 203 Aug 19 13:45 >>>> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >>>> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >>>> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >>>> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >>> >>> There seems to be no error now? >> >> Yeah, this looks like a error in the scripts. Cleaned and removed the >> mfsroot dir, and the "ls -ld" and the install error appear to be in >> correspondence. >> >> + INSTALL_PROG='install -U -M >> /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp -D >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta' >> + echo '*** Deleting old file system..' >> *** Deleting old file system.. >> + ls -ld /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >> ls: /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: No such >> file or directory >> + install -U -M /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp >> -D /home/sbruno/bsd/fbsd_head/../mfsroot/malta -d >> /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> install: open /home/sbruno/bsd/fbsd_head/../mfsroot/METALOG.malta.tmp: >> No such file or directory >> + chflags -R noschg /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + rm -rf /home/sbruno/bsd/fbsd_head/../mfsroot/malta >> + rm -rf /home/sbruno/bsd/fbsd_head/../tmp/malta >> + echo '*** Creating new filesystem...' >> >> > > adrian: > > Hmmm ... what should the METALOG.malta.tmp file contain at this point, > it looks like only a fewlines once its created, which doesn't happen at > this point. > > ./etc//fstab type=file uname=root gname=wheel mode=0644 size=23 > ./etc//rc.conf type=file uname=root gname=wheel mode=0644 size=68 > ./etc/rc.d//autosize type=file uname=root gname=wheel mode=0755 size=653 > . type=dir mode=0755 > > From owner-freebsd-arch@freebsd.org Fri Aug 19 21:38:16 2016 Return-Path: Delivered-To: freebsd-arch@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2FF88BC0A3E for ; Fri, 19 Aug 2016 21:38:16 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E20B9130C for ; Fri, 19 Aug 2016 21:38:15 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x235.google.com with SMTP id m101so60723828ioi.2 for ; Fri, 19 Aug 2016 14:38:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=7JMfurbqXV2kMLhgYovTDMoESYsVpSnxnqK/xMXgUjg=; b=KokQyHACQVicAcw0K5YdR4jCk156kQjy305/53fh71qOdTw0K3adN+FA8fVTNl3kfS le1+ZhOqEusFlH23cOskiG1tm48GO7IP8cm9D2WWqj0GEhva0g8fWQ9nUi6ia6a8EcaV Eie1FucXa06VWfcorKUSiC21Gk1N9Agl9HjsNgNEE3bhobxqEg945kN+IgK19kfKsNGq gjwJBnhbvtnNYfjw/Zh8ZUIzxgcNzJRu5k60k6uEYE4Q3yUUA3soUA6NXutIVSB+nkHM 09T6o95vb2xSSar1TyWJnpOv2GZ1+Hh1VRf73N/1uXUTlIA4j4JBsU97OfW74GWJk+QQ 7Tdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=7JMfurbqXV2kMLhgYovTDMoESYsVpSnxnqK/xMXgUjg=; b=gAk6WrR/3NI7s5TosqeFm2yFsoFrZknepwnjAqqMP5PK11UMaPTePxgYuYbnM/1cQq eQsT0Fy2CJzjWjhheIphz5YtkfY+cZRVU3/5WOyVMfxqr+LFbyfQ2J6JvB3dzGh00UTi 6WXbzP4Lbx1ysmib4DGkX8wuo7j+CIxR1NHvSb04ACut3TSk2LGMhoLC5GT8CjQP0Pa8 FAED61DsM366f4ynQb/WaTd9cOwagsCUcJIYTsLNO0PAEMk23WPFy6d/C4filDIoUZe2 fFsHAftESTNnM+Hr2wM11gK5ZYVbVUCsIbTNVahc3a2THDApxbbp73ZcP5EDpgPZaVFl JlXg== X-Gm-Message-State: AEkoouv80zyJieD8KBRsO+1FlCKqvFCVn9WDhEKRCLNwpM/xSaTDh2024kGnwZ3fWN5Ou+NWaYYQNVN6MSABlw== X-Received: by 10.107.21.134 with SMTP id 128mr11664007iov.59.1471642695110; Fri, 19 Aug 2016 14:38:15 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Fri, 19 Aug 2016 14:38:14 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <78463d96-4dc3-b9a1-4793-05d6c6a76537@freebsd.org> <8b012527-e76c-060d-be5b-547deca5cb07@FreeBSD.org> <01069203-3566-12f7-993b-10e8e43be1ac@freebsd.org> <0dbec794-9dc2-4e72-6114-1e4b0968dae5@FreeBSD.org> <60a8da58-dbd5-dd26-6047-745bcf6a21f4@freebsd.org> <894b4841-166c-422f-9fe8-50ed261d76bb@FreeBSD.org> <1836ae28-b510-06dd-b83f-d08060cf87ac@freebsd.org> <8478b8aa-b8cf-7383-9923-249fced3dac3@FreeBSD.org> <4c28236a-f9ca-4601-336f-0829842b6d1a@freebsd.org> <270be6c4-16f9-3b89-c3b3-5983ec85834f@FreeBSD.org> <68cb112b-9334-045a-d860-7011573a2b47@freebsd.org> From: Warner Losh Date: Fri, 19 Aug 2016 15:38:14 -0600 X-Google-Sender-Auth: 6oFlk3-WoFyRnYoBKp6qdmezGQw Message-ID: Subject: Re: metalog -> makefs is broken again in -HEAD To: Adrian Chadd Cc: Sean Bruno , "freebsd-arch@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 21:38:16 -0000 On Fri, Aug 19, 2016 at 3:27 PM, Adrian Chadd wrote: > hi, > > ok, so here's the hilarity. > > We don't really have tools for consistently manipulating > metalog/manifest files. So, in order to do things like > add/delete/modify things in the manifest file, we need to do some .. > hackery. > > So that's what filter.pl does. It takes in the metalog file and does a > replace or append. It currently doesn't have a "delete" method. > > the .tmp file is "the extra files that we add /after/ the system > installs". Ie, it's the customisations done. It goes through filter.pl > and then the resultant metalog file has the complete thing that's > going into the image. > > When I get around to adding package support for mips (not mips_ap) > then it'll also have a second intermediary metalog file that has the > combination of all of the package installs, so makefs knows what to > do. > > Ok, so for metalog versus manifest. I remember doing it one way and > then brooks saying "Don't do that, here's the bugs". I'll have to go > over that and see. NanoBSD will eventually follow suit as well. I really want to be able to create entire images, including installing packages, as a normal user. Making sure all this works is on that path. I have similar scripts to Adrian's filter script as well for manipulating mtree files (and makefs does take mtree files, it's just picky about the exact form, sadly). Warner