Bug 1673793
Summary: | When WaylandEnable=false, starting X11 session from GDM clobbers existing Xvnc display | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | DRC <dcommander> |
Component: | gdm | Assignee: | Ray Strode [halfline] <rstrode> |
Status: | CLOSED WONTFIX | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 | CC: | hdegoede, tpelka |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-01 07:32:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
DRC
2019-02-08 06:15:19 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. In case anyone stumbles upon this issue via Google, the workaround is to pass '-listen local' to /opt/TurboVNC/bin/vncserver. Apparently GDM will choose Display :1 for the X11 session regardless of whether something is listening on the pathname Unix domain socket associated with Display :1 (/tmp/.X11-unix/X1). However, GDM will choose Display :2 for the X11 session if it detects that something is listening on the abstract Unix domain socket associated with Display :1. Passing '-listen local' to /opt/TurboVNC/bin/vncserver causes TurboVNC to listen on both the pathname and abstract UDS associated with its X display number. Just be aware that abstract UDSs have some security concerns, so this workaround may not be a good idea on production TurboVNC hosts. |