Re: Trouble with nfs mount

2022-10-16 Thread Maxim Cournoyer
Hi, Fredrik Salomonsson writes: [...] > ---✂ > … > shepherd: Evaluating user expression (and (defined? (quote transient?)) (map > (# ?) ?)). > guix system: warning: exception caught while executing 'start' on service

Re: Trouble with nfs mount

2022-10-16 Thread Felix Lechner via
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

Re: Trouble with nfs mount

2022-10-16 Thread Fredrik Salomonsson
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

Re: Guitar-to-USB cable in Guix System

2022-10-16 Thread Felix Lechner via
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

Guitar-to-USB cable in Guix System

2022-10-16 Thread Luis Felipe
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

Re: Trouble with nfs mount

2022-10-16 Thread Felix Lechner via
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

Trouble with nfs mount

2022-10-16 Thread Fredrik Salomonsson
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

Re: Python subprocess fails to execute Pip-installed module

2022-10-16 Thread Pradana Adrinusa AUMARS
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

Re: Python subprocess fails to execute Pip-installed module

2022-10-16 Thread Tobias Geerinckx-Rice
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

Re: Python subprocess fails to execute Pip-installed module

2022-10-16 Thread Pradana Adrinusa AUMARS
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

Re: Python subprocess fails to execute Pip-installed module

2022-10-16 Thread Ricardo Wurmus
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

Python subprocess fails to execute Pip-installed module

2022-10-16 Thread Pradana Adrinusa AUMARS
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()

Re: Connection refused to Guix-hosted SSH

2022-10-16 Thread dabb...@gmail.com
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