unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: oscar.quijano--- via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 65847@debbugs.gnu.org
Subject: bug#65847: system container gathering entropy takes forever
Date: Sat, 09 Sep 2023 21:40:02 -0000	[thread overview]
Message-ID: <169429560260.33.10975489889094933630@startmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2078 bytes --]

New containers get stuck with a message similar to the following one:  

  

guile: warning: failed to install locale  

system container is running as PID 85878W  

ARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'  

Run 'sudo guix container exec 85878 /run/current-system/profile/bin/bash
--login'  

or run 'sudo nsenter -a -t 85878' to get a shell into it.  

  

WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'  

making '/gnu/store/gkqmm80naf3zw2n20ml11q7xb2nbnglg-system' the current
system...  

WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'  

setting up setuid programs in '/run/setuid-programs'...  

populating /etc from /gnu/store/wigi6gny24gpk2inqy19xswsbplqa6fc-etc...  

WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'  

WARNING: (guile-user): imported module (guix build utils) overrides core
binding `delete'  

Please wait while gathering entropy to generate the key pair;  

this may take time...  

  

and the message stays there forever, I have left it running even for more than
half an hour and it doesn't move from there. This is happening even with basic
system container definitions. The previos message was generated when running a
system container with the following system definition:  

  

(use-modules (gnu)  

(gnu services web))  

  

(operating-system  

  

(host-name "container")  

  

(timezone "Europe/Berlin")  

  

(file-systems (cons (file-system  

(device (file-system-label "does-not-matter"))  

(mount-point "/")  

(type "ext4"))  

%base-file-systems))  

  

(bootloader (bootloader-configuration  

(bootloader grub-bootloader)  

(targets '("/dev/sdX"))))  

  

(services %base-services))  

  

  

I also tried sharing /dev/random and /dev/urandom with the host and it still
gets stuck there.  

Any ideas about what could be causing this?  

  


[-- Attachment #2: Type: text/html, Size: 15714 bytes --]

             reply	other threads:[~2023-09-12  1:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-09 21:40 oscar.quijano--- via Bug reports for GNU Guix [this message]
2023-09-25  1:46 ` bug#65847: I think it's running Jurij
2024-02-12 14:18   ` bug#65847: system container gathering entropy takes forever Ludovic Courtès

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=169429560260.33.10975489889094933630@startmail.com \
    --to=bug-guix@gnu.org \
    --cc=65847@debbugs.gnu.org \
    --cc=oscar.quijano@use.startmail.com \
    /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 public inbox

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

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