Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2018-03-16 Thread Hideki Yamane
On Wed, 14 Mar 2018 07:21:38 +0100 Ansgar Burchardt wrote: > That doesn't work: > > +--- > | $ dash -c '[ -e /bin/* ]' > | dash: 1: [: /bin/2to3-2.7: unexpected operator > +--- Thanks for the catch, fixed version here. diff --git a/debootstrap b/debootstrap index

Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2018-03-14 Thread Ansgar Burchardt
Hideki Yamane writes: > Unfortunately, this patch would break behavior of --make-tarball option, > after creating tarball it cleans $TARGET but this patch prevent it even if > $TARGET doesn't exist before command runs. > > Here's revised patch attached. > +if [ -e

Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2018-03-13 Thread Hideki Yamane
Hi, On Fri, 05 Aug 2016 17:15:29 +0200 Johannes Schauer wrote: > if I understand correctly, the problem is two-fold: > > - debootstrap removes everything in a directory even if there was stuff in it >beforehand (this should not happen) > > - debootstrap removes

Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2016-08-05 Thread Brian Drummond
On Fri, 2016-08-05 at 17:15 +0200, Johannes Schauer wrote: > Control: tag -1 + patch > > On Fri, 05 Aug 2016 13:55:14 +0100 Brian Drummond n.co.uk> wrote: > > > > *** Reporter, please consider answering these questions, where > > appropriate *** > >  > > 8) I said this was

Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2016-08-05 Thread Johannes Schauer
Control: tag -1 + patch On Fri, 05 Aug 2016 13:55:14 +0100 Brian Drummond wrote: > *** Reporter, please consider answering these questions, where appropriate *** > >* What led up to the situation? > 0) Okay, this will be embarrassing... > 1) Occasional need to

Bug#833525: debootstrap: Deleted my entire /home partition using "mostly harmless" debootstrap --print-debs option

2016-08-05 Thread Brian Drummond
Package: debootstrap Version: 1.0.81 Severity: normal Dear Maintainer, *** Reporter, please consider answering these questions, where appropriate *** * What led up to the situation? 0) Okay, this will be embarrassing... 1) Occasional need to work on i386 software on an x86-64 machine. 2)