From owner-freebsd-x11@FreeBSD.ORG Sat Jul 5 19:38:43 2014 Return-Path: Delivered-To: x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0F1815E for ; Sat, 5 Jul 2014 19:38:43 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 827D526BD for ; Sat, 5 Jul 2014 19:38:43 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s65JchC6036867 for ; Sat, 5 Jul 2014 20:38:43 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 191459] x11-drivers/xf86-input-keyboard - prevent segfaults for vt(4) users Date: Sat, 05 Jul 2014 19:38:42 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: thierry@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2014 19:38:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191459 Thierry Thomas changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-x11@FreeBSD.org |x11@FreeBSD.org --- Comment #3 from Thierry Thomas --- The attached patch partially fixes Bug 191632. (See ) With this patch, X is launched, but other errors occur: - messages about "sysmouse: unknown ioctl" are still there; - the keyboard is unusable (random strings are sent); - the following messages are displayed on the console: failed to set mtrr: Invalid argument The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Compat map for group 2 redefined > Using new definition > Warning: Compat map for group 3 redefined > Using new definition > Warning: Compat map for group 4 redefined > Using new definition Errors from xkbcomp are not fatal to the X server The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Type "ONE_LEVEL" has 1 levels, but has 2 symbols > Ignoring extra symbols Errors from xkbcomp are not fatal to the X server - security/openssh-askpass is unusable: kwin(23929)/kwin (client errors) KWin::Client::verifyTransientFor: Client 'ID: 50331657 ;WMCLASS: "sshaskpass" : "ssh-askpass" ;Caption: "OpenSSH Authentication Passphrase Request" ' has WM_TRANSIENT_FOR poiting to itself. - hald reports in /var/log/Xorg.0.log: [1121593.779] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7) [1121593.853] (II) config/hal: Adding input device USB Optical Mouse [1121593.853] (II) AutoAddDevices is off - not adding device. [1121593.853] (EE) config/hal: NewInputDeviceRequest failed (8) [1121593.856] (II) config/hal: Adding input device AT Keyboard [1121593.856] (II) AutoAddDevices is off - not adding device. [1121593.856] (EE) config/hal: NewInputDeviceRequest failed (8) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.