Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-17 Thread Hilko Bengen
* Cyril Brulebois: > Testing with the same parameters as you mentioned earlier shows the > issue with a netinst rc2 image, and a fixed behaviour with a rebuilt > image. Do you want to give it a try, or will you wait for rc3? I have just tried with a freshly downloaded daily build and can confirm

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-15 Thread Cyril Brulebois
Hi Hilko, Cyril Brulebois (2017-02-15): > Eww, we have this code right now already: > | # If we need SSL certificates, copy them in now. > | if [ "$PROTOCOL" = "https" ] && [ -d /etc/ssl/certs ]; then > | if find /etc/ssl/certs/ -name \*.crt | grep -q .; then

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-15 Thread Cyril Brulebois
Cyril Brulebois (2017-02-15): > I should clarify a bit: we can't look at PROTOCOL at this point, since a > netinst with mirror/protocol=https is going to use local files on the > cdrom; if it was using https, debootstrap would do the job already > (except it would fail to load

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-15 Thread Cyril Brulebois
Cyril Brulebois (2017-02-14): > Philipp Kern (2017-02-14): > > Given that Steve added it to the CD's force list, what about adding the two > > packages to $include in the https check that already exists in > > bootstrap-base.postinst (to set the proxy

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-15 Thread Steve McIntyre
On Wed, Feb 15, 2017 at 01:12:16PM +0100, Philipp Kern wrote: >On 02/13/2017 04:45 PM, Steve McIntyre wrote: >> On Mon, Feb 13, 2017 at 04:03:42PM +0100, Cyril Brulebois wrote: >>> Hi Hilko, >>> >>> Strange, debootstrap already has this: >>> | case $MIRRORS in >>> | https://*)

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-15 Thread Philipp Kern
On 02/13/2017 04:45 PM, Steve McIntyre wrote: > On Mon, Feb 13, 2017 at 04:03:42PM +0100, Cyril Brulebois wrote: >> Hi Hilko, >> >> Strange, debootstrap already has this: >> | case $MIRRORS in >> | https://*) >> | base="$base apt-transport-https ca-certificates"

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-14 Thread Cyril Brulebois
Philipp Kern (2017-02-14): > Given that Steve added it to the CD's force list, what about adding the two > packages to $include in the https check that already exists in > bootstrap-base.postinst (to set the proxy correctly)? I don't see a good way > of adding the two packages

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-14 Thread Philipp Kern
On 2017-02-13 20:28, Cyril Brulebois wrote: Hilko Bengen (2017-02-13): Here. I have stripped out the kernel messages. Nothing interesting there, same locally with my own tests with your boot parameters. I guess it wouldn't hurt if we had more details in syslog from

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-13 Thread Cyril Brulebois
Thanks Hilko. Hilko Bengen (2017-02-13): > Here. I have stripped out the kernel messages. Nothing interesting there, same locally with my own tests with your boot parameters. I guess it wouldn't hurt if we had more details in syslog from bootstrap-baseā€¦ Anyway, adding a few

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-13 Thread Hilko Bengen
* Cyril Brulebois: > Please share your installer's syslog? Here. I have stripped out the kernel messages. Cheers, -Hilko syslog.gz Description: application/gzip

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-13 Thread Steve McIntyre
On Mon, Feb 13, 2017 at 04:03:42PM +0100, Cyril Brulebois wrote: >Hi Hilko, > >Strange, debootstrap already has this: >| case $MIRRORS in >| https://*) >| base="$base apt-transport-https ca-certificates" >| ;; >| esac > >Please share your

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-13 Thread Cyril Brulebois
Hi Hilko, And thanks for your report. Hilko Bengen (2017-02-13): > Dear Maintainers, > > while working to build a more automated installation process around d-i > Stretch RC 2 (using the netinst iso), I tried to preseed the following: > > , > | choose-mirror-bin

Bug#855035: debian-installer: https does not work with stretch rc2 installer

2017-02-13 Thread Hilko Bengen
Package: debian-installer Severity: normal Dear Maintainers, while working to build a more automated installation process around d-i Stretch RC 2 (using the netinst iso), I tried to preseed the following: , | choose-mirror-bin mirror/protocol select https | choose-mirror-bin