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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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+
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
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.
--
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
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
28 matches
Mail list logo