Network connection fails on Lamobo-R1 (armhf)

2017-02-27 Thread Stephan Reichenbächer
Hello installer team, just running the d-i stretch rc2 on a Banana Pi-R1 (aka Lamobo R1) which is armhf architecture. Configuring DHCP fails due to no network interface. Workaround at the installer shell: modprobe b53_mdio After that the network runs as expected. regards Stephan

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-27 Thread Bastian Blank
On Tue, Feb 28, 2017 at 04:11:50AM +0100, Cyril Brulebois wrote: > > (If we really wanted, we could maybe avoid the ABI bump: no library > > functions are being added/removed, only the name and meaning of a struct > > member (a pointer, which remains the same length). The > > dynamically-sized bu

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-27 Thread Cyril Brulebois
Steven Chamberlain (2017-02-27): > The attached patch tries to bump the soname to 5. This makes the diff > much larger, but the code changes are the same. Thanks. Some comments below. > I think libdebian-installer-extra nowadays gets a soname bump at the > same time as libdebian-installer (wher

Bug#674894: marked as done (preseeding: Partitions are not aligned when forcing GPT)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #674894, regarding preseeding: Partitions are not aligned when forcing GPT to be marked as done. This means tha

Bug#645757: marked as done (misdetects Dell RAC as hard disk)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #645757, regarding misdetects Dell RAC as hard disk to be marked as done. This means that you claim that the pr

Bug#630380: marked as done (debian-installer: Include CD check function in startup menu of CD)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #630380, regarding debian-installer: Include CD check function in startup menu of CD to be marked as done. This

Bug#597799: marked as done (installation-report: GPT related issues)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #507399, regarding installation-report: GPT related issues to be marked as done. This means that you claim that

Bug#586059: marked as done (Grub2 failed to install for GPT when using RAID1 and RAID6 for /boot)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #507399, regarding Grub2 failed to install for GPT when using RAID1 and RAID6 for /boot to be marked as done. T

Bug#600524: marked as done (system unbootable after installation using GPT)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #507399, regarding system unbootable after installation using GPT to be marked as done. This means that you cla

Bug#548156: marked as done (grub-installer: No grub2 when using gpt partition schema)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #507399, regarding grub-installer: No grub2 when using gpt partition schema to be marked as done. This means th

Bug#507399: marked as done (grub refuses to install on raid5 GPT/EFI system)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #507399, regarding grub refuses to install on raid5 GPT/EFI system to be marked as done. This means that you cl

Bug#248437: marked as done (superflous warnings about Apple_Bootstrap partition)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #248437, regarding superflous warnings about Apple_Bootstrap partition to be marked as done. This means that yo

Bug#612436: marked as done (installation-reports: Erroneously warns about a missing NewWorld boot partition)

2017-02-27 Thread Debian Bug Tracking System
Your message dated Mon, 27 Feb 2017 21:34:36 +0200 with message-id <20170227193436.lt6jbbovu6fpucbm@localhost> and subject line Closing squeeze-only bugs has caused the Debian Bug report #248437, regarding installation-reports: Erroneously warns about a missing NewWorld boot partition to be marked

Bug#848699: debootstrap: doesn't support arch-qualified dependencies

2017-02-27 Thread Sven Joachim
On 2017-02-15 19:54 +0100, Cyril Brulebois wrote: > Hi, > > Sven Joachim (2016-12-19): >> I think the following should do the trick, but I can't really test it. > > I suppose it would sufficient to preseed the installation of a package > which has such arch-qualified dependencies, as an addition

Bug#823020: Bug#823500: cannot boot from ext4

2017-02-27 Thread Thierry Reding
On Fri, May 06, 2016 at 02:20:45AM +0200, Cyril Brulebois wrote: > Cyril Brulebois (2016-05-06): > > Anyway, we could probably implement the change globally regardless, just > > to make it possible to check the hypothesis on a wide range of devices, > > and only figure out later how to fix this in

Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-27 Thread Steven Chamberlain
Bastian Blank wrote: > This change breaks the existing ABI and therefor needs an ABI bump, but > it is missing from the patch. The attached patch tries to bump the soname to 5. This makes the diff much larger, but the code changes are the same. I think libdebian-installer-extra nowadays gets a s

Processed: Re: Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Debian Bug Tracking System
Processing control commands: > tags -1 + patch Bug #856211 [src:anna] anna: please implement SHA256 verification of .udeb files Added tag(s) patch. -- 856211: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856211 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
Control: tags -1 + patch Hi, Attached is a minimal patch intended to implement SHA256 verification. It would depend on libdebian-installer being patched first (#856210) and bumping the soname to 5. "#define SHA256_HEX_LENGTH 64" is made explicit as possible so that one remembers to increase it i

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
Steven Chamberlain wrote: > Attached is [...] Regards, -- Steven Chamberlain ste...@pyro.eu.org diff --git a/anna.c b/anna.c index 4b68816..e03d34a 100644 --- a/anna.c +++ b/anna.c @@ -318,8 +318,8 @@ install_modules(di_packages *status, di_packages *packages) { } } -if (! md5sum

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
Cyril Brulebois wrote: > IIRC MD5sum field was kept (as in: added > back) because debian-cd needs it at the moment, which partly explains why this > wasn't fixed earlier. I think backward-compatibility would have been okay as long as *either*: * the archive published Release files with old+new

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Cyril Brulebois
Hi, Steven Chamberlain (2017-02-27): > Cyril Brulebois wrote: > > AFAICT net-retriever does the fetching and checking work? > > Mayyybe... > > Although with > http://ftp.de.debian.org/debian/dists/testing/main/installer-i386/20170127/images/netboot/mini.iso > I observed md5sum and sha256sum on

Bug#856211: anna: please implement SHA256 verification of .udeb files

2017-02-27 Thread Steven Chamberlain
Hello! Cyril Brulebois wrote: > AFAICT net-retriever does the fetching and checking work? Mayyybe... Although with http://ftp.de.debian.org/debian/dists/testing/main/installer-i386/20170127/images/netboot/mini.iso I observed md5sum and sha256sum only being executed as indicated in the attached

Processed: fixed 833268 in tasksel/3.39

2017-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > fixed 833268 tasksel/3.39 Bug #833268 [task-lxde-desktop] task-lxde-desktop: LXDE desktop does not include a web browser Marked as fixed in versions tasksel/3.39. > thanks Stopping processing here. Please contact me if you need assistance. -- 8

Processed: reassign 833269 to lxde-common

2017-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > reassign 833269 lxde-common Bug #833269 [task-lxde-desktop] LXDE: screenshot key bound to launch gnome-screenshot, no dependency Bug reassigned from package 'task-lxde-desktop' to 'lxde-common'. No longer marked as found in versions tasksel/3.31+

Processed: notfound 833268 in tasksel/3.39

2017-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 833268 tasksel/3.39 Bug #833268 [task-lxde-desktop] task-lxde-desktop: LXDE desktop does not include a web browser Ignoring request to alter found versions of bug #833268 to the same values previously set > thanks Stopping processing he

Processed: found 833270 in tasksel/3.39

2017-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > found 833270 tasksel/3.39 Bug #833270 [task-lxde-desktop] LXDE: poor text wrapping for Wastebasket icon in default install Marked as found in versions tasksel/3.39. > thanks Stopping processing here. Please contact me if you need assistance. --

Processed: notfound 833269 in tasksel/3.39

2017-02-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > notfound 833269 tasksel/3.39 Bug #833269 [task-lxde-desktop] LXDE: screenshot key bound to launch gnome-screenshot, no dependency Ignoring request to alter found versions of bug #833269 to the same values previously set > thanks Stopping process

Re: Bug#856210: libdebian-installer: please parse SHA256 field and add it to di_* structs

2017-02-27 Thread Cyril Brulebois
Hi, Steven Chamberlain (2017-02-26): > Colin Watson wrote: > > Just FYI, since it's not clear from > > https://wiki.debian.org/InstallerDebacle that you know this, the > > installer in fact uses debootstrap rather than cdebootstrap to install > > the base system. > > I didn't realise that, thank