Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2022 04:10:30 GMT
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bca324575003 - main - UPDATING: add entry for net/xrdp after xorg upgrade
Message-ID:  <202208250410.27P4AUFf013932@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by meta:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bca32457500385841ff944021eb4259bd265383e

commit bca32457500385841ff944021eb4259bd265383e
Author:     Koichiro Iwao <meta@FreeBSD.org>
AuthorDate: 2022-08-25 04:05:51 +0000
Commit:     Koichiro Iwao <meta@FreeBSD.org>
CommitDate: 2022-08-25 04:09:43 +0000

    UPDATING: add entry for net/xrdp after xorg upgrade
    
    PR:             265728
---
 UPDATING | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/UPDATING b/UPDATING
index 45a923bb42f8..b2f740123be1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,33 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20220825:
+  AFFECTS: users of net/xrdp or net/xrdp-devel
+  AUTHOR: meta@FreeBSD.org
+
+  After xorg upgrade to 21.1.4, xorgxrdp session doesn't start as before
+  This is because bin/Xorg has been replaced with X server binary wrapper.
+  You must manually edit the Xorg section in etc/xrdp/sesman.ini to get it
+  working again.
+
+  The following is a short example of where, how to modify sesman.ini.
+  Make sure to replace LOCALBASE with your actual path.
+
+   [Xorg]
+   ; Specify the path of non-suid Xorg executable. It might differ depending
+   ; on your distribution and version. Find out the appropreate path for your
+   ; environment. The typical path is known as follows:
+   ;
+   ; Fedora 26 or later    :  param=/usr/libexec/Xorg
+   ; Debian 9 or later     :  param=/usr/lib/xorg/Xorg
+   ; Ubuntu 16.04 or later :  param=/usr/lib/xorg/Xorg
+   ; Arch Linux            :  param=/usr/lib/Xorg
+   ; CentOS 7              :  param=/usr/bin/Xorg or param=Xorg
+   ; CentOS 8              :  param=/usr/libexec/Xorg
+   ;
+  -param=Xorg
+  +param=LOCALBASE/libexec/Xorg
+
 20220815:
   AFFECTS: users of net/keycloak
   AUTHOR: fernape@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208250410.27P4AUFf013932>