From owner-freebsd-current@freebsd.org Wed Feb 3 15:46:36 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85DA853AA01 for ; Wed, 3 Feb 2021 15:46:36 +0000 (UTC) (envelope-from 010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@amazonses.com) Received: from a48-104.smtp-out.amazonses.com (a48-104.smtp-out.amazonses.com [54.240.48.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DW5dR5chvz4mg9 for ; Wed, 3 Feb 2021 15:46:35 +0000 (UTC) (envelope-from 010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=224i4yxa5dv7c2xz3womw6peuasteono; d=amazonses.com; t=1612367194; h=Subject:To:References:From:Message-ID:Date:MIME-Version:In-Reply-To:Content-Type:Content-Transfer-Encoding:Feedback-ID; bh=n0Y7J885irPNUKRUh3hu4oJbyO8q1tc2BTGGalMJTpE=; b=BUO/U5ztviSys5/Q7GK6kvCGXYj2OAqjARFkE+tiaLJBtJcJ55DtUnHVVfGPrqAU 929LxKgT6eAvAnsqKEo7llI1O7zAi9hM4ETwWenzEK+htbJM/0r7m0Gxln31Qen4WRn AzGK5CaTUz/vIEpAaZHIl8w/qHirCVv6OQJ0EZWw= Subject: Re: Problem with X Server when updating to 38bfc6dee33 To: freebsd-current@freebsd.org References: <0100017767f0b892-bf075fd9-8d1d-4dc7-a28e-75db886a7e1e-000000@email.amazonses.com> <7D8AD706-C572-46B4-BAD6-96759934BFAA@grem.de> From: Thomas Laus Message-ID: <010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@email.amazonses.com> Date: Wed, 3 Feb 2021 15:46:34 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: <7D8AD706-C572-46B4-BAD6-96759934BFAA@grem.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-SES-Outgoing: 2021.02.03-54.240.48.104 Feedback-ID: 1.us-east-1.9pbSdi8VQuDGy3n7CRAr3/hYnLCug78GrsPo0xSgBOs=:AmazonSES X-Rspamd-Queue-Id: 4DW5dR5chvz4mg9 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=pass header.d=amazonses.com header.s=224i4yxa5dv7c2xz3womw6peuasteono header.b=BUO/U5zt; dmarc=none; spf=pass (mx1.freebsd.org: domain of 010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@amazonses.com designates 54.240.48.104 as permitted sender) smtp.mailfrom=010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@amazonses.com X-Spamd-Result: default: False [-0.70 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; R_DKIM_ALLOW(-0.20)[amazonses.com:s=224i4yxa5dv7c2xz3womw6peuasteono]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:54.240.0.0/18]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[acm.org]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_LONG(-1.00)[-1.000]; RWL_MAILSPIKE_EXCELLENT(0.00)[54.240.48.104:from]; DKIM_TRACE(0.00)[amazonses.com:+]; NEURAL_HAM_SHORT(-1.00)[-1.000]; RCVD_IN_DNSWL_NONE(0.00)[54.240.48.104:from]; FORGED_SENDER(0.30)[lausts@acm.org,010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@amazonses.com]; RCVD_COUNT_ZERO(0.00)[0]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14618, ipnet:54.240.48.0/23, country:US]; FORGED_MUA_THUNDERBIRD_MSGID_UNKNOWN(2.50)[]; FROM_NEQ_ENVFROM(0.00)[lausts@acm.org,010001776892e9be-885ca347-91b7-411f-a20b-009cbe248a73-000000@amazonses.com]; MAILMAN_DEST(0.00)[freebsd-current] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2021 15:46:36 -0000 On 2/3/21 8:07 AM, Michael Gmelin wrote: > > There was a problem with xorg-server which made it build without udev > on 14. > > Try reinstalling xorg-server from ports (something like: portsnap > fetch extract; cd /usr/ports/x11-servers/xorg-server && make clean > reinstall clean) > That also did not work for me. I tried with both a PS2 and a USB mouse and neither worked with the latest port version of xorg-server. I made sure that sysctl 'kern.evdev.rcpt_mask=6' was set according to the package-message. Should I update my source to the latest? I try to only make one change at a time when looking into a problem. My system is still at 38bfc6dee33 but I have the time to rebuild everything today with the latest xorg-server port. Tom -- Public Keys: PGP KeyID = 0x5F22FDC1 GnuPG KeyID = 0x620836CF