Bug#896071: debootstrap fails to retrive Release file over https

2018-04-23 Thread Hideki Yamane
On Tue, 24 Apr 2018 00:52:10 +1000 David Margerison wrote: > needs to be changed to something like this >wgetprogress $a $b $c "$url" Unfortunately, changed to it like above but caused same error. diff --git a/functions b/functions index 1e41862..d54b07f 100644 --- a/functions +++ b/functio

Bug#880494: D-I fails on odroid-hc1 devices: kernel doesn't find usb connected SATA and network card

2018-04-23 Thread Jochen Sprickerhof
Hi Andreas, I had a similar problem with the Odroid XU4 which was fixed https://bugs.debian.org/895976. Given that both devices are really similar, I suspect that it probably fixes your device as well. Can you test it using the latest daily snapshot of the installer? Cheers Jochen * Andreas

Re: Salsa

2018-04-23 Thread Cyril Brulebois
Hi Chris, Chris Boot (2018-01-22): > I think it would be helpful to start using Salsa for some of our repos. > > I would like to move my personal busybox work-in-progress repo to Salsa; > I know nothing prevents me from doing that but it feels like everything > would be more joined-up if the mai

Bug#840372: debootstrap: second-stage fails within systemd-nspawn: proc already mounted

2018-04-23 Thread Raphael Hertzog
On Mon, 23 Apr 2018, Hideki Yamane wrote: > On Thu, 19 Apr 2018 10:06:49 +0200 > Raphael Hertzog wrote: > > Your patch will try to umount /proc even if it has not been mounted by > > debootstrap. That's wrong. If you detect that /proc was handled outside of > > debootstrap, then you should also no

Bug#840372: debootstrap: second-stage fails within systemd-nspawn: proc already mounted

2018-04-23 Thread Hideki Yamane
On Thu, 19 Apr 2018 10:06:49 +0200 Raphael Hertzog wrote: > Your patch will try to umount /proc even if it has not been mounted by > debootstrap. That's wrong. If you detect that /proc was handled outside of > debootstrap, then you should also not umount it. + if [ ! -n "$(ls -A /pr

Bug#896071: debootstrap fails to retrive Release file over https

2018-04-23 Thread Hideki Yamane
Hi, On Sun, 22 Apr 2018 09:40:54 +1000 David Margerison wrote: > > "$@" is extracted as '' and wget tries to fetch it and fails, > > then returns 1. > > Regarding the proposed fix, in general using $@ without quotes is fragile. Most of the case, quotes is better. But in this case, "$@" is ex

Bug#741964: debootstrap: --variant=fakechroot and --foreign

2018-04-23 Thread Hideki Yamane
On Thu, 19 Apr 2018 09:58:41 +0200 Raphael Hertzog wrote: > This is not doing what you want. You probably want: > if ! doing_variant fakechroot; then ! I'll fix it. Thanks for your review. -- Hideki Yamane