Autofs works pretty well for me. Using the stock package and a service like
described here:
https://www.rohleder.de/2020/07/04/autofs/
Cheers,
Remco
Hi,
Maxim Cournoyer writes:
> Hi,
>
> Fredrik Salomonsson writes:
>
> [...]
>
>> ---✂
>> …
>> shepherd: Evaluating user expression (and (defined? (quote transient?)) (map
>> (# ?) ?)).
>> guix system: warning: exceptio
Hi,
Felix Lechner writes:
> 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 mig
Felix, Ricardo, thanks for the info.
I'm a bit cautious now because I've bought other kinds of USB
adapters/converters before that are advertised as "just plug-and-play", don't
say anything about requiring special drivers, but once you plug them in, you
see they've been prepared to autorun some
Hi all!
I've recently come to like Guix's approach coming from Nix, and would
definitely love to be able to use it within my development spaces.
I'd love to be able to package the latest versions of PureScript compiler (
https://github.com/purescript/purescript) for Guix, although one blocker is
Hello again after a break,
> Well, then I tried to reproduce your failure in order to understand what
> is going wrong but I hit this:
>
> [...]
>
> That’s because your package ’python-pyopenssl-for-haketilo’ inherit from
> ’python-pyopenssl’ defined in (gnu packages python-crypto). The issue
>
Luis Felipe writes:
> [[PGP Signed Part:Undecided]]
> 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.
>
> Anyo
You'll need two things; ``computed-file'', and the ``(ice-9 popen)'' standard
library module. ``computed-file'' allows you to build a file-like object from
arbitrary code. Have a look here for an example from my configuration,
https://git.sr.ht/~unmatched-paren/conf/tree/root/item/home.scm#L16