GNU bug report logs -
#70062
issue with openldap managed users on HPC
Previous Next
Full log
Message #8 received at 70062 <at> debbugs.gnu.org (full text, mbox):
Hi Davide,
Sorry for the delay; it looks like your bug report fell through the
cracks.
Davide Corrado <davide.corrado <at> doit-systems.it> skribis:
> hello, I installed guix in a HPC environment and everything works as expected if I use guix as a local user. I got this issue when I try to run it as an openldap/sssd-managed user.
>
> example:
> [
> root <at> frontend ~]# id konrad
> uid=10000(konrad) gid=10000(hpc-users) groups=10000(hpc-users)
>
> [root <at> frontend ~]# getent passwd -s sss
> konrad:*:10000:10000:Davide Corrado:/home/konrad:/bin/bash
>
> [root <at> frontend ~]# su - konrad
> Last login: Thu Mar 28 11:04:07 CET 2024 on pts/0
> [konrad <at> frontend ~]$ id
> uid=10000(konrad) gid=10000(hpc-users) groups=10000(hpc-users)
> [konrad <at> frontend ~]$ guix install hello
> user with UID 10000 not found
I think this message shows the core of the problem.
Is nscd running on this machine, as per
<https://guix.gnu.org/manual/devel/en/html_node/Application-Setup.html#Name-Service-Switch-1>?
It has to be installed and running so that Guix-installed programs can
access the user account database etc.
A simple way to check whether this is working is by running the ‘id’
program of the ‘coreutils’ package provided by Guix, like so:
guix shell coreutils -- id
HTH!
Ludo’.
This bug report was last modified 1 year and 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.