From owner-freebsd-questions@FreeBSD.ORG Wed Jan 28 07:16:24 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B516897 for ; Wed, 28 Jan 2015 07:16:24 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "ca.infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 896CA657 for ; Wed, 28 Jan 2015 07:16:23 +0000 (UTC) Received: from worm.infracaninophle.co.uk (worm.infracaninophle.co.uk [81.2.117.101] (may be forged)) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t0S7G5uG072574 (version=TLSv1.2 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 28 Jan 2015 07:16:12 GMT (envelope-from m.seaman@infracaninophile.co.uk) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=infracaninophile.co.uk DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t0S7G5uG072574 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1422429373; bh=Ynx6uSiXaVki37qQKq1BMvYsRTEpd0Ljk/wKBUvxrcg=; h=Date:From:To:CC:Subject:References:In-Reply-To; z=Date:=20Wed,=2028=20Jan=202015=2007:15:52=20+0000|From:=20Matthew =20Seaman=20|To:=20Andrew=20Gould =20,=20=0D=0A=20"Brian=20W."=20|CC:=20FreeBSD=20Mailing=20List=20|Subject:=20Re:=20freebsd-update=20questions|Referen ces:=20=09<54B37A5F.5050302@infracaninophile.co.uk>=09=09=20|In-Reply-To:=20; b=pjDujrM61HJlivDSDOi0vMRS6H6FgFFdIvt05cZOHyJJPEGt8+8cmu8zQ3nwxDSnf EQf8L5m4yOfGRA8z6b/8oobE2rSbGHvnN6cSEAv92DGSKNgJdmubU0EoKwK12V03TL rvsa3/wtWsH45JB5TVGH3r9INPkZvEqnDx0RNUn0= Message-ID: <54C88CA8.7010808@infracaninophile.co.uk> Date: Wed, 28 Jan 2015 07:15:52 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andrew Gould , "Brian W." Subject: Re: freebsd-update questions References: <54B37A5F.5050302@infracaninophile.co.uk> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GUG8l7kPstdPnwpuGQGRfSoUWlkFqHcxW" X-Virus-Scanned: clamav-milter 0.98.5 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lucid-nonsense.infracaninophile.co.uk Cc: FreeBSD Mailing List X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 07:16:24 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GUG8l7kPstdPnwpuGQGRfSoUWlkFqHcxW Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 2015/01/28 02:50, Andrew Gould wrote: > On Mon, Jan 12, 2015 at 12:46 PM, Brian W. wrot= e: >=20 >> A key thing to watch for in the conf files is that markers will be put= in >> place so you can see what's new; those need to be deleted. >> > When I attempted an upgrade to 10.1-RELEASE, I got a message that certa= in > configuration files couldn't be merged and that I should hit the enter > button to merge them manually in vi. >=20 > In vi, the first line was a series of left pointing arrows and a refere= nce > to version 10.0. That was followed by the content of the new > configuration file. (I think it was new because the lines I added to th= e > existing files weren't there.) >=20 > The last line was a series of right pointing errors and a reference to > version 10.1. >=20 > What am I supposed to do to keep the old configuration file contents? > There are no instructions. This is freebsd-update asking you to resolve conflicts in a three-way merge between the file as supplied with the old version of FreeBSD, the equivalent in the new version, and the file that is actually present on your system. The >>>>>>>>, =3D=3D=3D=3D=3D=3D=3D=3D=3D and <<<<<<<< mark= ers are a standard convention for indicating where there were areas of the file that were changed differently between old --> new and old --> what's on your system: what is generally called a 'merge conflict.' Edit the file so it has the contents you want. The sections indicated by >>>>>>> etc markers are usually smaller than the whole file. It's important to remove all the markers in those files, or various things may not start up correctly when you reboot. Cheers, Matthew --GUG8l7kPstdPnwpuGQGRfSoUWlkFqHcxW Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJUyIy2AAoJEABRPxDgqeTnhHkP/jfoUeF1e8oB19ixNQ7hJF7p A31DAPTTR+B0Amd5LkZfVzhgHLGH2ImoEIEiLDz+xgrh2G+IZ4D6a7XcwqQ1MReu 94oud5vH8eCbISJbATorHOAjtD/SshMUSkq0I/KZbwML6FH2XJTyU66p53AQYMbl erlUFStQu2pdnbihgqL+3K0xW0aTO8gxlbvoLQFW1YrdpH+8hROrwgInCAglylOO bUR7ESPiLRLDTg0IRcVVTQkEG++EeZZesiT4vGsLI3OyQBMBMT6tAul8vnZOPIWz ljbUFctMz4D/1qXCJUfdb1ip0pr8aNoVd1YxgUMAA3Aa51h6gG7N7BsV68mQ4iuR 4tbiAFNcpylAXJr6NKZFUtJGdpSX+fcdEHADNA8f0s4lbvy6cgzSKHLUomB+O5Ia A0agle8wtJC0vyhoeUr7B9eXnAYw0Jm2IsR8gF7QE+spSRIVuE/nmS8bki8YQdht zNE/ly2oeOcybtzT+Rdc+zHJ+1ga1JHi0AIRE7WpiTF8wc4OrThSzDY72pxIG5zb SxFg/c/EezYuCBDJe2F++bvMQzhHQVcNRoEGY+or3SHtfvJT4IXLFm8sg4NHBGk+ VUKJqpk8fvbS3R00NZGGCElP1RpH6uU+rmiEQDx8b7b9l+1YbqiF0k7g8YzUmkNw n/nXQI4JqyFSE2e9n4eP =gIqc -----END PGP SIGNATURE----- --GUG8l7kPstdPnwpuGQGRfSoUWlkFqHcxW--