From: Eric Gade <eric.gade@gmail.com>
To: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Cc: 75134@debbugs.gnu.org
Subject: bug#75134: Issue with guix pull
Date: Sat, 28 Dec 2024 10:34:10 -0500 [thread overview]
Message-ID: <CA+CiqoUAtQGZkbguQvJ7YUyPqkWdjQsz2u5Sz5QTbB4R8=u5Jg@mail.gmail.com> (raw)
In-Reply-To: <877c7k574o.fsf@pelzflorian.de>
[-- Attachment #1: Type: text/plain, Size: 1986 bytes --]
Hi Florian!
Is this a Macbook? Perhaps bug
> <https://bugs.gnu.org/74862> is relevant.
>
> Otherwise, perhaps you have insufficient RAM and should call `swapon` on
> a swapfile first.
>
Sorry, I should have provided more information. I am indeed on a Macbook
M1, but am running everything in VMs. This is a QEMU (qcow2) image that I
built from within a different Debian 12 arm64 VM image using `guix system
image`. I am running it in a VM that has 8GB of RAM allocated (should that
be enough?). I more or less used these instructions to make the image:
https://github.com/mzadel/guix-on-m1-qemu
I'll try to boost the memory a bit and give it another shot.
Here is the config I used to build the image (it's relatively short):
(use-modules (gnu))
(use-package-modules certs)
(use-modules (gnu services spice) (gnu services desktop))
(use-package-modules glib kde-plasma)
(operating-system
(host-name "guix")
(timezone "America/New_York")
(locale "en_US.utf8")
(bootloader (bootloader-configuration
(bootloader grub-efi-bootloader)
(targets '("/boot/efi"))))
(kernel-arguments (list "console=ttyS0,115200"))
(file-systems (append
(list (file-system
(device "/dev/vda2")
(mount-point "/")
(type "ext4"))
(file-system
(device "/dev/vda1")
(mount-point "/boot/efi")
(type "vfat")))
%base-file-systems))
(users (cons (user-account
(name "ecgade")
(group "users")
(supplementary-groups '("wheel"
"audio" "video")))
%base-user-accounts))
(packages (cons plasma-desktop %base-packages))
(services (append (list (spice-vdagent-service))
%desktop-services)))
--
Eric
[-- Attachment #2: Type: text/html, Size: 3143 bytes --]
next prev parent reply other threads:[~2024-12-28 15:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-26 21:25 bug#75134: Issue with guix pull Eric Gade
2024-12-28 12:23 ` pelzflorian (Florian Pelz)
2024-12-28 15:34 ` Eric Gade [this message]
2024-12-29 13:15 ` pelzflorian (Florian Pelz)
2024-12-30 17:24 ` Eric Gade
2025-01-01 0:23 ` pelzflorian (Florian Pelz)
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='CA+CiqoUAtQGZkbguQvJ7YUyPqkWdjQsz2u5Sz5QTbB4R8=u5Jg@mail.gmail.com' \
--to=eric.gade@gmail.com \
--cc=75134@debbugs.gnu.org \
--cc=pelzflorian@pelzflorian.de \
/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).