unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Christopher Batten <cbatten@cornell.edu>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: Re: "user with UID not found" error
Date: Tue, 26 Jul 2022 21:01:12 +0000	[thread overview]
Message-ID: <BDF62D99-E2B1-4105-8785-4865E515D930@cornell.edu> (raw)
In-Reply-To: <87tu79q78k.fsf@elephly.net>

Hi Ricardo,

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

  % service sssd status
  ...
   Active: active (running) since Sat 2022-01-15 15:02:04 EST; 6 months 9 days ago

Note that this works fine:

  % id --user
  317241
  % id -nu 317241
  cb535

Do 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" "/bin/bash")

And that works fine.

Does this have something to do with how guix interacts with LDAP?

I am pretty confused why getpw works in guile but guix is saying "user with UID 317241 not found". I don't know enough about the guix internals to try and debug it ... maybe this has something to do with this UID is not available when the guix daemon is doing some of its magic?

Thoughts?
Chris

> On Jul 22, 2022, at 3:25 PM, Ricardo Wurmus <rekado@elephly.net> wrote:
> 
> 
> Hi Christopher,
> 
>> 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
> 
> You need to run the system’s nscd daemon.
> 
> -- 
> Ricardo


  reply	other threads:[~2022-07-26 21:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22 17:56 "user with UID not found" error Christopher Batten
2022-07-22 19:25 ` Ricardo Wurmus
2022-07-26 21:01   ` Christopher Batten [this message]
2022-07-27 12:44     ` Ricardo Wurmus
2022-07-27 19:50       ` Christopher Batten
2022-07-29  1:14         ` Chris Marusich
2022-08-01 16:16           ` Christopher Batten
2022-08-01 18:37             ` Jack Hill
2022-08-01 19:49             ` Ricardo Wurmus
2022-08-02 17:48               ` Christopher Batten
2022-08-02 18:17                 ` Ricardo Wurmus
2022-08-02 18:24                   ` Christopher Batten
2022-08-02 20:53                     ` Ricardo Wurmus
2022-08-03 19:26                       ` Christopher Batten

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BDF62D99-E2B1-4105-8785-4865E515D930@cornell.edu \
    --to=cbatten@cornell.edu \
    --cc=help-guix@gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).