Re: [PATCH] s390/sclp_vt220: Fix console name to match device

2020-05-20 Thread Valentin Vidić
On Wed, May 20, 2020 at 09:14:23AM +0200, Christian Borntraeger wrote: > My point was more that a similar issue should happen when installing in LPAR. > LPAR > uses the line mode style console which is ttyS0 for the console but > sclp_line0 for the > tty. How does the debian installer handle this

Re: [PATCH] s390/sclp_vt220: Fix console name to match device

2020-05-20 Thread Christian Borntraeger
On 20.05.20 09:07, Valentin Vidić wrote: > On Wed, May 20, 2020 at 07:25:06AM +0200, Christian Borntraeger wrote: >> This is not as simple. ttyS1 is the the console name and ttysclp0 is the tty >> name. >> This has mostly historic reasons and it obviously causes problems. >> But there is docum

Re: [PATCH] s390/sclp_vt220: Fix console name to match device

2020-05-20 Thread Valentin Vidić
On Wed, May 20, 2020 at 07:25:06AM +0200, Christian Borntraeger wrote: > This is not as simple. ttyS1 is the the console name and ttysclp0 is the tty > name. > This has mostly historic reasons and it obviously causes problems. > But there is documentation out that that actually describes the use

Re: [PATCH] s390/sclp_vt220: Fix console name to match device

2020-05-19 Thread Christian Borntraeger
On 19.05.20 20:16, Valentin Vidic wrote: > Console name reported in /proc/consoles: > > ttyS1-W- (EC p )4:65 > > does not match device name: > > crw--w1 root root4, 65 May 17 12:18 /dev/ttysclp0 > > so debian-installer gets confused and fails to s

[PATCH] s390/sclp_vt220: Fix console name to match device

2020-05-19 Thread Valentin Vidic
Console name reported in /proc/consoles: ttyS1-W- (EC p )4:65 does not match device name: crw--w1 root root4, 65 May 17 12:18 /dev/ttysclp0 so debian-installer gets confused and fails to start. Signed-off-by: Valentin Vidic Cc: sta...@vger.kernel.