[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] add option to set the offset of the archive
From: |
Sergey Poznyakoff |
Subject: |
Re: [PATCH 1/2] add option to set the offset of the archive |
Date: |
Thu, 31 Oct 2024 16:12:51 +0100 |
User-agent: |
MH (GNU Mailutils 3.17.90) |
Hi Mateo,
Thanks for the detailed recipe. Bisecting shows that the bug was
introduced two years ago, by commit 66be5a789e. I'll see how to
fix it. In the meantime, use the --no-seek option, e.g.:
(dd status=none ibs=4k skip=1 count=0 && tar --no-seek -t)
Regards,
Sergey
- [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/24
- [PATCH 2/2] add test for --offset, Matteo Croce, 2024/10/24
- Aw: [PATCH 1/2] add option to set the offset of the archive, Marius Spix, 2024/10/24
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/24
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/24
- Re: [PATCH 1/2] add option to set the offset of the archive, Paul Eggert, 2024/10/25
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/25
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/30
- Re: [PATCH 1/2] add option to set the offset of the archive, Sergey Poznyakoff, 2024/10/31
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/31
- Re: [PATCH 1/2] add option to set the offset of the archive,
Sergey Poznyakoff <=
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/31
- Re: [PATCH 1/2] add option to set the offset of the archive, Sergey Poznyakoff, 2024/10/31
- Re: [PATCH 1/2] add option to set the offset of the archive, Matteo Croce, 2024/10/31
Re: [PATCH 1/2] add option to set the offset of the archive, Sergey Poznyakoff, 2024/10/24