From a99e8f04336925f15b2782f95b418a7283448acbe524b206e6d1186a8150cfda Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 9 Oct 2015 15:00:11 +0000 Subject: [PATCH] - display-manager script: * Only fix permissions and ownership of the console if display manager has crashed or was killed. This should avoid races with systemd-logind which modifies the permissions as well. * Only create the link to the PID file if the DM has started successfully. (boo#939594). OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=108 --- xdm.changes | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/xdm.changes b/xdm.changes index 37cd05a..21a9f0f 100644 --- a/xdm.changes +++ b/xdm.changes @@ -1,10 +1,12 @@ ------------------------------------------------------------------- Mon Sep 14 11:48:31 UTC 2015 - dimstar@opensuse.org -- display-manager.service: require and conflict getty@tty7.service: - this is copied from gdm.service and is hopefully helping with - the race condition, where X is often not able to start up on - VT7 due to missing permissions. (boo#939594) +- display-manager script: + * Only fix permissions and ownership of the console if display manager + has crashed or was killed. This should avoid races with systemd-logind + which modifies the permissions as well. + * Only create the link to the PID file if the DM has started successfully. + (boo#939594). ------------------------------------------------------------------- Tue Aug 4 10:00:09 UTC 2015 - eich@suse.com