unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: Tanguy LE CARROUR <tanguy@bioneland.org>
To: help-guix <help-guix@gnu.org>
Subject: Various disk errors when offloading builds to a childhurd
Date: Fri, 23 Feb 2024 13:55:22 +0100	[thread overview]
Message-ID: <170869292258.13179.5682448989096338985@bioneland.org> (raw)

Hi Guix,

Since the Guix days, I’ve been experimenting with build offload
to a childhurd.

At first, (almost) everything was failing for a lack of free disk space.
So I change my childhurd’s configuration to:

```
(service hurd-vm-service-type
  (hurd-vm-configuration
    (os %hurd-vm-operating-system)
    (disk-size (* 20 (expt 2 30)))  ; 20GiB
    (memory-size 1024)))            ; 1GiB
```

It now builds packages, but fails randomly after some times.
When I inspect the VM using the VNC client, I see errors like:

```
ext2fs: BUG: unexpected fault on disk image (10, 0x8ffc000) in
[0xB8222000,0x18222000) eip 0x8052224 err 0xa
```

or:

```
ext2fs: disk-pager.c:109: fault_handler: Assertion ’err’ failed.
```

Any idea what might be going wrong?!

Regards,

-- 
Tanguy


                 reply	other threads:[~2024-02-23 12:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=170869292258.13179.5682448989096338985@bioneland.org \
    --to=tanguy@bioneland.org \
    --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.
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).