unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* "user with UID not found" error
@ 2022-07-22 17:56 Christopher Batten
  2022-07-22 19:25 ` Ricardo Wurmus
  0 siblings, 1 reply; 14+ messages in thread
From: Christopher Batten @ 2022-07-22 17:56 UTC (permalink / raw)
  To: help-guix@gnu.org

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



^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2022-08-03 19:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).