Hi,
Fredrik Salomonsson writes:
[...]
> ---✂
> …
> shepherd: Evaluating user expression (and (defined? (quote transient?)) (map
> (# ?) ?)).
> guix system: warning: exception caught while executing 'start' on service
Hi Fredrik,
On Sun, Oct 16, 2022 at 6:08 PM Fredrik Salomonsson wrote:
>
> it was indeed using the entry in the /etc/fstab, i.e:
That's good! My guess is that the Shepherd service is not working
correctly, for example by not requiring networking. I might ask over
there.
Sorry I cannot be of mor
Hi Felix,
Felix Lechner writes:
> Hi Fredrik,
>
> On Sun, Oct 16, 2022 at 2:47 PM Fredrik Salomonsson
> wrote:
>>
>> I can manually mount it.
>
> Can you mount it manually using your entry in /etc/fstab, i.e. with
> 'noauto' and then just
>
> mount /media/Valhalla ?
>
> I am not sur
Hi,
On Sun, Oct 16, 2022 at 4:22 PM Luis Felipe
wrote:
>
> Anyone knows if these kinds of cables work on Guix System (or any other libre
> distribution)?
I thought about buying one of those cables but I have several USB
sound cards more or less like this one [1] that I will try first.
The spec
Hi,
I recently found that these kinds of cables exist. Apparently, they allow you
to connect the guitar very easily and cheaply to the computer, and you could
simply start recording in applications like Audacity or Ardour.
Anyone knows if these kinds of cables work on Guix System (or any other
Hi Fredrik,
On Sun, Oct 16, 2022 at 2:47 PM Fredrik Salomonsson wrote:
>
> I can manually mount it.
Can you mount it manually using your entry in /etc/fstab, i.e. with
'noauto' and then just
mount /media/Valhalla ?
I am not sure whether (mount? #f) sets 'noauto'.
That would confirm t
Hi Guix,
I'm having some issues with my nfs storage on Guix System.
Here is the part of my configuration that deals with mounting the nfs
device.
(define nfs-valhalla
(file-system
(device "fafner:/srv/nfs4/Valhalla")
(mount-point "/media/Valhalla")
(options "auto,_netdev,tim
Thank you for the explanation, Ricardo,
Thank you for the explanation Tobias,
I tried a simple solution by finding where my "ld" is located with
"whereis" and a symbolic link to "/lib64/ld-linux-x86-64.so.2".
Unfortunately, I get an Error 80 which means it used a corrupted shared
library.
I thi
Hi Pradana,
Pradana Adrinusa AUMARS 写道:
dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for
And this file doesn't exist.
Prebuilt binary blobs don't mix well with Guix for this reason:
they hard-code file names such as this one.
One (brand-)new work-around is
$ guix shell -C
Sorry, I forgot to add the error message in the original mail...
It throws a FileNotFoundError as
FileNotFoundError: [Errno 2] No such file or directory:
'/home/user/.local/lib/python3.9/site-packages/ray/core/src/ray/gcs/gcs_server'
The executable exists, accessible by Python's os
import os
os
Pradana Adrinusa AUMARS writes:
> Running:
>
> import ray
> ray.init()
>
> fails since Python's subprocess needs to run an executable located in
>
> ~/.local/lib/python3.9/site-packages/ray/core/src/ray/gcs/gcs_server
>
> So the error is narrowed down to:
>
> import subprocess
> subprocess.Pope
I need to use Ray (https://www.ray.io) for a project. Because Guix does
not have a python-ray package, and I don't really have time to package
one myself, I installed Ray using Pip (user installation is the
default, since system installation isn't possible on Guix).
Running:
import ray
ray.init()
Hi all,
in the end I gave up... since my guix was not pulling anymore, I
suspected something more "serious" was happening than just a broken
ssh.
Then I've re-installed the whole system (it was a test system anyway,
not a big deal) and this time ssh works out of the box.
During installation, I've
13 matches
Mail list logo