From 6fb2ed4e6dd40010fcc03c1227735cd606e42c3d Mon Sep 17 00:00:00 2001 From: Distix listener Date: Sat, 29 Oct 2016 09:55:09 +0200 Subject: imported mails --- .../Maildir/new/1477727707.M24502P319Q1.hrun | 180 +++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 tickets/8b02a339d62345ee9a0847fa0015d406/Maildir/new/1477727707.M24502P319Q1.hrun (limited to 'tickets') diff --git a/tickets/8b02a339d62345ee9a0847fa0015d406/Maildir/new/1477727707.M24502P319Q1.hrun b/tickets/8b02a339d62345ee9a0847fa0015d406/Maildir/new/1477727707.M24502P319Q1.hrun new file mode 100644 index 0000000..2fb890c --- /dev/null +++ b/tickets/8b02a339d62345ee9a0847fa0015d406/Maildir/new/1477727707.M24502P319Q1.hrun @@ -0,0 +1,180 @@ +Return-Path: +X-Original-To: distix@pieni.net +Delivered-To: distix@pieni.net +Received: from bagpuss.pepperfish.net (bagpuss.pepperfish.net [148.251.8.16]) + (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by pieni.net (Postfix) with ESMTPS id 41FE3232F5 + for ; Sat, 29 Oct 2016 09:54:33 +0200 (CEST) +Received: from platypus.pepperfish.net (unknown [10.112.100.20]) + by bagpuss.pepperfish.net (Postfix) with ESMTP id D3A4C30B; + Sat, 29 Oct 2016 08:54:32 +0100 (BST) +Received: from ip6-localhost ([::1] helo=platypus.pepperfish.net) + by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) + id 1c0OTI-00013u-N9; Sat, 29 Oct 2016 08:54:32 +0100 +Received: from inmail0 ([10.112.100.10] helo=mx0.pepperfish.net) + by platypus.pepperfish.net with esmtp (Exim 4.80 #2 (Debian)) + id 1c0OTH-00013j-DX + for ; Sat, 29 Oct 2016 08:54:31 +0100 +Received: from pieni.net ([95.142.166.37] ident=postfix) + by mx0.pepperfish.net with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) + (Exim 4.80) (envelope-from ) id 1c0OTF-0007be-Ar + for obnam-dev@obnam.org; Sat, 29 Oct 2016 08:54:31 +0100 +Received: from exolobe3.liw.fi (82-181-57-241.bb.dnainternet.fi + [82.181.57.241]) + (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by pieni.net (Postfix) with ESMTPSA id 8826B22D61; + Sat, 29 Oct 2016 09:54:22 +0200 (CEST) +Received: from exolobe3 (localhost [127.0.0.1]) + by exolobe3.liw.fi (Postfix) with ESMTPS id E323B1200C2; + Sat, 29 Oct 2016 10:54:21 +0300 (EEST) +Date: Sat, 29 Oct 2016 10:54:20 +0300 +From: Lars Wirzenius +To: Maximilian Gaukler +Message-ID: <20161029075420.slsmmy5s5tzplpi2@exolobe3> +References: <88c2c42e-3e39-ad29-c921-d078a62aa023@maxgaukler.de> +MIME-Version: 1.0 +In-Reply-To: <88c2c42e-3e39-ad29-c921-d078a62aa023@maxgaukler.de> +User-Agent: NeoMutt/20161014 (1.7.1) +X-Pepperfish-Transaction: fbed-7124-d0a8-69c9 +X-Spam-Score: -2.9 +X-Spam-Score-int: -28 +X-Spam-Bar: -- +X-Scanned-By: pepperfish.net, Sat, 29 Oct 2016 08:54:31 +0100 +X-Spam-Report: Content analysis details: (-2.9 points) + pts rule name description + ---- ---------------------- -------------------------------------------------- + -1.0 PPF_USER_AGENT_MUTT User-Agent: contains Mutt (Mutt isn't a spam + tool) -0.5 PPF_USER_AGENT User-Agent: exists + 0.5 PPF_MESSAGEID_NODOTS Message-Id contains no dots after the @ + -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% + [score: 0.0000] +X-ACL-Warn: message may be spam +X-Scan-Signature: 8d9bf543182325b05130c99869afadd4 +Cc: obnam-dev@obnam.org +Subject: Re: [BUG] verify fails for relative root paths +X-BeenThere: obnam-dev@obnam.org +X-Mailman-Version: 2.1.5 +Precedence: list +List-Id: Obnam development discussions +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +Content-Type: multipart/mixed; boundary="===============3348963683247208381==" +Mime-version: 1.0 +Sender: obnam-dev-bounces@obnam.org +Errors-To: obnam-dev-bounces@obnam.org + + +--===============3348963683247208381== +Content-Type: multipart/signed; micalg=pgp-sha512; + protocol="application/pgp-signature"; boundary="6l7rs5627qopohr2" +Content-Disposition: inline + + +--6l7rs5627qopohr2 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +Content-Transfer-Encoding: quoted-printable + +I'm afraid I can't make up my mind about whether this is a bug. On the +one hand there is the convenience of not having to give the full path +to a file when restoring; on the other hand there is the simplicity of +always unambiguously requiring the full path. + +I generally favour simplicity over convenience, however, and so I'm +going to treat this as a non-bug. Sorry. + +On Sun, Aug 28, 2016 at 12:11:13PM +0200, Maximilian Gaukler wrote: +> Hi, +>=20 +> verification fails when using a relative root path, as it can be seen from +> the following simple testcase: +>=20 +>=20 +> Commands to reproduce: (I still have to learn how to write these yarn +> files...) +>=20 +> # setup test data +> mkdir -p src dest +> obnam backup --root=3Dsrc --repository=3Ddest +>=20 +> # relative dir -- fails +> obnam verify --root=3Dsrc --repository=3Ddest +>=20 +> # absolute dir -- works +> obnam verify --root=3D`pwd`/src --repository=3Ddest +>=20 +>=20 +>=20 +> Output: +>=20 +> Backed up 1 files (of 1 found), uploaded 0.0 B in 0s at 0.0 B/s average +> speed +>=20 +> # relative dir: +> ERROR: R3E151X: Client my-hostname, generation 2 does not have file src +>=20 +> # absolute dir: +> 00h00m00s verifying file 2/1 0 B/0 B 0 %: /tmp/obnam-test/src +> Verify did not find problems. +>=20 +>=20 +>=20 +>=20 +>=20 +> Thanks, +>=20 +> Max +>=20 +> _______________________________________________ +> obnam-dev mailing list +> obnam-dev@obnam.org +> http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam= +=2Eorg +>=20 + +--=20 +I want to build worthwhile things that might last. --joeyh + +--6l7rs5627qopohr2 +Content-Type: application/pgp-signature; name="signature.asc" + +-----BEGIN PGP SIGNATURE----- + +iQIcBAABCgAGBQJYFFWsAAoJEGwvphbseiAxaJ4P/iZGc37iLxYb/O9bjtWnyTUj +c0vP4gVtmMYazCUxCj8Qdwn4Qf2IIQXyrOAAAEgj3dosT5QiaaAv4Bf+O/hYbYsg +e5Bj5H6T/42gM5iWCZ/uE3fTEUJSnSErsYLL3QGS98Q2MuozohC2hfXzZNE78Cp6 +H/5o++OGIFJu7yyOpqvVP47YMlsiS0MjbvdBuIIcEPrbu/2KnJ+ElGh9/6RZ5IBz +BJWWWP+U2d1EeossTXHxQd6nCdp81iLjg0eoUzJLZiexT/whKwh+ViAK+zUhRCOi +YEY64qwhEGlGGwblFLQCR5NUu7ldqdH4i5ny2laVZFawhkHZarm+qQNWtVfq03Gx +f56biR+3rK8Bf78+IVGaIEyb1vell7ZUWR29XomuPKHWhm/Izdhi7E7+SFR0jduX +rHck0OLo7A1chjehQeL15hHdJOnIGZvGYh2ZiyIVLONaXrJIg5A/vrz4LBXonfDf +BTvIFjDmDVEwjSqiX4tehrp/ustDGC3FGjjjg7sUuMgHUbUqAA/IjCNkl/RCVGDD +vdJyRaA/PSknnUi5e5p8oCxlc6FyoFLFHnQkBZUMn7bK9Lh7jBeUr9jNJL3ihY6N +BTR9YoTedbKJzw4c/nBOHV0LH89bJPgJIExXtCgNVBmrKeQUBCp1Z7AJZxPbsMhj +aVA+onJKJ5zXAOFwIGGJ +=nWGy +-----END PGP SIGNATURE----- + +--6l7rs5627qopohr2-- + + +--===============3348963683247208381== +Content-Type: text/plain; charset="us-ascii" +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Disposition: inline + +_______________________________________________ +obnam-dev mailing list +obnam-dev@obnam.org +http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/obnam-dev-obnam.org + +--===============3348963683247208381==-- + -- cgit v1.2.1