[Bug 280830] net/xrdp: doesn't kill X on restart
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Aug 2024 11:33:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280830
Bug ID: 280830
Summary: net/xrdp: doesn't kill X on restart
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: meta@FreeBSD.org
Reporter: vsasjason@gmail.com
Flags: maintainer-feedback?(meta@FreeBSD.org)
Assignee: meta@FreeBSD.org
Unfortunately, I didn't catch in which version exactly this happened, but X
server was being killed on xrdp restart in 0.9. This stopped working in
0.10.(?):
$ ps auwwx | grep '[X]org'
user 26714 0.7 0.2 306916 134632 - S 14:25 0:00.79
/usr/local/libexec/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset
-nolisten tcp
$ sudo service xrdp stop && sudo service xrdp-sesman restart && sudo service
xrdp start
Password:
Stopping xrdp.
Waiting for PIDS: 97673.
Stopping xrdp_sesman.
Waiting for PIDS: 97695.
Starting xrdp_sesman.
Starting xrdp.
$ ps auwwx | grep '[X]org'
user 26714 0.0 0.2 301376 132320 - S 14:25 0:02.30
/usr/local/libexec/Xorg :10 -auth .Xauthority -config xrdp/xorg.conf -noreset
-nolisten tcp
$ pkg info \*xrdp\*
xorgxrdp-0.10.2_1
xrdp-0.10.1,1
$
I wouldn't mind actually, but issue here is when you connect after restart --
it doesn't see old X and starts new one (and, subsequently, all graphical
stuff, like DE and apps which may have single-instance protection, thus
refusing to start).
--
You are receiving this mail because:
You are the assignee for the bug.