Bug#853855: di-utils: Kernel boot options containing a dot are not propagated to the installed system

2017-03-19 Thread Samuel Thibault
Hello, Philip Hands, on ven. 24 févr. 2017 11:10:55 +0100, wrote: > I think these changes should do the trick: > > https://anonscm.debian.org/cgit/d-i/rootskel.git/log/?h=pu/bug-853855 > > https://anonscm.debian.org/cgit/d-i/debian-installer-utils.git/log/?h=pu/bug-853855 > > rootskel: I

Re: Installing chapter in the release notes

2017-03-19 Thread Vincent McIntyre
On Sun, Mar 19, 2017 at 05:31:53PM +0100, Baptiste Jammet wrote: Thanks for raising these important items. ... > +ifname instead of mac address > + > + > +The installer and the installed systems will now use ifnames by default > +instead of mac for network interface names. > + > + > + Not

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
Control: reassign -1 screen Control: retitle -1 screen: emits \0 characters which garbages d-i output over serial console Control: tags -1 + upstream patch Control: forwarded -1 http://savannah.gnu.org/bugs/?50588 Hello, To screen maintainers: screen spuriously emits \0 characters as now

Processed: Re: Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 screen Bug #857808 [src:debian-installer] debian-installer: Garbage on terminal with default TERM setting over serial console Bug reassigned from package 'src:debian-installer' to 'screen'. No longer marked as found in versions

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread John Paul Adrian Glaubitz
On 03/19/2017 09:37 PM, John Paul Adrian Glaubitz wrote: > Hi Samuel! > > On 03/19/2017 09:30 PM, Samuel Thibault wrote: >> http://savannah.gnu.org/bugs/?50588 >> >> I'm wondering whether we want to include the fix in Stretch? > > I can test the patch and see if that fixes our problem. So, I

Bug#845818: Re: Bug#845818: flash-kernel: Add support for Hardkernel Odroid-C2

2017-03-19 Thread Vagrant Cascadian
On 2017-03-19, Vagrant Cascadian wrote: > On 2017-03-17, Martin Michlmayr wrote: >> * Heinrich Schuchardt [2017-03-18 02:39]: >>> U-Boot 2017-3 does not contain MMC support for the Odroid C2. >>> I have seen a recent patch series for MMC support. But I did not yet >>> build

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread John Paul Adrian Glaubitz
Hi Samuel! On 03/19/2017 09:30 PM, Samuel Thibault wrote: > http://savannah.gnu.org/bugs/?50588 > > I'm wondering whether we want to include the fix in Stretch? I can test the patch and see if that fixes our problem. If it does, I'd suggest including this patch so we make sure other people

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
John Paul Adrian Glaubitz, on dim. 19 mars 2017 21:19:19 +0100, wrote: > On 03/19/2017 07:32 PM, Samuel Thibault wrote: > > Another way would be to use > > > > export NCURSES_NO_PADDING=1 > > before screen gets started > > This fixes it. I can just add "NCURSES_NO_PADDING=1" to the kernel >

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread John Paul Adrian Glaubitz
On 03/19/2017 07:32 PM, Samuel Thibault wrote: > Another way would be to use > > export NCURSES_NO_PADDING=1 > before screen gets started This fixes it. I can just add "NCURSES_NO_PADDING=1" to the kernel command line and the problem is fixed immediately. d-i looks normal again. Adrian --

Bug#855396: Please close

2017-03-19 Thread Holger Wansing
Hi, Philip Hands wrote: > David Griffith writes: > > > Please close this bug. The root cause turned out to be not enough memory. > > Well, we could close the bug, but it strikes me that this is still a > bug, since the stick could have saved you the wasted time

Processed: Re: Bug#858159: Memory requirements for installing Stretch have increased since Jessie

2017-03-19 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 installation-guide Bug #858159 [www.debian.org] Memory requirements for installing Stretch have increased since Jessie Bug reassigned from package 'www.debian.org' to 'installation-guide'. Ignoring request to alter found versions of bug #858159 to the

Re: Bug#858066: unblock: xfsprogs/4.9.0+nmu1

2017-03-19 Thread Emilio Pozuelo Monfort
On 17/03/17 23:27, Michael Biebl wrote: > Package: release.debian.org > Severity: normal > User: release.debian@packages.debian.org > Usertags: unblock > > Please unblock package xfsprogs > > I contains a single fix to better support merged-usr systems. > This change had already been applied

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread John Paul Adrian Glaubitz
On 03/19/2017 08:20 PM, Samuel Thibault wrote: > That could be the \0 characters I'm talking about, which is triggering > the eat. Yes, that's actually what Michael suspects. The \0 characters confusing the LDOM serial console. I will try adding the hacks you suggested to gain more test data. I

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
John Paul Adrian Glaubitz, on dim. 19 mars 2017 20:17:09 +0100, wrote: > Michael Karcher (CC'ed) has debugged this issue and he says that the > problem is that the LDOM serial console is eating away some characters > after the "smacs" sequence is sent and "rmacs" is never received, hence > the

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread John Paul Adrian Glaubitz
Hi Samuel! On 03/19/2017 05:25 PM, Samuel Thibault wrote: > Well, what terminal are you actually using on the serial port? I am using telnet to connect to the LDOM virtual serial console on the SPARC T5. I have also tested nc with the same result. Further tests have also shown that all ncurses

Bug#854588: debian-installer: recognize arrow keys as esc in serial console

2017-03-19 Thread John Paul Adrian Glaubitz
On 03/19/2017 11:11 AM, John Paul Adrian Glaubitz wrote: > As possible cause for the issue might be a bug in the FIFO implementation > of the serial connection. Michael will hopefully correct me if I am wrong. I forgot to mention that the issue can be avoided by pressing the key quickly after .

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
Samuel Thibault, on dim. 19 mars 2017 19:15:08 +0100, wrote: > Samuel Thibault, on dim. 19 mars 2017 18:12:46 +0100, wrote: > > Samuel Thibault, on dim. 19 mars 2017 17:25:36 +0100, wrote: > > > John Paul Adrian Glaubitz, on mer. 15 mars 2017 12:05:56 +0100, wrote: > > > > Basically, it works when

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
Samuel Thibault, on dim. 19 mars 2017 18:12:46 +0100, wrote: > Samuel Thibault, on dim. 19 mars 2017 17:25:36 +0100, wrote: > > John Paul Adrian Glaubitz, on mer. 15 mars 2017 12:05:56 +0100, wrote: > > > Basically, it works when booting with TERM_TYPE=linux (no colors) > > > or TERM=ansi (setting

Bug#845818: Re: Bug#845818: flash-kernel: Add support for Hardkernel Odroid-C2

2017-03-19 Thread Vagrant Cascadian
On 2017-03-17, Martin Michlmayr wrote: > * Heinrich Schuchardt [2017-03-18 02:39]: >> U-Boot 2017-3 does not contain MMC support for the Odroid C2. >> I have seen a recent patch series for MMC support. But I did not yet >> build with it. > > If they are accepted for 2017.05,

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
Samuel Thibault, on dim. 19 mars 2017 17:25:36 +0100, wrote: > John Paul Adrian Glaubitz, on mer. 15 mars 2017 12:05:56 +0100, wrote: > > Basically, it works when booting with TERM_TYPE=linux (no colors) > > or TERM=ansi (setting TERM=linux produces garbage as well). It > > does not work when not

Installing chapter in the release notes

2017-03-19 Thread Baptiste Jammet
Hello -boot people, (Cc debian-doc for information) I don't know if there will be a d-i Stretch RC 3, but I would like to complete the "installing" chapter of the release notes. I have already done some easy update [1]: * ports: mips64el added and none removed * i586 bumped to i686 * Graphical

Bug#857808: debian-installer: Garbage on terminal with default TERM setting over serial console

2017-03-19 Thread Samuel Thibault
Hello, John Paul Adrian Glaubitz, on mer. 15 mars 2017 12:05:56 +0100, wrote: > The second issue we are seeing is that the terminal output is garbage > with the default terminal settings. I have taken some screenshots > of a serial console connected to a SPARC-T5 machine [3]. > > Basically, it

Bug#858181: Package: installation-reports

2017-03-19 Thread Andrew M.A. Cater
Package: installation-reports Boot method: PXE boot Image version: http://ftp.nl.debian.org/debian/dists/testing/main/installer-amd64/current/images/netboot/netboot.tar.gz Date: 201703182350 lsb-release DISTRIB_ID=Debian DISTRIB_DESCRIPTION="Debian GNU/Linux installer" DISTRIB_RELEASE="9

Bug#851555: Blends install options removed from tasksel menu

2017-03-19 Thread Ivo De Decker
Control: tags -1 stretch-ignore Hi, On Mon, Jan 16, 2017 at 09:44:09AM +0100, Ole Streicher wrote: > Since revision 3.39, tasksel limits the tasks to a predefined list in > the installer, which ignores the blends task selection currently under > CTTE discussion in #846002. The result of the

Processed: Re: Blends install options removed from tasksel menu

2017-03-19 Thread Debian Bug Tracking System
Processing control commands: > tags -1 stretch-ignore Bug #851555 [tasksel] Blends install options removed from tasksel menu Added tag(s) stretch-ignore. -- 851555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=851555 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems

Bug#854588: debian-installer: recognize arrow keys as esc in serial console

2017-03-19 Thread John Paul Adrian Glaubitz
Hi! On 03/15/2017 10:45 AM, John Paul Adrian Glaubitz wrote: >> For most keys, it seems works well, while when press >> arrow keys "up"/"down"/"left"/"right", >> they are recognized as 'ESC' key. > > We are seeing this issue on sparc64 now as well when using a serial > console for the

Bug#855396: Please close

2017-03-19 Thread Philip Hands
David Griffith writes: > Please close this bug. The root cause turned out to be not enough memory. Well, we could close the bug, but it strikes me that this is still a bug, since the stick could have saved you the wasted time if it had detected the lack of RAM and told you that

Re: Trying to get rid of task-english

2017-03-19 Thread Christian PERRIER
Quoting xsekt...@gmail.com (xsekt...@gmail.com): > Hello. > > I've trying to get rid of task-english in my preseeded installation. At > first i select none option for tasksel (tasksel tasksel/first multiselect > none). However, tasksel install task-english anyway. I've searched these > options to