Hello GUIX community!
I am a new guix user, and we are enjoying using guix our research and teaching.
However, ever since I installed guix on our server I have been seeing this
error:
% guix pull
user with UID 317241 not found
Things still worked so I didn't think much of it. However, when
you think there is any issue with the fact that my user ID is 317241, and
that is greater than 65535?
Hmmm ... I tried this too:
% guile
scheme@(guile-user)> (getpw 317241)
$1 = #("cb535" "*" 317241 123123 "Christopher Batten" "/home/cb535"
&q
Hmmm ... this made me think that running both was not a great idea?
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system-level_authentication_guide/usingnscd-sssd
But I am not an expert on any of this :) I guess the key is to just make sure
you only enable cachin
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.
>>> >
>>> > --
>>> &
Hi Ricardo,
>> Or do you recommend a different way to run NSCD and SSSD at the same time on
>> RHEL/CentOS systems?
>
> You only need to start it. We don't use it as a cache. We are only interested
> in its network interface for use with glibc.
OK! We started NSCD:
% service nscd status
R
Or do you recommend a different way to run NSCD and SSSD at the same time
on RHEL/CentOS systems?
>>>
>>> You only need to start it. We don't use it as a cache. We are only
>>> interested in its network interface for use with glibc.
> […]
>> We turned off all NSCD caching:
>>
>> % g
can still use guix we just have that warning and
cannot take advantage of the --container argument to shell or guix pack.
I really appreciate everyone's help and we definitely have learned something!
Chris
> On Aug 2, 2022, at 4:53 PM, Ricardo Wurmus wrote:
>
>
> Christopher