bug#44519: Qemu fails to start Samba server

2020-11-08 Thread elaexuotee--- via Bug reports for GNU Guix
Um. Apparently, I was the one failing. I just tried connecting again, and as long as smbd has setuid, the qemu SMB share works as advertised. Sorry for the false alarm.

bug#44428: Graphical Installer window clipping on "small" displays

2020-11-08 Thread Eric Bavier
On Sat, 2020-11-07 at 13:23 +0100, Mathieu Othacehe wrote: > Pushed as 6dcbbcdab7727946cf32e7a4e44e66d151380db2. Great! Thank you! > On QEMU with 800x600 resolution there's no more box overflow. I hope > it will be the same on your hardware that seem to have a slightly higher > resolution. It s

bug#44525:

2020-11-08 Thread Stefan

bug#44525: Derivation of computed-file has no outputs

2020-11-08 Thread Stefan
Hi Marius! > Assuming you intended to write (%current-system) to test.txt, you can do > something along these lines: > > (computed-file "test.txt" > #~(call-with-output-file #$output > (lambda (port) > (format port #$(%current-system)

bug#44525: Derivation of computed-file has no outputs

2020-11-08 Thread Marius Bakke
Stefan writes: > Hi! > > I try to use a computed-file as an input to a bootloader profile hook > function. Using guix system I get this error message: > > guix system: error: reference to invalid output 'out' of derivation > '/gnu/store/946szbrwn3ja74yjnibbhjisjflvsk73-test.txt.drv' > > This i

bug#44525: Derivation of computed-file has no outputs

2020-11-08 Thread Stefan
Hi! I try to use a computed-file as an input to a bootloader profile hook function. Using guix system I get this error message: guix system: error: reference to invalid output 'out' of derivation '/gnu/store/946szbrwn3ja74yjnibbhjisjflvsk73-test.txt.drv' This is the simple definition of the co

bug#44520: Graphical installer issues on 1.2.0.

2020-11-08 Thread Mathieu Othacehe
Hey, I cannot reproduce the partitioning issue which is even more frustrating. I guess it was related to the original partitioning of the USB drive I used. Added some more debug logging with 8c287bb2fb1 in the meantime. > Could it be that these get downloaded due to some “debug” output being >

bug#44520: Graphical installer issues on 1.2.0.

2020-11-08 Thread Ludovic Courtès
Hi, Mathieu Othacehe skribis: > I tried the 1.2.0 graphical installer at ae0fe28, installing Guix System > from a usb drive to another one. > > I had three issues: > > * The auto partitioning crashed, backtrace as attachment. Argh. > * Using manual partitioning as a work-around, I started the

bug#44491: Support GUIX_DISABLE_NETWORK_TESTS environment variable

2020-11-08 Thread Ludovic Courtès
Hi Vagrant, Vagrant Cascadian skribis: > If this could be considered for the upcoming 1.2 release, that would be > appreciated, though I can also carry the patches in Debian... Yay! It should be doable, let’s see. > From 36516e767f68dbc2bd3dc186f956c0b0fd7de9f1 Mon Sep 17 00:00:00 2001 > From

bug#44053: ‘xdg-mime-database’ profile hook is slow

2020-11-08 Thread Ludovic Courtès
Hi, Luis Felipe skribis: > Compared to grafting, the last step "construyendo perfil con X paquetes..." > ("building profile with X packages..."), just stays there without change for > several minutes, so it actually seems slower to me. Initially, I thought that > guix had frozen. > > Also, ev

bug#44519: Qemu fails to start Samba server

2020-11-08 Thread elaexuotee--- via Bug reports for GNU Guix
Hey Guix, Having trouble getting the Samba directory share in qemu to work as advertised: $ qemu-system-x86_64 -netdev user,id=net0,smb=/share ... Running something like the above with samba installed should spin up `smbd`; however, this doesn't happen. I see no smbd processes started. Qemu

bug#44508: Found a bug in compute-guix-derivation

2020-11-08 Thread Josh Marshall
It did not repeat, and I'm using it on a hosted system with Ubuntu. On Sat, Nov 7, 2020 at 4:59 PM Marius Bakke wrote: > Josh Marshall writes: > > > Hello all, > > > > When pulling I came across the following which told me to send a report > in: > > > > ``` > > anadon@goodadvicemallard:~$ guix

bug#44516: guix build freetype --target=mips64el-linux-gnu produces 32-bit library

2020-11-08 Thread Efraim Flashner
As the title says, 'guix build freetype --target=mips64el-linux-gnu' produces a 32-bit library. With this it isn't possible to cross-build grub for mips64el-linux. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guarantee

bug#44353: guix system disk-image -t raw fails with grub-efi-bootloader

2020-11-08 Thread Mathieu Othacehe
Hey, > $ time ./pre-inst-env guix system disk-image > gnu/system/examples/lightweight-desktop.tmpl --verbosity=2 --no-offload > > That took 38 minutes on my system and produced /gnu/store/...-disk-image. Strange, only 8 minutes for me. Does it include the time necessary to fetch all substitutes

bug#44428: Graphical Installer window clipping on "small" displays

2020-11-08 Thread Mathieu Othacehe
Hey Ludo, > How do you tell QEMU to use that resolution? --8<---cut here---start->8--- qemu-system-x86_64 -m 1024 -cdrom image.iso -display sdl -vga none -device virtio-vga,xres=800,yres=600 --8<---cut here---end--->8---