aboutsummaryrefslogtreecommitdiff
path: root/tests/ed25519bis.key
diff options
context:
space:
mode:
authorjgart via Guix-patches via <guix-patches@gnu.org>2021-10-17 08:28:42 -0400
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-17 14:58:38 +0200
commit64e58296530df8cf7a106fa5797789bc8daf1243 (patch)
treeed1c3d80bd1c4036c814fca2f463e3ce65759f62 /tests/ed25519bis.key
parent258a27eea9aab4f8af995f95743ccd264b5efcb5 (diff)
downloadguix-64e58296530df8cf7a106fa5797789bc8daf1243.tar.gz
guix-64e58296530df8cf7a106fa5797789bc8daf1243.zip
gnu: nix: Update to 2.3.16.
* gnu/packages/package-management.scm (nix): Update to 2.3.16. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'tests/ed25519bis.key')
0 files changed, 0 insertions, 0 deletions
ng-system-user-services'. Maxim Cournoyer 2022-03-17services: nfs: Define rpcbind-shepherd-service at the top level....Attempting to use the 'nfs-service-type' as part of a computed operating-system definition, the following exception would be thrown: ice-9/boot-9.scm:1685:16: In procedure raise-exception: ERROR: 1. &ambiguous-target-service-error: service: #<<service> type: #<service-type rpcbind 7f7529853780> value: #<<rpcbind-configuration> rpcbind: #<package rpcbind@1.2.6 gnu/packages/onc-rpc.scm:87 7f75389e78f0> warm-start?: #t>> target-type: #<service-type shepherd-root 7f7529396080> 2. &message: "more than one target service of type 'shepherd-root'" The problem was that the rpcbind shepherd-service object was dynamically instantiated every time the rpcbind-service-type would be called, causing multiple objects in some situations, resulting in the above condition. * gnu/services/nfs.scm (rpcbind-service-type): Refactor and adjust in a way to extract... (rpcbind-shepherd-service): ... this new procedure. Maxim Cournoyer 2021-12-23services: nfs: Fix statd and mountd ports....* gnu/services/nfs.scm (nfs-shepherd-services): Fix rpcstatd-port and rpcmountd-port arguments. Mathieu Othacehe