Root partition on raid?

2019-06-11 Thread Tonton
This is mostly a shot in the dark, but is it feasible to have a /boot partition with a initramfs on a partition of it's own and then all the rest of / on a raid partition? To make it work kernel, initramfs, mdadm, GRUB and some other tools would need to be copied to the /boot partition from store,

Re: Guix Cuirass - Continuous Integration - Crash Error

2019-06-11 Thread Reza Alizadeh Majd
Hi Ludo, If you had time, could you please have a look at this issue? maybe you have an idea about this that. I really need to setup a custom build server for Guix, since our custom package definitions are increasing, and it's not efficient to build every package from source for each user.

Best course for recently fixed packages?

2019-06-11 Thread Jesse Gibbons
There is a package I am defining that I want to push to the repository. On github, its most recent release fails to build because it needs a dependency that no longer exists. This was fixed in the master branch. What should I specify as the commit? Since I don't know when master will next be updat

Re: Tor over VPN

2019-06-11 Thread oury . dustin
I too wish to get an answer to this so it would be easy for somebody non-technical to wrap their head around it. I'm currently doing open-vpn as root from the desktop and then running tor after it and configuring icecat afterwards to connect to TOR On 11.06.2019 22:27, Raghav Gururajan wrote:

PLEASE! Input Attach Service

2019-06-11 Thread Raghav Gururajan
Hello Guix! I have been trying to make "inputattach-service-type" work on my x200-t, but it never works. During boot I see a warning/error message "inputattach: can't set device type". Can someone please help with this? Regards, RG.

Tor over VPN

2019-06-11 Thread Raghav Gururajan
Hello Guix! 1) How to use tor over vpn? That is, my system should connect to tor network via vpn. 2) Should I enable both tor-service-type and openvpn-client-service? 3) Do tor and vpn operate on same level as per OSI model? Thank you! Regards, RG.

Servname not supported

2019-06-11 Thread Dustin Rayner
Greetings, I've been following guix for a while now, and decided to install guix on debian to get started learning. Following the binary installation instructions for guix 1.0.1, I'm able to progress to the end. However, guix install hello and guix pull both fail. I've verified network access

Re: Adding riscv64 support to qemu-binfmt-service

2019-06-11 Thread Vagrant Cascadian
On 2019-06-11, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > >> I've tried with: >> >> (qemu-platform "riscv64" "riscv" >> >> and: >> >> (qemu-platform "riscv" "riscv64" >> >> and: >> >> (qemu-platform "riscv64" "riscv64" >> >> All with no luck. > > ‘qemu-platform’ should probably ra

foreign arch build taking too long `guix build -s armhf-linux help`

2019-06-11 Thread Giovanni Biscuolo
Hi Guix! I've a x86_64 build machine I configured to build for arm and aarch architetures this way: --8<---cut here---start->8--- (service qemu-binfmt-service-type (qemu-binfmt-configuration (platforms (lookup-qemu-platforms "arm" "aarch6

Re: Error al extraer iso guix GNU con linux

2019-06-11 Thread Tobias Geerinckx-Rice
sirgazil, sirgazil wrote: Ah, so using GNOME Files you end up doing both, decompress and extract. Thanks :) Yup. Makes perfect sense for ‘.tar.xz’ files: no “regular” user wants the ‘.tar’ file, they want the sweet content. Seems the Gnome authors think the same of ‘.iso.xz’. Maybe they

Re: Problem with building service from my channel

2019-06-11 Thread Jack Hill
On Tue, 11 Jun 2019, Ludovic Courtès wrote: Jack Hill skribis: ``` (repl-version 0 0) (exception misc-error (value #f) (value "Unbound variable: ~s") (value (mcron-service-type)) (value #f)) ``` The Guile exception possibly means that code in your channel refers to ‘mcron-service-type’, bu

Re: Error al extraer iso guix GNU con linux

2019-06-11 Thread Tobias Geerinckx-Rice
Laura, Laura Lazzati wrote: Tobias, fijate que Jorge está seleccionado el archivo .xz, ese es el que está tratando de descomprimir en el .iso, no el .iso Yo sé que lo está intentando, pero no está sucediendo. :-) [Apologies if that accidentally insults anyone's mother & I promise never to t

Re: Error al extraer iso guix GNU con linux

2019-06-11 Thread sirgazil
On Tue, 11 Jun 2019 00:27:22 -0500 Tobias Geerinckx-Rice wrote > Good morning! > > sirgazil wrote: > > [I wrote]: > >> sirgazil wrote: > >>> As far as I can see, Jorge is not trying to decompress the ISO > >>> but the ".iso.xz" file, which you have to decompress before

Re: Error al extraer iso guix GNU con linux

2019-06-11 Thread Laura Lazzati
Hola/Hi! Pobre Jorge, le armamos un thread de mails // Poor Jorge, we created a thread of mails :/ > > Exactly: ‘decompress the image’, not ‘decompress the image and > extract all its files’, as was being done in the screenshot. > That's a pretty big difference! > Tobias, fijate que Jorge está se

Re: Problem with building service from my channel

2019-06-11 Thread Ludovic Courtès
Hi Jack, Jack Hill skribis: > The build log is; > > ``` > (repl-version 0 0) > (exception misc-error (value #f) (value "Unbound variable: ~s") (value > (mcron-service-type)) (value #f)) > ``` > > Presumably there was some change to the mcron-service-type recently > that requires changes in my c

Re: package definition: unbound variable ungexp

2019-06-11 Thread Ludovic Courtès
Hi, "Reza Alizadeh Majd" skribis: >> can do is add an input with that code: >> >> (inputs `(("test-plugin.yaml" ,(plain-file … >> >> Then inside your build phase, simply install this input with: >> >> (install-file (assoc-ref inputs "test-plugin.yaml") regpath) >> >> Alternatively, you c

Re: Issues with guix offload

2019-06-11 Thread Ludovic Courtès
Hi Divan, Did you eventually find out? Divan Santana skribis: > Not sure how to further troubleshoot it: > > ~ sudo guix offload test > guix offload: testing 1 build machines defined in '/etc/guix/machines.scm'... > guix offload: Guix is usable on 'cp3.santanas.co.za' (test returned > "/gnu/st

Re: Adding riscv64 support to qemu-binfmt-service

2019-06-11 Thread Ludovic Courtès
Hello, Vagrant Cascadian skribis: > I've tried with: > > (qemu-platform "riscv64" "riscv" > > and: > > (qemu-platform "riscv" "riscv64" > > and: > > (qemu-platform "riscv64" "riscv64" > > All with no luck. ‘qemu-platform’ should probably raise an error instead of silently accepting anythi

Re: Version of package fontforge

2019-06-11 Thread Ludovic Courtès
Hello ison, ison skribis: > From e2fe29485a1f65d65fd7db5b6111d4cfe8ca1485 Mon Sep 17 00:00:00 2001 > From: ison > Date: Thu, 6 Jun 2019 22:46:12 -0600 > Subject: [PATCH] Fix fontforge source date epoch > > --- > gnu/packages/fontutils.scm | 15 ++- > 1 file changed, 14 insertions(+

Re: List available versions of package.

2019-06-11 Thread Philippe Veber
Hello Tobias, and thanks a lot for your answer! So as I understand it, the distribution at a given moment contains only a few versions (often one), and not all that have been specified at some point. For instance, with your command I obtain: $ guix package --list-available=^bowtie$ bowtie 2.3.4.3