From nobody Tue Apr 04 16:14:10 2023 X-Original-To: x11@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PrXrt2lQxz43nm7 for ; Tue, 4 Apr 2023 16:14:22 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mx.blih.net (mx.blih.net [212.83.155.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx.blih.net", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4PrXrs5pgCz3qCX for ; Tue, 4 Apr 2023 16:14:21 +0000 (UTC) (envelope-from manu@bidouilliste.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bidouilliste.com; s=mx; t=1680624854; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9RIvNZEW/sWEViqXYIhKsPsbR5MPhd964GGUR0iKDLE=; b=Ohi5y5S1+zsfoyBHXTl+6uRi7xVRlfgBb1RKxGnYj0Cs3uevqWSc1DNov+uHzsdVE8OQbw +XQRWNnvcaCwGYCy5tNgrK8dSApbDnHBwJ2DLJC5gbOqIUzO3MzR3xx60c+KeTMP2Hq7vf 1JPg0Qyi3SFo3DOTtD/TK8MGyptjPZY= Received: from skull.home.blih.net (lfbn-lyo-1-2174-135.w90-66.abo.wanadoo.fr [90.66.97.135]) by mx.blih.net (OpenSMTPD) with ESMTPSA id e9808e57 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 4 Apr 2023 16:14:14 +0000 (UTC) Date: Tue, 4 Apr 2023 18:14:10 +0200 From: Emmanuel Vadot To: =?ISO-8859-1?Q?Jos=E9_P=E9rez?= Cc: x11@freebsd.org, owner-freebsd-x11@freebsd.org Subject: Re: x11/sddm fails to start with latest ports on current Message-Id: <20230404181410.b5d4212200109e475e1e7801@bidouilliste.com> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd14.0) List-Id: X11 List-Archive: https://lists.freebsd.org/archives/freebsd-x11 List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4PrXrs5pgCz3qCX X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:12876, ipnet:212.83.128.0/19, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Tue, 04 Apr 2023 17:51:57 +0200 Jos=E9 P=E9rez wrote: > Hi, > so I need to have this working one way or another, so I bypassed > sddm and launched X directly (via xinit/startx) and in either cases > I end up with this: > [ 71.222] (II) Using input driver 'libinput' for 'System keyboard=20 > multiplexer' > [ 71.222] (**) System keyboard multiplexer: always reports core=20 > events > [ 71.222] (**) Option "Device" "/dev/input/event0" > [ 71.222] (EE) Segmentation fault at address 0xb0 > [ 71.222] (EE) > Fatal server error: > [ 71.222] (EE) Caught signal 11 (Segmentation fault). Server aborting > [ 71.222] (EE) > [ 71.222] (EE) > Please consult the The X.Org Foundation support > at http://wiki.x.org > for help. > [ 71.222] (EE) Please also check the log file at=20 > "/var/log/Xorg.0.log" for additional information. > [ 71.222] (EE) >=20 >=20 > At the same time I see this in /var/log/messages > Apr 4 16:26:13 kernel: pid 97974 (Xorg), jid 0, uid 0: exited on signal= =20 > 6 > Apr 4 16:26:21 devd[82755]: notify_clients: send() failed; dropping=20 > unresponsive client >=20 >=20 > Is anyone else experiencing this issue with current? >=20 > Thank you. >=20 > BR, Yes this is (was) caused by the syscall kqueue1 addition, libepoll-shim detected it because NetBSD had it but we weren't compatible. This should be fixed by https://cgit.freebsd.org/src/commit/?id=3Ddac310248826c37b60306c1b25fb94c35= 802196d Cheers, >=20 > El 2023-04-03 17:55, Jos=E9 P=E9rez escribi=F3: > > Hi, > > I am experiencing sddm failing with this error: > > [12:55:45.875] (II) DAEMON: Running: /usr/local/bin/X -nolisten tcp > > -auth /var/run/sddm/{4222cd10-f4fa-45ce-a0e0-ec395a5e9be0} -background > > none -noreset -displayfd 17 -seat seat0 vt9 > > [12:55:46.584] (EE) DAEMON: Failed to read display number from pipe > > [12:55:46.584] (EE) DAEMON: Could not start Display server on vt 9 > >=20 > > This used to work up to ports/current from a few weeks ago. > >=20 > >=20 > > I checked perms in /var/lib/sddm/ and they seem ok > > drwxr-xr-x 4 sddm sddm 4 Apr 3 12:43 sddm/ > >=20 > > I have dbus running (but not hald). > >=20 > > Can anyone reproduce or has idea what to look for? > >=20 > > Env: > > FreeBSD 14.0-CURRENT #1 main-n261959-cfccc7f30a01: Mon Apr 3 06:28:40= =20 > > CEST 2023 > > sddm-0.19.0_8 QML based login manager > >=20 > >=20 > > Thanks. > > BR, >=20 > --=20 > Jos=E9 P=E9rez >=20 --=20 Emmanuel Vadot