bug#55907: VFIO kernel module fails to capture PCI device

2023-09-11 Thread Lars Rustand
Hello Nick, Did you ever figure this out? I am struggling with the same problem. Thank you, - Lars

bug#66014: Unable to use UUIDs to construct RAID array in mapped-devices

2023-09-16 Thread Lars Rustand
Setting up a RAID array using UUIDs does not work. The following mapped-devices block works: (mapped-devices (list (mapped-device (source (list "/dev/nvme0n1p2" "/dev/nvme1n1p3")) (target "/dev/md0") (type raid-device-mapping But this one fails: (mapped

bug#67802: Shepherd is not able to run simple networked programs as services

2023-12-12 Thread Lars Rustand
Hello, I have created two very simple shepherd services for two different mail programs (offlineimap and davmail). Both of the programs are able to run without problem when ran from the commandline, but both of them fail with networking related errors when I try to run them as shepherd services.

bug#67802: Shepherd is not able to run simple networked programs as services

2023-12-15 Thread Lars Rustand
Lars Rustand writes: > Hello, I have created two very simple shepherd services for two > different mail programs (offlineimap and davmail). Both of the programs > are able to run without problem when ran from the commandline, but both > of them fail with networking related errors w

bug#68059: Mismatching defconfig options

2023-12-27 Thread Lars Rustand
I'm having trouble building a custom kernel with an included defconfig. The kernel builds correctly with the included defconfig if I do it manually, but when I try to build it through Guix I get an error about Mismatching configurations in .config and arch/arm64/configs/guix_defconfig. Since it

bug#68059: Mismatching defconfig options

2023-12-30 Thread Lars Rustand
Josselin Poiret writes: > Guix doesn't modify the defconfig you give it, it just moves it to > guix_defconfig. However, it then tries to verify that the defconfig was > properly applied, which is completely Guix-specific and might be the > thing that doesn't work properly. Thanks, this must b

bug#66866: aarch64 system cross compilation + pinebook pro image broken?

2023-12-31 Thread Lars Rustand
Hello, bumping this issue since there has been no activity for a while and this error is still present. I get the exact same error as Denis when building any Pine64 images. Building with --system=aarch64-linux instead of --target=aarch64-linux-gnu works, but this is very much slower. This is wh

bug#68384: TTY Auto-login is not compatible with elogind

2024-01-11 Thread Lars Rustand
Enabling both TTY auto-login and elogind-service-type at the same time results in an error immediately after automatic login to the tty with the message "Error in service module", and the TTY then is frozen. Auto-login works fine if I disable elogind, but elogind is unfortunately a crucial part o

bug#68399: GnuTLS fails to build for aarch64 in QEMU

2024-01-11 Thread Lars Rustand
GnuTLS fails to build with --system=aarch64-linux. The test "test-free" fails. Output follows below: make[6]: 'libtests.a' is up to date. CCLD test-xalloc-die make[6]: Leaving directory '/tmp/guix-build-gnutls-3.8.2.drv-0/gnutls-3.8.2/src/gl/tests' make check-TESTS make[6]: Entering dir

bug#68561: Guix wrongfully claims there is no space left

2024-01-18 Thread Lars Rustand
Guix is claiming that there is no space left on the device when none of my devices are in fact full. As you can see from the output of df -h there is more than enough space on all filesystems: Filesystem Size Used Avail Use% Mounted on none7.8G 0 7.8G 0% /dev /dev/nvme0

bug#68561: Guix wrongfully claims there is no space left

2024-01-19 Thread Lars Rustand
Christopher Baines writes: > Check df -i, it could be that some filesystem has run out of inodes. Thanks, this was the case. To recover a useful amount of inodes I had to delete almost all previous generations. I first tried to delete generations older than one month with `guix gc -d 1m`, but t

bug#68595: VLANs in static-networking-service-type hangs shepherd

2024-01-19 Thread Lars Rustand
Like the title says, if you add any VLAN in a static-networking-service-type it seems like the whole shepherd daemon freezes up and anything that depends on it stops responding. Additionally the networking does not get fully configured either. After configuring a VLAN `herd status`, `herd restar

bug#68595: VLANs in static-networking-service-type hangs shepherd

2024-01-19 Thread Lars Rustand
For fun I tried to use the exact configuration that is mentioned in the manual and was amazed that it worked, and the networking service is able to start successfully. Here is the working configuration: --8<---cut here---start->8--- (static-networking (links

bug#68626: colord-minimal fails to build for target aarch64-linux-gnu

2024-01-20 Thread Lars Rustand
I was trying to build gtk+ like this: ``` guix build gtk+ --target=aarch64-linux-gnu --no-grafts ``` and got the following error: --8<---cut here---start->8--- Configuring cd-version.h using configuration Run-time dependency gobject-introspection-1.0 found: YE

bug#68764: ASDF can't load sbcl-clx-truetype installed through Guix

2024-01-27 Thread Lars Rustand
Trying to load clx-truetype with ASDF in SBCL fails because of read-only filesystem. This is caused by the store being read-only and ASDF is trying to save the compiled file there. I read somewhere that Guix already supplies precompiled files for all Common Lisp libraries, so ASDF should just be

bug#68595: VLANs in static-networking-service-type hangs shepherd

2024-02-15 Thread Lars Rustand
Ludovic Courtès writes: > Ouch. Could you check what /var/log/messages reports? > > Once you’ve reproduced the hang, could you attach GDB to shepherd and > get a backtrace? > > gdb -p 1 > bt > > (I recommend doing that in a VM rather than on your main machine!) > I have unfortunately been

bug#68764: ASDF can't load sbcl-clx-truetype installed through Guix

2024-03-05 Thread Lars Rustand
Guillaume Le Vaillant writes: > rustand.l...@gmail.com skribis: > >> I ran the exact same command as you, and still get the error inside the >> pure shell. Also, I don't think this has anything to do with a specific >> Guix commit, since this has been like this for several months. In fact >> it