On Tue, Dec 21, 2021 at 11:36:22AM -0500, Timothy Sample wrote: > diff --git a/gnu/services/dbus.scm b/gnu/services/dbus.scm > index 85a4c3e..a680ed7 100644 > --- a/gnu/services/dbus.scm > +++ b/gnu/services/dbus.scm > @@ -106,6 +106,7 @@ (define-syntax directives > (define (services->sxml services) > ;; Return the SXML 'includedir' clauses for DIRS. > `(busconfig > + (limit (@ (name "auth_timeout")) "60000") > (servicehelper "/run/setuid-programs/dbus-daemon-launch-helper") > > ;; First, the '.service' files of services subject to activation.
With this patch, I can boot and login to X on my X200s with HDD. Obviously this failure and subsequent fix are not deterministic, but it's a good sign! Let's get some more testing! And comrades, let's test the xorg-server update while doing it: https://issues.guix.gnu.org/issue/52562
