From nobody Tue May 23 15:21:01 2023 X-Original-To: hackers@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 4QQdM83Sr4z4CbZK for ; Tue, 23 May 2023 15:21:24 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 4QQdM82PWbz4FpJ for ; Tue, 23 May 2023 15:21:24 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=cs.huji.ac.il; s=57791128; h=To:References:Message-Id:Content-Transfer-Encoding:Cc:Date:In-Reply-To:From:Subject:Mime-Version:Content-Type; bh=VB8wax0xUuzDQ5qCjyTogFmntcQF6vBEJqqlH/p9Av4=; b=yJiBJhC8LAoY5+JWxdvznTdGo7qTKqdmUKLIjczqrvG2n9F53OiBLo2CDeliHbd10kzaGcTWkUFYWxLZrIvD5EXytOJ5xXDn5FCMhPqlKKHkS0/Xrcqm6Qd6sdC40UxX3euiL7JP8HPTbcKUJX7sRNkpIXeG9XlyYoyTIiZB1Ixmj6fx7wb6eKBDKX8c0C1zuRLR1dmr9rwp8dGgV38qWjOf2NxYxM0W2OFw92/5y3/5C1CqAz0blyNHKsViKD4tVA5DweB7Ct2IqZbQUgMKZwA72w6fIxQXJMaXogTBPO+QfH0J9s8ThhqycsgsZlVxnltYgdP7AOYse1t5LCIaIw==; Received: from imac.bk.cs.huji.ac.il ([132.65.179.42] helo=smtpclient.apple) by kabab.cs.huji.ac.il with esmtp id 1q1TpB-000FnN-Ju; Tue, 23 May 2023 18:21:21 +0300 Content-Type: text/plain; charset=utf-8 List-Id: Technical discussions relating to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-hackers List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-hackers@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.300.101.1.3\)) Subject: Re: xdm and listen=tcp From: Daniel Braniss In-Reply-To: Date: Tue, 23 May 2023 18:21:01 +0300 Cc: hackers@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <86C9CA1E-9790-4FFF-BFF6-8C22EE35CF9C@cs.huji.ac.il> References: <255BDA89-2DD1-4805-95F1-5C01453A3E47@cs.huji.ac.il> To: Yuri X-Mailer: Apple Mail (2.3731.300.101.1.3) X-Rspamd-Queue-Id: 4QQdM82PWbz4FpJ X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:378, ipnet:132.64.0.0/15, country:IL] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N > On 23 May 2023, at 18:03, Yuri wrote: >=20 > Daniel Braniss wrote: >> hi, >> the short version: >> i start the X11 via the following line in /etc/ttys: >> ttyv8 =E2=80=9C/usr/local/bin/xdm -nodaemon=E2=80=9D = xterm on secure >>=20 >> this worked great since forever, but now(*) the default of Xorg is = not to accept tcp connection, >> is there a simple way to fix this, apart of recompiling Xorg and = somehow changing the default behavior? >>=20 >> *: now probably is a few years, since i have not uograded my WS for a = while - why change if it=E2=80=99s working, >> but mow it just went belly up :-( >=20 > You probably want /usr/local/etc/X11/xdm/Xservers. >=20 i tried=20 ;0 local /usr/local/bin/X :0 -listen=3Dtcp but maybe it should be: :0 local /usr/local/bin/X -listen=3Dtcp :0 nay other hints? thanks, danny