help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "user with UID not found" error


From: Ricardo Wurmus
Subject: Re: "user with UID not found" error
Date: Wed, 27 Jul 2022 14:44:29 +0200
User-agent: mu4e 1.6.11; emacs 28.1

Hi Christopher,

> Turns out we are using SSSD not NCSD on our Linux systems. It seems to be 
> working fine:

You will need to run NSCD if you want Guix software to be able to talk
to the system’s SSSD.  The reason is that SSSD works by having
applications load a library whereas NSCD implements a network protocol.
Software built with Guix cannot load the system libary due to ABI
conflict, but it *can* talk to NSCD over the network.

The system NSCD talks to the system SSSD, so there’s no problem there.

-- 
Ricardo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]