Skip to content

Rebuild accountsservice #558

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
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
accountsservice 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.

--
donald authored and pmenzel committed Dec 20, 2017
commit 895ec63ad46e7a3471a5d7623e7fba8854da26a6
2 changes: 1 addition & 1 deletion accountsservice.be0
Original file line number Diff line number Diff line change
@@ -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