Re: was I hacked?

2022-04-12 Thread Thiago Jung Bauermann
Hello, jgart writes: > Hi Guixers, > > Sorry for the clickbait title. > > I got this error just now from the main guix channel: > > > ``` > λ guix pull > Updating channel 'guixrus' from Git repository at > 'https://git.sr.ht/~whereiseveryone/guixrus'... > Updating channel 'nonguix' from Git r

was I hacked?

2022-04-12 Thread jgart
Hi Guixers, Sorry for the clickbait title. I got this error just now from the main guix channel: ``` λ guix pull Updating channel 'guixrus' from Git repository at 'https://git.sr.ht/~whereiseveryone/guixrus'... Updating channel 'nonguix' from Git repository at 'https://gitlab.com/nonguix/non

Re: Defining a toolchain with musl libc

2022-04-12 Thread David Arroyo
On Mon, Apr 11, 2022, at 22:34, David Arroyo wrote: > error: in phase 'patch-source-shebangs': uncaught exception: > encoding-error "scm_to_stringn" "cannot convert narrow string to > output locale" 84 #f #f Looking further into this error, errno 84 is EILSEQ, "illegal byte sequence".

Re: Loading v4l2loopback kernel module

2022-04-12 Thread Stefan Baums
> Should be fixed with 7da907f90e. Excellent. Reconfigure worked now, and after reboot all three modules are loaded. Thank you!