Still Failing: g-i-installation_debian_jessie_hurd_lxde/160
See https://jenkins.debian.net/job/g-i-installation_debian_jessie_hurd_lxde/160/ and https://jenkins.debian.net/job/g-i-installation_debian_jessie_hurd_lxde/160//console and https://jenkins.debian.net/job/g-i-installation_debian_jessie_hurd_lxde/160//artifact/results/ if there are any.
Re: new installation CD and preinstalled images
Thanks for responding. On 4 April 2016 at 08:04, Samuel Thibault wrote: > Hello, > > Adam Richards, on Sun 03 Apr 2016 20:44:56 +0100, wrote: > > version, that after the hurd-console loads I get the following error: > > > > unexpected RESEND from keyboard > > Uh. So this computer is not behaving as usual. Closer investigation would > be needed to determine whether it's our driver which is buggy, or the > hardware which doesn't respect the standard PC keyboard behavior, and > we'd need to introduce a workaround. > > I don't think it is the hurd driver or hardware. If I disable the console on boot, and manually load it after boot - it loads fine. Do you suggest a way to see what is going on? Cheers, adam
Re: new installation CD and preinstalled images
Adam Richards, on Tue 05 Apr 2016 22:03:42 +0100, wrote: > > unexpected RESEND from keyboard > > Uh. So this computer is not behaving as usual. Closer investigation would > be needed to determine whether it's our driver which is buggy, or the > hardware which doesn't respect the standard PC keyboard behavior, and > we'd need to introduce a workaround. > > I don't think it is the hurd driver or hardware. The "unexpected RESEND from keyboard" message comes from the gnumach keyboard driver, so something is definitely getting wrong somewhere there. > If I disable the console on boot, > and manually load it after boot - it loads fine. Uh. > Do you suggest a way to see what is going on? Well, putting printfs here and there in the keyboard driver to see what's happening, whether there are perhaps concurrent accesses to the keyboard port (0x61 and 0x64), etc. Not something I can describe in a mere mail, it's mostly about experimenting, checking how the driver behaves and what seems to be going wrong. Samuel