Bug#695873: memtest86+: Serial console does not work

2019-08-13 Thread ydirson
Hi, Feel free do NMU - thanks much for this :) - Mail original - > De: "Louis-Philippe Véronneau" > À: 695...@bugs.debian.org > Envoyé: Mardi 13 Août 2019 21:44:38 > Objet: Bug#695873: memtest86+: Serial console does not work > > Hello! > >

Bug#695873: memtest86+: Serial console does not work

2019-08-13 Thread Louis-Philippe Véronneau
Hello! I'd be happy to make an NMU to fix this, since: * there is a patch * the patch was tested by 4 people and it seems to work * the patch looks trivial * the patch has been merged in Fedora [1] I've emailed the maintainer directly to ask him if it would be OK with him for me to NMU this.

Bug#695873: memtest86+: Serial console does not work

2019-08-13 Thread Matt Taggart
I have also confirmed the patch to fix serial console that was sent to #695873 works. I was applying it to 5.01-3, building on buster, installed and booted fine. Please apply. Thanks, -- Matt Taggart tagg...@debian.org

Bug#695873: memtest86+: Serial console does not work

2017-08-21 Thread Ruud Koolen
Attached patch should fix it. tag 695873 patch diff --git a/lib.c b/lib.c index a2b829d..6a7e210 100644 --- a/lib.c +++ b/lib.c @@ -1141,7 +1141,7 @@ void serial_console_setup(char *param) end++; - if (*end != '\0' || *end != ' ') + if (*end != '\0' && *end != ' ') return; /* garbage at

Bug#695873: memtest86+: Serial console does not work

2017-06-16 Thread Ferenc Wágner
Control: found -1 5.01-2 > When recompiled with SERIAL_CONSOLE_DEFAULT=1 and other settings in > config.h the serial console works fine. However setting the > parameters from the boot prompt with lilo (or pxelinux) does not. I'm in the same situation with Syslinux: passing serial options on the

Bug#695873: memtest86+: Serial console does not work

2012-12-13 Thread Edward Allcutt
Package: memtest86+ Version: 4.20-1.1 Severity: normal Dear Maintainer, When recompiled with SERIAL_CONSOLE_DEFAULT=1 and other settings in config.h the serial console works fine. However setting the parameters from the boot prompt with lilo (or pxelinux) does not. In particular these settings