aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-03 17:18:57 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-03 22:49:23 +0100
commitca1998e47dce92176c291768e60de7fac2f42261 (patch)
tree4c7e157ebbf3203e8b7a4de2b6a37ccdd740315d /AUTHORS
parentbe37da9b546ef048b3a81232810fa601449c085a (diff)
downloadguix-ca1998e47dce92176c291768e60de7fac2f42261.tar.gz
guix-ca1998e47dce92176c291768e60de7fac2f42261.zip
gnu: r-flowclust: Update to 3.40.0.
* gnu/packages/bioconductor.scm (r-flowclust): Update to 3.40.0. Change-Id: I50c0766d93b13489adfe800d2d06b11545bfa43b
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
pcbind-shepherd-service at the top level."...This reverts commit 0a9e82b43080275a2755624f3208287056dc9f95, which didn't end up fixing anything. The problem was elsewhere; namely, using 'operating-system-services' instead of 'operating-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 2021-02-05gnu: services: Fix the NFS service....* gnu/services/nfs.scm (rpcbind-service-type): Adjust for the file name change of the rpcbind command. Maxim Cournoyer