bug#26006: [Website] Integral update proposal

2017-06-15 Thread Ludovic Courtès
Hello, sirgazil skribis: > On 13/06/17 17:08, Ludovic Courtès wrote: [...] >> I found it a little bit confusing that talks and papers now appear as if >> they were blog posts, but after all it’s probably better to have it this >> way, especially since tags allow people to find them more easily

bug#27372: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950

2017-06-15 Thread Ludovic Courtès
Hello, GRUB as found in the 0.13.0 installation image hangs after printing the four letters “GRUB” in console mode on a pre-UEFI Dell Poweredge 2950 server (something that’s roughly ten years old.) I built an image where GRUB’s graphical terminal output was disabled: (grub-configuration (d

bug#27373: Update Knot DNS to 2.5.1.

2017-06-15 Thread Tobias Geerinckx-Rice
Guix, Knot DNS >=2.5 uses a new, LMDB-based (DNSSEC) key database format. It ships a new ‘pykeymgr’ script to manually migrate keys from the older JSON format. These patches update Knot to 2.5.1, add the required python-lmdb bindings, and throw in a real LMDB description for good measure. I use

bug#27375: Kodi tests take too long

2017-06-15 Thread Ludovic Courtès
The ‘kodi-test’ program used during the test phase of Kodi takes quite a bit of time, apparently spent scanning for /dev nodes that it won’t find and waiting for them to show up, which never happens: --8<---cut here---start->8--- open("/dev/snd/controlC15", O_RD

bug#27386: offloading documentation and env

2017-06-15 Thread ng0
Hi, I am setting up local offloading systems and I just ran into the same issue like I did every time in the last year: with guile in the remote 'user' PATH the guile test works *locally*. Through ssh, the 'env' output is different than local. I'm now trying to fix this the same way 'scp' is fixe

bug#27388: offloading: Add support for keyfile-less keys as used by GnuPG

2017-06-15 Thread ng0
At the moment the field (private-key) in /etc/guix/machines.scm expects to be a file. When you use GnuPG authentication keys for ssh logins, you have no pubkey file, but you have a very long pubkey which can be used with ~/.ssh/authorized_keys and similar mechanisms. Example: user@abyayala ~/src/

bug#27388: offloading: Add support for keyfile-less keys as used by GnuPG

2017-06-15 Thread ng0
ng0 transcribed 2.3K bytes: > At the moment the field (private-key) in /etc/guix/machines.scm expects > to be a file. > When you use GnuPG authentication keys for ssh logins, you have no > pubkey file, but you have a very long pubkey which can be used with > ~/.ssh/authorized_keys and similar mecha

bug#27386: offloading documentation and env

2017-06-15 Thread ng0
ng0 transcribed 1.6K bytes: > Hi, > > I am setting up local offloading systems and I just ran > into the same issue like I did every time in the last year: > > with guile in the remote 'user' PATH the guile test works *locally*. > Through ssh, the 'env' output is different than local. I'm now try

bug#27386: offloading documentation and env

2017-06-15 Thread ng0
ng0 transcribed 6.4K bytes: > ng0 transcribed 1.6K bytes: > > Hi, > > > > I am setting up local offloading systems and I just ran > > into the same issue like I did every time in the last year: > > > > with guile in the remote 'user' PATH the guile test works *locally*. > > Through ssh, the 'env'

bug#27386: offloading documentation and env

2017-06-15 Thread ng0
ng0 transcribed 7.0K bytes: > ng0 transcribed 6.4K bytes: > > ng0 transcribed 1.6K bytes: > > > Hi, > > > > > > I am setting up local offloading systems and I just ran > > > into the same issue like I did every time in the last year: > > > > > > with guile in the remote 'user' PATH the guile test

bug#26006: [Website] Integral update proposal

2017-06-15 Thread sirgazil
On 15/06/17 02:59, Ludovic Courtès wrote: > Hello, > > sirgazil skribis: > >> On 13/06/17 17:08, Ludovic Courtès wrote: > [...] > >>> I found it a little bit confusing that talks and papers now appear as if >>> they were blog posts, but after all it’s probably better to have it this >>> way, espec