Hello guys,
I'm afraid I need your help. I run Core 4.7.7 installed on Qemu image. Core is remastering to send output to the serial port. I use the following command to start Core Qemu image with Qemu 1.6.0
/usr/local/bin/qemu-system-i386 -hda ./linux-core-4.7.7.img -serial telnet:0.0.0.0:3000,server,nowait -enable-kvm
I use telnet to connect to the Core.
telnet localhost 3000
My Core installation hangs up from time to time with the following messages that appear in telnet session.
devadm settle - timeout of 5 seconds reached, the event queue contains:
/sys/devices/platform/i8042/serio1/input/input3 (923)
/sys/devices/platform/i8042/serio1/input/input3/mouse0 (924)
/sys/devices/platform/i8042/serio1/input/input3/event3 (925)
There is also following error message presented in Qemu window together with login prompt. But I cannot type any password.
-sh can't access tty: job control turned off.
I can get rid of the messages below when I add parameter -no-acpi to the start command.
/sys/devices/platform/i8042/serio1/input/input3 (923)
/sys/devices/platform/i8042/serio1/input/input3/event3 (925)
But still this error messages is presented and causes Core hangs up.
/sys/devices/platform/i8042/serio1/input/input3/mouse0 (924)
When the error message is presented before login, it is not possible to connect to the Core (either using Qemu windows or telnet session). But when I'm connected to the Core and message appears, It doesn't prevent me to continue in my work.
So far I've tested Cores from 4.1 to 4.7 with the same result. I haven't notice the problem on Microcore 3.8.2 with the same version Qemu 1.6.0. The same result when kvm is not used. Configuration of /etc/inittab and /etc/securetty is attached.
Is it any way how to disable a mouse or change /etc/inittab to get of rid this problem? Thank you.