Re: Repeating phases during build process

2017-12-31 Thread Marius Bakke
Rutger Helling writes: > Hey Guix, > > is there a way to tell Guix to repeat an earlier phase when > building? It's possible to call out to a phase like so: (add-after 'check 'check-again (assoc-ref %standard-phases 'check)) You can also grab the phase from another

`guix copy` vs grafts

2017-12-27 Thread Marius Bakke
Marius Bakke <mba...@fastmail.com> writes: > Ricardo Wurmus <rek...@elephly.net> writes: > >> Hi Guix, >> >> as my i686 laptop has only about 1G of memory and thus fails to build a >> great many packages (including the guix package itself) I wanted

Re: Building system for i686

2017-12-27 Thread Marius Bakke
Ricardo Wurmus writes: > Hi Guix, > > as my i686 laptop has only about 1G of memory and thus fails to build a > great many packages (including the guix package itself) I wanted to > build its configuration on my x86_64 laptop. I then copied the system > closure to the i686

Re: kodi crash, and gdb not found

2017-11-21 Thread Marius Bakke
Marco van Hulten writes: > Ludovic— > > Je 21 nov 14:21 transskribita far Ludovic Courtès: >> Marco van Hulten skribis: >> >> > $ kodi >> > Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object >> > file: No such file or directory >>

Re: kodi crash, and gdb not found

2017-11-19 Thread Marius Bakke
Marco van Hulten <ma...@hulten.org> writes: > Marius— > > Je 19 nov 17:36 transskribita far Marius Bakke: >> Marco van Hulten <ma...@hulten.org> writes: >> > I have `kodi' and `gdb' installed. When I start kodi, it crashes: >> > >> >

Re: kodi crash, and gdb not found

2017-11-19 Thread Marius Bakke
Marco van Hulten writes: > Hi, > > I have `kodi' and `gdb' installed. When I start kodi, it crashes: > > https://paste.debian.net/996313/ > > An excerpt of the `kodi' output: >> gdb not installed, can't get stack trace. > > but I installed gdb, under the same user: > >

Re: Foreign Kodi login entry?

2017-11-19 Thread Marius Bakke
Caleb Herbert writes: > I had asked the Kodi forum for support with XBMC. > https://forum.kodi.tv/showthread.php?tid=324201 > > I'd prefer not to. Is there any way I could better integrate Kodi with > Trisquel? > > Specifically, I want to have an option in my display

Re: How to add a new driver as PPD-file to CUPS?

2017-09-27 Thread Marius Bakke
Ludovic Courtès writes: > Howdy, > > Mekeor Melire skribis: > >> I'd like to print on GuixSD. I'm using the cups-service in my system >> configuration. >> >> How do I add a PPD-file driver for my printer? Do I have to create a >> package for it? > > I

Re: List all open bug reports with emacs-debbugs

2017-08-18 Thread Marius Bakke
Arun Isaac writes: >> I was confused too. Ended up with this in my emacs init file ... >> >> (defun view-guix-bugs () >> "view guix bugs." >> (interactive) >> ;; (debbugs-gnu SEVERITIES PACKAGES ARCHIVEDP SUPPRESS TAGS) >> (debbugs-gnu nil "guix" nil nil nil)

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread Marius Bakke
Arun Isaac writes: > Leo Famulari writes: > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >>> On 14/08/17 12:31, Arun Isaac wrote: >>> > Does `parallel' work for anybody? When I run >>> > >>> > $ ls | parallel echo >>> > >>> > I get the following

Re: Enable modules in Linux configuration.

2017-07-31 Thread Marius Bakke
Dmitry Nikolaev writes: > But it looks too complex for me. Is there an easier way to enable > additional modules in Linux configuration? Shouldn't I use "extra-options" > in make-linux-libre function? How could I do that? I suppose we could export the various Linux-Libre

Re: grub not properly installing in GuixSD

2017-07-25 Thread Marius Bakke
Joshua Branson writes: > Yup. That's correct. I am asking about how to modify > > > set root=(hd0,msdos1)(I think this is the vfat system) > > chainloader (${root})/efi/boot/name-of-efi-file.efi > > boot > > > to something like > > > set root=(hd0,msdos1)(I think

Re: grub gpt bios boot

2017-07-22 Thread Marius Bakke
buen ouanq writes: > Attempting to install GuixSD as I have before (upgrading to guile@2.2 was > being finicky, so I decided to just do a full fresh install), but today I > encounter this: > >> grub-install: error: > /gnu/store/..grub-2.02/lib/grub/x86_64-efi/modinfo.sh

Re: grub not properly installing in GuixSD

2017-07-18 Thread Marius Bakke
Joshua Branson writes: > BUT to be sure, I entered my bios and now my computer will only boot in UEFI > mode. When I tell my computer to boot via the usb (using UEFI and booting > GuixSD), it fails to boot at some point. Here’s some of the last entries: > >

Re: Corrupt colours with X.org

2017-06-28 Thread Marius Bakke
Göktuğ Kayaalp writes: > On 2017-06-19 18:15 +03, Göktuğ Kayaalp wrote: >> On 2017-06-19 13:27 +02, l...@gnu.org (Ludovic Courtès) wrote: >>> Hello, >>> >>> Göktuğ Kayaalp skribis: >>> I have tried installing GuixSD on my machine,

Re: Kernel panic while building VM

2017-06-20 Thread Marius Bakke
Myles English writes: > Hello, > > Trying to build a VM I get a kernel panic. Any idea why? > > Thanks, > Myles > > guix system vm-image --image-size=1G --fallback pim-server.scm > > `/gnu/store/gh9pvc82l21g0hz5108wk2ggwv0a72yc-guile2.2-gnutls-3.5.9/bin/gnutls-serv' >

Re: guix environment: list packages in a file

2017-05-09 Thread Marius Bakke
Hartmut Goebel writes: > Hi, > > I'm wondering if there is a way to pass to `guix environment` the list > package names to be installed in a file. > > I know `--load=file` where file is a scheme file. The drawback of this > is that one need to know in which scheme

Re: How to setuid X.org?

2017-03-20 Thread Marius Bakke
dian_ce...@zoho.com writes: > Hello, > > I have tried several times to get X.org (/bin/X, specifically) > setuid for obvious reasons. However, I can't find any examples of usage > and attempting to follow the infopages has led to a bunch of different > errors and failures (and rather useless

Re: guix system disk-image broken?

2017-02-22 Thread Marius Bakke
Dmitry Nikolaev <camelthe...@gmail.com> writes: > On 22 February 2017 at 13:01, Marius Bakke <mba...@fastmail.com> wrote: > >> Dmitry Nikolaev <camelthe...@gmail.com> writes: >> > $ git clone https://git.savannah.gnu.org/git/guix.git >> > ... >

Re: guix system disk-image broken?

2017-02-22 Thread Marius Bakke
Dmitry Nikolaev writes: > I cloned guix git repository and tried make installation image, but get > errors. > > $ git clone https://git.savannah.gnu.org/git/guix.git > ... > $ cd guix > $ guix system disk-image --image-size=1G gnu/system/install.scm > guix system: error:

Re: guixsd install questions

2017-01-27 Thread Marius Bakke
Divan Santana writes: > Hi All, > > Few newbie questions regarding install. > > * How to get sshd running on install image for easier remote install. > > Useful for a VM: > > I'm doing this nasty hack for now. > > Get ssh working on boot image: > #+BEGIN_EXAMPLE > guix

Re: how do I config freeipmi SOL (serial over LAN)?

2017-01-23 Thread Marius Bakke
myglc2 writes: > I am using freeipmi on a headless GuixSD server. > > I have SOL (serial over LAN) working to where 'ipmiconsole' shows the > BIOS config and "Welcome to GRUB!" but nothing more. > > It seems I need to configure Grub and the Kernel to send output to SOL. Hi

Re: Hosting a GuixSD server on commodity hosting platforms, a journey

2016-11-30 Thread Marius Bakke
Christopher Allan Webber writes: > Christopher Allan Webber writes: > >> What am I doing wrong? I'm not totally sure... I feel like I'm >> navigating a jungle out here in the OpenStack / Rackspace docs. Here's >> one thing I found: >> >>

<    1   2