aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/usb-modeswitch.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2022-08-21 00:33:52 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-09-01 11:50:02 +0200
commit3bf5a19609560c7ba985eda66019eda15aaf4a86 (patch)
treee487abf87167c94390a528c9f43b16e9cf913562 /gnu/packages/usb-modeswitch.scm
parent4a5fbadb88ff18bb7de87b351c6009aaa398a892 (diff)
downloadguix-3bf5a19609560c7ba985eda66019eda15aaf4a86.tar.gz
guix-3bf5a19609560c7ba985eda66019eda15aaf4a86.zip
gnu: python-tox: Move to python-check.
* gnu/packages/python-xyz.scm (python-tox): Move from here... * gnu/packages/python-check.scm (python-tox): ... to here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/usb-modeswitch.scm')
0 files changed, 0 insertions, 0 deletions
ooltip'>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