all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Batten <cbatten@cornell.edu>
To: "help-guix@gnu.org" <help-guix@gnu.org>
Subject: "user with UID not found" error
Date: Fri, 22 Jul 2022 17:56:07 +0000	[thread overview]
Message-ID: <91970305-9EFC-467D-ADC4-BE7AE10A0948@cornell.edu> (raw)

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, whenever I try to use --container with guix shell I get this odd error:

  % guix shell -D -C hello
  user with UID 317241 not found
  Backtrace:
          14 (primitive-load "/home/cb535/.config/guix/current/bin/g?")
In guix/ui.scm:
   2238:7 13 (run-guix . _)
  2201:10 12 (run-guix-command _ . _)
In ice-9/boot-9.scm:
  1752:10 11 (with-exception-handler _ _ #:unwind? _ # _)
  1752:10 10 (with-exception-handler _ _ #:unwind? _ # _)
In guix/store.scm:
   659:37  9 (thunk)
   1298:8  8 (call-with-build-handler _ _)
   1298:8  7 (call-with-build-handler #<procedure 7f76707d57e0 at g?> ?)
In guix/status.scm:
    815:4  6 (call-with-status-report _ _)
In guix/scripts/environment.scm:
   953:13  5 (_)
In guix/store.scm:
  2168:25  4 (run-with-store #<store-connection 256.99 7f767075e7d0> ?)
In guix/scripts/environment.scm:
   638:34  3 (_ _)
In unknown file:
           2 (getpw 317241)
In ice-9/boot-9.scm:
  1685:16  1 (raise-exception _ #:continuable? _)
  1685:16  0 (raise-exception _ #:continuable? _)

  ice-9/boot-9.scm:1685:16: In procedure raise-exception:
  In procedure getpw: entry not found

The error messages mention of (getpw 317241) resulting in an "entry not found" makes me think these two issues are related? Maybe this is some kind of bad guix install? I am using CentOS 7.9.2009. Any thoughts or advice?

A maybe related but maybe unrelated issue is now I am seeing this:

  % guix pull
  user with UID 317241 not found
  guix pull: error: failed to load '/home/cb535/.config/guix/channels.scm': Permission denied

This didn't use to happen so I am not sure why this is happening now? I can definitely access channels.scm just fine directly.

  % ls -la /home/cb535/.config/guix/channels.scm
 -rw-rw-r--. 1 cb535 pug-cb535 288 Jun 24 09:26 /home/cb535/.config/guix/channels.scm

  % cat /home/cb535/.config/guix/channels.scm
  (use-modules (guix ci))
  (list
  (channel
   (name 'gn-bioinformatics)
    (url (string-append "https://git.genenetwork.org/"
          "guix-bioinformatics/guix-bioinformatics.git"))
   (branch "master"))
  (channel-with-substitutes-available
    %default-guix-channel "https://ci.guix.gnu.org"))

Any thoughts or advice greatly appreciated!

Best,
Chris

----------------------

Christopher F. Batten

Associate Professor
Computer Systems Laboratory
School of Electrical and Computer Engineering
Cornell University

email : cbatten@cornell.edu
web   : http://www.csl.cornell.edu/~cbatten
addr  : 323 Rhodes Hall, Ithaca, NY 14853
cell  : (617) 780-6222



             reply	other threads:[~2022-07-22 18:07 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22 17:56 Christopher Batten [this message]
2022-07-22 19:25 ` "user with UID not found" error Ricardo Wurmus
2022-07-26 21:01   ` Christopher Batten
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

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

  git send-email \
    --in-reply-to=91970305-9EFC-467D-ADC4-BE7AE10A0948@cornell.edu \
    --to=cbatten@cornell.edu \
    --cc=help-guix@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.