From 03e6ebffd167506e8ba8b14566c5459281257d86 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 20 Dec 2017 08:56:08 +0100 Subject: [PATCH] accountsservice: Add patch to disable user preload This is a mitigation to a yet unresolved nic problem with OptiPlex 990 workstations. If we have a local passwd, the accountssservice daemon will query shadow.byname over udp for each account. Because of the network problem, we sometimes loose packets and run into rpc timeouts, which are not properly handled and prevent gdm to display the login window. Avoid this mess by disabling the loading of user information. We don't need it, because we don't present a list of users to pick from anyway. -- --- accountsservice.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountsservice.be0 b/accountsservice.be0 index dbcb3ae73..63405f382 100755 --- a/accountsservice.be0 +++ b/accountsservice.be0 @@ -15,7 +15,7 @@ SRCURL[0]="http://www.freedesktop.org/software/accountsservice/accountsservice-$ ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/accountsservice-disable-userload.patch) ############################################################################### ## Add filename patterns to the EXCLUDE array of files that should not