|
From: | Ludovic Courtès |
Subject: | bug#42151: [PATCH 0/3] offload to Childhurd fails: setting synchronous mode: locking protocol |
Date: | Thu, 02 Jul 2020 14:49:32 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hi! "Jan (janneke) Nieuwenhuizen" <janneke@gnu.org> skribis: > $ guix offload test > guix offload: testing 1 build machines defined in '/etc/guix/machines.scm'... > guix offload: Guix is usable on 'childhurd' (test returned > "/gnu/store/883yjkl46dxw9mzykykmbs0yzwyxm17z-test") > guix offload: 'childhurd' is running GNU Guile 3.0.4 > guix offload: error: exception occurred on remote host 'localhost': > (%exception #<inferior-object #<&store-protocol-error message: "setting > synchronous mode: locking protocol" status: 1>>) Does sqlite pass its tests on GNU/Hurd? Does it help if you set ‘settings.fsyncMetadata = false’ in the daemon? As a stop-gap, we could add a command-line option if that helps. The “synchronous = normal” mode translates to ‘fsync’ calls, right? If you rpctrace sqlite3, do you see ‘file_sync’ calls failing? My 2¢! Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |